HomeSort by relevance Sort by last modified time
    Searched refs:from_name (Results 1 - 6 of 6) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_file.py 6 file = File.from_name(tu, "t.c")
test_location.py 49 file = File.from_name(tu, 't.c')
85 file = File.from_name(tu, 't.c')
  /external/kmod/testsuite/
test-new-module.c 30 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/
bytecode_dispatches_report.py 132 for from_index, from_name in enumerate(labels):
133 current_row = dispatches_table[from_name];
  /external/clang/bindings/python/clang/
cindex.py 2673 def from_name(translation_unit, file_name): member in class:File
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 369 std::string from_name = Bytecodes::ToString(from_bytecode); local
371 v8::String::NewFromUtf8(isolate, from_name.c_str(),
    [all...]

Completed in 140 milliseconds