HomeSort by relevance Sort by last modified time
    Searched refs:Holder (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/pdfium/fpdfsdk/javascript/
JS_Define.h 47 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
73 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
117 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
321 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
343 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
372 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
398 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
  /external/v8/samples/
process.cc 380 map<string, string>* obj = UnwrapMap(info.Holder());
405 map<string, string>* obj = UnwrapMap(info.Holder());
486 HttpRequest* request = UnwrapRequest(info.Holder());
502 HttpRequest* request = UnwrapRequest(info.Holder());
513 HttpRequest* request = UnwrapRequest(info.Holder());
525 HttpRequest* request = UnwrapRequest(info.Holder());
  /art/test/924-threads/src/art/
Test924.java 88 private static class Holder {
102 final Holder h = new Holder();
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkNotificationManager.java 54 Holder.sIdToTypeMap.put(eventId, this);
57 private static class Holder {
62 return Holder.sIdToTypeMap.get(id);
  /packages/apps/Dialer/java/com/android/incallui/sessiondata/
MultimediaFragment.java 210 Holder parent = FragmentUtils.getParent(this, Holder.class);
248 public interface Holder {
  /external/clang/test/Analysis/
padding_cpp.cpp 189 struct Holder { // no-warning
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenResolutionTest.java 398 private abstract static class Holder<T> {
406 new Holder<int[]>() {}.getContentType());
408 new Holder<int[][]>() {}.getContentType());
413 new Holder<List<int[][]>[]>() {}.getContentType();
TypeTokenTest.java     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Empty.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/empty.proto</summary>
SourceContext.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/source_context.proto</summary>
Any.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/any.proto</summary>
Duration.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/duration.proto</summary>
Timestamp.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/timestamp.proto</summary>
FieldMask.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/field_mask.proto</summary>
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/unittest_import_proto3.proto</summary>
UnittestImportPublicProto3.cs 12 /// <summary>Holder for reflection information generated from google/protobuf/unittest_import_public_proto3.proto</summary>
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/
leakcanary-analyzer-1.4.jar 
  /external/v8/src/inspector/
v8-console.cc     [all...]
v8-injected-script-host.cc 250 info.Holder());
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 98 MultimediaFragment.Holder {
    [all...]
  /external/pdfium/fxjs/
cfxjse_class.cpp 113 if (info.This() == info.Holder() && lpClass->name) {
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 12 /// <summary>Holder for reflection information generated from addressbook.proto</summary>
  /external/v8/src/
d8.cc     [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 303 class Holder {
306 final Holder holder = new Holder(); local
308 // This function adds the holder's value to the input value.
311 return from + holder.value;
315 // Since holder.value is 2, applying 4 should yield 6.
326 holder.value = 3;
331 holder.value = 4;
    [all...]

Completed in 929 milliseconds

12 3 4