Home
last modified time | relevance | path

Searched +defs:val +defs:method (Results 1 – 25 of 1367) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py211 def setprec(self, val): argument
219 def setemin(self, val): argument
227 def setemax(self, val): argument
235 def setround(self, val): argument
243 def setcapitals(self, val): argument
251 def setclamp(self, val): argument
930 def test_method(method, testspecs, testfunc): argument
963 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument
988 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument
1013 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument
[all …]
/aosp_15_r20/art/openjdkjvmti/
H A Dti_method.cc133 jmethodID method, in GetBytecodes()
167 jmethodID method, in GetArgumentsSize()
202 jmethodID method, in GetLocalVariableTable()
289 jmethodID method, in GetMaxLocals()
319 jmethodID method, in GetMethodName()
385 jmethodID method, in GetMethodDeclaringClass()
402 jmethodID method, in GetMethodLocation()
435 jmethodID method, in GetMethodModifiers()
459 jmethodID method, in GetLineNumberTable()
512 jmethodID method, in IsMethodT()
[all …]
H A Devents.cc599 void AddDelayedNonStandardExitEvent(const art::ShadowFrame* frame, bool is_object, jvalue val) in AddDelayedNonStandardExitEvent()
624 void MethodEntered(art::Thread* self, art::ArtMethod* method) in MethodEntered()
639 art::ArtMethod* method, in MethodExited()
676 jvalue val; in MethodExited() local
692 art::ArtMethod* method, in MethodExited()
723 jvalue val; in MethodExited() local
740 void MethodUnwind(art::Thread* self, art::ArtMethod* method, [[maybe_unused]] uint32_t dex_pc) in MethodUnwind()
744 jvalue val; in MethodUnwind() local
769 art::ArtMethod* method, in DexPcMoved()
801 art::ReflectiveHandle<art::ArtMethod> method(rhs.NewHandle(method_p)); in FieldRead() local
[all …]
/aosp_15_r20/art/runtime/interpreter/
H A Dshadow_frame.h83 ArtMethod* method, in CreateDeoptimizedFrame()
98 #define CREATE_SHADOW_FRAME(num_vregs, method, dex_pc) ({ \ argument
215 void SetVReg(size_t i, int32_t val) { in SetVReg()
224 void SetVRegFloat(size_t i, float val) { in SetVRegFloat()
233 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong()
244 void SetVRegDouble(size_t i, double val) { in SetVRegDouble()
259 void SetMethod(ArtMethod* method) REQUIRES(Locks::mutator_lock_) { in SetMethod()
325 ArtMethod* method, in CreateShadowFrameImpl()
407 ShadowFrame(uint32_t num_vregs, ArtMethod* method, uint32_t dex_pc) in ShadowFrame()
/aosp_15_r20/art/test/990-field-trace/src/art/
H A DTest990.java41 private Executable method; field in Test990.FieldWrite
47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite()
65 private Executable method; field in Test990.FieldRead
69 public FieldRead(Executable method, Object target, Field f) { in FieldRead()
83 private static String genericToString(Object val) { in genericToString()
109 private static String arrayToString(Object val) { in arrayToString()
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.3/
HDgrpc-stub-1.0.3.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/external/caliper/lib/
HDjersey-client-1.11.jar ... ) public abstract java.util.concurrent.Future method (java.lang.String) public abstract java ...
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc690 ArtMethod* method, in HandleDeoptimization()
760 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge()
862 jvalue val; in Visit() local
1106 static std::string DumpInstruction(ArtMethod* method, uint32_t dex_pc) in DumpInstruction()
1507 void AdvancePointer(const void* val) { in AdvancePointer()
1522 void AdvanceInt(uint32_t val) { in AdvanceInt()
1559 void AdvanceLong(uint64_t val) { in AdvanceLong()
1593 void AdvanceFloat(uint32_t val) { in AdvanceFloat()
1636 void AdvanceDouble(uint64_t val) { in AdvanceDouble()
1679 void PushGpr(uintptr_t val) { in PushGpr()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodHandles.java848 Method method = refc.getDeclaredMethod(name, type.ptypes()); in findStatic() local
877 private static MethodHandle createMethodHandle(Method method, int handleKind, in createMethodHandle()
974 Method method = refc.getInstanceMethod(name, type.ptypes()); in findVirtual() local
1448 Method method = refc.getDeclaredMethod(name, type.ptypes()); in findSpecial() local
1453 private MethodHandle findSpecial(Method method, MethodType type, in findSpecial()
2271 private void checkReturnType(Method method, MethodType methodType) in checkReturnType()
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()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java848 Method method = refc.getDeclaredMethod(name, type.ptypes()); in findStatic() local
877 private static MethodHandle createMethodHandle(Method method, int handleKind, in createMethodHandle()
974 Method method = refc.getInstanceMethod(name, type.ptypes()); in findVirtual() local
1448 Method method = refc.getDeclaredMethod(name, type.ptypes()); in findSpecial() local
1453 private MethodHandle findSpecial(Method method, MethodType type, in findSpecial()
2271 private void checkReturnType(Method method, MethodType methodType) in checkReturnType()
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()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java848 Method method = refc.getDeclaredMethod(name, type.ptypes()); in findStatic() local
877 private static MethodHandle createMethodHandle(Method method, int handleKind, in createMethodHandle()
974 Method method = refc.getInstanceMethod(name, type.ptypes()); in findVirtual() local
1448 Method method = refc.getDeclaredMethod(name, type.ptypes()); in findSpecial() local
1453 private MethodHandle findSpecial(Method method, MethodType type, in findSpecial()
2271 private void checkReturnType(Method method, MethodType methodType) in checkReturnType()
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()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
H A DMethodHandles.java105 public static void arrayElementSetter(byte[] array, int i, byte val) { in arrayElementSetter()
109 public static void arrayElementSetter(boolean[] array, int i, boolean val) { in arrayElementSetter()
113 public static void arrayElementSetter(char[] array, int i, char val) { in arrayElementSetter()
117 public static void arrayElementSetter(short[] array, int i, short val) { in arrayElementSetter()
121 public static void arrayElementSetter(int[] array, int i, int val) { in arrayElementSetter()
125 public static void arrayElementSetter(long[] array, int i, long val) { in arrayElementSetter()
129 public static void arrayElementSetter(float[] array, int i, float val) { in arrayElementSetter()
133 public static void arrayElementSetter(double[] array, int i, double val) { in arrayElementSetter()
217 public static byte identity(byte val) { in identity()
221 public static boolean identity(boolean val) { in identity()
[all …]
/aosp_15_r20/external/owasp/sanitizer/lib/junit/
Djunit-dep.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
Djunit.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java240 MethodInfo method; in parseConstructor() local
304 MethodInfo method; in parseMethod() local
391 String val = null; in parseField() local
458 public static Object parseValue(String type, String val) throws ApiParseException { in parseValue()
546 private static void parseParameterList(Tokenizer tokenizer, AbstractMethodInfo method, in parseParameterList()
583 private static String parseThrows(Tokenizer tokenizer, AbstractMethodInfo method) in parseThrows()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDjunit-4.8.1.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DAnonymousClassExprTest.java32 MethodDefinition method = in validAnonymousClass_basic() local
83 MethodDefinition method = in validAnonymousClass_genericAndVariableExpr() local
113 MethodDefinition method = in invalidAnonymousClass_staticMethod() local
135 MethodDefinition method = in invalidAnonymousClass_explicitConstructor() local
166 Value val = PrimitiveValue.builder().setType(type).setValue(value).build(); in createAssignmentExpr() local
/aosp_15_r20/external/guice/lib/build/
HDcglib-3.2.6.jar ... public int accept (java.lang.reflect.Method) java.lang.reflect.Method method public ...
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DHttpConnection.java110 private static String encodeMimeName(String val) { in encodeMimeName()
191 public Connection method(Method method) { in method() argument
398 Method method = Method.GET; field in HttpConnection.Base
432 public Method method() { in method() method in HttpConnection.Base
437 public T method(Method method) { in method() argument
1105 final String val = conn.getHeaderField(i); in createHeaderMap() local
1156 private static String fixHeaderEncoding(@Nullable String val) { in fixHeaderEncoding()
/aosp_15_r20/art/test/991-field-trace-2/src/art/
H A DTest991.java32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess()
41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify()
135 int val = t1.xyz; in accept() local
145 int val = f.getInt(t1); in accept() local
216 public static void doPrintNativeNotification(int val) { in doPrintNativeNotification()
/aosp_15_r20/art/runtime/
H A Dstack.cc252 uint32_t* val, in GetVReg()
311 uint32_t* val, in GetVRegFromOptimizedCode()
630 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc() local
684 void StackVisitor::SetMethod(ArtMethod* method) { in SetMethod()
701 ArtMethod* method = GetMethod(); in ValidateFrame() local
769 ArtMethod* method = GetMethod(); in GetCurrentQuickFrameInfo() local
837 ArtMethod* method = *cur_quick_frame_; in WalkStack() local
971 ArtMethod* method = cur_shadow_frame_->GetMethod(); in WalkStack() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework_lib/linux_glibc_common/javac/
Derror_prone_android_framework_lib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/
H A DChmIn.cpp174 UInt64 val = 0; in ReadEncInt() local
755 CMethodInfo method; in OpenHighLevel() local
762 CMethodInfo method; in OpenHighLevel() local
773 CMethodInfo &method = section.Methods[mi]; in OpenHighLevel() local
831 CMethodInfo &method = section.Methods[mi]; in OpenHighLevel() local
935 UInt64 val = 0; in Open2() local
/aosp_15_r20/out/soong/.intermediates/external/junit/junit/linux_glibc_common/javac/
Djunit.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/out/soong/.intermediates/external/junit/junit/android_common/javac/
Djunit.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...

12345678910>>...55