Home
last modified time | relevance | path

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

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