HomeSort by relevance Sort by last modified time
    Searched full:accessor (Results 226 - 250 of 786) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraLatency.java 83 // if any of the latency var accessor methods return -1 then the
  /packages/apps/Camera2/jni/
tinyplanet.cc 43 // Pixel accessor.
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraLatency.java 82 // if any of the latency var accessor methods return -1 then the
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 42 // Pixel accessor.
  /external/chromium/chrome/browser/cocoa/
keystone_glue.h 120 // Accessor for recentNotification_. Returns an autoreleased NSNotification.
123 // Accessor for the kAutoupdateStatusStatus field of recentNotification_'s
  /external/chromium/sdch/open-vcdiff/src/
addrcache.h 140 // An accessor for an element of the near_addresses_ array.
149 // An accessor for an element of the same_addresses_ array.
  /external/chromium_org/chrome/browser/mac/
keystone_glue.h 120 // Accessor for recentNotification_. Returns an autoreleased NSNotification.
123 // Accessor for the kAutoupdateStatusStatus field of recentNotification_'s
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.js 74 * The tab name strings in the languages file have accessor keys indicated
76 * TODO(flackr) These accessor keys could be implemented with Javascript or
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.h 102 // TODO(phoglund): This accessor is inherently unsafe since the returned
104 // of this accessor and if we can remove it.
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.h 140 // An accessor for an element of the near_addresses_ array.
149 // An accessor for an element of the same_addresses_ array.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 74 // Generate prototypes for all of the accessor functions related to this
78 // Generate inline definitions of accessor functions for this field.
  /external/chromium_org/v8/src/
proxy.js 130 } else { // accessor
148 } else { // accessor
messages.js 107 proto_poison_pill: ["Generic use of __proto__ accessor not allowed"],
165 accessor_data_property: ["Object literal may not have data and accessor property with the same name"],
    [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 132 // Patch the map to have an accessor for "get".
153 // Call the accessor through JavaScript.
  /external/open-vcdiff/src/
addrcache.h 140 // An accessor for an element of the near_addresses_ array.
149 // An accessor for an element of the same_addresses_ array.
  /external/v8/test/cctest/
test-alloc.cc 157 // Patch the map to have an accessor for "get".
169 // Call the accessor through JavaScript.
  /external/clang/include/clang/AST/
CanonicalType.h 215 #define LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(Accessor) \
216 CanQualType Accessor() const { \
217 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
220 #define LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type, Accessor) \
221 Type Accessor() const { return this->getTypePtr()->Accessor(); }
  /external/clang/include/clang/Basic/
Attr.td 96 class Accessor<string name, list<Spelling> spellings> {
109 list<Accessor> Accessors = [];
172 let Accessors = [Accessor<"isGNU", [GNU<"aligned">, CXX11<"gnu","aligned">]>,
173 Accessor<"isC11", [Keyword<"_Alignas">]>,
174 Accessor<"isAlignas", [Keyword<"alignas">,
176 Accessor<"isDeclspec",[Declspec<"align">]>];
  /frameworks/base/docs/html/guide/topics/renderscript/
advanced.jd 108 <li>Non-static, global RenderScript variables. Accessor methods are generated for each
173 <code>project_root/gen/package/name/ScriptC_renderscript_filename</code>. A set of accessor
375 <li>Accessor methods to get and set the values of each field in a struct. Each of these
376 accessor methods have an <code>index</code> parameter to specify the <code>struct</code> in
390 RenderScript runtime. When you call a set accessor method on a member, there is an optional
558 with the provided accessor methods that are generated in the reflected layer classes. If these variables are
641 <p>Reading and writing to global variables is a straightforward process. You can use the accessor methods
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 57 int initApi(const char *driverLibName, const char *implLibName, T **dispatchTable, T *(*accessor)())
65 typedef T *(*createFcn_t)(void *, T *(*accessor)());
78 *dispatchTable = createFcn(implLib, accessor);
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 65 // Returns a property accessor used for attaching a TabContents to a
69 static PropertyAccessor<TabContents*> accessor; local
70 return &accessor;
  /external/llvm/include/llvm/ADT/
PointerUnion.h 130 assert(is<T>() && "Invalid accessor called");
277 assert(is<T>() && "Invalid accessor called");
386 assert(is<T>() && "Invalid accessor called");
  /external/protobuf/java/src/main/java/com/google/protobuf/
Message.java 78 * calling the generated "has" accessor method corresponding to the field.
95 * equivalent to calling the generated "Count" accessor method corresponding
233 * "clear" accessor method corresponding to the field.
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 31 // accessor to Bob.
56 // event_channel() accessor.
  /external/chromium_org/v8/tools/
test-push-to-trunk.sh 154 ########## Mock output accessor
168 ########## Expected commands accessor

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 91011>>