Home
last modified time | relevance | path

Searched refs:all_names (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/wasm/
Dtest-wasm-function-name-table.cc32 std::vector<char> all_names; in testFunctionNameTable() local
35 all_names.push_back('\0'); in testFunctionNameTable()
39 size_t name_offset = name.start() ? all_names.size() : 0; in testFunctionNameTable()
40 all_names.insert(all_names.end(), name.start(), in testFunctionNameTable()
43 if (func_index % 2) all_names.push_back('\0'); in testFunctionNameTable()
50 module.module_start = reinterpret_cast<byte *>(all_names.data()); in testFunctionNameTable()
51 module.module_end = module.module_start + all_names.size(); in testFunctionNameTable()
/external/chromium-trace/catapult/third_party/python_gflags/
Dgflags2man.py423 all_names = [ self.name, self.short_name, ]
426 while word_list and (word_list[0] in all_names
427 or word_list[0].lower() in all_names):
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
Dgflags2man.py423 all_names = [ self.name, self.short_name, ]
426 while word_list and (word_list[0] in all_names
427 or word_list[0].lower() in all_names):
/external/mesa3d/src/mapi/mapi/
Dmapi_abi.py260 all_names = []
278 if ent.name in all_names:
280 if ent.alias and ent.alias.name not in all_names:
282 all_names.append(ent.name)