Searched defs:imp (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/tools/perf/
H A Drun_multipage_benchmarks6 import imp namespace
10 run_measurement = imp.load_source(
H A Drun_measurement5 import imp namespace
19 imp.find_module(module_name)
24 imp.find_module(module_name)
30 bootstrap = imp.new_module('bootstrap')
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8FileReaderCustom.cpp44 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());
H A DV8HTMLLinkElementCustom.cpp38 HTMLLinkElement* imp = V8HTMLLinkElement::toNative(info.Holder()); local
39 imp->setSizes(toWebCoreString(value));
H A DV8HTMLMediaElementCustom.cpp47 HTMLMediaElement* imp = V8HTMLMediaElement::toNative(info.Holder()); local
48 imp->setMediaGroup(String());
50 imp->setController(controller);
H A DV8HTMLSelectElementCustom.cpp48 HTMLSelectElement* imp = V8HTMLSelectElement::toNative(args.Holder()); local
49 removeElement(imp, args);
52 void removeElement(HTMLSelectElement* imp, const v8::FunctionCallbackInfo<v8::Value>& args) argument
56 imp->remove(element->index());
60 imp->remove(toInt32(args[0]));
H A DV8AudioBufferSourceNodeCustom.cpp41 AudioBufferSourceNode* imp = V8AudioBufferSourceNode::toNative(holder); local
46 if (buffer && !imp->setBuffer(buffer)) {
H A DV8BiquadFilterNodeCustom.cpp38 BiquadFilterNode* imp = V8BiquadFilterNode::toNative(info.Holder()); local
44 if (!imp->setType(type))
52 imp->setType(type);
H A DV8HTMLFormControlsCollectionCustom.cpp59 HTMLFormControlsCollection* imp = V8HTMLFormControlsCollection::toNative(args.Holder()); local
60 v8::Handle<v8::Value> result = getNamedItems(imp, toWebCoreString(args[0]), args);
H A DV8OscillatorNodeCustom.cpp39 OscillatorNode* imp = V8OscillatorNode::toNative(holder); local
44 if (!ok || !imp->setType(type))
52 imp->setType(type);
H A DV8PannerNodeCustom.cpp38 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);
H A DV8SVGLengthCustom.cpp45 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);
H A DV8DeviceOrientationEventCustom.cpp38 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(args.Holder()); local
53 imp->initDeviceOrientationEvent(type, bubbles, cancelable, orientation.get());
H A DV8HTMLAllCollectionCustom.cpp79 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));
H A DV8NodeCustom.cpp65 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);
H A DV8HTMLOptionsCollectionCustom.cpp69 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);
H A DV8HTMLPlugInElementCustom.cpp49 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();
/external/chromium_org/tools/
H A DPRESUBMIT.py11 import imp namespace
19 cfg_file = imp.load_source('config', 'run-bisect-perf-regression.cfg')
H A Drun-bisect-perf-regression.py15 import imp namespace
/external/pixman/pixman/
H A Dpixman-mips.c69 _pixman_mips_get_implementations (pixman_implementation_t *imp) argument
74 imp = _pixman_implementation_create_mmx (imp);
88 imp = _pixman_implementation_create_mips_dspr2 (imp);
93 return imp;
H A Dpixman-arm.c207 _pixman_arm_get_implementations (pixman_implementation_t *imp) argument
211 imp = _pixman_implementation_create_arm_simd (imp);
216 imp = _pixman_implementation_create_mmx (imp);
221 imp = _pixman_implementation_create_arm_neon (imp);
224 return imp;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dexecfile.py3 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/
H A Dgyptest-small.py11 import imp namespace
43 module = imp.load_source(name, full_filename)
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp47 auto imp = m.getImplementation<int, int, int>(); local
/external/chromium_org/tools/telemetry_tools/
H A Dtelemetry_bootstrap.py18 import imp namespace
35 _davclient = imp.new_module('davclient')
109 deps = imp.new_module('deps')
148 deps = imp.new_module('deps')

Completed in 477 milliseconds

1234