Searched defs:wrap (Results 1 - 25 of 203) sorted by relevance

123456789

/external/clang/test/SemaTemplate/
H A Ddependent-class-member-operator.cpp7 void wrap() { function
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A D__init__.py5 def wrap(func): function in function:RequiresBrowserOfType
8 return wrap
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8AlgorithmCustom.cpp45 v8::Handle<v8::Object> wrap(Algorithm* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
54 return wrap(static_cast<AesCbcParams*>(impl), creationContext, isolate);
56 return wrap(static_cast<AesKeyGenParams*>(impl), creationContext, isolate);
58 return wrap(static_cast<HmacParams*>(impl), creationContext, isolate);
60 return wrap(static_cast<HmacKeyParams*>(impl), creationContext, isolate);
62 return wrap(static_cast<RsaSsaParams*>(impl), creationContext, isolate);
64 return wrap(static_cast<RsaKeyGenParams*>(impl), creationContext, isolate);
66 return wrap(static_cast<AesCtrParams*>(impl), creationContext, isolate);
H A DV8AudioNodeCustom.cpp68 v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
73 return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
75 return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
77 return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
79 return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
81 return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
83 return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
85 return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
87 return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
89 return wrap(static_cas
[all...]
H A DV8CSSRuleCustom.cpp49 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
59 return wrap(toCSSStyleRule(impl), creationContext, isolate);
61 return wrap(toCSSCharsetRule(impl), creationContext, isolate);
63 return wrap(toCSSImportRule(impl), creationContext, isolate);
65 return wrap(toCSSMediaRule(impl), creationContext, isolate);
67 return wrap(toCSSFontFaceRule(impl), creationContext, isolate);
69 return wrap(toCSSPageRule(impl), creationContext, isolate);
71 return wrap(toCSSKeyframeRule(impl), creationContext, isolate);
73 return wrap(toCSSKeyframesRule(impl), creationContext, isolate);
75 return wrap(toCSSSupportsRul
[all...]
H A DV8CSSValueCustom.cpp45 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
49 return wrap(toCSSTransformValue(impl), creationContext, isolate);
51 return wrap(toCSSMixFunctionValue(impl), creationContext, isolate);
53 return wrap(toCSSFilterValue(impl), creationContext, isolate);
55 return wrap(toCSSValueList(impl), creationContext, isolate);
57 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
59 return wrap(toSVGPaint(impl), creationContext, isolate);
61 return wrap(toSVGColor(impl), creationContext, isolate);
H A DV8CanvasRenderingContextCustom.cpp40 v8::Handle<v8::Object> wrap(CanvasRenderingContext* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
44 return wrap(toCanvasRenderingContext2D(impl), creationContext, isolate);
46 return wrap(toWebGLRenderingContext(impl), creationContext, isolate);
H A DV8EntryCustom.cpp42 v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
46 return wrap(toFileEntry(impl), creationContext, isolate);
47 return wrap(toDirectoryEntry(impl), creationContext, isolate);
H A DV8EntrySyncCustom.cpp42 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
46 return wrap(toFileEntrySync(impl), creationContext, isolate);
47 return wrap(toDirectoryEntrySync(impl), creationContext, isolate);
H A DV8HTMLCollectionCustom.cpp43 v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
48 return wrap(static_cast<HTMLFormControlsCollection*>(impl), creationContext, isolate);
50 return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate);
52 return wrap(static_cast<HTMLAllCollection*>(impl), creationContext, isolate);
H A DV8HTMLElementCustom.cpp38 v8::Handle<v8::Object> wrap(HTMLElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
H A DV8PerformanceEntryCustom.cpp45 v8::Handle<v8::Object> wrap(PerformanceEntry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
49 return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
52 return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
55 return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
H A DV8SVGElementCustom.cpp38 v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
H A DV8SVGPathSegCustom.cpp58 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
63 return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
65 return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
67 return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
69 return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
71 return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
73 return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
75 return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
77 return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
79 return wrap(static_cas
[all...]
H A DV8StyleSheetCustom.cpp40 v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
44 return wrap(toCSSStyleSheet(impl), creationContext, isolate);
H A DV8TextCustom.cpp40 v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
44 return wrap(toCDATASection(impl), creationContext, isolate);
H A DV8MIDIInputCustom.cpp39 v8::Handle<v8::Object> wrap(MIDIInput* input, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
H A DV8MIDIOutputCustom.cpp39 v8::Handle<v8::Object> wrap(MIDIOutput* output, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
H A DV8EventCustom.cpp57 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
59 v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext, v8::Isolate *isolate) function in namespace:WebCore
H A DV8ImageDataCustom.cpp38 v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py36 def wrap(text): function
53 output += wrap(text)
56 output += wrap(text)
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DCustomElementWrapper.cpp89 v8::Handle<v8::Object> CustomElementWrapper<ElementType, WrapperType>::wrap(PassRefPtr<ElementType> element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*)) function in class:WebCore::CustomElementWrapper
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java14 public byte[] wrap(byte[] in, int inOff, int inLen); method in interface:Wrapper
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRFC3394WrapEngine.java18 * and <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>.
67 public byte[] wrap( method in class:RFC3394WrapEngine
81 throw new DataLengthException("wrap data must be a multiple of 8 bytes");
/external/chromium_org/build/
H A Dinstall-chroot.sh424 wrap() { function
425 # Word-wrap the text passed-in on stdin. Optionally, on continuation lines
447 echo "Usage ${0##*/} [-h|--help] [-c|--clean] [-C|--clean-all] [-l|--list] [--] args" | wrap "Usage ${0##*/} "
448 echo " help: print this message" | wrap " "
449 echo " list: list all known chroot environments" | wrap " "
450 echo " clean: remove all old chroot sessions for \"${chroot}\"" | wrap " "
451 echo " clean-all: remove all old chroot sessions for all environments" | wrap " "
465 echo "Session \"${t}\" still has active users, not cleaning up" | wrap

Completed in 1790 milliseconds

123456789