Home
last modified time | relevance | path

Searched +defs:value +defs:types (Results 1 – 25 of 1201) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/clang/docs/
H A DAutomaticReferenceCounting.rst921 .. _arc.ownership.restrictions.autoreleasing:
1000 .. _arc.ownership.restrictions.pass_by_writeback:
1336 .. _arc.optimization:
1881 .. _arc.misc.c-retainable.audit:
1883 Auditing of C retainable pointer interfaces
1992 .. _arc.runtime.objc_autoreleasePoolPop:
2036 .. _arc.runtime.objc_copyWeak:
2101 .. _arc.runtime.objc_loadWeak:
2168 .. _arc.runtime.objc_retain:
2180 .. _arc.runtime.objc_retainAutorelease:
[all …]
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DZoneInfoDataTest.java52 int[][] types = {}; in testMakeTimeZone_NoTypes() local
65 int[][] types = { in testMakeTimeZone_OneType_NoTransitions() local
92 int[][] types = { in testReadTimeZone_OneNonDstTransition() local
115 int[][] types = { in testReadTimeZone_OneDstTransition() local
135 int[][] types = { in testReadTimeZone_NegativeTransition() local
173 int[][] types = { in testReadTimeZone_PositiveTransition() local
217 int[][] types = { in testCreateInstance() local
255 int[][] types = { in testReadTimeZone_HasFutureDST_NoPastDST_NegativeTransitions() local
283 int[][] types = { in testReadTimeZone_HasFutureDST_NoPastDST_PositiveTransitions() local
313 int[][] types = { in testReadTimeZone_HasPastDST_NoFutureDST_NegativeTransitions() local
[all …]
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/autofuzz/
H A DMeta.java80 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer1.class, func.getClass()); in autofuzz() local
86 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer2.class, func.getClass()); in autofuzz() local
93 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer3.class, func.getClass()); in autofuzz() local
102 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer4.class, func.getClass()); in autofuzz() local
112 Class<?>[] types = TypeResolver.resolveRawArguments(Consumer5.class, func.getClass()); in autofuzz() local
122 Class<?>[] types = TypeResolver.resolveRawArguments(Function1.class, func.getClass()); in autofuzz() local
128 Class<?>[] types = TypeResolver.resolveRawArguments(Function2.class, func.getClass()); in autofuzz() local
135 Class<?>[] types = TypeResolver.resolveRawArguments(Function3.class, func.getClass()); in autofuzz() local
144 Class<?>[] types = TypeResolver.resolveRawArguments(Function4.class, func.getClass()); in autofuzz() local
154 Class<?>[] types = TypeResolver.resolveRawArguments(Function5.class, func.getClass()); in autofuzz() local
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateValidityXml.java99 static Map<String, Info> types = new LinkedHashMap<>(); field in GenerateValidityXml.Info
115 public void put(String key, Status value) { in put()
119 public void remove(String key, Status value) { in remove()
143 static final Map<String, Info> types = Info.types; field in GenerateValidityXml
213 private static void doCurrency(Map<String, Info> types) { in doCurrency()
253 private static void doSubdivisions(Map<String, Info> types) { in doSubdivisions()
306 private static void doLstr(Map<String, Info> types) throws IOException { in doLstr()
/aosp_15_r20/external/pytorch/test/
H A Dtest_overrides.py131 def __init__(self, N, value): argument
145 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
215 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
366 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
600 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
612 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
617 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
803 def __setattr__(self, name, value): argument
810 def __setitem__(self, key, value): argument
817 def __torch_function__(cls, func, types, args=(), kwargs=None): argument
[all …]
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dencode_args.cc38 size_t EncodeInt(int value, const span<std::byte>& output) { in EncodeInt()
43 size_t EncodeInt64(int64_t value, const span<std::byte>& output) { in EncodeInt64()
47 size_t EncodeFloat(float value, const span<std::byte>& output) { in EncodeFloat()
91 size_t EncodeArgs(pw_tokenizer_ArgTypes types, in EncodeArgs()
133 extern "C" size_t pw_tokenizer_EncodeArgs(pw_tokenizer_ArgTypes types, in pw_tokenizer_EncodeArgs()
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/fel/
H A Dfeature-extractor.h83 void add(FeatureType *type, FeatureValue value) { in add()
100 FeatureValue value(int index) const { return features_[index].value; } in value() function
109 FeatureValue value; member
324 FeatureValue value = Compute(workspaces, object, args...); in Evaluate() local
383 void GetFeatureTypes(std::vector<FeatureType *> *types) const override { in GetFeatureTypes()
528 void GetFeatureTypes(std::vector<FeatureType *> *types) const override { in GetFeatureTypes()
639 void GetFeatureTypes(std::vector<FeatureType *> *types) const override { in GetFeatureTypes()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dwhile_loop_outline.cc107 const SmallVectorImpl<Type>& types, in CreateOutlineFunc()
129 for (Value value : extern_values) { in CreateOutlineFunc() local
145 auto value = std::get<0>(it); in CreateOutlineFunc() local
175 const SmallVectorImpl<Type>& types, Location loc) { in ReplaceRegionWithCall()
240 SmallVector<Type, 4> types; in OutlineWhile() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
HDjavawriter-2.1.1.jar ... ) throws java.io.IOException String[] types public com.squareup.javawriter.JavaWriter emitImports ( ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
HDant-1.8.0.jar ... rmic/ org/apache/tools/ant/types/ org/apache/tools/ant/types ...
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc53 JsonNameValue(const std::string name, const Json::Value& value) : name_(name), value_(value) {} in JsonNameValue()
56 const Json::Value& value() const { return value_; } in value() function in __anon9b9b25110111::JsonNameValue
576 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in GenerateClassName()
638 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseClass()
801 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseFunction()
846 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseReference()
879 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseModifier()
895 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseArray()
953 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseDie()
1056 const std::vector<const TypeInfo*>& types) { in error_unsuccessful_dedup()
[all …]
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c119 int value; in get_operand_regtype_str() member
334 static const char *types[] = { in get_operand_datatype_str() local
410 int value; in format_insn_eflags_str() member
446 static const char *types[] = { in get_insn_group_str() local
475 int value; in get_insn_type_str() member
476 } types[] = { in get_insn_type_str() local
/aosp_15_r20/external/jarjar/lib/
HDapache-ant-1.9.4.jar ... rmic/ org/apache/tools/ant/types/ org/apache/tools/ant/types ...
/aosp_15_r20/out/soong/.intermediates/external/jarjar/jarjar-apache-ant/linux_glibc_common/local-combined/
Djarjar-apache-ant.jar ... Project, org.apache.tools.ant.types.Path) ClassLoader parent org.apache.tools ...
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dunion_type.cpp21 static auto value = OptionalType::create(TensorType::get()); in ofTensor() local
26 static auto value = ListType::create(OptionalType::ofTensor()); in ofOptionalTensors() local
33 std::vector<TypePtr> types; in subtractTypeSetFrom() local
92 void filterDuplicateSubtypes(std::vector<TypePtr>* types) { in filterDuplicateSubtypes()
139 static void sortUnion(std::vector<TypePtr>* types) { in sortUnion()
/aosp_15_r20/development/tools/winscope/src/trace_collection/
H A Dtrace_configuration.ts25 types: TraceType[]; property
47 value: string | string[]; property
156 types: [TraceType.SURFACE_FLINGER], constant
166 types: [TraceType.WINDOW_MANAGER], constant
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp74 struct is_movable { static const bool value = true; }; member
99 struct types { struct
100 typedef base<types> base;
101 typedef type1<types> type1;
102 typedef type2<types> type2;
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DAnnotatedConstructor.java94 Class<?>[] types = _constructor.getParameterTypes(); in getRawParameterType() local
100 Type[] types = _constructor.getGenericParameterTypes(); in getParameterType() local
110 Type[] types = _constructor.getGenericParameterTypes(); in getGenericParameterType() local
145 public void setValue(Object pojo, Object value) in setValue()
H A DAnnotatedMethod.java133 Class<?>[] types = getRawParameterTypes(); in getRawParameterType() local
139 Type[] types = _method.getGenericParameterTypes(); in getParameterType() local
149 Type[] types = getGenericParameterTypes(); in getGenericParameterType() local
163 public void setValue(Object pojo, Object value) throws IllegalArgumentException in setValue()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djquery-1.7.1.js1297 return function( value ) { argument
1305 return function( value ) { argument
1865 data: function( key, value ) { argument
2166 attr: function( name, value ) { argument
2176 prop: function( name, value ) { argument
2191 addClass: function( value ) { argument
2228 removeClass: function( value ) { argument
2261 toggleClass: function( value, stateVal ) { argument
2311 val: function( value ) { argument
2425 set: function( elem, value ) { argument
[all …]
/aosp_15_r20/external/selinux/libsepol/tests/
H A Dtest-linker-types.c104 unsigned int value; in test_type_datum() local
129 const char *types[2]; in base_type_tests() local
167 const char *types[2]; in module_type_tests() local
/aosp_15_r20/system/tools/aidl/
Dgenerate_ndk.cpp103 void GenerateNdk(const string& output_file, const Options& options, const AidlTypenames& types, in GenerateNdk()
152 void GenerateNestedTypeDecls(CodeWriter& out, const AidlTypenames& types, in GenerateNestedTypeDecls()
159 void GenerateHeaderDefinitions(CodeWriter& out, const AidlTypenames& types, in GenerateHeaderDefinitions()
163 const AidlTypenames& types; in GenerateHeaderDefinitions() member
197 void GenerateHeader(CodeWriter& out, const AidlTypenames& types, in GenerateHeader()
208 void GenerateClientHeader(CodeWriter& out, const AidlTypenames& types, in GenerateClientHeader()
223 void GenerateServerHeader(CodeWriter& out, const AidlTypenames& types, in GenerateServerHeader()
238 void GenerateSource(CodeWriter& out, const AidlTypenames& types, in GenerateSource()
242 const AidlTypenames& types; in GenerateSource() member
272 void GenerateHeaderIncludes(CodeWriter& out, const AidlTypenames& types, in GenerateHeaderIncludes()
[all …]
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DWindowInsetsAnimationTestBase.java78 boolean show, int types) { in commonAnimationAssertions()
116 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets()
124 final int types) { in assertAnimationSteps()
144 private BiPredicate<WindowInsets, WindowInsets> compareInsets(int types, in compareInsets()
164 V value = getter.apply(list.get(i)); in assertListElements() local
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDant-1.6.5.jar ... rmic/ org/apache/tools/ant/types/ org/apache/tools/ant/types ...
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp22 void set_disabled_torch_function_impl(PyObject* value) { in set_disabled_torch_function_impl()
30 void set_disabled_torch_dispatch_impl(PyObject* value) { in set_disabled_torch_dispatch_impl()
209 PyObject *func = nullptr, *types = nullptr, *args = nullptr, in THPModule_disable_torch_function() local
243 PyObject *func = nullptr, *types = nullptr, *args = nullptr, in THPModule_disable_torch_dispatch() local

12345678910>>...49