Home
last modified time | relevance | path

Searched defs:ctors (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/pytorch/test/autograd/
H A Dtest_functional.py164 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 …]
/aosp_15_r20/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
H A DClassDocImplTest.java486 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
/aosp_15_r20/external/trusty/lk/arch/x86/32/
Dkernel.ld48 KEEP(*(.ctors .init_array))
49 __ctor_end = .;
/aosp_15_r20/external/trusty/lk/arch/x86/64/
Dkernel.ld51 KEEP(*(SORT_BY_INIT_PRIORITY(.ctors.*) SORT_BY_INIT_PRIORITY(.init_array.*)))
63 * .got and .dynamic need to follow .ctors and .dtors because the linker
/aosp_15_r20/external/trusty/lk/arch/arm64/
Dsystem-onesegment.ld118 KEEP(*(.ctors .init_array))
128 * .got and .dynamic need to follow .ctors and .dtors because the linker
/aosp_15_r20/external/pytorch/c10/test/util/
H A DThreadLocal_test.cpp149 static std::atomic<int> ctors{0}; in TEST() local
184 static std::atomic<int> ctors(0); in TEST() local
/aosp_15_r20/external/trusty/lk/arch/arm/
Dsystem-twosegment.ld60 KEEP(*(.ctors .init_array))
61 __ctor_end = .;
Dsystem-onesegment.ld62 KEEP(*(.ctors .init_array))
72 * .got and .dynamic need to follow .ctors and .dtors because the linker
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/
H A DConstructorUtils.java255 final Constructor<?>[] ctors = cls.getConstructors(); in getMatchingAccessibleConstructor() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DAnnotatedCreatorCollector.java102 List<ClassUtil.Ctor> ctors = null; in _findPotentialConstructors() local
H A DAnnotatedClass.java456 List<AnnotatedConstructor> ctors, in Creators()
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DClassInfo.java1128 ArrayList<MethodInfo> ctors = constructors(); in makeKeywordEntries() local
1284 ArrayList<MethodInfo> ctors = constructors(); in makeHDF() local
H A DStubs.java997 ArrayList<MethodInfo> ctors = base.constructors(); in superCtorCall() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp112 constexpr C ctors[3]; variable
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h779 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h681 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h680 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h680 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h680 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors() function
/aosp_15_r20/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
HDcommons-lang3-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
HDxstream-1.4.8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/thoughtworks/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-lang/apache-commons-lang/android_common_apex33/javac/
Dapache-commons-lang.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-api.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12