Searched refs:import (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/
H A Dllvm-lit3 import os
4 import sys
25 import lit
/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs15 import os,sys
/frameworks/compile/libbcc/tests/
H A Dbccarm5 import unittest
6 import subprocess
7 import os
8 import sys
/frameworks/base/tools/aidl/
H A Daidl.cpp107 import_info* import = (import_info*)malloc(sizeof(import_info)); local
108 memset(import, 0, sizeof(import_info));
109 import->from = strdup(g_currentFilename);
110 import->statement.lineno = statement->lineno;
111 import->statement.data = strdup(statement->data);
112 import->statement.extra = NULL;
113 import->next = g_imports;
114 import->neededClass = parse_import_statement(statement->data);
115 g_imports = import;
386 "finally", "float", "for", "goto", "if", "implements", "import",
645 import_info* import = g_imports; local
878 import_info* import = g_imports; local
[all...]
H A Daidl_language.h125 // strips off the leading whitespace, the "import" text
126 // also returns whether it's a local or system import
127 // we rely on the input matching the import regex from below
142 void (*import)(buffer_type* statement); member in struct:ParserCallbacks
H A Daidl_language_y.y46 IMPORT { g_callbacks->import(&($1.buffer)); }
47 | IMPORT imports { g_callbacks->import(&($1.buffer)); }
H A Daidl_language_l.l57 ^{whitespace}?import{whitespace}[^ \t\r\n]+{whitespace}?; {
/frameworks/compile/linkloader/
H A DSConstruct74 import os

Completed in 35 milliseconds