HomeSort by relevance Sort by last modified time
    Searched full:holder (Results 726 - 750 of 3637) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yppasswd.x 23 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
PlayVideoActivity.java 157 public void surfaceCreated(SurfaceHolder holder) {
205 @Override public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {}
206 @Override public void surfaceDestroyed(SurfaceHolder holder) {}
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewCtsActivity.java 172 public void surfaceCreated(SurfaceHolder holder) {
189 public void surfaceDestroyed(SurfaceHolder holder) {
192 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 68 .toV8Value(args.Holder(), args.GetIsolate()));
108 args.Holder(),
153 dom_error.toV8Value(args.Holder(), args.GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceEventTarget.cpp 59 v8SetReturnValue(info, info.Holder());
69 toV8(documentPtr, info.Holder(), isolate);
73 v8::Handle<v8::Object> wrapper = info.Holder();
V8TestInterfaceNamedConstructor2.cpp 59 v8SetReturnValue(info, info.Holder());
69 toV8(documentPtr, info.Holder(), isolate);
81 v8::Handle<v8::Object> wrapper = info.Holder();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileCustom.cpp 42 ExceptionState exceptionState(ExceptionState::ConstructionContext, "File", info.Holder(), info.GetIsolate());
104 File* file = V8File::toNative(info.Holder());
116 File* file = V8File::toNative(info.Holder());
V8HTMLDocumentCustom.cpp 56 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder());
86 ExceptionState exceptionState(ExceptionState::ExecutionContext, "open", "Document", info.Holder(), info.GetIsolate());
91 v8SetReturnValue(info, info.Holder());
V8InjectedScriptManager.cpp 110 v8::Handle<v8::Object> holder = V8Window::findInstanceInPrototypeChain(global, scriptState->isolate());
111 if (holder.IsEmpty())
113 LocalFrame* frame = V8Window::toNative(holder)->frame();
  /external/chromium_org/third_party/libva/va/x11/
va_dri2str.h 17 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
24 * Except as contained in this notice, the name of a copyright holder shall
27 * the copyright holder.
  /external/chromium_org/third_party/mesa/src/src/glx/
applegl_glx.c 18 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
25 * Except as contained in this notice, the name of a copyright holder shall
28 * the copyright holder.
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleActivity.java 69 LinearLayout holder = (LinearLayout) findViewById(R.id.holder); local
70 holder.addView(mSampleView, new LinearLayout.LayoutParams(
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 34 newly appended content will be ignored by the holder of
38 can be added to the wal-index. The holder of a READ_FULL
84 (6) A holder of a READ_FULL will never read any page of the database
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 59 public void surfaceChanged(SurfaceHolder holder, int format,
77 public void surfaceCreated(SurfaceHolder holder) {
101 public void surfaceDestroyed(SurfaceHolder holder) {
  /external/chromium_org/v8/src/
ic-inl.h 133 InlineCacheHolderFlag holder) {
134 if (object->IsSmi()) holder = PROTOTYPE_MAP;
135 Object* map_owner = holder == OWN_MAP
lookup.cc 123 Handle<JSObject> holder = GetHolder(); local
124 number_ = holder->property_dictionary()->FindEntry(name_);
129 if (holder->IsGlobalObject() &&
  /external/chromium_org/v8/test/cctest/
test-accessors.cc 159 CHECK_EQ(x_holder, info.Holder());
165 CHECK_EQ(x_receiver, info.Holder());
175 CHECK_EQ(x_holder, info.Holder());
204 context->Global()->Set(v8_str("holder"), x_holder);
208 "obj.__proto__ = holder;"
214 " result.push(holder.x0 = i);"
216 " result.push(holder.x1 = i + 1);"
218 " result.push(holder[key_0] = i + 2);"
220 " result.push(holder[key_1] = i + 3);"
271 CHECK(info.This() == info.Holder());
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 201 struct Holder {
202 Holder(int i, Ptr<T> ptr = 0);
206 Holder<int> h(i);
  /external/mesa3d/src/glx/
applegl_glx.c 18 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
25 * Except as contained in this notice, the name of a copyright holder shall
28 * the copyright holder.
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleActivity.java 69 LinearLayout holder = (LinearLayout) findViewById(R.id.holder); local
70 holder.addView(mSampleView, new LinearLayout.LayoutParams(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 78 final RecentsPanelView.ViewHolder holder = local
80 holder.labelView.setDrawingCacheEnabled(true);
81 holder.labelView.buildDrawingCache();
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 148 public void onBindViewHolder(TestViewHolder holder,
150 super.onBindViewHolder(holder, position);
151 GridLayoutManager.LayoutParams glp = ensureGridLp(holder.itemView);
175 holder.itemView.setLayoutParams(glp);
365 public void onBindViewHolder(TestViewHolder holder,
367 super.onBindViewHolder(holder, position);
368 final GridLayoutManager.LayoutParams glp = ensureGridLp(holder.itemView);
370 viewHolderMap.put(position, holder);
391 public void onBindViewHolder(TestViewHolder holder,
393 super.onBindViewHolder(holder, position)
    [all...]
  /hardware/intel/common/libva/va/x11/
va_dri2str.h 17 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
24 * Except as contained in this notice, the name of a copyright holder shall
27 * the copyright holder.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X962NamedCurves.java 526 static void defineCurve(String name, ASN1ObjectIdentifier oid, X9ECParametersHolder holder)
530 curves.put(oid, holder);
582 X9ECParametersHolder holder = (X9ECParametersHolder)curves.get(oid); local
584 if (holder != null)
586 return holder.getParameters();
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 175 public void surfaceCreated(SurfaceHolder holder) {
176 if (holder == null) {
181 initCamera(holder);
185 public void surfaceDestroyed(SurfaceHolder holder) {
189 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {

Completed in 3155 milliseconds

<<21222324252627282930>>