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

12

  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 53 import imp namespace
115 mod = imp.load_source("XXXX", special_build, open(special_build))
210 mod = imp.load_dynamic(name, so_path)
217 mod = imp.load_source(name, pyxfilename)
243 fp, pathname, (ext,mode,ty) = imp.find_module(fullname,package_path)
245 if pathname and ty == imp.PKG_DIRECTORY:
258 if ty != imp.C_EXTENSION: # only when an extension, check if we have a .pyx next!
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 176 Win32ThreadImplementation *imp = new Win32ThreadImplementation; local
177 imp->fHandle = 0;
178 fImplementation = imp;
186 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
187 if (imp != 0) {
188 if (imp->fHandle != 0) {
189 CloseHandle(imp->fHandle);
190 imp->fHandle = 0;
198 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
199 if(imp->fHandle != NULL)
240 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
342 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation; local
351 PosixThreadImplementation *imp = new PosixThreadImplementation; local
359 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
373 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
420 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
    [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_utils.py 12 import imp namespace
137 extra_src = imp.load_source('data', path_to_file)
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 176 Win32ThreadImplementation *imp = new Win32ThreadImplementation; local
177 imp->fHandle = 0;
178 fImplementation = imp;
186 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
187 if (imp != 0) {
188 if (imp->fHandle != 0) {
189 CloseHandle(imp->fHandle);
190 imp->fHandle = 0;
198 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
199 if(imp->fHandle != NULL)
240 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
342 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation; local
351 PosixThreadImplementation *imp = new PosixThreadImplementation; local
359 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
373 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
420 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
    [all...]
  /external/lldb/include/lldb/Utility/
SharingPtr.h 25 namespace imp { namespace in namespace:lldb_private
137 imp::shared_count* cntrl_;
143 template<class Y> explicit SharingPtr(Y* p, imp::shared_count *ctrl_block);
202 typedef imp::shared_ptr_pointer<Y*> _CntrlBlk;
209 SharingPtr<T>::SharingPtr(Y* p, imp::shared_count *cntrl_block)
302 typedef imp::shared_ptr_emplace<T> CntrlBlk;
314 typedef imp::shared_ptr_emplace<T> CntrlBlk;
326 typedef imp::shared_ptr_emplace<T> CntrlBlk;
338 typedef imp::shared_ptr_emplace<T> CntrlBlk;
350 typedef imp::shared_ptr_emplace<T> CntrlBlk
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
parser.py 7 import imp namespace
22 imp.find_module("ply")
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 33 import imp namespace
563 googlers = imp.load_source('googlers_mapping',
  /external/lzma/C/
Lzma2Enc.c 313 CMtCallbackImp *imp = (CMtCallbackImp *)pp; local
314 CLzma2Enc *mainEncoder = imp->lzma2Enc;
  /build/tools/releasetools/
common.py 19 import imp namespace
811 info = imp.find_module("releasetools", [path])
817 info = imp.find_module(f, [d])
819 self.module = imp.load_module("device_specific", *info)
    [all...]
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 13 import imp namespace
16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)])
22 _mod = imp.load_module('_capng', fp, pathname, description)
  /external/chromium_org/third_party/jinja2/
environment.py 637 import imp, marshal namespace
638 py_header = imp.get_magic() + \
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 364 import imp namespace
365 return imp.load_dynamic(module_name, file_path)
1003 import imp namespace
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 167 /// automatic IMP caching and speculative inlining.
579 /// The GCC ABI message lookup function. Returns an IMP pointing to the
584 /// arguments. Returns the IMP for the corresponding method.
594 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); variable
595 imp->setMetadata(msgSendMDKind, node);
596 return imp.getInstruction();
607 // IMP objc_msg_lookup(id, SEL);
610 // IMP objc_msg_lookup_super(struct objc_super*, SEL);
618 /// that contains (among other things) the IMP.
675 llvm::Value *imp = variable
802 llvm::CallSite imp; variable
1296 llvm::Value *imp = LookupIMPSuper(CGF, ObjCSuper, cmd, MSI); local
1390 llvm::Value *imp; local
    [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 2021 milliseconds

12