/external/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 143 Win32ThreadImplementation *imp = new Win32ThreadImplementation; in SimpleThread() local 144 imp->fHandle = 0; in SimpleThread() 145 fImplementation = imp; in SimpleThread() 153 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; in ~SimpleThread() local 154 if (imp != 0) { in ~SimpleThread() 155 if (imp->fHandle != 0) { in ~SimpleThread() 156 CloseHandle(imp->fHandle); in ~SimpleThread() 157 imp->fHandle = 0; in ~SimpleThread() 165 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; in start() local 166 if(imp->fHandle != NULL) { in start() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-05-12-FastAllocKills.ll | 11 ; FP_REG_KILL %FP0<imp-def>, %FP1<imp-def>, %FP2<imp-def>, %FP3<imp-def>, %FP4<imp-def>, %FP5<imp-d… 25 ; FP_REG_KILL %FP0<imp-def>, %FP1<imp-def>, %FP2<imp-def>, %FP3<imp-def>, %FP4<imp-def>, %FP5<imp-d…
|
D | 2010-04-08-CoalescerBug.ll | 5 ; %RDI<def,dead> = MOV64rr %RAX<kill>, %EDI<imp-def> 6 ; REP_MOVSD %ECX<imp-def,dead>, %EDI<imp-def,dead>, %ESI<imp-def,dead>, %ECX<imp-use,kill>, %EDI<im…
|
D | handle-move.ll | 11 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def>, %EDX<imp-def,dead>, %EFLAGS<imp-def,dead>, %EAX<imp-u… 28 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def,dead>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp-u… 62 ; handleMove 208B -> 36B: %EDX<def> = MOV32r0 %EFLAGS<imp-def,dead>
|
D | remat-phys-dead.ll | 12 ; CHECK: Remat: %EAX<def,dead> = MOV32r0 %EFLAGS<imp-def,dead>, %AL<imp-def> 21 ; CHECK: Remat: %EAX<def> = MOV32r0 %EFLAGS<imp-def,dead>
|
D | misched-copy.ll | 13 ; CHECK-NEXT: MUL32r %vreg{{[0-9]+}}, %EAX<imp-def>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp…
|
D | coalescer-dce.ll | 15 ; 272L %vreg10:sub_32bit<def> = COPY %vreg7:sub_32bit<kill>, %vreg10<imp-def>; GR64:%vreg10,%vre… 19 ; Remat: %vreg10<def> = MOV64r0 %vreg10<imp-def>, %EFLAGS<imp-def,dead>, %vreg10<imp-def>; GR64:%vr…
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | util.py | 4 import imp 34 result = imp.find_module(name, path) 57 return imp.find_module(name, [path_item]) 71 yield name, (None, None, ("", "", imp.C_BUILTIN)) 81 res = (fp, res.path, ('.py', 'rU', imp.PY_SOURCE)) 84 fp = BytesIO(imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co)) 85 res = (fp, res.path, ('.pyc', 'rb', imp.PY_COMPILED)) 88 … res = (None, loader.path, (os.path.splitext(loader.path)[-1], 'rb', imp.C_EXTENSION))
|
D | modulegraph.py | 15 import imp 147 imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co)) 198 description = ('.pyc', 'rb', imp.PY_COMPILED) 209 description = ('.py', _READ_MODE, imp.PY_SOURCE) 213 for _sfx, _mode, _type in imp.get_suffixes(): 214 if _type == imp.C_EXTENSION and filename.endswith(_sfx): 215 description = (_sfx, 'rb', imp.C_EXTENSION) 218 description = ('', '', imp.PKG_DIRECTORY) 225 description = ('.pyc', 'rb', imp.PY_COMPILED) 252 for _sfx, _mode, _type in imp.get_suffixes(): [all …]
|
/external/autotest/client/cros/ |
D | factory_setup_modules.py | 9 import imp, logging, os, sys 22 cros = imp.load_module('cros', None, '', ('', '', imp.PKG_DIRECTORY)) 25 cros.factory = imp.load_module( 27 *imp.find_module('cros/factory', sys.path + extra_path))
|
/external/autotest/site_utils/autoupdate/ |
D | import_common.py | 7 import imp 21 return imp.load_module(module_name, *imp.find_module(module_name)) 30 return imp.load_module(module_name, *imp.find_module(module_name))
|
/external/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 4 ; s1 = VLDRS [r0, 1], Q0<imp-def> 5 ; s3 = VLDRS [r0, 2], Q0<imp-use,kill>, Q0<imp-def> 6 ; s0 = VLDRS [r0, 0], Q0<imp-use,kill>, Q0<imp-def> 7 ; s2 = VLDRS [r0, 4], Q0<imp-use,kill>, Q0<imp-def> 11 ; imp-use of Q0, which is undefined.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_crypt.py | 24 from imp import reload 61 import imp 62 imp_find_module = imp.find_module 71 imp.find_module = find_module 77 imp.find_module = imp_find_module
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | backward.py | 136 imp = None variable 144 import imp 151 PYC_MAGIC_NUMBER = imp.get_magic() 172 for suff in imp.get_suffixes(): # pragma: part covered 178 mod = imp.load_module(modname, f, modfile, suff)
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-objc-meta-data.test | 27 OBJC2_64BIT_EXE: imp 0x100001350 30 OBJC2_64BIT_EXE: imp 0x100001390 69 OBJC2_64BIT_EXE: imp 0x100001430 72 OBJC2_64BIT_EXE: imp 0x100001470 151 OBJC2_64BIT_OBJ: imp -[AppDelegate applicationDidFinishLaunching:] 154 OBJC2_64BIT_OBJ: imp -[AppDelegate applicationWillTerminate:] 232 OBJC2_32BIT_EXE: imp 0x23c0 235 OBJC2_32BIT_EXE: imp 0x25f0 238 OBJC2_32BIT_EXE: imp 0x2640 241 OBJC2_32BIT_EXE: imp 0x2690 [all …]
|
/external/libxml2/result/schemas/ |
D | import1_0_0.err | 1 I/O warning : failed to load external entity "test/schemas/import1_0bc.imp" 2 …a}import': Failed to locate a schema at location 'test/schemas/import1_0bc.imp'. Skipping the impo… 3 …mport1_0b.imp' for the namespace 'http://BAR', since this namespace was already imported with the …
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | plugin.py | 40 import imp 73 (file, filename, data) = imp.find_module(name, [path]) 75 return imp.load_module(name, file, filename, data)
|
/external/curl/src/ |
D | Makefile.netware | 252 IMPORTS = @$(CURL_LIB)/libcurl.imp 260 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp 281 IMPORTS += $(AXTLS_PATH)/lib/libaxtls.imp 291 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp 309 IMPORTS += @$(LIBEXPAT_PATH)/imports/expatlbc.imp 312 IMPORTS += @$(LIBEXPAT_PATH)/imports/expatlib.imp 317 IMPORTS += @$(LIBXML2_PATH)/lib/libxml2.imp
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 91 import imp 110 = imp.find_module(testID, [testDir]) 112 testMod = imp.load_module( 179 import imp 244 = imp.find_module(testID, [testDir]) 246 testMod = imp.load_module(
|
/external/chromium-trace/catapult/catapult_build/ |
D | module_finder.py | 5 import imp 19 return imp.find_module(name)[1]
|
/external/google-benchmark/src/ |
D | walltime.cc | 72 static WallTimeImp* imp = new WallTimeImp(); in GetWallTimeImp() local 73 return *imp; in GetWallTimeImp() 182 static WallTimeImp& imp = WallTimeImp::GetWallTimeImp(); in CPUWalltimeNow() local 183 return imp.Now(); in CPUWalltimeNow()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | protojson_test.py | 24 import imp 503 imp.reload(protojson) 511 imp.reload(protojson) 520 imp.reload(protojson) 529 imp.reload(protojson) 540 imp.reload, 549 imp.reload,
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_test_runner.py | 11 import imp 43 test_module = imp.load_source(subtest_name, module_name)
|
/external/autotest/client/tests/kvm/ |
D | kvm.py | 1 import os, logging, imp 83 f, p, d = imp.find_module(t_type, [subtest_dir]) 84 test_module = imp.load_module(t_type, f, p, d)
|
/external/boringssl/src/util/bot/go/ |
D | env.py | 24 import imp 30 bootstrap = imp.load_source(
|