Home
last modified time | relevance | path

Searched +defs:val +defs:e (Results 1 – 25 of 140) sorted by relevance

123456

/aosp12/packages/modules/NeuralNetworks/common/
H A DGraphDump.cpp58 Dumper& operator<<(const T& val) { in operator <<()
146 cppType val; in tryValueDump() local
165 for (unsigned i = 0, e = model.main.inputIndexes.size(); i < e; i++) { in graphDump() local
168 for (unsigned i = 0, e = model.main.outputIndexes.size(); i < e; i++) { in graphDump() local
179 for (unsigned i = 0, e = model.main.operands.size(); i < e; i++) { in graphDump() local
227 for (unsigned i = 0, e = opnd.dimensions.size(); i < e; i++) { in graphDump() local
239 for (unsigned i = 0, e = model.main.operations.size(); i < e; i++) { in graphDump() local
/aosp12/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/art/test/1916-get-set-current-frame/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/art/test/1926-missed-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 …]
/aosp12/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 …]
/aosp12/art/test/1939-proxy-frames/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/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 …]
/aosp12/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 …]
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DShaderJS.cpp50 type val = ctx.template Arg<0>(); in Set() local
58 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
63 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
123 NapiApi::Object val = ctx.Arg<0>(); in Set() local
134 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
139 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
174 NapiApi::Object val = ctx.Arg<0>(); in Set() local
182 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
187 [](napi_env e, napi_callback_info i) -> napi_value { in insertProp()
212 ShaderJS::ShaderJS(napi_env e, napi_callback_info i) in ShaderJS()
[all …]
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil_ex.h69 Enum EnumAdd(Enum const e, T val) in EnumAdd()
/aosp12/frameworks/base/core/java/android/telephony/
H A DRlog.java89 public static int e(String tag, String msg) { in e() method in Rlog
94 public static int e(String tag, String msg, Throwable tr) { in e() method in Rlog
115 String val = String.valueOf(pii); in pii() local
130 String val = String.valueOf(pii); in pii() local
/aosp12/frameworks/base/telephony/java/com/android/telephony/
H A DRlog.java83 public static int e(String tag, String msg) { in e() method in Rlog
87 public static int e(String tag, String msg, Throwable tr) { in e() method in Rlog
108 String val = String.valueOf(pii); in pii() local
123 String val = String.valueOf(pii); in pii() local
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelPerfTest.java126 final int val = 0xF; in timeWriteInt() local
145 final long val = 0xF; in timeWriteLong() local
188 SecurityException e = new SecurityException("TestMessage"); in timeWriteException() local
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java208 Event e = null; in getNextEvent() local
291 String val = mReader.nextString(); in readInt() local
296 String val = mReader.nextString(); in readBus() local
391 private static void error(String msg, Exception e) { in error()
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java794 public final void writeInt(int val) { in writeInt()
1274 char[] val = new char[N]; in createCharArray() local
1311 int[] val = new int[N]; in createIntArray() local
1349 long[] val = new long[N]; in createLongArray() local
1387 float[] val = new float[N]; in createFloatArray() local
1425 double[] val = new double[N]; in createDoubleArray() local
1477 String[] val = new String[N]; in createString8Array() local
2200 public final void writeException(@NonNull Exception e) { in writeException()
2239 public static int getExceptionCode(@NonNull Throwable e) { in getExceptionCode()
2267 public void writeStackTrace(@NonNull Throwable e) { in writeStackTrace()
[all …]
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DEvent.java222 Event e = null; in getNextEvent() local
312 String val = mReader.nextString(); in readInt() local
317 String val = mReader.nextString(); in readBus() local
447 private static void error(String msg, Exception e) { in error()

123456