/external/v8/src/ |
mirror-debugger.js | 1179 * Returns whether this property has a getter defined through __defineGetter__. 1180 * @return {booolean} True if this property has a getter 1197 * Returns the getter for this property defined through __defineGetter__. 1198 * @return {Mirror} FunctionMirror reflecting the getter function or 1199 * UndefinedMirror if there is no getter for this property 1201 PropertyMirror.prototype.getter = function() { [all...] |
objects.h | [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ShapeDrawableTest.java | 440 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested")
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 131 * The getter methods here are all related to the information about the telephony.
|
/dalvik/vm/compiler/ |
InlineTransformation.cpp | 93 * If the getter instruction is about to raise any exception, punt to the
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 328 * Added additional getter and setter methods for the Base Id
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.cc | 201 // On Android, use the webview request context getter which was passed
|
/external/chromium/chrome/browser/debugger/ |
devtools_window.cc | 220 // TODO(pfeldman): Make browser's getter for this key static.
|
/external/chromium/chrome/common/extensions/ |
url_pattern.h | 176 // Note: You should use MatchesScheme() instead of this getter unless you
|
/external/chromium/webkit/glue/ |
webmediaplayer_impl.h | 284 // Getter method to |client_|.
|
/external/clang/include/clang/AST/ |
OperationKinds.h | 53 /// property getter. The operand is an OK_ObjCProperty l-value; the
|
/external/jsilver/src/com/google/clearsilver/jsilver/ |
JSilverOptions.java | 67 // * add getter.
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 328 return "Getter-Setter";
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSFunction.cpp | 108 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
CurrentTime.cpp | 178 timeBeginPeriod(1); // increase time resolution around low-res time getter
|
/frameworks/base/core/java/android/nfc/tech/ |
TagTechnology.java | 65 * then the cached getter will still return the result from tag discovery time.
|
/frameworks/base/core/java/android/pim/ |
ContactsAsyncHelper.java | 164 * Simple getter for the Photo state.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 61 * To be proper, we should have a getter for dither (and alpha, etc.)
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 60 // Expose only the getter method publicly so we can change it in the future
|
/packages/apps/Contacts/src/com/android/contacts/ |
SpecialCharSequenceMgr.java | 268 * Synchronized getter for the EditText.
|
/system/media/wilhelm/src/itf/ |
IPlay.c | 161 // even though this is a getter, it can modify state due to caching
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 358 // Getter/setter for whether we are waiting on SetPassphrase to process a 543 net::URLRequestContextGetter* getter);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 245 def getter(self): function in function:setter 254 return property(getter, attr, deleter)
|
/external/clang/include/clang/Basic/ |
DiagnosticParseKinds.td | 276 "expected '=' for Objective-C getter">; 280 "expected selector for Objective-C %select{setter|getter}0">;
|
/external/icu4c/common/ |
locdispnames.cpp | 351 UDisplayNameGetter *getter, 370 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus);
|