Home
last modified time | relevance | path

Searched +defs:val +defs:name (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DXmlUtilHelper.java202 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml()
249 public static final void writeMapXml(Map val, String name, XmlSerializer out) in writeMapXml()
271 public static final void writeMapXml(Map val, String name, XmlSerializer out, in writeMapXml()
334 public static final void writeListXml(List val, String name, XmlSerializer out) in writeListXml()
358 public static final void writeSetXml(Set val, String name, XmlSerializer out) in writeSetXml()
390 public static final void writeByteArrayXml(byte[] val, String name, in writeByteArrayXml()
426 public static final void writeIntArrayXml(int[] val, String name, in writeIntArrayXml()
466 public static final void writeLongArrayXml(long[] val, String name, XmlSerializer out) in writeLongArrayXml()
505 public static final void writeDoubleArrayXml(double[] val, String name, XmlSerializer out) in writeDoubleArrayXml()
544 public static final void writeStringArrayXml(String[] val, String name, XmlSerializer out) in writeStringArrayXml()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java401 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml()
448 public static final void writeMapXml(Map val, String name, TypedXmlSerializer out) in writeMapXml()
470 public static final void writeMapXml(Map val, String name, TypedXmlSerializer out, in writeMapXml()
533 public static final void writeListXml(List val, String name, TypedXmlSerializer out) in writeListXml()
557 public static final void writeSetXml(Set val, String name, TypedXmlSerializer out) in writeSetXml()
589 public static final void writeByteArrayXml(byte[] val, String name, in writeByteArrayXml()
625 public static final void writeIntArrayXml(int[] val, String name, in writeIntArrayXml()
665 public static final void writeLongArrayXml(long[] val, String name, TypedXmlSerializer out) in writeLongArrayXml()
704 public static final void writeDoubleArrayXml(double[] val, String name, TypedXmlSerializer out) in writeDoubleArrayXml()
743 public static final void writeStringArrayXml(String[] val, String name, TypedXmlSerializer out) in writeStringArrayXml()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java402 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml()
449 public static final void writeMapXml(Map val, String name, TypedXmlSerializer out) in writeMapXml()
471 public static final void writeMapXml(Map val, String name, TypedXmlSerializer out, in writeMapXml()
534 public static final void writeListXml(List val, String name, TypedXmlSerializer out) in writeListXml()
558 public static final void writeSetXml(Set val, String name, TypedXmlSerializer out) in writeSetXml()
590 public static final void writeByteArrayXml(byte[] val, String name, in writeByteArrayXml()
626 public static final void writeIntArrayXml(int[] val, String name, in writeIntArrayXml()
666 public static final void writeLongArrayXml(long[] val, String name, TypedXmlSerializer out) in writeLongArrayXml()
705 public static final void writeDoubleArrayXml(double[] val, String name, TypedXmlSerializer out) in writeDoubleArrayXml()
744 public static final void writeStringArrayXml(String[] val, String name, TypedXmlSerializer out) in writeStringArrayXml()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java48 final String name; field in DualDumpOutputStream.Dumpable
50 private Dumpable(String name) { in Dumpable()
60 private DumpObject(String name) { in DumpObject()
118 private DumpField(String name, String value) { in DumpField()
156 public void write(@NonNull String fieldName, long fieldId, double val) { in write()
164 public void write(@NonNull String fieldName, long fieldId, boolean val) { in write()
172 public void write(@NonNull String fieldName, long fieldId, int val) { in write()
180 public void write(@NonNull String fieldName, long fieldId, float val) { in write()
188 public void write(@NonNull String fieldName, long fieldId, byte[] val) { in write()
196 public void write(@NonNull String fieldName, long fieldId, long val) { in write()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java48 final String name; field in DualDumpOutputStream.Dumpable
50 private Dumpable(String name) { in Dumpable()
60 private DumpObject(String name) { in DumpObject()
118 private DumpField(String name, String value) { in DumpField()
156 public void write(@NonNull String fieldName, long fieldId, double val) { in write()
164 public void write(@NonNull String fieldName, long fieldId, boolean val) { in write()
172 public void write(@NonNull String fieldName, long fieldId, int val) { in write()
180 public void write(@NonNull String fieldName, long fieldId, float val) { in write()
188 public void write(@NonNull String fieldName, long fieldId, byte[] val) { in write()
196 public void write(@NonNull String fieldName, long fieldId, long val) { in write()
[all …]
/aosp12/art/test/1911-get-local-var-table/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1912-get-set-local-primitive/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1914-get-local-instance/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1915-get-set-local-current-thread/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1923-frame-pop/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1924-frame-pop-toggle/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1925-self-frame-pop/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1926-missed-frame-pop/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1935-get-set-current-frame-jit/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1939-proxy-frames/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1965-get-set-local-primitive-no-tables/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1966-get-set-local-objects-no-table/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/1967-get-set-local-bad-slot/src/art/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/art/test/jvmti-common/
H A DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
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()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DXmlUtils.java29 XmlPullParser parser, String endTag, String[] name, ReadMapCallback callback) in readThisArrayMapXml()
36 Object val = readThisValueXml(parser, name, callback, true); in readThisArrayMapXml() local
63 String[] name, in readThisListXml()
72 Object val = readThisValueXml(parser, name, callback, arrayMap); in readThisListXml() local
96 public static String[] readThisStringArrayXml(XmlPullParser parser, String endTag, String[] name) in readThisStringArrayXml()
134 XmlPullParser parser, String[] name, ReadMapCallback callback, boolean arrayMap) in readThisValueXml()
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc96 std::string Var(const std::string& name) { in Var()
97 auto val = modules::Variables::GetValue(name); in Var() local
105 std::string Var(const std::string& name, const std::string& default_value) { in Var()
106 auto val = modules::Variables::GetValue(name); in Var() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackSource.java58 ContentValues val = new ContentValues(); in insertStack() local
72 ContentValues val = new ContentValues(); in updateStackName() local
145 String name = (c.isNull(1)) ? null : c.getString(1); in getAllUserPresets() local
179 String name = (c.isNull(0)) ? null : c.getString(0); in getAllStacks() local
/aosp12/frameworks/base/libs/androidfw/tests/
H A DSplit_test.cpp85 Res_value val; in TEST_F() local
113 Res_value val; in TEST_F() local
162 Res_value val; in TEST_F() local
218 Res_value val; in TEST_F() local
236 ResTable::resource_name name; in TEST_F() local
259 const String16 name("test3"); in TEST_F() local

12345678910>>...21