Home
last modified time | relevance | path

Searched +defs:val +defs:function (Results 126 – 150 of 1054) sorted by relevance

12345678910>>...43

/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-compat-test-rules.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/checkerframework/error_prone_checkerframework_dataflow_errorprone/linux_glibc_common/local-combined/
Derror_prone_checkerframework_dataflow_errorprone.jar ... checkerframework.com.google.common.base.Function) org.checkerframework.com.google.common ...
/aosp_15_r20/external/error_prone/checkerframework/
HDdataflow-errorprone-3.39.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt MANIFEST ...
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1613 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1635 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf()
1655 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf()
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1613 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1635 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf()
1655 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf()
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1613 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1635 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf()
1655 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf()
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c430 SpvId function, const SpvId arguments[], in spirv_builder_function_call()
1560 emit_constant_32(struct spirv_builder *b, SpvId type, uint32_t val) in emit_constant_32()
1567 emit_constant_64(struct spirv_builder *b, SpvId type, uint64_t val) in emit_constant_64()
1574 spirv_builder_const_bool(struct spirv_builder *b, bool val) in spirv_builder_const_bool()
1581 spirv_builder_const_int(struct spirv_builder *b, int width, int64_t val) in spirv_builder_const_int()
1592 spirv_builder_const_uint(struct spirv_builder *b, int width, uint64_t val) in spirv_builder_const_uint()
1626 spirv_builder_const_float(struct spirv_builder *b, int width, double val) in spirv_builder_const_float()
/aosp_15_r20/external/antlr/runtime/ActionScript/project/lib/
HDFlexAntTasks.jar ... jaxen/expr/iter/ org/jaxen/function/ org/jaxen/function/ext/ org ...
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfxjs_engine.cpp229 v8::Local<v8::FunctionTemplate> function = in GetInstanceTemplate() local
662 v8::Local<v8::Value> val = pObj->GetPrototype(); in GetObjectPrivate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc1461 HloComputation* function, std::string* failure_reason) const { in MatchReductionGenerator()
1733 absl::Span<const int64_t> dimensions, HloComputation* function, in EmitVectorizedReduce()
1904 HloComputation* function = reduce->to_apply(); in HandleReduce() local
2737 [&](llvm::Value* val) { return val->getType(); }); in EmitCallToFunc()
3084 llvm::Function* function = b->GetInsertBlock()->getParent(); in EmitTracingStart() local
3116 llvm::Function* function = b->GetInsertBlock()->getParent(); in EmitTracingEnd() local
/aosp_15_r20/external/guice/lib/
HDguava-19.0.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c291 LLVMValueRef function = LLVMGetNamedFunction(ctx->module, name); in ac_build_intrinsic() local
1418 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val) in ac_build_ddxy()
2244 LLVMValueRef val; in ac_build_isign() local
2251 static LLVMValueRef ac_eliminate_negative_zero(struct ac_llvm_context *ctx, LLVMValueRef val) in ac_eliminate_negative_zero()
2263 LLVMValueRef pos, neg, dw[2], val; in ac_build_fsign() local
2653 LLVMValueRef function = LLVMGetBasicBlockParent(current_block); in ac_build_alloca_undef() local
2677 LLVMValueRef ac_build_alloca_init(struct ac_llvm_context *ac, LLVMValueRef val, const char *name) in ac_build_alloca_init()
2811 LLVMValueRef val; in ac_build_mbcnt_add() local
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java1461 String function = newValue.toString(); in writeUsbConfigurationOption() local
1487 float val = Float.parseFloat(values[i].toString()); in updateAnimationScaleValue() local
1568 int val = Integer.parseInt(values[i].toString()); in updateAppProcessLimitOptions() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDguava-18.0.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
HDguava-17.0.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-compat-test-rules.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc120 int64_t val = InferenceContext::Value(d); in ExtractValue() local
786 NameAttrList function; in UpdateFunction() local
1354 NameAttrList function; in AddNode() local
1966 const int64_t val) { in MakeIntegerScalarTensorProto()
/aosp_15_r20/out/soong/.intermediates/packages/providers/DownloadProvider/DownloadProvider/android_common/combined/
DDownloadProvider.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/target/common/obj/APPS/DownloadProvider_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc1060 tensorflow::Safe_PyObjectPtr val(Py_BuildValue( in MaybeRaiseExceptionFromTFStatus() local
1096 tensorflow::Safe_PyObjectPtr val( in MaybeRaiseExceptionFromStatus() local
2636 PyBackwardFunction* function = new PyBackwardFunction( local
2690 PyBackwardFunction* function = new PyBackwardFunction( local
2741 PyBackwardFunction* function = new PyBackwardFunction( local
3319 PyBackwardFunction* function = new PyBackwardFunction( local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels.cc531 TF_Tensor** val, TF_Status* status) { in TF_OpKernelConstruction_GetAttrTensor()
565 tensorflow::NameAttrList function; in TF_OpKernelConstruction_GetAttrFunction() local
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-host/linux_glibc_common/local-javac-header/
Dguava-android-host.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/out/target/common/obj/APPS/BlockedNumberProvider_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement/android_common/turbine-combined/
Dservice-entitlement.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/libraries/ ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/BlockedNumberProvider/BlockedNumberProvider/android_common/combined/
DBlockedNumberProvider.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...43