/aosp_15_r20/art/test/956-methodhandles/src/ |
H A D | Main.java | 419 private UnreflectTester(String val) { in UnreflectTester() 426 public UnreflectTester(String val, boolean unused) { in UnreflectTester() 1262 public VariableArityTester(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in VariableArityTester() 1265 public VariableArityTester(List l0, List... lists) { update(l0, lists); } in VariableArityTester() 1284 public final String update(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in update() 1288 public String update(List l0, List... lists) { return lastResult = tally(l0, lists); } in update() 1315 public static String tally(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in tally() 1318 public static String tally(List l0, List... lists) { in tally()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
H A D | MethodHandlesTest.java | 726 private UnreflectTester(String val) { in UnreflectTester() 733 public UnreflectTester(String val, boolean unused) { in UnreflectTester() 1343 public VariableArityTester(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in VariableArityTester() 1346 public VariableArityTester(List<?> l0, List<?>... lists) { update(l0, lists); } in VariableArityTester() 1365 public final String update(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in update() 1369 public String update(List l0, List... lists) { return lastResult = tally(l0, lists); } in update() 1396 public static String tally(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in tally() 1399 public static String tally(List l0, List... lists) { in tally()
|
/aosp_15_r20/external/zopfli/src/zopfli/ |
H A D | katajainen.c | 149 int val; in ExtractBitLengths() local 182 Node* (*lists)[2]; in ZopfliLengthLimitedCodeLengths() local
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Print.hpp | 55 static std::vector<Value *> val(const T *list, int count) in val() function in rr::PrintValue 185 std::vector<std::vector<Value *>> lists = { val(v)... }; in vals() local 205 static std::vector<Value *> val(const T &v) in val() function in rr::PrintValue 222 …static std::vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v… in val() function 320 static std::vector<Value *> val(const RValue<Long> &v) { return { v.value() }; } in val() function 326 static std::vector<Value *> val(const RValue<Pointer<T>> &v) { return { v.value() }; } in val() function 347 static std::vector<Value *> val(const SIMD::Pointer &v) in val() function 389 static std::vector<Value *> val(const Reference<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function 395 static std::vector<Value *> val(const RValue<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | pdu.cc | 723 auto* val = attribute_list.At(idx + 1); in Parse() local 1110 const DataElement* val = src_list_it->At(idx + 1); in Parse() local 1171 std::vector<DataElement> lists; in GetPDU() local
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | output_test_helper.cc | 35 static TestCaseList lists[TC_NumID]; in GetTestCaseList() local 325 double val = GetAs<double>(which_str); in GetTime() local
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | output_test_helper.cc | 34 static TestCaseList lists[TC_NumID]; in GetTestCaseList() local 318 double val = GetAs<double>(which_str); in GetTime() local
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | output_test_helper.cc | 35 static TestCaseList lists[TC_NumID]; in GetTestCaseList() local 326 double val = GetAs<double>(which_str); in GetTime() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | MethodHandles.java | 2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter() 2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter() 2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter() 2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter() 2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter() 2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter() 2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter() 2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter() 3189 /** @hide */ public static byte identity(byte val) { return val; } in identity() 3190 /** @hide */ public static boolean identity(boolean val) { return val; } in identity() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter() 2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter() 2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter() 2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter() 2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter() 2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter() 2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter() 2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter() 3189 /** @hide */ public static byte identity(byte val) { return val; } in identity() 3190 /** @hide */ public static boolean identity(boolean val) { return val; } in identity() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter() 2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter() 2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter() 2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter() 2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter() 2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter() 2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter() 2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter() 3189 /** @hide */ public static byte identity(byte val) { return val; } in identity() 3190 /** @hide */ public static boolean identity(boolean val) { return val; } in identity() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | MethodHandlesTest.java | 212 long val = nextArgVal++; in nextArg() local 905 ArrayList<MethodHandle> lists = new ArrayList<>(); in makeLists() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | jsr166-tests.jar | ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done
final synthetic jsr166.AbstractExecutorServiceTest this$0 ... |
D | core-ojtests-public.jar | ... implements java.lang.Runnable {
final synthetic String val$name
final synthetic Runnable val$runnable
void < ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | jsr166-tests.jar | ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done
final synthetic jsr166.AbstractExecutorServiceTest this$0 ... |
D | core-ojtests-public.jar | META-INF/
META-INF/MANIFEST.MF
TestDoubleSumAverage.class
TestDoubleSumAverage.java
package TestDoubleSumAverage ... |
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.cpp | 890 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create() 942 static void boundaryPM(BPMLists* lists, BPMNode* leaves, size_t numpresent, int c, int num) { in boundaryPM() 1001 BPMLists lists; in lodepng_huffman_code_lengths() local 1498 int* val; /*circular pos to hash value*/ member 1786 unsigned val = lz77_encoded->data[i]; in writeLZ77data() local
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | jquery-1.7.1.js | 1196 lists = { variable 2311 val: function( value ) { method 2345 val = value.call( this, i, self.val() ); property 2347 val = value; property 2352 val = ""; property 2354 val += ""; field 2356 val = jQuery.map(val, function ( value ) { property 2441 val: true, property 7082 jQuery.map( val, function( val, i ){ argument
|
/aosp_15_r20/packages/apps/TV/libs/ |
D | truth-0.45.jar | ... .google.common.truth.Correspondence$ExceptionStore val$exceptions
final synthetic com.google.common. ... |
/aosp_15_r20/out/soong/.intermediates/external/truth/truth/android_common/javac/ |
D | truth.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/metalava-tools-common-m2-deps/linux_glibc_common/local-combined/ |
D | metalava-tools-common-m2-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/truth/truth/1.4.0/ |
HD | truth-1.4.0.jar | ... .truth.DoubleSubject$TolerantDoubleComparison {
final synthetic double val$tolerance
final synthetic com.google.common. ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | guava-17.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
HD | guava-18.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_functions.py | 3106 def fn(a, ind, val): argument 3487 lists: List[torch.Tensor] = field(default_factory=list) variable in DefaultsTests.test_dataclass_factory.Output
|