HomeSort by relevance Sort by last modified time
    Searched defs:imp (Results 51 - 75 of 82) sorted by null

1 23 4

  /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/jmonkeyengine/engine/src/test/jme3test/export/
TestAssetLinkNode.java 83 BinaryImporter imp=BinaryImporter.getInstance(); local
84 imp.setAssetManager(assetManager);
85 Node newLoaderNode=(Node)imp.load(bin);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp 130 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); local
131 if (!imp->deviceMotionData()->acceleration())
133 return createAccelerationObject(imp->deviceMotionData()->acceleration());
140 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); local
141 if (!imp->deviceMotionData()->accelerationIncludingGravity())
143 return createAccelerationObject(imp->deviceMotionData()->accelerationIncludingGravity());
150 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder); local
151 if (!imp->deviceMotionData()->rotationRate())
153 return createRotationRateObject(imp->deviceMotionData()->rotationRate());
160 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder) local
168 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(args.Holder()); local
    [all...]
V8LocationCustom.cpp 160 Location* imp = V8Location::toNative(holder); local
161 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), false)) {
178 Location* imp = V8Location::toNative(holder); local
179 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), false)) {
197 Location* imp = V8Location::toNative(holder); local
198 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), false)) {
255 Location* imp = V8Location::toNative(holder); local
256 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), true))
258 String result = imp->href();
265 Location* imp = V8Location::toNative(host) local
272 Location* imp = V8Location::toNative(host); local
    [all...]
V8DOMWindowCustom.cpp 81 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
82 ScriptExecutionContext* scriptContext = static_cast<ScriptExecutionContext*>(imp->document());
114 if (!V8BindingSecurity::canAccessFrame(V8BindingState::Only(), imp->frame(), true))
129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
135 if (imp->document() && !imp->document()->contentSecurityPolicy()->allowEval())
137 id = DOMTimer::install(scriptContext, new ScheduledAction(V8Proxy::context(imp->frame()), functionString), timeout, singleShot);
191 DOMWindow* imp = V8DOMWindow::toNative(info.Holder()); local
202 imp->setLocation(toWebCoreString(value), activeWindow, firstWindow);
207 DOMWindow* imp = V8DOMWindow::toNative(info.Holder()) local
258 DOMWindow* imp = V8DOMWindow::toNative(args.Holder()); local
291 DOMWindow* imp = V8DOMWindow::toNative(args.Holder()); local
    [all...]
V8WebGLRenderingContextCustom.cpp 283 WebGLRenderingContext* imp = V8WebGLRenderingContext::toNative(args.Holder()); local
289 WebGLExtension* extension = imp->getExtension(name);
394 WebGLRenderingContext* imp = V8WebGLRenderingContext::toNative(args.Holder()); local
395 if (imp->isContextLost())
398 Vector<String> value = imp->getSupportedExtensions();
  /system/extras/fatblock/
import.c 153 struct imported imp; member in struct:item
267 import_file(fs, ch_path, &item->imp);
271 import_dir(fs, ch_path, 0, &item->imp);
317 item->imp.first_cluster, item->imp.size);
319 if (item->imp.dot_dot_dirent) {
320 fat_dirent_set_first_cluster(item->imp.dot_dot_dirent,
354 struct imported imp; local
357 ret = import_dir(fs, path, 0, &imp);
361 fs_set_rootdir_start(fs, imp.first_cluster)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 407 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); local
408 if (imp != null)
410 return imp;
415 imp = getImplementation(baseName, algorithm, prov[i]);
  /external/icu4c/test/intltest/
simplethread.cpp 174 Win32ThreadImplementation *imp = new Win32ThreadImplementation; local
175 imp->fHandle = 0;
176 fImplementation = imp;
184 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
185 if (imp != 0) {
186 if (imp->fHandle != 0) {
187 CloseHandle(imp->fHandle);
188 imp->fHandle = 0;
196 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
197 if(imp->fHandle != NULL)
238 Win32ThreadImplementation *imp = (Win32ThreadImplementation*)fImplementation; local
340 PosixThreadImplementation *imp = (PosixThreadImplementation*)This->fImplementation; local
349 PosixThreadImplementation *imp = new PosixThreadImplementation; local
357 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
371 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
418 PosixThreadImplementation *imp = (PosixThreadImplementation*)fImplementation; local
    [all...]
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 42 JSObject* imp; member in struct:ObjectImpList
255 JSObject* imp = object; local
258 if (imp == temp->imp) {
266 imps.imp = imp;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 64 TEEC_Context_IMP imp; member in struct:TEEC_Context
69 TEEC_Session_IMP imp; member in struct:TEEC_Session
77 TEEC_SharedMemory_IMP imp; member in struct:TEEC_SharedMemory
112 TEEC_Operation_IMP imp; member in struct:TEEC_Operation
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 286 final InputMethodPreference imp = (InputMethodPreference) p; local
288 final boolean priority1 = imp.mIsSystemIme && imp.mAlwaysChecked;
291 final CharSequence t1 = imp.getTitle();
  /build/tools/releasetools/
common.py 19 import imp namespace
749 info = imp.find_module("releasetools", [path])
755 info = imp.find_module(f, [d])
756 self.module = imp.load_module("device_specific", *info)
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestReadWrite.java 243 BinaryImporter imp = BinaryImporter.getInstance(); local
244 imp.setAssetManager(assetManager);
245 terrain = (TerrainQuad) imp.load(new BufferedInputStream(fis));
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 576 Element* imp = V8Element::toNative(info.Holder()); local
577 return v8ExternalString(imp->getAttribute(name));
584 Element* imp = V8Element::toNative(info.Holder()); local
586 imp->setAttribute(name, v);
  /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)
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 124 ImageType imp; local
131 imp = im + j * input_w;
136 *outp++ = *(imp + i);
143 imp = im + j * input_w;
148 *outp++ = *(imp + i);
155 imp = im + j * input_w;
160 *outp++ = *(imp + i);
  /packages/apps/Gallery2/jni_mosaic/
feature_mos_jni.cpp 124 ImageType imp; local
131 imp = im + j * input_w;
136 *outp++ = *(imp + i);
143 imp = im + j * input_w;
148 *outp++ = *(imp + i);
155 imp = im + j * input_w;
160 *outp++ = *(imp + i);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 124 ImageType imp; local
131 imp = im + j * input_w;
136 *outp++ = *(imp + i);
143 imp = im + j * input_w;
148 *outp++ = *(imp + i);
155 imp = im + j * input_w;
160 *outp++ = *(imp + i);
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp 285 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
286 JSValue result = jsNumber(imp->readOnlyIntAttr());
294 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
295 JSValue result = jsString(exec, imp->readOnlyStringAttr());
303 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
304 JSValue result = toJS(exec, castedThis->globalObject(), WTF::getPtr(imp->readOnlyTestObjAttr()));
312 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
313 JSValue result = jsNumber(imp->shortAttr());
321 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
322 JSValue result = jsNumber(imp->unsignedShortAttr())
330 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
339 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
348 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
357 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
366 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
375 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
384 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
393 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
402 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
411 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
420 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
429 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
438 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
447 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
456 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
465 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
474 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
483 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
492 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
502 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
511 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
521 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
536 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
546 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
557 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
568 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
578 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
587 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
596 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
615 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
622 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
629 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
636 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
643 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
650 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
657 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
664 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
671 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
678 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
685 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
692 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
699 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
706 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
713 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
720 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
727 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
734 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
741 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
748 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
755 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
764 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
773 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
782 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
797 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
806 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
815 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
823 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
838 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
850 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
871 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
884 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
906 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
919 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
941 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
962 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
985 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1000 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1015 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1040 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1072 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1092 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1106 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1120 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1135 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1153 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1181 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1199 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1227 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1239 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1254 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1268 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1285 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1300 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1322 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1347 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1375 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1392 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1412 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1432 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1450 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1475 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1490 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1505 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1537 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
1549 TestObj* imp = static_cast<TestObj*>(castedThis->impl()); local
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 58 TestObj* imp = V8TestObj::toNative(info.Holder()); local
59 return v8::Integer::New(imp->readOnlyIntAttr());
65 TestObj* imp = V8TestObj::toNative(info.Holder()); local
66 return v8String(imp->readOnlyStringAttr());
72 TestObj* imp = V8TestObj::toNative(info.Holder()); local
73 RefPtr<TestObj> result = imp->readOnlyTestObjAttr();
86 TestObj* imp = V8TestObj::toNative(info.Holder()); local
87 return v8::Integer::New(imp->shortAttr());
93 TestObj* imp = V8TestObj::toNative(info.Holder()); local
95 imp->setShortAttr(v)
102 TestObj* imp = V8TestObj::toNative(info.Holder()); local
109 TestObj* imp = V8TestObj::toNative(info.Holder()); local
118 TestObj* imp = V8TestObj::toNative(info.Holder()); local
125 TestObj* imp = V8TestObj::toNative(info.Holder()); local
134 TestObj* imp = V8TestObj::toNative(info.Holder()); local
141 TestObj* imp = V8TestObj::toNative(info.Holder()); local
150 TestObj* imp = V8TestObj::toNative(info.Holder()); local
157 TestObj* imp = V8TestObj::toNative(info.Holder()); local
166 TestObj* imp = V8TestObj::toNative(info.Holder()); local
173 TestObj* imp = V8TestObj::toNative(info.Holder()); local
182 TestObj* imp = V8TestObj::toNative(info.Holder()); local
189 TestObj* imp = V8TestObj::toNative(info.Holder()); local
198 TestObj* imp = V8TestObj::toNative(info.Holder()); local
205 TestObj* imp = V8TestObj::toNative(info.Holder()); local
214 TestObj* imp = V8TestObj::toNative(info.Holder()); local
221 TestObj* imp = V8TestObj::toNative(info.Holder()); local
230 TestObj* imp = V8TestObj::toNative(info.Holder()); local
237 TestObj* imp = V8TestObj::toNative(info.Holder()); local
246 TestObj* imp = V8TestObj::toNative(info.Holder()); local
253 TestObj* imp = V8TestObj::toNative(info.Holder()); local
262 TestObj* imp = V8TestObj::toNative(info.Holder()); local
269 TestObj* imp = V8TestObj::toNative(info.Holder()); local
278 TestObj* imp = V8TestObj::toNative(info.Holder()); local
285 TestObj* imp = V8TestObj::toNative(info.Holder()); local
294 TestObj* imp = V8TestObj::toNative(info.Holder()); local
301 TestObj* imp = V8TestObj::toNative(info.Holder()); local
310 TestObj* imp = V8TestObj::toNative(info.Holder()); local
317 TestObj* imp = V8TestObj::toNative(info.Holder()); local
326 TestObj* imp = V8TestObj::toNative(info.Holder()); local
333 TestObj* imp = V8TestObj::toNative(info.Holder()); local
342 TestObj* imp = V8TestObj::toNative(info.Holder()); local
349 TestObj* imp = V8TestObj::toNative(info.Holder()); local
358 TestObj* imp = V8TestObj::toNative(info.Holder()); local
365 TestObj* imp = V8TestObj::toNative(info.Holder()); local
374 TestObj* imp = V8TestObj::toNative(info.Holder()); local
381 TestObj* imp = V8TestObj::toNative(info.Holder()); local
390 TestObj* imp = V8TestObj::toNative(info.Holder()); local
397 TestObj* imp = V8TestObj::toNative(info.Holder()); local
406 TestObj* imp = V8TestObj::toNative(info.Holder()); local
419 TestObj* imp = V8TestObj::toNative(info.Holder()); local
431 TestObj* imp = V8TestObj::toNative(info.Holder()); local
438 TestObj* imp = V8TestObj::toNative(info.Holder()); local
450 TestObj* imp = V8TestObj::toNative(info.Holder()); local
463 TestObj* imp = V8TestObj::toNative(info.Holder()); local
475 TestObj* imp = V8TestObj::toNative(info.Holder()); local
482 TestObj* imp = V8TestObj::toNative(info.Holder()); local
494 TestObj* imp = V8TestObj::toNative(info.Holder()); local
503 TestObj* imp = V8TestObj::toNative(info.Holder()); local
514 TestObj* imp = V8TestObj::toNative(info.Holder()); local
527 TestObj* imp = V8TestObj::toNative(info.Holder()); local
538 TestObj* imp = V8TestObj::toNative(info.Holder()); local
551 TestObj* imp = V8TestObj::toNative(info.Holder()); local
562 TestObj* imp = V8TestObj::toNative(info.Holder()); local
573 TestObj* imp = V8TestObj::toNative(info.Holder()); local
580 TestObj* imp = V8TestObj::toNative(info.Holder()); local
589 TestObj* imp = V8TestObj::toNative(info.Holder()); local
596 TestObj* imp = V8TestObj::toNative(info.Holder()); local
605 TestObj* imp = V8TestObj::toNative(info.Holder()); local
612 TestObj* imp = V8TestObj::toNative(info.Holder()); local
619 TestObj* imp = V8TestObj::toNative(info.Holder()); local
628 TestObj* imp = V8TestObj::toNative(info.Holder()); local
635 TestObj* imp = V8TestObj::toNative(args.Holder()); local
643 TestObj* imp = V8TestObj::toNative(args.Holder()); local
654 TestObj* imp = V8TestObj::toNative(args.Holder()); local
661 TestObj* imp = V8TestObj::toNative(args.Holder()); local
671 TestObj* imp = V8TestObj::toNative(args.Holder()); local
678 TestObj* imp = V8TestObj::toNative(args.Holder()); local
719 TestObj* imp = V8TestObj::toNative(args.Holder()); local
731 TestObj* imp = V8TestObj::toNative(args.Holder()); local
750 TestObj* imp = V8TestObj::toNative(args.Holder()); local
764 TestObj* imp = V8TestObj::toNative(args.Holder()); local
780 TestObj* imp = V8TestObj::toNative(args.Holder()); local
824 TestObj* imp = V8TestObj::toNative(args.Holder()); local
835 TestObj* imp = V8TestObj::toNative(args.Holder()); local
847 TestObj* imp = V8TestObj::toNative(args.Holder()); local
867 TestObj* imp = V8TestObj::toNative(args.Holder()); local
879 TestObj* imp = V8TestObj::toNative(args.Holder()); local
899 TestObj* imp = V8TestObj::toNative(args.Holder()); local
910 TestObj* imp = V8TestObj::toNative(args.Holder()); local
921 TestObj* imp = V8TestObj::toNative(args.Holder()); local
940 TestObj* imp = V8TestObj::toNative(args.Holder()); local
959 TestObj* imp = V8TestObj::toNative(args.Holder()); local
970 TestObj* imp = V8TestObj::toNative(args.Holder()); local
983 TestObj* imp = V8TestObj::toNative(args.Holder()); local
997 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1012 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1023 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1035 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1049 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1059 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1073 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1082 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1091 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1136 TestObj* imp = V8TestObj::toNative(args.Holder()); local
1145 TestObj* imp = V8TestObj::toNative(args.Holder()); local
    [all...]
  /external/v8/tools/
test.py 31 import imp namespace
623 (file, pathname, description) = imp.find_module('testcfg', [ self.path ])
624 module = imp.load_module('testcfg', file, pathname, description)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 166 /// automatic IMP caching and speculative inlining.
588 /// The GCC ABI message lookup function. Returns an IMP pointing to the
593 /// arguments. Returns the IMP for the corresponding method.
604 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); local
605 imp->setMetadata(msgSendMDKind, node);
606 return imp.getInstruction();
618 // IMP objc_msg_lookup(id, SEL);
620 // IMP objc_msg_lookup_super(struct objc_super*, SEL);
628 /// that contains (among other things) the IMP.
686 llvm::Value *imp = local
813 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); local
1294 llvm::Value *imp = LookupIMPSuper(CGF, ObjCSuper, cmd); local
1386 llvm::Value *imp; local
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 

Completed in 1633 milliseconds

1 23 4