HomeSort by relevance Sort by last modified time
    Searched refs:holder (Results 201 - 225 of 283) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/quake/
NOTICE 80 a notice placed by the copyright holder saying it may be distributed
251 original copyright holder who places the Program under this License
291 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
297 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
425 a notice placed by the copyright holder saying it may be distributed
596 original copyright holder who places the Program under this License
    [all...]
  /external/v8/src/
frames.h 110 inline void Iterate(ObjectVisitor* v, Code* holder) const;
242 static void IteratePc(ObjectVisitor* v, Address* pc_address, Code* holder);
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/v8/test/mjsunit/third_party/
string-trim.js 15 // 3. Neither the name of the copyright holder(s) nor the names of any
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 474 SurfaceHolder holder = getActivity().getSurfaceView().getHolder(); local
480 mCamera.setPreviewDisplay(holder);
489 mCamera.setPreviewDisplay(holder);
501 mCamera.setPreviewDisplay(holder);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1389 ThreadLocalValueHolderBase* const holder = local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1371 ThreadLocalValueHolderBase* const holder = local
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1376 ThreadLocalValueHolderBase* const holder = local
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 657 * Either a surface holder or surface must be set if a display or video sink
660 * A null surface holder or surface will result in only the audio track being
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 6493 ViewLocationHolder holder = ViewLocationHolder.obtain(parent, child); local
6498 ViewLocationHolder holder = holders.get(i); local
6531 ViewLocationHolder holder = sPool.acquire(); local
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 447 * @param holder containing the Surface on which to place the preview,
452 public final void setPreviewDisplay(SurfaceHolder holder) throws IOException {
453 if (holder != null) {
454 setPreviewDisplay(holder.getSurface());
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 4545 ThumbnailHolder holder = null; local
    [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/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/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)' \
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 626 v8::Handle<v8::Object> holder = V8DOMWrapper::lookupDOMWrapper(${className}::GetTemplate(), info.This());
627 if (holder.IsEmpty()) {
632 ${implClassName}* imp = ${className}::toNative(holder);
661 return V8DOMWrapper::getConstructor(type, V8DOMWindow::toNative(info.Holder()));
665 return V8DOMWrapper::getConstructor(type, V8WorkerContext::toNative(info.Holder()));
706 $svgNativeType* imp = V8${implClassName}::toNative(info.Holder());
710 $svgNativeType* wrapper = V8${implClassName}::toNative(info.Holder());
722 v8::Handle<v8::Object> holder = info.Holder();
727 v8::Handle<v8::Object> holder = V8DOMWrapper::lookupDOMWrapper(V8${interfaceName}::GetTemplate(), info.This())
    [all...]

Completed in 1430 milliseconds

1 2 3 4 5 6 7 891011>>