/external/deqp/android/cts/master/src/ |
D | gles2-test-issues.txt | 13 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_etc1 14 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_rgba4444 15 dEQP-GLES2.functional.texture.wrap.clamp_mirror_nearest_pot_etc1 16 dEQP-GLES2.functional.texture.wrap.clamp_repeat_nearest_pot_etc1 17 dEQP-GLES2.functional.texture.wrap.mirror_clamp_nearest_pot_etc1 18 dEQP-GLES2.functional.texture.wrap.mirror_mirror_nearest_pot_etc1 19 dEQP-GLES2.functional.texture.wrap.mirror_repeat_nearest_pot_etc1 20 dEQP-GLES2.functional.texture.wrap.repeat_clamp_nearest_pot_etc1 21 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_etc1 22 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_rgba4444 [all …]
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/ |
D | gles2-test-issues.txt | 13 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_etc1 14 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_rgba4444 15 dEQP-GLES2.functional.texture.wrap.clamp_mirror_nearest_pot_etc1 16 dEQP-GLES2.functional.texture.wrap.clamp_repeat_nearest_pot_etc1 17 dEQP-GLES2.functional.texture.wrap.mirror_clamp_nearest_pot_etc1 18 dEQP-GLES2.functional.texture.wrap.mirror_mirror_nearest_pot_etc1 19 dEQP-GLES2.functional.texture.wrap.mirror_repeat_nearest_pot_etc1 20 dEQP-GLES2.functional.texture.wrap.repeat_clamp_nearest_pot_etc1 21 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_etc1 22 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_rgba4444 [all …]
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/ |
D | gles2-test-issues.txt | 13 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_etc1 14 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_rgba4444 15 dEQP-GLES2.functional.texture.wrap.clamp_mirror_nearest_pot_etc1 16 dEQP-GLES2.functional.texture.wrap.clamp_repeat_nearest_pot_etc1 17 dEQP-GLES2.functional.texture.wrap.mirror_clamp_nearest_pot_etc1 18 dEQP-GLES2.functional.texture.wrap.mirror_mirror_nearest_pot_etc1 19 dEQP-GLES2.functional.texture.wrap.mirror_repeat_nearest_pot_etc1 20 dEQP-GLES2.functional.texture.wrap.repeat_clamp_nearest_pot_etc1 21 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_etc1 22 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_rgba4444 [all …]
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/ |
D | gles2-test-issues.txt | 13 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_etc1 14 dEQP-GLES2.functional.texture.wrap.clamp_clamp_nearest_pot_rgba4444 15 dEQP-GLES2.functional.texture.wrap.clamp_mirror_nearest_pot_etc1 16 dEQP-GLES2.functional.texture.wrap.clamp_repeat_nearest_pot_etc1 17 dEQP-GLES2.functional.texture.wrap.mirror_clamp_nearest_pot_etc1 18 dEQP-GLES2.functional.texture.wrap.mirror_mirror_nearest_pot_etc1 19 dEQP-GLES2.functional.texture.wrap.mirror_repeat_nearest_pot_etc1 20 dEQP-GLES2.functional.texture.wrap.repeat_clamp_nearest_pot_etc1 21 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_etc1 22 dEQP-GLES2.functional.texture.wrap.repeat_mirror_nearest_pot_rgba4444 [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 59 return wrap(new LLVMContext()); in LLVMContextCreate() 63 return wrap(&getGlobalContext()); in LLVMGetGlobalContext() 83 return wrap(new Module(ModuleID, getGlobalContext())); in LLVMModuleCreateWithName() 88 return wrap(new Module(ModuleID, *unwrap(C))); in LLVMModuleCreateWithNameInContext() 125 return wrap(&unwrap(M)->getContext()); in LLVMGetModuleContext() 176 return wrap(&unwrap(Ty)->getContext()); in LLVMGetTypeContext() 197 return wrap(IntegerType::get(*unwrap(C), NumBits)); in LLVMIntTypeInContext() 269 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0)); in LLVMFunctionType() 277 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() 288 *Dest++ = wrap(*I); in LLVMGetParamTypes() [all …]
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_as_parameter.py | 18 def wrap(self, param): member in BasicWrapTestCase 25 …result = f(self.wrap(1), self.wrap("x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.0… 41 result = f(self.wrap(pointer(v))) 46 result = f(self.wrap(pointer(v))) 50 result = f(self.wrap(p)) 67 f(self.wrap(2**18), self.wrap(cb)) 85 result = f(self.wrap(-10), self.wrap(cb)) 92 result = f(self.wrap(-10), self.wrap(cb)) 95 result = f(self.wrap(-10), self.wrap(cb)) 103 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb)) [all …]
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_as_parameter.py | 18 def wrap(self, param): member in BasicWrapTestCase 25 …result = f(self.wrap(1), self.wrap(u"x"), self.wrap(3), self.wrap(4), self.wrap(5.0), self.wrap(6.… 41 result = f(self.wrap(pointer(v))) 46 result = f(self.wrap(pointer(v))) 50 result = f(self.wrap(p)) 67 f(self.wrap(2**18), self.wrap(cb)) 85 result = f(self.wrap(-10), self.wrap(cb)) 92 result = f(self.wrap(-10), self.wrap(cb)) 95 result = f(self.wrap(-10), self.wrap(cb)) 103 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb)) [all …]
|
/external/llvm/lib/IR/ |
D | Core.cpp | 80 return wrap(new LLVMContext()); in LLVMContextCreate() 83 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext() 136 return wrap(Attribute::get(*unwrap(C), (Attribute::AttrKind)KindID, Val)); in LLVMCreateEnumAttribute() 153 return wrap(Attribute::get(*unwrap(C), StringRef(K, KLength), in LLVMCreateStringAttribute() 215 return wrap(new Module(ModuleID, *GlobalContext)); in LLVMModuleCreateWithName() 220 return wrap(new Module(ModuleID, *unwrap(C))); in LLVMModuleCreateWithNameInContext() 303 return wrap(&unwrap(M)->getContext()); in LLVMGetModuleContext() 357 return wrap(&unwrap(Ty)->getContext()); in LLVMGetTypeContext() 399 return wrap(IntegerType::get(*unwrap(C), NumBits)); in LLVMIntTypeInContext() 483 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0)); in LLVMFunctionType() [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p6-0x.cpp | 23 template<typename T = func_type_lvalue> struct wrap { struct 29 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}} argument 30 using func_type_lvalue = wrap<func_type_lvalue>::val; 31 using func_type_rvalue = wrap<func_type_rvalue>::val; // expected-note{{in instantiation of}} 33 using func_type_lvalue_ptr = wrap<>::ptr; 34 using func_type_lvalue_ptr = wrap<func_type_lvalue>::ptr; 35 using func_type_rvalue_ptr = wrap<func_type_rvalue>::ptr; 37 using func_type_lvalue_ref = wrap<>::ref; 38 using func_type_lvalue_ref = wrap<func_type_lvalue>::ref; 39 using func_type_rvalue_ref = wrap<func_type_rvalue>::ref;
|
/external/syslinux/gpxe/src/hci/mucurses/ |
D | mucurses.c | 14 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull; 15 void _wputc ( WINDOW *win, char c, int wrap ) __nonnull; 17 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull; 18 void _wputstr ( WINDOW *win, const char *str, int wrap, int n ) __nonnull; 51 void _wputch ( WINDOW *win, chtype ch, int wrap ) { in _wputch() argument 57 if ( wrap == WRAP ) { in _wputch() 78 void _wputc ( WINDOW *win, char c, int wrap ) { in _wputc() argument 79 _wputch ( win, ( c | win->attrs ), wrap ); in _wputc() 108 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) { in _wputchstr() argument 110 _wputch(win,*chstr,wrap); in _wputchstr() [all …]
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 26 return wrap(new DIBuilder(*m)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 43 return wrap(D->createCompileUnit(Lang, File, Dir, Producer, Optimized, Flags, in LLVMDIBuilderCreateCompileUnit() 50 return wrap(D->createFile(File, Dir)); in LLVMDIBuilderCreateFile() 61 return wrap(LB); in LLVMDIBuilderCreateLexicalBlock() 69 return wrap(D->createLexicalBlockFile(unwrap<DILocalScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile() 79 return wrap(D->createFunction(unwrap<DIScope>(Scope), Name, LinkageName, in LLVMDIBuilderCreateFunction() 92 return wrap(D->createAutoVariable(unwrap<DIScope>(Scope), Name, in LLVMDIBuilderCreateAutoVariable() 102 return wrap(D->createParameterVariable( in LLVMDIBuilderCreateParameterVariable() 113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding)); in LLVMDIBuilderCreateBasicType() 122 return wrap(D->createPointerType(unwrap<DIType>(PointeeType), SizeInBits, in LLVMDIBuilderCreatePointerType() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ |
D | InstrumentationConfigurationTest.java | 27 assertThat(config.shouldInstrument(wrap("com.google.android.apps.Foo"))).isFalse(); in shouldNotInstrumentAndroidAppClasses() 32 assertThat(config.shouldInstrument(wrap("dalvik.system.DexFile"))).isTrue(); in shouldInstrumentDalvikClasses() 37 assertThat(config.shouldInstrument(wrap("java.lang.Object"))).isFalse(); in shouldNotInstrumentCoreJdkClasses() 38 assertThat(config.shouldInstrument(wrap("java.lang.String"))).isFalse(); in shouldNotInstrumentCoreJdkClasses() 43 assertThat(config.shouldInstrument(wrap("android.content.Intent"))).isTrue(); in shouldInstrumentAndroidCoreClasses() 44 …assertThat(config.shouldInstrument(wrap("android.and.now.for.something.completely.different"))).is… in shouldInstrumentAndroidCoreClasses() 49 assertThat(config.shouldInstrument(wrap("org.apache.http.util.CharArrayBuffer"))).isTrue(); in shouldInstrumentOrgApacheHttpClasses() 54 assertThat(config.shouldInstrument(wrap("org.kxml2.io.KXmlParser"))).isTrue(); in shouldInstrumentOrgKxmlClasses() 103 assertThat(customConfig.shouldInstrument(wrap(instrumentName))).isTrue(); in shouldInstrumentCustomClasses() 104 assertThat(customConfig.shouldInstrument(wrap(notInstrumentName))).isFalse(); in shouldInstrumentCustomClasses() [all …]
|
/external/flatbuffers/tests/ |
D | phpTest.php | 22 $bb = Google\FlatBuffers\ByteBuffer::wrap($data); 277 $view = Google\FlatBuffers\ByteBuffer::wrap($builder->sizedByteArray()); 337 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 342 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 348 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 355 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 363 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 372 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 379 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); 386 $uut = Google\FlatBuffers\ByteBuffer::wrap($buffer); [all …]
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 165 gallivm = gallivm_create(pName, wrap(&JM()->mContext)); in BuilderSWR() 207 LLVMPositionBuilderAtEnd(gallivm->builder, wrap(block)); in CompileVS() 229 wrap(LOAD(vtxInput, {0, 0, attrib, channel})); in CompileVS() 239 system_values.instance_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_InstanceID})); in CompileVS() 240 system_values.vertex_id = wrap(LOAD(pVsCtx, {0, SWR_VS_CONTEXT_VertexID})); in CompileVS() 246 wrap(consts_ptr), in CompileVS() 247 wrap(const_sizes_ptr), in CompileVS() 251 wrap(hPrivateData), // (sampler context) in CompileVS() 336 gallivm_verify_function(gallivm, wrap(pFunction)); in CompileVS() 342 (PFN_VERTEX_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileVS() [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | EquivalenceTest.java | 68 LENGTH_EQUIVALENCE.wrap("hello"), in testWrap() 69 LENGTH_EQUIVALENCE.wrap("hello"), in testWrap() 70 LENGTH_EQUIVALENCE.wrap("world")) in testWrap() 72 LENGTH_EQUIVALENCE.wrap("hi"), in testWrap() 73 LENGTH_EQUIVALENCE.wrap("yo")) in testWrap() 75 LENGTH_EQUIVALENCE.wrap(null), in testWrap() 76 LENGTH_EQUIVALENCE.wrap(null)) in testWrap() 77 .addEqualityGroup(Equivalence.equals().wrap("hello")) in testWrap() 78 .addEqualityGroup(Equivalence.equals().wrap(null)) in testWrap() 84 Wrapper<String> wrapper = LENGTH_EQUIVALENCE.wrap(test); in testWrap_get() [all …]
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 65 namespace wrap { namespace 346 wrap::cublasGetPointerMode(parent_, handle_, &old_mode_); in Init() 352 ret = wrap::cublasSetPointerMode(parent_, handle_, new_mode); in Init() 366 wrap::cublasSetPointerMode(parent_, handle_, old_mode_); in ~ScopedCublasPointerMode() 406 cublasStatus_t ret = wrap::cublasGetMathMode(parent_, handle_, &old_mode_); in Init() 412 ret = wrap::cublasSetMathMode(parent_, handle_, new_mode); in Init() 424 cublasStatus_t ret = wrap::cublasSetMathMode(parent_, handle_, old_mode_); in ~ScopedCublasMathMode() 441 cublasStatus_t ret = wrap::cublasCreate(parent_, &blas_); in Init() 455 wrap::cublasDestroy(parent_, blas_); in ~CUDABlas() 464 wrap::cublasSetStream(parent_, blas_, AsCUDAStreamValue(stream)); in SetStream() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | EquivalenceTest.java | 65 LENGTH_EQUIVALENCE.wrap("hello"), in testWrap() 66 LENGTH_EQUIVALENCE.wrap("hello"), in testWrap() 67 LENGTH_EQUIVALENCE.wrap("world")) in testWrap() 69 LENGTH_EQUIVALENCE.wrap("hi"), in testWrap() 70 LENGTH_EQUIVALENCE.wrap("yo")) in testWrap() 72 LENGTH_EQUIVALENCE.wrap(null), in testWrap() 73 LENGTH_EQUIVALENCE.wrap(null)) in testWrap() 74 .addEqualityGroup(Equivalence.equals().wrap("hello")) in testWrap() 75 .addEqualityGroup(Equivalence.equals().wrap(null)) in testWrap() 81 Wrapper<String> wrapper = LENGTH_EQUIVALENCE.wrap(test); in testWrap_get()
|
/external/python/cpython2/Demo/classes/ |
D | Rev.py | 76 wrap = '[]' 79 wrap = '()' 82 wrap = '' 85 wrap = '<>' 88 return wrap[:1] + sep.join(outstrs) + wrap[-1:]
|
/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | BaseOpenSSLSocketAdapterFactory.java | 45 return wrap((OpenSSLSocketImpl) delegate.createSocket()); in createSocket() 51 return wrap((OpenSSLSocketImpl) delegate.createSocket(hostname, port)); in createSocket() 57 return wrap( in createSocket() 62 return wrap((OpenSSLSocketImpl) delegate.createSocket(address, port)); in createSocket() 71 return wrap( in createSocket() 78 return wrap((OpenSSLSocketImpl) delegate.createSocket(s, hostname, port, autoClose)); in createSocket() 85 protected abstract Socket wrap(OpenSSLSocketImpl sock) throws IOException; in wrap() method in BaseOpenSSLSocketAdapterFactory
|
/external/strace/tests/ |
D | nlattr_smc_diag_msg.c | 91 PRINT_FIELD_U(", ", (where_).field_, wrap); \ 114 .wrap = 0xbca1, in main() 119 .wrap = 0xbca2, in main() 124 .wrap = 0xbca3, in main() 129 .wrap = 0xbca4, in main() 138 .wrap = 0xbca5, in main() 143 .wrap = 0xbca6, in main() 148 .wrap = 0xbca7, in main()
|
/external/strace/tests-m32/ |
D | nlattr_smc_diag_msg.c | 91 PRINT_FIELD_U(", ", (where_).field_, wrap); \ 114 .wrap = 0xbca1, in main() 119 .wrap = 0xbca2, in main() 124 .wrap = 0xbca3, in main() 129 .wrap = 0xbca4, in main() 138 .wrap = 0xbca5, in main() 143 .wrap = 0xbca6, in main() 148 .wrap = 0xbca7, in main()
|
/external/strace/tests-mx32/ |
D | nlattr_smc_diag_msg.c | 91 PRINT_FIELD_U(", ", (where_).field_, wrap); \ 114 .wrap = 0xbca1, in main() 119 .wrap = 0xbca2, in main() 124 .wrap = 0xbca3, in main() 129 .wrap = 0xbca4, in main() 138 .wrap = 0xbca5, in main() 143 .wrap = 0xbca6, in main() 148 .wrap = 0xbca7, in main()
|
/external/python/cpython2/Lib/test/ |
D | test_textwrap.py | 14 from textwrap import TextWrapper, wrap, fill, dedent 37 result = wrap(text, width, **kwargs) 97 result = wrapper.wrap(text) 111 self.check(wrapper.wrap(text), expect) 118 self.check(wrapper.wrap(text), expect) 121 self.check(wrapper.wrap(text), expect) 125 self.check(wrapper.wrap(text), expect) 129 self.check(wrapper.wrap(text), expect) 135 self.check(wrapper.wrap(text), expect) 139 self.check(wrapper.wrap(text), expect) [all …]
|
/external/libopus/doc/ |
D | opus_in_isobmff.css | 15 white-space: pre-wrap; /* CSS 2.1 */ 16 white-space: -pre-wrap; /* Opera 4-6 */ 17 white-space: -o-pre-wrap; /* Opera 7 */ 18 white-space: -moz-pre-wrap; /* Mozilla */ 19 white-space: -hp-pre-wrap; /* HP Printers */ 20 word-wrap : break-word; /* IE 5+ */
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 64 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext() 68 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext() 80 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2() 84 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2() 109 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 115 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext() 131 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2() 135 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
|