Home
last modified time | relevance | path

Searched +defs:val +defs:constructor (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
H A DSdkField.java44 private final Supplier<SdkPojo> constructor; field in SdkField
97 public Supplier<SdkPojo> constructor() { in constructor() method in SdkField
171 TypeT val = this.get(pojo); in getValueOrDefault() local
183 public void set(Object pojo, Object val) { in set()
207 private Supplier<SdkPojo> constructor; field in SdkField.Builder
228 public Builder<TypeT> constructor(Supplier<SdkPojo> constructor) { in constructor() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js16 constructor() { method in Module
37 instruction(val) { return this.instructions_[val]; } argument
79 constructor(name, opcode, operands) { method in Instruction
91 operand(val) { return this.operands_[val]; } argument
95 constructor(mod, name, type, value, params) { method in Operand
H A Dtoken.js38 constructor(type, line, data) { method in Token
49 set data(val) { this.data_ = val; } argument
52 set bits(val) { this.bits_ = val; } argument
H A Dlexer.js21 constructor(input) { method in Lexer
251 val: value property
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/src/
H A Dast.js16 constructor() { method in Module
37 instruction(val) { return this.instructions_[val]; } argument
79 constructor(name, opcode, operands) { method in Instruction
91 operand(val) { return this.operands_[val]; } argument
95 constructor(mod, name, type, value, params) { method in Operand
H A Dtoken.js38 constructor(type, line, data) { method in Token
49 set data(val) { this.data_ = val; } argument
52 set bits(val) { this.bits_ = val; } argument
H A Dlexer.js21 constructor(input) { method in Lexer
251 val: value property
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dast.js16 constructor() { method in Module
37 instruction(val) { return this.instructions_[val]; } argument
79 constructor(name, opcode, operands) { method in Instruction
91 operand(val) { return this.operands_[val]; } argument
95 constructor(mod, name, type, value, params) { method in Operand
Dtoken.js38 constructor(type, line, data) { method in Token
49 set data(val) { this.data_ = val; } argument
52 set bits(val) { this.bits_ = val; } argument
Dlexer.js21 constructor(input) { method in Lexer
251 val: value property
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstat.js4 constructor() { method in Stat
24 val() { method in Stat
57 static addVal(builder, val) { argument
67 static createStat(builder, idOffset, val, count) { argument
90 constructor(id = null, val = BigInt('0'), count = 0) { argument
H A Dstat.ts32 val():bigint { method in Stat
122 constructor( method in StatT
/aosp_15_r20/external/perfetto/ui/src/components/widgets/sql/details/
H A Ddetails.ts215 constructor( method in Details
310 constructor( method in DictSchema
324 constructor( method in ArraySchema
339 constructor( method in ScalarValueSchema
366 constructor( method in IntervalSchema
382 constructor( method in ThreadIntervalSchema
400 constructor( method in SqlIdRefSchema
423 constructor(public message: string) {} method in Err
844 for (const [key, val] of Object.entries(value.data)) { constant
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts680 constructor(querySpec: Row, rowData: Row, res: QueryResultImpl) { method in RowIteratorImpl
747 const val = this.varIntReader.int64(); constant
869 constructor(querySpec: Row, res: QueryResultImpl) { method in RowIteratorImplWithRowData
890 constructor(errorInfo: QueryErrorInfo) { method in WaitableQueryResultImpl
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts721 constructor(querySpec: Row, rowData: Row, res: QueryResultImpl) { method in RowIteratorImpl
792 const val = this.varIntReader.int64(); constant
918 constructor(querySpec: Row, res: QueryResultImpl) { method in RowIteratorImplWithRowData
940 constructor(errorInfo: QueryErrorInfo) { method in WaitableQueryResultImpl
/aosp_15_r20/art/test/ti-agent/
H A Dlocals_helper.cc51 jobject val) { in Java_art_Locals_SetLocalVariableObject()
60 jdouble val) { in Java_art_Locals_SetLocalVariableDouble()
69 jfloat val) { in Java_art_Locals_SetLocalVariableFloat()
78 jlong val) { in Java_art_Locals_SetLocalVariableLong()
87 jint val) { in Java_art_Locals_SetLocalVariableInt()
174 jmethodID constructor = env->GetMethodID( in Java_art_Locals_GetLocalVariableTable() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DStruct.java599 Constructor<?> constructor = null; in parse() local
765 public final boolean val; field in Struct.Bool
767 public Bool(final boolean val) { in Bool()
775 public final short val; field in Struct.U8
777 public U8(final short val) { in U8()
785 public final int val; field in Struct.S32
787 public S32(final int val) { in S32()
795 public final long val; field in Struct.U32
797 public U32(final long val) { in U32()
805 public final long val; field in Struct.S64
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodHandles.java1057 Constructor constructor = refc.getDeclaredConstructor(type.ptypes()); in findConstructor() local
1167 private static Method findStringFactoryMethod(Constructor<String> constructor) { in findStringFactoryMethod()
1173 private MethodHandle createMethodHandleForConstructor(Constructor constructor) { in createMethodHandleForConstructor()
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()
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()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java1057 Constructor constructor = refc.getDeclaredConstructor(type.ptypes()); in findConstructor() local
1167 private static Method findStringFactoryMethod(Constructor<String> constructor) { in findStringFactoryMethod()
1173 private MethodHandle createMethodHandleForConstructor(Constructor constructor) { in createMethodHandleForConstructor()
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()
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()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java1057 Constructor constructor = refc.getDeclaredConstructor(type.ptypes()); in findConstructor() local
1167 private static Method findStringFactoryMethod(Constructor<String> constructor) { in findStringFactoryMethod()
1173 private MethodHandle createMethodHandleForConstructor(Constructor constructor) { in createMethodHandleForConstructor()
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()
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()
[all …]
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
H A DImplicitResolverTest.java50 String val = constructScalar((ScalarNode) node); in construct() local
84 Constructor constructor = new ConfigurationConstructor(config); in testMain() local
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/
H A Dproperty_tree_node_factory.ts25 constructor( method in PropertyTreeNodeFactory
146 for (const [key, val] of Object.entries(value)) { constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/
H A Duint24.rs61 fn constructor() { in constructor() function
69 let val = Uint24::from_be_bytes(bytes); in be_bytes() localVariable
/aosp_15_r20/external/flatbuffers/ts/
H A Dbyte-buffer.ts13 constructor(private bytes_: Uint8Array) { } method in ByteBuffer
280 const val = listAccessor(i); constant
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
H A DMethodHandleType.java63 temp.put(INVOKE_CONSTRUCTOR, "invoke-constructor"); in temp.put()
80 String val = methodHandleTypeNames.get(methodHandleType); in toString() local

12345678910>>...38