Home
last modified time | relevance | path

Searched +defs:val +defs:function (Results 226 – 250 of 1054) sorted by relevance

12345678910>>...43

/aosp_15_r20/prebuilts/sdk/extensions/13/module-lib/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/module_sdk/art/13/sdk_library/module-lib/
Dart-stubs.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/external/testng/ant/3rdparty/
HDdoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/service-configinfrastructure.impl/android_common_apex34/combined/
Dservice-configinfrastructure.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/aconfig/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/combined/
DContactsProvider.jar ... public void <init> (java.util.function.BiPredicate) java.util.function.BiPredicate ...
/aosp_15_r20/out/target/common/obj/APPS/ContactsProvider_intermediates/
Dclasses.jar ... public void <init> (java.util.function.BiPredicate) java.util.function.BiPredicate ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-media_apex/android_common_apex31/turbine-combined/
Dexoplayer-media_apex.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Media/apex/framework/framework-media.impl/android_common/turbine-combined/
Dframework-media.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-media_apex/android_common/jarjar/turbine/
Dexoplayer-media_apex.jarcom/google/thirdparty/publicsuffix/TrieParser.class TrieParser.java package com.google. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Media/apex/framework/framework-media.impl/android_common/jarjar/turbine/
Dframework-media.jarandroid/media/internal/utils/build/UnboundedSdkLevel.class <Unknown> package android. ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-configinfrastructure.com.android.configinfrastructure_intermediates/
Dclasses-header.jarcom/android/server/deviceconfig/publicsuffix/TrieParser.class TrieParser.java package com. ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/updatable-media.com.android.media_intermediates/
Dclasses-header.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Media/apex/framework/framework-media.impl/android_common_apex31/turbine-combined/
Dframework-media.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-media_apex/android_common_apex31/jarjar/turbine/
Dexoplayer-media_apex.jarcom/google/thirdparty/publicsuffix/TrieParser.class TrieParser.java package com.google. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Media/apex/framework/updatable-media/android_common_apex31/turbine-combined/
Dupdatable-media.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Media/apex/framework/framework-media.impl/android_common_apex31/jarjar/turbine/
Dframework-media.jarandroid/media/internal/utils/build/UnboundedSdkLevel.class <Unknown> package android. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/service-configinfrastructure.impl/android_common_apex34/jarjar/turbine/
Dservice-configinfrastructure.jarcom/android/server/deviceconfig/publicsuffix/TrieParser.class TrieParser.java package com. ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-media_apex/android_common/turbine-combined/
Dexoplayer-media_apex.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java362 V val; field in ConcurrentSkipListMap.Node
3060 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
3079 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf()
3100 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java362 V val; field in ConcurrentSkipListMap.Node
3060 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
3079 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf()
3100 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java362 V val; field in ConcurrentSkipListMap.Node
3060 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
3079 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf()
3100 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp208 static Value *createSwizzle4(Value *val, uint16_t select) in createSwizzle4()
279 RValue<Bool> operator!(RValue<Bool> val) in operator !()
470 RValue<Byte> operator+(RValue<Byte> val) in operator +()
475 RValue<Byte> operator-(RValue<Byte> val) in operator -()
480 RValue<Byte> operator~(RValue<Byte> val) in operator ~()
485 RValue<Byte> operator++(Byte &val, int) // Post-increment in operator ++()
495 const Byte &operator++(Byte &val) // Pre-increment in operator ++()
503 RValue<Byte> operator--(Byte &val, int) // Post-decrement in operator --()
513 const Byte &operator--(Byte &val) // Pre-decrement in operator --()
705 RValue<SByte> operator+(RValue<SByte> val) in operator +()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework/linux_glibc_common/combined/
Derror_prone_android_framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/
Dturbine_direct_binary_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/combined/
Derror_prone_core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...

12345678910>>...43