/external/opencensus-java/examples/ |
D | README.md | 5 ### Gradle 10 ### Maven 15 ### Bazel 22 ### Gradle 27 ### Maven 32 ### Bazel 67 ### Gradle 72 ### Maven 77 ### Bazel 97 ### Gradle [all …]
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vtables-single-inheritance.cpp | 23 void use(A *obj) { obj->f(); } in use() function 43 void use(B *obj) { obj->f(); } in use() function 58 void use(C *obj) { obj->f(); } in use() function 73 void use(D *obj) { obj->f(); } in use() function 93 void use(E *obj) { obj->i(); } in use() function 111 void use(F *obj) { obj->i(); } in use() function 132 void use(G *obj) { obj->j(); } in use() function 152 void use(I *obj) { obj->f(); } in use() function 171 void use(J *obj) { obj->foo(42); } in use() function 190 void use(K *obj) { obj->foo(42.0f); } in use() function [all …]
|
D | microsoft-abi-vtables-virtual-inheritance.cpp | 31 void use(C *obj) { obj->f(); } in use() function 55 void use(D *obj) { obj->h(); } in use() function 103 void use(X *obj) { obj->h(); } in use() function 181 void use(Y *obj) { obj->h(); } in use() function 246 void use(X *obj) { obj->f(); } in use() function 262 void use(Z *obj) { obj->f(); } in use() function 284 void use(T *obj) { obj->bar(); } in use() function 309 void use(Y *obj) { obj->h(); } in use() function 421 void use(T *obj) { obj->f(); } in use() function 438 void use(X *obj) { obj->f(); } in use() function [all …]
|
D | microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp | 77 void use(A *obj) { obj->f(); } in use() function 113 void use(B *obj) { obj->f(); } in use() function 159 void use(C *obj) { obj->f(); } in use() function 259 void use(A *obj) { delete obj; } in use() function 280 void use(B *obj) { delete obj; } in use() function 300 void use(C *obj) { delete obj; } in use() function 326 void use(E *obj) { delete obj; } in use() function 346 void use(F *obj) { delete obj; } in use() function 372 void use(G *obj) { obj->g(); } in use() function 393 void use(H *obj) { delete obj; } in use() function [all …]
|
D | cxx1z-fold-expression.cpp | 8 void use() { in use() function 30 void use(Partial<1, 2> p) { in use() function
|
D | const-init-cxx1y.cpp | 46 const int &use = i<void>; variable 54 const int &use = i<void>; variable
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | fix_storage_class.cpp | 33 [&uses](Instruction* use, uint32_t op_idx) { in Process() 37 for (auto& use : uses) { in Process() local 69 inst, [&uses](Instruction* use) { uses.push_back(use); }); in PropagateStorageClass() 122 inst, [&uses](Instruction* use) { uses.push_back(use); }); in FixInstructionStorageClass() 273 [&uses](Instruction* use, uint32_t idx) { in PropagateType() 277 for (auto& use : uses) { in PropagateType() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 33 [&uses](Instruction* use, uint32_t op_idx) { in Process() 37 for (auto& use : uses) { in Process() local 69 inst, [&uses](Instruction* use) { uses.push_back(use); }); in PropagateStorageClass() 122 inst, [&uses](Instruction* use) { uses.push_back(use); }); in FixInstructionStorageClass() 273 [&uses](Instruction* use, uint32_t idx) { in PropagateType() 277 for (auto& use : uses) { in PropagateType() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 33 [&uses](Instruction* use, uint32_t op_idx) { in Process() 37 for (auto& use : uses) { in Process() local 69 inst, [&uses](Instruction* use) { uses.push_back(use); }); in PropagateStorageClass() 122 inst, [&uses](Instruction* use) { uses.push_back(use); }); in FixInstructionStorageClass() 273 [&uses](Instruction* use, uint32_t idx) { in PropagateType() 277 for (auto& use : uses) { in PropagateType() local
|
/external/dokka/core/testdata/format/ |
D | sampleByFQName.kt | 10 fun use() { in use() method
|
D | sampleByShortName.kt | 10 fun use() { in use() method
|
/external/bazelbuild-kotlin-rules/tests/jvm/java/multijarimport/ |
D | B.kt | 21 fun use(a: A): String = a.msg method
|
/external/libwebsockets/READMEs/ |
D | README.lws_dll.md | 25 ### lws_dll Minimal example 61 ### lws_dll2 Minimal example
|
/external/catch2/include/internal/ |
D | catch_console_colour.cpp | 37 void use( Colour::Code ) override {} in use() function 72 void use( Colour::Code _colourCode ) override { in use() function in Catch::__anonb1e606320211::Win32ColourImpl 135 void use( Colour::Code _colourCode ) override { in use() function in Catch::__anonb1e606320311::PosixColourImpl 223 void Colour::use( Code _colourCode ) { in use() function in Catch::Colour
|
/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 431 .. _Jython: http://www.jython.org/ 449 .. _using-on-envvars:
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_cp_postsched.c | 50 struct ir3_instruction *use, in has_conflicting_write() 103 valid_flags(struct ir3_instruction *use, struct ir3_instruction *mov) in valid_flags()
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 520 .. _Jython: http://www.jython.org/ 523 .. _using-on-envvars:
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ResourceVk.cpp | 45 std::ostream &operator<<(std::ostream &os, const ResourceUse &use) in operator <<() 69 SharedGarbage::SharedGarbage(const ResourceUse &use, GarbageList &&garbage) in SharedGarbage()
|
/external/starlark-go/resolve/ |
D | resolve.go | 289 type use struct { struct 290 id *syntax.Ident 291 env *block 352 func (r *resolver) use(id *syntax.Ident) { func 909 func lookupLocal(use use) *Binding { argument
|
/external/clang/test/Modules/ |
D | merge-decl-order.cpp | 9 N::foo *use; variable
|
D | merge-friends.cpp | 5 N::foo *use; variable
|
D | pr25501.cpp | 7 auto use = aaa; variable
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | stddef_h.compile.pass.cpp | 15 void use() { in use() function
|
/external/clang/test/Modules/Inputs/pr19692/ |
D | TBlah.h | 2 int use = INT64_MAX; variable
|
/external/clang/test/CXX/basic/basic.def/ |
D | p4.cpp | 6 int use = f() + n; // expected-note 2{{used here}} variable
|