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

<<11121314151617181920>>

  /external/harfbuzz_ng/src/
test-size-params.cc 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
test-would-substitute.cc 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
  /external/harfbuzz_ng/test/api/
test-version.c 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
helper-cairo-ansi.cc 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
main-font-text.hh 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
view-cairo.hh 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
  /external/skia/platform_tools/android/app/res/layout/
layout.xml 8 android:id="@+id/holder"
  /packages/apps/Settings/src/com/android/settings/
AppPicker.java 118 AppViewHolder holder = AppViewHolder.createOrRecycle(mInflater, convertView); local
119 convertView = holder.rootView;
121 holder.appName.setText(info.label);
123 holder.appIcon.setImageDrawable(info.info.loadIcon(getPackageManager()));
124 holder.appSize.setText(info.info.packageName);
126 holder.appIcon.setImageDrawable(null);
127 holder.appSize.setText("");
129 holder.disabled.setVisibility(View.GONE);
130 holder.checkBox.setVisibility(View.GONE);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 51 public static void setupThumbnailPreview(final AttachmentBitmapHolder holder,
53 final int width = holder.getThumbnailWidth();
54 final int height = holder.getThumbnailHeight();
57 holder.setThumbnailToDefault();
68 && (holder.bitmapSetToDefault() ||
71 holder, width, height);
76 holder.setThumbnailToDefault();
80 public ThumbnailLoadTask(AttachmentBitmapHolder holder, int width, int height) {
81 mHolder = holder;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xarch.h 13 * documentation, and that the names of the above listed copyright holder(s)
16 * copyright holder(s) make(s) no representations about the suitability of
20 * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
22 * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xarch.h 13 * documentation, and that the names of the above listed copyright holder(s)
16 * copyright holder(s) make(s) no representations about the suitability of
20 * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD
22 * AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 294 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder());
320 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
334 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getAttachedShaders", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
342 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder());
357 array->Set(v8::Integer::New(info.GetIsolate(), ii), toV8(shaders[ii].get(), info.Holder(), info.GetIsolate()));
363 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getBufferParameter", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
369 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getExtension", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
370 WebGLRenderingContext* impl = V8WebGLRenderingContext::toNative(info.Holder());
378 v8SetReturnValue(info, toV8Object(extension.get(), info.Holder(), info.GetIsolate()));
383 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getFramebufferAttachmentParameter", "WebGLRenderingContext", info.Holder(), info.GetIsolate())
    [all...]
V8ClientCustom.cpp 20 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "ServiceWorker", info.Holder(), info.GetIsolate());
21 Client* client = V8Client::toNative(info.Holder());
V8ServiceWorkerCustom.cpp 20 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", "ServiceWorker", info.Holder(), info.GetIsolate());
21 ServiceWorker* worker = V8ServiceWorker::toNative(info.Holder());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface2.cpp 52 ExceptionState exceptionState(ExceptionState::ExecutionContext, "item", "TestInterface2", info.Holder(), info.GetIsolate());
57 TestInterface2* impl = V8TestInterface2::toNative(info.Holder());
81 ExceptionState exceptionState(ExceptionState::ExecutionContext, "setItem", "TestInterface2", info.Holder(), info.GetIsolate());
86 TestInterface2* impl = V8TestInterface2::toNative(info.Holder());
112 ExceptionState exceptionState(ExceptionState::ExecutionContext, "deleteItem", "TestInterface2", info.Holder(), info.GetIsolate());
117 TestInterface2* impl = V8TestInterface2::toNative(info.Holder());
141 ExceptionState exceptionState(ExceptionState::ExecutionContext, "namedItem", "TestInterface2", info.Holder(), info.GetIsolate());
146 TestInterface2* impl = V8TestInterface2::toNative(info.Holder());
168 ExceptionState exceptionState(ExceptionState::ExecutionContext, "setNamedItem", "TestInterface2", info.Holder(), info.GetIsolate());
173 TestInterface2* impl = V8TestInterface2::toNative(info.Holder());
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemBridgeAdapter.java 32 * Interface for listening to view holder operations.
130 ViewHolder(Presenter presenter, View view, Presenter.ViewHolder holder) {
133 mHolder = holder;
270 public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) {
272 ViewHolder viewHolder = (ViewHolder) holder;
283 public void onViewRecycled(RecyclerView.ViewHolder holder) {
284 ViewHolder viewHolder = (ViewHolder) holder;
295 public void onViewAttachedToWindow(RecyclerView.ViewHolder holder) {
296 ViewHolder viewHolder = (ViewHolder) holder;
304 public void onViewDetachedFromWindow(RecyclerView.ViewHolder holder) {
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureGLSurfaceView.java 54 public void surfaceDestroyed(SurfaceHolder holder) {
60 super.surfaceDestroyed(holder);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSViewportRule.idl 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ?AS IS? AND ANY
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
WebKitCSSFilterRule.idl 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FlowThreadController.cpp 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
FlowThreadController.h 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
import-w3c-tests 17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
20 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
  /external/valgrind/main/docs/xml/
tech-docs.xml 13 <holder><ulink url="&vg-devs-url;">Valgrind Developers</ulink></holder>
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 168 ViewHolder holder; local
172 holder = new ViewHolder();
173 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
174 holder.icon = (ImageView) convertView.findViewById(R.id.account_row_icon);
175 convertView.setTag(holder);
177 holder = (ViewHolder) convertView.getTag();
180 holder.text.setText(mInfos[position].name);
181 holder.icon.setImageDrawable(mInfos[position].drawable);

Completed in 839 milliseconds

<<11121314151617181920>>