Home
last modified time | relevance | path

Searched defs:use (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/external/opencensus-java/examples/
DREADME.md5 ### Gradle
10 ### Maven
15 ### Bazel
22 ### Gradle
27 ### Maven
32 ### Bazel
67 ### Gradle
72 ### Maven
77 ### Bazel
97 ### Gradle
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vtables-single-inheritance.cpp23 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 …]
Dmicrosoft-abi-vtables-virtual-inheritance.cpp31 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 …]
Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp77 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 …]
Dcxx1z-fold-expression.cpp8 void use() { in use() function
30 void use(Partial<1, 2> p) { in use() function
Dconst-init-cxx1y.cpp46 const int &use = i<void>; variable
54 const int &use = i<void>; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfix_storage_class.cpp33 [&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/
Dfix_storage_class.cpp33 [&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/
Dfix_storage_class.cpp33 [&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/
DsampleByFQName.kt10 fun use() { in use() method
DsampleByShortName.kt10 fun use() { in use() method
/external/bazelbuild-kotlin-rules/tests/jvm/java/multijarimport/
DB.kt21 fun use(a: A): String = a.msg method
/external/libwebsockets/READMEs/
DREADME.lws_dll.md25 ### lws_dll Minimal example
61 ### lws_dll2 Minimal example
/external/catch2/include/internal/
Dcatch_console_colour.cpp37 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/
Dcmdline.rst431 .. _Jython: http://www.jython.org/
449 .. _using-on-envvars:
/external/mesa3d/src/freedreno/ir3/
Dir3_cp_postsched.c50 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/
Dcmdline.rst520 .. _Jython: http://www.jython.org/
523 .. _using-on-envvars:
/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.cpp45 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/
Dresolve.go289 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/
Dmerge-decl-order.cpp9 N::foo *use; variable
Dmerge-friends.cpp5 N::foo *use; variable
Dpr25501.cpp7 auto use = aaa; variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstddef_h.compile.pass.cpp15 void use() { in use() function
/external/clang/test/Modules/Inputs/pr19692/
DTBlah.h2 int use = INT64_MAX; variable
/external/clang/test/CXX/basic/basic.def/
Dp4.cpp6 int use = f() + n; // expected-note 2{{used here}} variable

12345678910>>...15