/external/javassist/src/main/javassist/tools/rmi/ |
StubGenerator.java | 151 proxy.addMethod(CtNewMethod.getter(accessorObjectId, f));
|
/external/libvpx/examples/includes/geshi/geshi/ |
boo.php | 80 'required', 'property', 'meta', 'getter', 'default'
|
/external/v8/src/ |
objects-printer.cc | 617 PrintF(out, "\n - getter: "); 618 getter()->ShortPrint(out); 643 PrintF(out, "\n - getter: "); 644 getter()->ShortPrint(out);
|
objects-debug.cc | 463 VerifyPointer(getter()); 481 VerifyPointer(getter());
|
/external/v8/test/mjsunit/ |
object-literal.js | 158 // Getter/setter property, read and write.
|
/external/webkit/LayoutTests/fast/js/resources/ |
JSON-stringify.js | 356 return jsonObject.stringify({a:"1", get b() { this.a="foo"; return "getter"; }, c:"3"}); 359 return jsonObject.stringify({a:"1", get b() { this.c="foo"; return "getter"; }, c:"3"}); 367 return jsonObject.stringify({a:"1", get b(){ return "getter"; }, set b(s) { return "setter"; }, c:"3"}); 421 return jsonObject.stringify(magicObject) + " :: getter calls = " + getterCalls;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ObjectPrototype.cpp | 119 return throwVMError(exec, createSyntaxError(exec, "invalid getter usage"));
|
/external/webkit/Source/WebCore/bindings/js/ |
JSGeolocationCustom.cpp | 63 // - If the getter or the property's valueOf method throws an exception, we
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 60 // - If the getter or the property's valueOf method throws an exception, we
|
/external/webkit/Source/WebCore/html/ |
HTMLOptionElement.cpp | 248 // Avoid our selected() getter since it will recalculate list items incorrectly for us.
|
/external/webkit/Source/WebCore/platform/ |
AsyncFileSystem.h | 133 // Getter for this file system's root path.
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.h | 116 // response attribute has custom getter.
|
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 50 * <code>valueFrom</code> or <code>valueTo</code> is null, then a getter function will 116 * <code>valueFrom</code> or <code>valueTo</code> is null, then a getter function will 372 * set it up, and the setter/getter methods, if the user did not supply 381 // mValueType may change due to setter/getter setup; do this before calling super.init(),
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
HtmlUtils.java | 54 * image getter. Any extra new line characters at the end of the text will be trimmed.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 87 // is written in ddms.config. That works in the sense that the getter returns
|
/external/clang/include/clang/AST/ |
DeclObjC.h | 98 /// Setter/getter instance methods: 105 /// Getter class method: 124 // Synthesized declaration method for a property setter/getter [all...] |
/external/webkit/Source/JavaScriptCore/interpreter/ |
Interpreter.cpp | [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | 692 # Getter 739 # Generate super-compact call for regular attribute getter: [all...] |
/external/javassist/src/main/javassist/ |
CtField.java | 44 * <p>If getter and setter methods are needed, 45 * call <code>CtNewMethod.getter()</code> and 53 * @see CtNewMethod#getter(String,CtField) 70 * <p>If getter and setter methods are needed, 71 * call <code>CtNewMethod.getter()</code> and 76 * @see CtNewMethod#getter(String,CtField) [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestObj.cpp | [all...] |
/external/v8/include/ |
v8.h | [all...] |
/external/chromium/chrome/browser/ |
browsing_data_remover.cc | 389 net::URLRequestContextGetter* getter = local 393 getter->GetURLRequestContext()->http_transaction_factory();
|
/external/chromium/googleurl/src/ |
gurl.h | 116 // Getter for the raw parsed structure. This allows callers to locate parts 235 // as cheap as a simple getter because it re-parses the hostname to verify.
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 395 * the symbol is suffixed with _algo. A getter function is also defined to 399 * macro is provided to define this getter function automatically.
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.h | 78 v8::AccessorGetter getter; member in struct:WebCore::BatchedAttribute 91 attribute.getter,
|