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

1 2 3 4 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
infinite_reload.py 6 import imp namespace
8 imp.reload(infinite_reload)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
infinite_reload.py 6 import imp namespace
8 imp.reload(infinite_reload)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileReaderCustom.cpp 44 FileReader* imp = V8FileReader::toNative(holder); local
45 if (imp->readType() == FileReaderLoader::ReadAsArrayBuffer) {
46 v8SetReturnValue(info, toV8Fast(imp->arrayBufferResult(), info, imp));
49 v8SetReturnValueStringOrNull(info, imp->stringResult(), info.GetIsolate());
V8HTMLLinkElementCustom.cpp 38 HTMLLinkElement* imp = V8HTMLLinkElement::toNative(info.Holder()); local
39 imp->setSizes(toWebCoreString(value));
V8HTMLMediaElementCustom.cpp 47 HTMLMediaElement* imp = V8HTMLMediaElement::toNative(info.Holder()); local
48 imp->setMediaGroup(String());
50 imp->setController(controller);
V8AudioBufferSourceNodeCustom.cpp 41 AudioBufferSourceNode* imp = V8AudioBufferSourceNode::toNative(holder); local
46 if (buffer && !imp->setBuffer(buffer)) {
V8BiquadFilterNodeCustom.cpp 38 BiquadFilterNode* imp = V8BiquadFilterNode::toNative(info.Holder()); local
44 if (!imp->setType(type))
52 imp->setType(type);
V8HTMLSelectElementCustom.cpp 48 HTMLSelectElement* imp = V8HTMLSelectElement::toNative(args.Holder()); local
49 removeElement(imp, args);
52 void removeElement(HTMLSelectElement* imp, const v8::FunctionCallbackInfo<v8::Value>& args)
56 imp->remove(element->index());
60 imp->remove(toInt32(args[0]));
V8HTMLFormControlsCollectionCustom.cpp 59 HTMLFormControlsCollection* imp = V8HTMLFormControlsCollection::toNative(args.Holder()); local
60 v8::Handle<v8::Value> result = getNamedItems(imp, toWebCoreString(args[0]), args);
V8OscillatorNodeCustom.cpp 39 OscillatorNode* imp = V8OscillatorNode::toNative(holder); local
44 if (!ok || !imp->setType(type))
52 imp->setType(type);
V8PannerNodeCustom.cpp 38 PannerNode* imp = V8PannerNode::toNative(info.Holder()); local
44 if (!imp->setPanningModel(model))
52 imp->setPanningModel(model);
62 PannerNode* imp = V8PannerNode::toNative(info.Holder()); local
68 if (!imp->setDistanceModel(model))
76 imp->setDistanceModel(model);
V8SVGLengthCustom.cpp 45 SVGLength& imp = wrapper->propertyReference(); local
48 float value = imp.value(lengthContext, es);
67 SVGLength& imp = wrapper->propertyReference(); local
70 imp.setValue(static_cast<float>(value->NumberValue()), lengthContext, es);
89 SVGLength& imp = wrapper->propertyReference(); local
93 imp.convertToSpecifiedUnits(unitType, lengthContext, es);
V8DeviceOrientationEventCustom.cpp 38 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(args.Holder()); local
53 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
V8HTMLAllCollectionCustom.cpp 79 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); local
80 v8SetReturnValue(args, getItem(imp, args[0], args));
85 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder()); local
86 v8::Handle<v8::Value> result = getNamedItems(imp, toWebCoreString(args[0]), args);
101 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder());
104 v8SetReturnValue(args, getItem(imp, args[0], args));
114 if (Node* node = imp->namedItemWithIndex(name, index->Uint32Value())) {
115 v8SetReturnValue(args, toV8Fast(node, args, imp));
V8HTMLOptionsCollectionCustom.cpp 69 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder()); local
70 getNamedItems(imp, toWebCoreString(args[0]), args);
75 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder()); local
76 HTMLSelectElement* base = toHTMLSelectElement(imp->ownerNode());
86 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder()); local
91 imp->add(option, es);
98 imp->add(option, index, es);
106 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); local
122 imp->setLength(newLength, es);
V8HTMLPlugInElementCustom.cpp 49 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
50 ScriptInstance scriptInstance = imp->getInstance();
64 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
65 ScriptInstance scriptInstance = imp->getInstance();
124 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
125 ScriptInstance scriptInstance = imp->getInstance();
139 HTMLPlugInElement* imp = C::toNative(info.Holder()); local
140 ScriptInstance scriptInstance = imp->getInstance();
V8NodeCustom.cpp 65 Node* imp = V8Node::toNative(holder); local
72 imp->insertBefore(newChild, refChild, es, AttachLazily);
82 Node* imp = V8Node::toNative(holder); local
89 imp->replaceChild(newChild, oldChild, es, AttachLazily);
98 Node* imp = V8Node::toNative(holder); local
104 imp->removeChild(oldChild, es);
114 Node* imp = V8Node::toNative(holder); local
120 imp->appendChild(newChild, es, AttachLazily);
  /external/chromium_org/tools/perf/
run_multipage_benchmarks 6 import imp namespace
10 run_measurement = imp.load_source(
  /external/chromium_org/tools/
PRESUBMIT.py 11 import imp namespace
19 cfg_file = imp.load_source('config', 'run-bisect-perf-regression.cfg')
run-bisect-perf-regression.py 15 import imp namespace
  /external/pixman/pixman/
pixman-arm-neon.c 186 arm_neon_fill (pixman_implementation_t *imp,
231 arm_neon_blt (pixman_implementation_t *imp,
440 neon_combine_##name##_u (pixman_implementation_t *imp, \
461 pixman_implementation_t *imp = local
464 imp->combine_32[PIXMAN_OP_OVER] = neon_combine_over_u;
465 imp->combine_32[PIXMAN_OP_ADD] = neon_combine_add_u;
466 imp->combine_32[PIXMAN_OP_OUT_REVERSE] = neon_combine_out_reverse_u;
468 imp->blt = arm_neon_blt;
469 imp->fill = arm_neon_fill;
471 return imp;
    [all...]
pixman-arm-simd.c 83 arm_simd_fill (pixman_implementation_t *imp,
128 arm_simd_blt (pixman_implementation_t *imp,
251 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths); local
253 imp->blt = arm_simd_blt;
254 imp->fill = arm_simd_fill;
256 return imp;
  /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/gyp/test/small/
gyptest-small.py 11 import imp namespace
43 module = imp.load_source(name, full_filename)
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 47 auto imp = m.getImplementation<int, int, int>(); local

Completed in 3692 milliseconds

1 2 3 4 5 6 7