HomeSort by relevance Sort by last modified time
    Searched refs:holder (Results 276 - 300 of 370) sorted by null

<<1112131415

  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1371 ThreadLocalValueHolderBase* const holder = local
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1517 ThreadLocalValueHolderBase* const holder = local
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 704 var holder = createDiv('favicon-cell');
705 addActiveTouchListener(holder, 'favicon-cell-active');
707 holder.setAttribute(CONTEXT_MENU_URL_KEY, item.url);
708 holder.contextMenuItem = item;
765 holder.appendChild(faviconBox);
769 holder.appendChild(title);
771 wrapClickHandler(holder, item, opt_clickCallback);
773 return holder;
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 6618 ViewLocationHolder holder = ViewLocationHolder.obtain(parent, child); local
6623 ViewLocationHolder holder = holders.get(i); local
6656 ViewLocationHolder holder = sPool.acquire(); local
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 454 * @param holder containing the Surface on which to place the preview,
459 public final void setPreviewDisplay(SurfaceHolder holder) throws IOException {
460 if (holder != null) {
461 setPreviewDisplay(holder.getSurface());
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /external/chromium_org/v8/src/
log.cc 1021 JSObject* holder,
1025 String* class_name_obj = holder->class_name();
1047 JSObject* holder,
1050 String* class_name_obj = holder->class_name();
    [all...]
ast.h 1719 Handle<JSObject> holder() { return holder_; } function in class:v8::internal::Call
    [all...]
hydrogen.h     [all...]
ast.cc 542 // For primitive checks the holder is set up to point to the corresponding
585 type = Handle<Map>(holder()->map());
596 lookup->holder() == *global);
    [all...]
bootstrapper.cc     [all...]
debug.cc     [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 203 class Holder {
206 final Holder holder = new Holder(); local
208 // This function adds the holder's value to the input value.
211 return from + holder.value;
215 // Since holder.value is 2, applying 4 should yield 6.
226 holder.value = 3;
231 holder.value = 4;
    [all...]
  /external/v8/src/
log.cc 763 JSObject* holder,
767 String* class_name_obj = holder->class_name();
776 JSObject* holder,
779 String* class_name_obj = holder->class_name();
    [all...]
ast.cc 486 // For primitive checks the holder is set up to point to the corresponding
521 type = Handle<Map>(holder()->map());
532 lookup->holder() == *global);
    [all...]
handles.cc 299 Handle<JSObject> holder,
304 holder->GetPropertyWithInterceptor(*receiver,
    [all...]
bootstrapper.cc     [all...]
debug.h 296 Handle<Object> holder,
    [all...]
debug.cc     [all...]
hydrogen-instructions.h 2201 Handle<JSObject> holder() const { return holder_; } function in class:v8::HCheckPrototypeMaps
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 331 a notice placed by the copyright holder saying it may be distributed
499 original copyright holder who places the Program under this License
539 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
545 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm 829 return toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
885 return wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 219 // Prepare the surface holder
    [all...]
  /external/elfutils/libelf-po/
Makefile 70 # This is the copyright holder that gets inserted into the header of the
71 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
73 # sources, belong to the copyright holder of the package.) Translators are
110 --copyright-holder='$(COPYRIGHT_HOLDER)' \

Completed in 1390 milliseconds

<<1112131415