Home
last modified time | relevance | path

Searched +defs:text +defs:table (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_controller_unittest.cc106 ProtoTranslationTable* table) { in FakeMuxer()
218 std::unique_ptr<Table> table, in TestFtraceController()
268 auto table = FakeTable(ftrace_procfs.get()); in CreateSecondaryInstance() local
304 auto table = FakeTable(ftrace_procfs.get()); in CreateTestController() local
686 std::string text = ""; in TEST() local
693 std::string text = R"( in TEST() local
702 std::string text = R"( _binder_inner_proc_lock 1 8 in TEST() local
716 std::string text = R"( _binder_inner_proc_lock 1 8 in TEST() local
H A Dcpu_reader_unittest.cc214 std::string text = R"( in TEST() local
223 std::string text = R"( in TEST() local
341 std::string text = R"( in TEST() local
447 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
570 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
614 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
658 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
692 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
750 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
804 ProtoTranslationTable* table = GetTable(test_case->name); in TEST_F() local
[all …]
/aosp_15_r20/external/owasp/sanitizer/empiricism/
Dcanned-data.js115 "table": true, property
9283 "table": [ property
19509 "table": [ property
20632 "text": true property
20637 "text": true property
20642 "text": true property
20647 "text": true property
20652 "text": true property
20658 "text": true property
20663 "text": true property
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dperformance.cpp17 void load_file(std::string& text, const char* file) in load_file()
113 void test_match(const char* expression, const char* text, bool isperl = false) in test_match()
115 …std::string table = "Testing simple " + (isperl ? std::string("Perl") : std::string("leftmost-long… in test_match() local
130 void test_search(const char* expression, const char* text, bool isperl = false, const char* filenam… in test_search()
132 …std::string table = "Testing " + (isperl ? std::string("Perl") : std::string("leftmost-longest")) … in test_search() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols_unittest.cc110 Section text(kLittleEndian); in TYPED_TEST() local
115 StringTable table(kLittleEndian); in TYPED_TEST() local
157 Section text(kLittleEndian); in TYPED_TEST() local
172 StringTable table(kLittleEndian); in TYPED_TEST() local
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DHtmlBuilder.kt26 fun text(fragment: () -> String): StringBuilder = text(fragment()) method
27 fun text(text: String): StringBuilder = content.append(text) method
71 fun table(cssClass: String? = null, id: String? = null, block: Block) = method
/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_error.c58 #define DWFL_ERROR(name, text) char msg_##name[sizeof text]; argument
65 struct msgtable table; member
67 #define DWFL_ERROR(name, text) + sizeof text argument
75 #define DWFL_ERROR(name, text) text, argument
84 #define DWFL_ERROR(name, text) \ argument
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dsema.cc142 CddlType* AddCddlType(CddlSymbolTable* table, CddlType::Which which) { in AddCddlType()
152 CddlType* AnalyzeType2(CddlSymbolTable* table, const AstNode& type2) { in AnalyzeType2()
261 CddlType* AnalyzeType1(CddlSymbolTable* table, const AstNode& type1) { in AnalyzeType1()
313 CddlType* AnalyzeType(CddlSymbolTable* table, const AstNode& type) { in AnalyzeType()
335 CddlGroup* AnalyzeGroup(CddlSymbolTable* table, const AstNode& group) { in AnalyzeGroup()
354 absl::optional<uint64_t> ParseOptionalUint(const std::string& text) { in ParseOptionalUint()
366 bool AnalyzeGroupEntry(CddlSymbolTable* table, in AnalyzeGroupEntry()
448 auto& table = result.second; in BuildSymbolTable() local
507 CppType* GetCppType(CppSymbolTable* table, const std::string& name) { in GetCppType()
525 bool IncludeGroupMembersInSubEnum(CppSymbolTable* table, in IncludeGroupMembersInSubEnum()
[all …]
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c63 char *text; member
68 char *text; member
119 char *text; member
129 char *text; member
150 add_to_hashtable(context_map_node_t **table, char *key, context_map_t *map) { in add_to_hashtable()
270 create_word(word_t **list, const char *text) { in create_word()
536 char *text = mls_level_to_string(l); in violates_constraints() local
556 char *text = mls_level_to_string(l); in violates_constraints() local
664 find_in_table(context_map_node_t **table, const char *key) { in find_in_table()
942 find_in_hashtable(const char *range, domain_t *domain, context_map_node_t **table) { in find_in_hashtable()
/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
592 xmlEscapeText(const xmlChar *text, int flags) { in xmlEscapeText()
840 xmlFreeEntitiesTable(xmlEntitiesTablePtr table) { in xmlFreeEntitiesTable()
910 xmlCopyEntitiesTable(xmlEntitiesTablePtr table) { in xmlCopyEntitiesTable()
957 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) { in xmlDumpEntitiesTable()
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dlr1_test.py24 def _make_items(text): argument
32 def _tokenize(text): argument
41 def _parse_productions(text): argument
104 def _normalize_table(items, table): argument
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c39 #define for_each_field(expr, field, table) \ argument
130 __hidden void sql_parse_error(struct sqlhist_bison *sb, const char *text, in sql_parse_error()
167 static void parse_error(struct sqlhist_bison *sb, const char *text, in parse_error()
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
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 …]
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/aztec/encoder/
H A DHighLevelEncoder.java141 Arrays.fill(table, -1); in Arrays.fill() argument
154 private final byte[] text; field in HighLevelEncoder
157 public HighLevelEncoder(byte[] text) { in HighLevelEncoder()
162 public HighLevelEncoder(byte[] text, Charset charset) { in HighLevelEncoder()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp367 std::string &text; member
370 static bool GenerateTextImpl(const Parser &parser, const Table *table, in GenerateTextImpl()
379 bool GenerateTextFromTable(const Parser &parser, const void *table, in GenerateTextFromTable()
410 std::string text; in GenerateTextFile() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCLDRFilePseudolocalizer.java68 public String fragment(String text) { in fragment()
124 Map<Integer, String> table = new HashMap<>(); in buildReplacementsTable() local
247 public String fragment(String text) { in fragment()
280 public String fragment(String text) { in fragment()
350 private String pseudolocalizeFragment(String text, boolean localizable) { in pseudolocalizeFragment()
355 private String createMessage(String text, Pattern pattern, boolean matchIsLocalizable) { in createMessage()
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp43 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name) { in GetEntry()
48 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name, ResourceId id) { in GetEntry()
55 std::unique_ptr<ResourceTable> table = in TEST() local
102 std::unique_ptr<ResourceTable> table = in TEST() local
278 std::unique_ptr<xml::Text> text = util::make_unique<xml::Text>(); in TEST() local
384 std::unique_ptr<ResourceTable> table = in TEST() local
625 std::unique_ptr<ResourceTable> table = in TEST() local
749 std::unique_ptr<ResourceTable> table = in TEST() local
835 std::unique_ptr<ResourceTable> table = in TEST() local
914 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder() in TEST() local
[all …]
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Dtesting_api.proto118 bytes text = 7; field
123 bytes text = 2; field
133 bytes text = 7; field
140 bytes text = 2; field
196 CavpRsaMRTable table = 3; field
280 CavpEcdsaKeyGenTable table = 1; field
/aosp_15_r20/external/libxml2/fuzz/
H A Dapi.c1267 const xmlChar *text; in LLVMFuzzerTestOneInput() local
1292 const xmlChar *text; in LLVMFuzzerTestOneInput() local
1360 const xmlChar *text; in LLVMFuzzerTestOneInput() local
1654 xmlNodePtr node, text; in LLVMFuzzerTestOneInput() local
1676 xmlNodePtr node, text; in LLVMFuzzerTestOneInput() local
2485 const xmlChar *text; in LLVMFuzzerTestOneInput() local
3222 xmlElementTablePtr table; in LLVMFuzzerTestOneInput() local
3231 xmlAttributeTablePtr table; in LLVMFuzzerTestOneInput() local
3240 xmlNotationTablePtr table; in LLVMFuzzerTestOneInput() local
3249 xmlEntitiesTablePtr table; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/libxkbcommon/bench/
H A Datom.c45 struct atom_table *table; in main() local
47 const char *text; in main() local
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/
H A DTextGenerator.java31 private Grid table; field in TextGenerator
32 private final TextArea text = new TextArea(); field in TextGenerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dpangomarkup.py23 def escape_special_chars(text, table=_escape_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dpangomarkup.py23 def escape_special_chars(text, table=_escape_table): argument
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/
H A Dcpu_reader_support.cc47 auto table = ProtoTranslationTable::Create(&ftrace, GetStaticEventInfo(), in GetTable() local
56 std::unique_ptr<uint8_t[]> PageFromXxd(const std::string& text) { in PageFromXxd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dpangomarkup.py23 def escape_special_chars(text, table=_escape_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
Dpangomarkup.py23 def escape_special_chars(text, table=_escape_table): argument

12345678910>>...38