/frameworks/base/opengl/java/android/opengl/ |
GLDebugHelper.java | 34 * Wrap an existing GL interface in a new GL interface that adds support for 79 public static GL wrap(GL gl, int configFlags, Writer log) { method in class:GLDebugHelper 92 * Wrap an existing EGL interface in a new EGL interface that adds 100 public static EGL wrap(EGL egl, int configFlags, Writer log) { method in class:GLDebugHelper
|
/external/chromium_org/build/ |
install-chroot.sh | 424 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
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8SupportTestInterface.h | 71 friend v8::Handle<v8::Object> wrap(SupportTestInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 81 inline v8::Handle<v8::Object> wrap(SupportTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 95 return wrap(impl, creationContext, isolate); 107 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 121 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 134 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestCustomAccessors.h | 76 friend v8::Handle<v8::Object> wrap(TestCustomAccessors*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 86 inline v8::Handle<v8::Object> wrap(TestCustomAccessors* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 100 return wrap(impl, creationContext, isolate); 112 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 126 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 139 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestException.h | 68 friend v8::Handle<v8::Object> wrap(TestException*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 78 inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 92 return wrap(impl, creationContext, isolate); 104 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 118 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 131 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterface.h | 77 friend v8::Handle<v8::Object> wrap(TestInterface*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 87 inline v8::Handle<v8::Object> wrap(TestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 101 return wrap(impl, creationContext, isolate); 113 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 127 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 140 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceCheckSecurity.h | 68 friend v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 78 inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 92 return wrap(impl, creationContext, isolate); 104 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 118 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 131 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceConstructor.h | 69 friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 79 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 93 return wrap(impl, creationContext, isolate); 105 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 119 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 132 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceConstructor2.h | 69 friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor2*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 79 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 93 return wrap(impl, creationContext, isolate); 105 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 119 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 132 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceConstructor3.h | 69 friend v8::Handle<v8::Object> wrap(TestInterfaceConstructor3*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 79 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 93 return wrap(impl, creationContext, isolate); 105 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 119 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 132 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceCustomConstructor.h | 70 friend v8::Handle<v8::Object> wrap(TestInterfaceCustomConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 80 inline v8::Handle<v8::Object> wrap(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 94 return wrap(impl, creationContext, isolate); 106 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 120 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 133 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceDoNotCheckConstants.h | 68 friend v8::Handle<v8::Object> wrap(TestInterfaceDoNotCheckConstants*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 78 inline v8::Handle<v8::Object> wrap(TestInterfaceDoNotCheckConstants* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 92 return wrap(impl, creationContext, isolate); 104 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 118 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 131 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceEmpty.h | 68 friend v8::Handle<v8::Object> wrap(TestInterfaceEmpty*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 78 inline v8::Handle<v8::Object> wrap(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 92 return wrap(impl, creationContext, isolate); 104 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 118 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 131 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceEventConstructor.h | 71 friend v8::Handle<v8::Object> wrap(TestInterfaceEventConstructor*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 81 inline v8::Handle<v8::Object> wrap(TestInterfaceEventConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 95 return wrap(impl, creationContext, isolate); 107 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 121 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 134 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestInterfaceImplementedAs.h | 68 friend v8::Handle<v8::Object> wrap(RealClass*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 78 inline v8::Handle<v8::Object> wrap(RealClass* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 92 return wrap(impl, creationContext, isolate); 104 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 118 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 131 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestNode.h | 71 friend v8::Handle<v8::Object> wrap(TestNode*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 81 inline v8::Handle<v8::Object> wrap(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 95 return wrap(impl, creationContext, isolate); 107 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 121 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 134 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestObject.h | 77 friend v8::Handle<v8::Object> wrap(TestObj*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 87 inline v8::Handle<v8::Object> wrap(TestObj* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 101 return wrap(impl, creationContext, isolate); 113 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 127 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 140 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestObjectPython.h | 87 friend v8::Handle<v8::Object> wrap(TestObjectPython*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 97 inline v8::Handle<v8::Object> wrap(TestObjectPython* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 111 return wrap(impl, creationContext, isolate); 123 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 137 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 150 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestOverloadedConstructors.h | 69 friend v8::Handle<v8::Object> wrap(TestOverloadedConstructors*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 79 inline v8::Handle<v8::Object> wrap(TestOverloadedConstructors* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 93 return wrap(impl, creationContext, isolate); 105 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 119 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 132 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
V8TestTypedefs.h | 69 friend v8::Handle<v8::Object> wrap(TestTypedefs*, v8::Handle<v8::Object> creationContext, v8::Isolate*); 79 inline v8::Handle<v8::Object> wrap(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 93 return wrap(impl, creationContext, isolate); 105 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 119 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()); 132 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8DataViewCustom.h | 66 inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 68 return V8TypedArray<DataView>::wrap(impl, creationContext, isolate);
|
V8Float32ArrayCustom.h | 66 inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 68 return V8TypedArray<Float32Array>::wrap(impl, creationContext, isolate);
|
V8Float64ArrayCustom.h | 66 inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 68 return V8TypedArray<Float64Array>::wrap(impl, creationContext, isolate);
|
V8Int16ArrayCustom.h | 66 inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 68 return V8TypedArray<Int16Array>::wrap(impl, creationContext, isolate);
|
V8Int32ArrayCustom.h | 66 inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 68 return V8TypedArray<Int32Array>::wrap(impl, creationContext, isolate);
|