Home
last modified time | relevance | path

Searched refs:table_string (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dcompose.c430 const char *table_string; in test_modifier_syntax() local
453 table_string = in test_modifier_syntax()
465 assert(!xkb_compose_table_new_from_buffer(ctx, table_string, in test_modifier_syntax()
466 strlen(table_string), "C", in test_modifier_syntax()
475 char *path, *table_string; in test_include() local
483 ret = asprintf(&table_string, in test_include()
489 assert(test_compose_seq_buffer(ctx, table_string, in test_include()
505 free(table_string); in test_include()
/external/v8/src/wasm/
Dwasm-module.cc129 Handle<String> table_string = factory->InternalizeUtf8String("table"); in GetImports() local
156 import_kind = table_string; in GetImports()
196 Handle<String> table_string = factory->InternalizeUtf8String("table"); in GetExports() local
221 export_kind = table_string; in GetExports()