Home
last modified time | relevance | path

Searched +defs:val +defs:table (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dreflection.h121 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI()
129 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF()
136 inline const String *GetFieldS(const Table &table, in GetFieldS()
144 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV()
153 inline VectorOfAny *GetFieldAnyV(const Table &table, in GetFieldAnyV()
159 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT()
166 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct()
195 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI()
203 inline double GetAnyFieldF(const Table &table, const reflection::Field &field) { in GetAnyFieldF()
212 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS()
[all …]
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dreflection.h87 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI()
95 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF()
102 inline const String *GetFieldS(const Table &table, in GetFieldS()
110 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV()
119 inline VectorOfAny *GetFieldAnyV(const Table &table, in GetFieldAnyV()
125 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT()
132 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct()
161 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI()
169 inline double GetAnyFieldF(const Table &table, const reflection::Field &field) { in GetAnyFieldF()
178 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS()
[all …]
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dreflection.h121 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI()
129 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF()
136 inline const String *GetFieldS(const Table &table, in GetFieldS()
144 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV()
153 inline VectorOfAny *GetFieldAnyV(const Table &table, in GetFieldAnyV()
159 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT()
166 inline const Struct *GetFieldStruct(const Table &table, in GetFieldStruct()
195 inline int64_t GetAnyFieldI(const Table &table, in GetAnyFieldI()
203 inline double GetAnyFieldF(const Table &table, const reflection::Field &field) { in GetAnyFieldF()
212 inline std::string GetAnyFieldS(const Table &table, in GetAnyFieldS()
[all …]
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp41 ResTable table; in TEST() local
50 ResTable table; in TEST() local
61 ResTable table; in TEST() local
78 ResTable table; in TEST() local
84 Res_value val; in TEST() local
102 ResTable table; in TEST() local
108 Res_value val; in TEST() local
126 ResTable table; in TEST() local
132 Res_value val; in TEST() local
150 ResTable table; in TEST() local
[all …]
H A DSplit_test.cpp67 ResTable table; in TEST_F() local
76 ResTable table; in TEST_F() local
85 Res_value val; in TEST_F() local
105 ResTable table; in TEST_F() local
113 Res_value val; in TEST_F() local
129 ResTable table; in TEST_F() local
158 ResTable table; in TEST_F() local
162 Res_value val; in TEST_F() local
188 ResTable table; in TEST_F() local
214 ResTable table; in TEST_F() local
[all …]
H A DAppAsLib_test.cpp34 ResTable table; in TEST() local
37 Res_value val; in TEST() local
51 ResTable table; in TEST() local
56 Res_value val; in TEST() local
70 ResTable table; in TEST() local
75 Res_value val; in TEST() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_search.c42 const nir_algebraic_table *table; member
241 match_value(const nir_algebraic_table *table, in match_value()
333 double val = nir_src_comp_as_float(instr->src[src].src, in match_value() local
347 uint64_t val = nir_src_comp_as_uint(instr->src[src].src, in match_value() local
366 match_expression(const nir_algebraic_table *table, const nir_search_expression *expr, nir_alu_instr… in match_expression()
493 nir_alu_src val; in construct_value() local
504 nir_alu_src val = { NIR_SRC_INIT }; in construct_value() local
543 nir_alu_src val; in construct_value() local
556 dump_value(const nir_algebraic_table *table, const nir_search_value *val) in dump_value()
667 const nir_algebraic_table *table, in nir_replace_instr()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dpromote_test.cc258 upb_MiniTable* table = in CreateMiniTableWithEmptySubTables() local
269 upb_MiniTable* table = in CreateMapEntryMiniTable() local
286 upb_MiniTable* table = 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
671 upb_MiniTable* table = in CreateMiniTableWithEmptySubTablesOld() local
688 upb_MiniTable* table = in CreateMiniTableWithEmptySubTablesForMapsOld() local
699 upb_MiniTable* table = in CreateMapEntryMiniTableOld() local
723 int32_t val = upb_Message_GetInt32( in TEST() local
[all …]
/aosp_15_r20/external/libxml2/
H A Dentities.c190 xmlEntitiesTablePtr table = NULL; in xmlAddEntity() local
421 xmlGetEntityFromTable(xmlEntitiesTablePtr table, const xmlChar *name) { in xmlGetEntityFromTable()
437 xmlEntitiesTablePtr table; in xmlGetParameterEntity() local
468 xmlEntitiesTablePtr table; in xmlGetDtdEntity() local
493 xmlEntitiesTablePtr table; in xmlGetDocEntity() local
516 xmlSerializeHexCharRef(char *buf, int val) { in xmlSerializeHexCharRef()
553 xmlSerializeDecCharRef(char *buf, int val) { in xmlSerializeDecCharRef()
674 int val; in xmlEscapeText() local
840 xmlFreeEntitiesTable(xmlEntitiesTablePtr table) { in xmlFreeEntitiesTable()
910 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) { in xmlCopyEntitiesTable()
[all …]
H A Dvalid.c1149 xmlElementTablePtr table; in xmlAddElementDecl() local
1351 xmlFreeElementTable(xmlElementTablePtr table) { in xmlFreeElementTable()
1407 xmlCopyElementTable(xmlElementTablePtr table) { in xmlCopyElementTable()
1459 xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table) { in xmlDumpElementTable()
1653 xmlAttributeTablePtr table; in xmlAddAttributeDecl() local
1886 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
1951 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()
2003 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()
2057 xmlNotationTablePtr table; in xmlAddNotationDecl() local
2142 xmlFreeNotationTable(xmlNotationTablePtr table) { in xmlFreeNotationTable()
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dvalid.c1141 xmlElementTablePtr table; in xmlAddElementDecl() local
1344 xmlFreeElementTable(xmlElementTablePtr table) { in xmlFreeElementTable()
1401 xmlCopyElementTable(xmlElementTablePtr table) { in xmlCopyElementTable()
1453 xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table) { in xmlDumpElementTable()
1643 xmlAttributeTablePtr table; in xmlAddAttributeDecl() local
1877 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
1943 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()
1995 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()
2043 xmlNotationTablePtr table; in xmlAddNotationDecl() local
2128 xmlFreeNotationTable(xmlNotationTablePtr table) { in xmlFreeNotationTable()
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Dreflection.cpp28 const Table &table, size_t align, size_t size) { in CopyInline()
87 const flatbuffers::Table &table, in VerifyVector()
166 const flatbuffers::Table *table, bool required) { in VerifyObject()
330 auto val = GetAnyFieldS(*table_field, fielddef, schema); in GetAnyValueS() local
372 void SetAnyValueI(reflection::BaseType type, uint8_t *data, int64_t val) { in SetAnyValueI()
395 void SetAnyValueF(reflection::BaseType type, uint8_t *data, double val) { in SetAnyValueF()
404 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val) { in SetAnyValueS()
473 void ResizeTable(const reflection::Object &objectdef, Table *table) { in ResizeTable()
556 void SetString(const reflection::Schema &schema, const std::string &val, in SetString()
625 const Table &table, bool use_string_pooling) { in CopyTable()
/aosp_15_r20/external/libxkbcommon/src/compose/
H A Dparser.c125 lex(struct scanner *s, union lvalue *val) in lex()
243 lex_include_string(struct scanner *s, struct xkb_compose_table *table, in lex_include_string()
331 add_production(struct xkb_compose_table *table, struct scanner *s, in add_production()
465 do_include(struct xkb_compose_table *table, struct scanner *s, in do_include()
508 parse(struct xkb_compose_table *table, struct scanner *s, in parse()
512 union lvalue val; in parse() local
708 parse_string(struct xkb_compose_table *table, const char *string, size_t len, in parse_string()
722 parse_file(struct xkb_compose_table *table, FILE *file, const char *file_name) in parse_file()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Ddecode_fast.c308 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
324 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64()
347 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
404 uint64_t val; in fastdecode_topackedvarint() local
419 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
440 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
497 #define FASTDECODE_UNPACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
538 #define FASTDECODE_PACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
576 #define FASTDECODE_FIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
626 upb_Message* msg, intptr_t table, in fastdecode_verifyutf8()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/
H A Ddecode_fast.c291 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
307 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64()
330 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
387 uint64_t val; in fastdecode_topackedvarint() local
402 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
423 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
480 #define FASTDECODE_UNPACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
521 #define FASTDECODE_PACKEDFIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
560 #define FASTDECODE_FIXED(d, ptr, msg, table, hasbits, data, tagbytes, \ argument
610 upb_Message* msg, intptr_t table, in fastdecode_verifyutf8()
[all …]
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/
H A DTableSubjectTest.java40 ImmutableTable<String, String, String> table = ImmutableTable.of(); in tableIsEmpty() local
46 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(1, 5, 7); in tableIsEmptyWithFailure() local
53 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(1, 5, 7); in tableIsNotEmpty() local
59 ImmutableTable<Integer, Integer, Integer> table = ImmutableTable.of(); in tableIsNotEmptyWithFailure() local
85 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in contains() local
91 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsFailure() local
106 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in doesNotContain() local
115 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in doesNotContainFailure() local
132 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsCell() local
139 ImmutableTable<String, String, String> table = ImmutableTable.of("row", "col", "val"); in containsCellFailure() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dtable_helper.cpp38 std::string format_precision(double val, int digits) in format_precision()
85 …::vector<std::string> >& table, std::string::const_iterator begin, std::string::const_iterator end) in load_table()
110 std::string save_table(std::vector<std::vector<std::string> >& table) in save_table()
171 std::string get_colour(boost::uintmax_t val, boost::uintmax_t best) in get_colour()
191 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… in add_cell()
348 void report_execution_time(double t, std::string table, std::string row, std::string heading) in report_execution_time()
/aosp_15_r20/external/brotli/c/dec/
H A Ddecode.c351 const HuffmanCode* table, in DecodeSymbol()
368 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol()
376 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol()
377 uint32_t val; in SafeDecodeSymbol() local
416 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol()
417 uint32_t val; in SafeReadSymbol() local
427 const HuffmanCode* table, in PreloadSymbol()
442 static BROTLI_INLINE uint32_t ReadPreloadedSymbol(const HuffmanCode* table, in ReadPreloadedSymbol()
448 uint32_t val = BrotliGet16BitsUnmasked(br); in ReadPreloadedSymbol() local
750 HuffmanCode* table, in ReadHuffmanCode()
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkTHash.h100 T* set(T val) { in set()
232 Iter(const TTable* table, int slot) : fTable(table), fSlot(slot) {} in Iter()
234 static Iter MakeBegin(const TTable* table) { in MakeBegin()
238 static Iter MakeEnd(const TTable* table) { in MakeEnd()
303 T* uncheckedSet(T&& val) { in uncheckedSet()
514 V* set(K key, V val) { in set()
529 if (V* val = this->find(key)) { variable
599 for (const T& val : vals) { in THashSet() local
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c352 const HuffmanCode* table, in DecodeSymbol()
369 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol()
377 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol()
378 uint32_t val; in SafeDecodeSymbol() local
417 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol()
418 uint32_t val; in SafeReadSymbol() local
428 const HuffmanCode* table, in PreloadSymbol()
443 static BROTLI_INLINE uint32_t ReadPreloadedSymbol(const HuffmanCode* table, in ReadPreloadedSymbol()
449 uint32_t val = BrotliGet16BitsUnmasked(br); in ReadPreloadedSymbol() local
751 HuffmanCode* table, in ReadHuffmanCode()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/message/
Dpromote_test.cc271 upb_MiniTable* table = in CreateMiniTableWithEmptySubTables() local
296 upb_MiniTable* table = in CreateMiniTableWithEmptySubTablesForMaps() local
315 upb_MiniTable* table = in CreateMapEntryMiniTable() local
339 int32_t val = upb_Message_GetInt32( in TEST() local
386 int32_t val = upb_Message_GetInt32( in TEST() local
445 int32_t val = upb_Message_GetInt32( in TEST() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dexponentiation.c134 BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *table, const BN_ULONG *np, in bn_mul_mont_gather5()
154 static void bn_power5(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *table, in bn_power5()
480 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp() local
658 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont() local
796 BN_ULONG val[TABLE_SIZE_SMALL][BN_SMALL_MAX_WORDS]; in bn_mod_exp_mont_small() local
883 static void copy_to_prebuf(const BIGNUM *b, int top, BN_ULONG *table, int idx, in copy_to_prebuf()
890 static int copy_from_prebuf(BIGNUM *b, int top, const BN_ULONG *table, int idx, in copy_from_prebuf()
1161 uint16_t val; in BN_mod_exp_mont_consttime() local
/aosp_15_r20/external/freetype/src/gxvalid/
H A Dgxvcommn.c180 gxv_array_getlimits_byte( FT_Bytes table, in gxv_array_getlimits_byte()
194 FT_Byte val; in gxv_array_getlimits_byte() local
209 gxv_array_getlimits_ushort( FT_Bytes table, in gxv_array_getlimits_ushort()
223 FT_UShort val; in gxv_array_getlimits_ushort() local
327 gxv_BinSrchHeader_validate( FT_Bytes table, in gxv_BinSrchHeader_validate()
422 gxv_LookupTable_fmt0_validate( FT_Bytes table, in gxv_LookupTable_fmt0_validate()
473 gxv_LookupTable_fmt2_skip_endmarkers( FT_Bytes table, in gxv_LookupTable_fmt2_skip_endmarkers()
493 gxv_LookupTable_fmt2_validate( FT_Bytes table, in gxv_LookupTable_fmt2_validate()
564 gxv_LookupTable_fmt4_validate( FT_Bytes table, in gxv_LookupTable_fmt4_validate()
645 gxv_LookupTable_fmt6_skip_endmarkers( FT_Bytes table, in gxv_LookupTable_fmt6_skip_endmarkers()
[all …]
/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshalgo.c62 psh_hint_table_done( PSH_Hint_Table table, in psh_hint_table_done()
79 psh_hint_table_deactivate( PSH_Hint_Table table ) in psh_hint_table_deactivate()
95 psh_hint_table_record( PSH_Hint_Table table, in psh_hint_table_record()
142 psh_hint_table_record_mask( PSH_Hint_Table table, in psh_hint_table_record_mask()
145 FT_Int mask = 0, val = 0; in psh_hint_table_record_mask() local
170 psh_hint_table_init( PSH_Hint_Table table, in psh_hint_table_init()
243 psh_hint_table_activate_mask( PSH_Hint_Table table, in psh_hint_table_activate_mask()
246 FT_Int mask = 0, val = 0; in psh_hint_table_activate_mask() local
397 ps_simple_scale( PSH_Hint_Table table, in ps_simple_scale()
846 psh_hint_table_align_hints( PSH_Hint_Table table, in psh_hint_table_align_hints()
[all …]
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c39 #define for_each_field(expr, field, table) \ argument
179 unsigned int val = 0; in quick_hash() local
258 struct sql_table *table = sb->table; in add_selection() local
374 struct sql_table *table = sb->table; in add_field() local
411 struct sql_table *table = sb->table; in add_match() local
445 struct sql_table *table = sb->table; in add_where() local
493 __hidden void *add_number(struct sqlhist_bison *sb, long val) in add_number()
505 struct sql_table *table; in table_start() local
591 struct sql_table *table, in update_vars()
710 struct sql_table *table, in update_fields()
[all …]

12345678910>>...45