Home
last modified time | relevance | path

Searched +defs:val +defs:lists (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/aosp_15_r20/art/test/956-methodhandles/src/
H A DMain.java419 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 DMethodHandlesTest.java726 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 Dkatajainen.c149 int val; in ExtractBitLengths() local
182 Node* (*lists)[2]; in ZopfliLengthLimitedCodeLengths() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DPrint.hpp55 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 Dpdu.cc723 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 Doutput_test_helper.cc35 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 Doutput_test_helper.cc34 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 Doutput_test_helper.cc35 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 DMethodHandles.java2441 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/
DMethodHandles.java2441 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/
DMethodHandles.java2441 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 DMethodHandlesTest.java212 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/
Djsr166-tests.jar ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done final synthetic jsr166.AbstractExecutorServiceTest this$0 ...
Dcore-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/
Djsr166-tests.jar ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done final synthetic jsr166.AbstractExecutorServiceTest this$0 ...
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF TestDoubleSumAverage.class TestDoubleSumAverage.java package TestDoubleSumAverage ...
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp890 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 Djquery-1.7.1.js1196 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/
Dtruth-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/
Dtruth.jarMETA-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/
Dmetalava-tools-common-m2-deps.jarMETA-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/
HDtruth-1.4.0.jar ... .truth.DoubleSubject$TolerantDoubleComparison { final synthetic double val$tolerance final synthetic com.google.common. ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDguava-17.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
HDguava-18.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py3106 def fn(a, ind, val): argument
3487 lists: List[torch.Tensor] = field(default_factory=list) variable in DefaultsTests.test_dataclass_factory.Output

12345678910>>...15