/external/pytorch/test/autograd/ |
D | test_functional.py | 164 def test_vjp_err_check(self, ctors): argument 203 def test_vjp_err_check_strict(self, ctors): argument 246 def test_vjp_no_grad(self, ctors): argument 267 def test_vjp_output(self, ctors): argument 302 def test_vjp_scalar(self, ctors): argument 326 def test_vjp_create_graph(self, ctors): argument 394 def test_jvp_err_check(self, ctors): argument 433 def test_jvp_err_check_strict(self, ctors): argument 476 def test_jvp_no_grad(self, ctors): argument 497 def test_jvp_output(self, ctors): argument [all …]
|
/external/trusty/lk/arch/x86/32/ |
D | kernel.ld | 48 KEEP(*(.ctors .init_array)) 49 __ctor_end = .;
|
/external/trusty/lk/arch/x86/64/ |
D | kernel.ld | 63 KEEP(*(SORT_BY_INIT_PRIORITY(.ctors.*) SORT_BY_INIT_PRIORITY(.init_array.*))) 75 * .got and .dynamic need to follow .ctors and .dtors because the linker
|
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/ |
D | ClassDocImplTest.java | 486 var ctors = constructors.constructors(); in constructors() local 503 var ctors = constructors.constructors(true); in constructors_filter_true() local 518 var ctors = constructors.constructors(false); in constructors_filter_false() local
|
/external/trusty/lk/arch/arm64/ |
D | system-onesegment.ld | 125 KEEP(*(.ctors .init_array)) 135 * .got and .dynamic need to follow .ctors and .dtors because the linker
|
/external/pigweed/pw_kernel/lib/unittest/ |
D | unittest_runner_cortex_m.rs | 41 let ctors = core::slice::from_raw_parts(start_ptr, num_ctors); in run_ctors() localVariable
|
/external/trusty/lk/arch/arm/ |
D | system-onesegment.ld | 62 KEEP(*(.ctors .init_array)) 72 * .got and .dynamic need to follow .ctors and .dtors because the linker
|
D | system-twosegment.ld | 60 KEEP(*(.ctors .init_array)) 61 __ctor_end = .;
|
/external/pytorch/c10/test/util/ |
D | ThreadLocal_test.cpp | 149 static std::atomic<int> ctors{0}; in TEST() local 184 static std::atomic<int> ctors(0); in TEST() local
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/ |
D | ConstructorUtils.java | 255 final Constructor<?>[] ctors = cls.getConstructors(); in getMatchingAccessibleConstructor() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotatedCreatorCollector.java | 102 List<ClassUtil.Ctor> ctors = null; in _findPotentialConstructors() local
|
D | AnnotatedClass.java | 456 List<AnnotatedConstructor> ctors, in Creators()
|
/external/cronet/stable/third_party/llvm-libc/src/utils/gpu/loader/nvptx/ |
D | nvptx-loader.cpp | 61 std::vector<std::pair<const char *, uint16_t>> ctors; in get_ctor_dtor_array() local
|
/external/cronet/tot/third_party/llvm-libc/src/utils/gpu/loader/nvptx/ |
D | nvptx-loader.cpp | 61 std::vector<std::pair<const char *, uint16_t>> ctors; in get_ctor_dtor_array() local
|
/external/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 1128 ArrayList<MethodInfo> ctors = constructors(); in makeKeywordEntries() local 1284 ArrayList<MethodInfo> ctors = constructors(); in makeHDF() local
|
D | Stubs.java | 997 ArrayList<MethodInfo> ctors = base.constructors(); in superCtorCall() local
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 112 constexpr C ctors[3]; variable
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 779 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
|