/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/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/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 …]
|
D | mucurses.h | 17 extern void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull; 18 extern void _wputc ( WINDOW *win, char c, int wrap ) __nonnull; 19 extern void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull; 20 extern void _wputstr ( WINDOW *win, const char *str, int wrap, int n ) __nonnull;
|
/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/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/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/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/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/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/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/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/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/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()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 30 return wrap(GenVal); in LLVMCreateGenericValueOfInt() 36 return wrap(GenVal); in LLVMCreateGenericValueOfPointer() 51 return wrap(GenVal); in LLVMCreateGenericValueOfFloat() 98 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule() 113 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule() 130 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule() 198 return wrap(Result); in LLVMRunFunction() 218 *OutMod = wrap(Mod); in LLVMRemoveModule() 233 *OutFn = wrap(F); in LLVMFindFunction() 244 return wrap(unwrap(EE)->getTargetData()); in LLVMGetExecutionEngineTargetData()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 33 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 45 return wrap(GenVal); in LLVMCreateGenericValueOfInt() 51 return wrap(GenVal); in LLVMCreateGenericValueOfPointer() 66 return wrap(GenVal); in LLVMCreateGenericValueOfFloat() 111 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule() 126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule() 143 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule() 207 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule() 249 return wrap(Result); in LLVMRunFunction() 263 *OutMod = wrap(Mod); in LLVMRemoveModule() [all …]
|
/external/emma/core/java12/com/vladium/emma/ |
D | EMMAProperties.java | 104 public static IProperties wrap (final Properties properties) in wrap() method in EMMAProperties 108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER); in wrap() 138 …final IProperties systemRedirects = wrap (Property.getSystemPropertyRedirects (EMMAProperties.SYST… in getAppProperties() 139 …final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loa… in getAppProperties() 147 systemFile = wrap (Property.getLazyPropertiesFromFile (file)); in getAppProperties() 149 final IProperties system = wrap (Property.getSystemProperties (appName)); in getAppProperties() 150 … final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader)); in getAppProperties()
|
/external/llvm/lib/Target/ |
D | Target.cpp | 34 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { in wrap() function 49 return wrap(&unwrap(M)->getDataLayout()); in LLVMGetModuleDataLayout() 57 return wrap(new DataLayout(StringRep)); in LLVMCreateTargetData() 87 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType() 91 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS() 95 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C))); in LLVMIntPtrTypeInContext() 99 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS)); in LLVMIntPtrTypeForASInContext()
|
D | TargetMachineC.cpp | 41 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() function 44 static LLVMTargetRef wrap(const Target * P) { in wrap() function 54 return wrap(target); in LLVMGetFirstTarget() 57 return wrap(unwrap(T)->getNext()); in LLVMGetNextTarget() 65 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr; in LLVMGetTargetFromName() 72 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple() 142 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, in LLVMCreateTargetMachine() 150 return wrap(target); in LLVMGetTargetMachineTarget() 174 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
|
/external/llvm/lib/Object/ |
D | Object.cpp | 26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function 36 wrap(const section_iterator *SI) { in wrap() function 46 wrap(const symbol_iterator *SI) { in wrap() function 56 wrap(const relocation_iterator *SI) { in wrap() function 74 return wrap(Ret); in LLVMCreateObjectFile() 85 return wrap(new section_iterator(SI)); in LLVMGetSections() 119 return wrap(new symbol_iterator(SI)); in LLVMGetSymbols() 167 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations() 220 return wrap(new symbol_iterator(ret)); in LLVMGetRelocationSymbol()
|
/external/python/cpython2/Lib/idlelib/ |
D | SearchEngine.py | 125 wrap = self.wrapvar.get() 133 res = self.search_backward(text, prog, line, col, wrap, ok) 140 res = self.search_forward(text, prog, line, col, wrap, ok) 143 def search_forward(self, text, prog, line, col, wrap, ok=0): argument 158 if not chars and wrap: 160 wrap = 0 165 def search_backward(self, text, prog, line, col, wrap, ok=0): argument 179 if not wrap: 182 wrap = 0
|
/external/llvm/test/CodeGen/NVPTX/ |
D | rotate.ll | 16 ; SM35: shf.l.wrap.b32 28 ; SM35: shf.l.wrap.b32 29 ; SM35: shf.l.wrap.b32 41 ; SM35: shf.r.wrap.b32 42 ; SM35: shf.r.wrap.b32 53 ; SM35: shf.l.wrap.b32
|