Home
last modified time | relevance | path

Searched +defs:val +defs:e (Results 51 – 75 of 2444) sorted by relevance

12345678910>>...98

/aosp_15_r20/art/test/1935-get-set-current-frame-jit/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1915-get-set-local-current-thread/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1965-get-set-local-primitive-no-tables/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1923-frame-pop/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1914-get-local-instance/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/jvmti-common/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1911-get-local-var-table/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1925-self-frame-pop/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1967-get-set-local-bad-slot/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1966-get-set-local-objects-no-table/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1924-frame-pop-toggle/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1912-get-set-local-primitive/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c35 u64 val; in reset_ebb_with_clear_mask() local
59 u64 val; in ebb_check_mmcr0() local
102 u64 val; in standard_ebb_callee() local
255 u64 val; in count_pmc() local
275 int ebb_event_enable(struct event *e) in ebb_event_enable()
331 void event_ebb_init(struct event *e) in event_ebb_init()
336 void event_bhrb_init(struct event *e, unsigned ifm) in event_bhrb_init()
341 void event_leader_ebb_init(struct event *e) in event_leader_ebb_init()
352 uint64_t val; in ebb_child() 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 ...
/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 ...
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp52 for (unsigned i = 1, e = md->getNumOperands(); i != e; i += 2) { in cacheAnnotationFromMD() local
78 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i) { in cacheAnnotationFromMD() local
133 bool isTexture(const Value &val) { in isTexture()
144 bool isSurface(const Value &val) { in isSurface()
155 bool isSampler(const Value &val) { in isSampler()
176 bool isImageReadOnly(const Value &val) { in isImageReadOnly()
188 bool isImageWriteOnly(const Value &val) { in isImageWriteOnly()
200 bool isImageReadWrite(const Value &val) { in isImageReadWrite()
212 bool isImage(const Value &val) { in isImage()
216 bool isManaged(const Value &val) { in isManaged()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dpromote_test.cc250 upb::MtDataEncoder e; in CreateMiniTableWithEmptySubTables() local
265 upb::MtDataEncoder e; in CreateMapEntryMiniTable() local
278 upb::MtDataEncoder e; in CreateMiniTableWithEmptySubTablesForMaps() local
367 int32_t val = upb_Message_GetInt32( in TEST() local
548 int32_t val = upb_Message_GetInt32( in TEST() local
640 upb_MessageValue val; in TEST() local
663 upb::MtDataEncoder e; in CreateMiniTableWithEmptySubTablesOld() local
680 upb::MtDataEncoder e; in CreateMiniTableWithEmptySubTablesForMapsOld() local
695 upb::MtDataEncoder e; in CreateMapEntryMiniTableOld() local
723 int32_t val = upb_Message_GetInt32( in TEST() local
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcglib-nodep-3.1.jar ... ce net.sf.cglib.core.CodeEmitter e java.beans.PropertyDescriptor[] getters java. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar0META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-0/
Dframework.jarcom/android/internal/annotations/WeaklyReferencedCallback.class WeaklyReferencedCallback.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedTransferQueue.java370 final Object cmpExItem(Object cmp, Object val) { // try to match in cmpExItem()
373 final DualNode cmpExNext(DualNode cmp, DualNode val) { in cmpExNext()
423 final Object await(Object e, long ns, Object blocker, boolean spin) { in await()
535 final DualNode cmpExTail(DualNode cmp, DualNode val) { in cmpExTail()
538 final DualNode cmpExHead(DualNode cmp, DualNode val) { in cmpExHead()
574 final Object xfer(Object e, long ns) { in xfer()
939 E e = nextItem; in next() local
1045 E e = null; in tryAdvance() local
1145 public void put(E e) { in put()
1159 public boolean offer(E e, long timeout, TimeUnit unit) { in offer()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java370 final Object cmpExItem(Object cmp, Object val) { // try to match in cmpExItem()
373 final DualNode cmpExNext(DualNode cmp, DualNode val) { in cmpExNext()
423 final Object await(Object e, long ns, Object blocker, boolean spin) { in await()
535 final DualNode cmpExTail(DualNode cmp, DualNode val) { in cmpExTail()
538 final DualNode cmpExHead(DualNode cmp, DualNode val) { in cmpExHead()
574 final Object xfer(Object e, long ns) { in xfer()
939 E e = nextItem; in next() local
1045 E e = null; in tryAdvance() local
1145 public void put(E e) { in put()
1159 public boolean offer(E e, long timeout, TimeUnit unit) { in offer()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedTransferQueue.java370 final Object cmpExItem(Object cmp, Object val) { // try to match in cmpExItem()
373 final DualNode cmpExNext(DualNode cmp, DualNode val) { in cmpExNext()
423 final Object await(Object e, long ns, Object blocker, boolean spin) { in await()
535 final DualNode cmpExTail(DualNode cmp, DualNode val) { in cmpExTail()
538 final DualNode cmpExHead(DualNode cmp, DualNode val) { in cmpExHead()
574 final Object xfer(Object e, long ns) { in xfer()
939 E e = nextItem; in next() local
1045 E e = null; in tryAdvance() local
1145 public void put(E e) { in put()
1159 public boolean offer(E e, long timeout, TimeUnit unit) { in offer()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator.py128 def _get_error(val): argument
141 def _maybe_get_remote_value(val): argument
157 def _maybe_as_type_spec(val): argument
517 def mark_failed(self, e): argument
571 def _validate_preemption_failure(self, e): argument
763 def _set_resources_aborted(self, e): argument
778 def _on_closure_failure(self, closure, e): argument
787 def _on_resource_closure_failure(self, e): argument
1019 def _record_and_ignore_transient_ps_failure(self, e): argument
1035 def _record_and_ignore_transient_timeouts(self, e): argument
[all …]

12345678910>>...98