HomeSort by relevance Sort by last modified time
    Searched defs:imp (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/tools/perf/
run_multipage_benchmarks 6 import imp namespace
10 run_measurement = imp.load_source(
  /external/chromium_org/third_party/WebKit/Tools/
PRESUBMIT.py 11 import imp namespace
21 cfg_file = imp.load_source('config', os.path.basename(f.LocalPath()))
  /external/chromium_org/mojo/public/tools/bindings/
mojom_bindings_generator.py 10 import imp namespace
68 generator_module = imp.load_source(os.path.basename(generator_name)[:-3],
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
template_expander.py 8 import imp namespace
27 imp.find_module("jinja2")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 3 import imp, os, sys namespace
43 searchpath = None # "top-level search" in imp.find_module()
44 openfile, pathname, _ = imp.find_module(name, searchpath)
59 openfile, pathname, _ = imp.find_module(name, searchpath)
82 main_mod = imp.new_module('__main__')
  /external/chromium_org/tools/auto_bisect/
PRESUBMIT.py 11 import imp namespace
51 config_file = imp.load_source('config', file_path)
  /external/chromium_org/tools/gyp/test/small/
gyptest-small.py 11 import imp namespace
44 module = imp.load_source(name, full_filename)
  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 18 import imp namespace
37 davclient = imp.new_module('davclient')
find_dependencies.py 6 import imp namespace
46 imp.load_source(
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 47 auto imp = m.getImplementation<int, int, int>(); local
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
ast_unittest.py 5 import imp namespace
21 imp.find_module("mojom")
lexer_unittest.py 5 import imp namespace
21 imp.find_module("ply")
27 imp.find_module("mojom")
parser_unittest.py 5 import imp namespace
21 imp.find_module("mojom")
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 91 import imp namespace
110 = imp.find_module(testID, [testDir])
112 testMod = imp.load_module(
179 import imp namespace
244 = imp.find_module(testID, [testDir])
246 testMod = imp.load_module(
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 5 import imp namespace
50 return imp.load_source(_GetUniqueModuleName(), file_path)
  /external/lldb/include/lldb/Utility/
SharedCluster.h 18 namespace imp namespace in namespace:lldb_private
21 class shared_ptr_refcount : public lldb_private::imp::shared_count
40 } // namespace imp
78 return typename lldb_private::SharingPtr<T> (desired_object, new imp::shared_ptr_refcount<ClusterManager> (this));
100 friend class imp::shared_ptr_refcount<ClusterManager>;
  /external/lldb/source/Utility/
SharingPtr.cpp 130 namespace imp namespace in namespace:lldb_private
154 } // imp
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 2 import imp namespace
304 = imp.find_module(name, [self.baseDir])
306 return imp.load_module(
  /external/chromium_org/android_webview/tools/
webview_licenses.py 20 import imp namespace
33 # Import third_party/PRESUBMIT.py via imp to avoid importing a random
37 imp.load_source('PRESUBMIT', \
  /external/chromium_org/v8/test/test262-es6/
testcfg.py 34 import imp namespace
90 (f, pathname, description) = imp.find_module("parseTestRecord", [root])
91 module = imp.load_module("parseTestRecord", f, pathname, description)
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 29 import imp namespace
44 (f, pathname, description) = imp.find_module("testcfg", [root])
45 module = imp.load_module("testcfg", f, pathname, description)
  /external/iproute2/lib/
ll_map.c 52 struct ll_cache *im, **imp; local
67 for (imp = &idx_head[h]; (im=*imp)!=NULL; imp = &im->idx_next)
75 im->idx_next = *imp;
77 *imp = im;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 393 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); local
394 if (imp != null)
396 return imp;
401 imp = getImplementation(baseName, algorithm, prov[i]);
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
lexer.py 5 import imp namespace
20 imp.find_module("ply")
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 2 import imp namespace
209 module = imp.load_dynamic(module_name, module_path)

Completed in 4094 milliseconds

1 2