Searched refs:from_name (Results 1 - 6 of 6) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_file.py6 file = File.from_name(tu, "t.c")
H A Dtest_location.py49 file = File.from_name(tu, 't.c')
85 file = File.from_name(tu, 't.c')
/external/kmod/testsuite/
H A Dtest-new-module.c30 static int from_name(const struct test *t) function
63 DEFINE_TEST(from_name,
66 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-new-module/from_name/",
70 .out = TESTSUITE_ROOTFS "test-new-module/from_name/correct.txt",
/external/v8/tools/ignition/
H A Dbytecode_dispatches_report.py132 for from_index, from_name in enumerate(labels):
133 current_row = dispatches_table[from_name];
/external/clang/bindings/python/clang/
H A Dcindex.py2479 return File.from_name(self, filename)
2673 def from_name(translation_unit, file_name): member in class:File
/external/v8/src/interpreter/
H A Dinterpreter.cc302 std::string from_name = Bytecodes::ToString(from_bytecode); local
304 v8::String::NewFromUtf8(isolate, from_name.c_str(),

Completed in 342 milliseconds