/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
InsetDrawableTest.java | 74 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested," + 271 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested") 289 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested")
|
/external/javassist/tutorial/ |
tutorial3.html | 277 <p>and want to add an interface <code>Getter<T></code> to the 281 public interface Getter<T> { 286 <p>Then the interface you really have to add is <code>Getter</code>
|
/external/v8/src/ |
stub-cache.cc | 172 ASSERT(v8::ToCData<Address>(callback->getter()) != 0); 1345 v8::NamedPropertyGetter getter = local 1400 v8::NamedPropertyGetter getter = local [all...] |
/external/v8/test/cctest/ |
test-accessors.cc | 63 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;"); local 64 CHECK_EQ(900, getter->Run()->Int32Value()); 352 // Use the throwing property setter/getter in a loop to force
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorJS.pm | [all...] |
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 260 // See description above getter for details. 272 // See description above getter.
|
/external/chromium/chrome/browser/resources/shared/js/ |
cr.js | 129 * Helper function for defineProperty that returns the getter to use for the 133 * @return {function():*} The getter for the property.
|
/external/javassist/src/main/javassist/tools/reflect/ |
Reflection.java | 261 clazz.addMethod(CtNewMethod.getter(metaobjectGetter, f)); 271 clazz.addMethod(CtNewMethod.getter(classobjectAccessor, f));
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Arguments.cpp | 165 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); 177 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 147 //There is no getter and we can't obtain any status about it.
|
/external/chromium/chrome/browser/chromeos/cros/ |
cros_library.h | 98 // Getter for Test API that gives access to internal members of this class.
|
/external/chromium/chrome/browser/chromeos/login/ |
login_utils.cc | 90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local 91 DCHECK(getter); 92 if (getter) { 93 getter->GetURLRequestContext()->proxy_service()->ResetConfigService(
|
/external/chromium/chrome/browser/ |
io_thread.h | 122 // Returns a getter for the URLRequestContext. Only called on the UI thread.
|
/external/chromium/chrome/browser/net/gaia/ |
token_service.h | 168 // Getter to use for fetchers.
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
harness.js | 83 * This is a getter rather than a normal property because the fileManager
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list_single_selection_model.js | 43 * Convenience getter which returns the first selected index.
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_cache.cc | 75 DVLOG(1) << "Missing request context getter";
|
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.cc | 73 net::URLRequestContextGetter* getter) {
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_ui.h | 104 // Getter for the singleton.
|
/external/chromium/chrome/common/extensions/ |
extension_message_bundle.h | 99 // Getter for dictionary_.
|
/external/chromium/webkit/glue/ |
cpp_bound_class.h | 94 // Bind Javascript property |name| to the C++ getter callback |callback|.
|
/external/clang/www/analyzer/ |
release_notes.html | 102 <li>Objective-C retain/release checker now reasons about calls to property accessor methods (setter/getter).</li>
|
/external/icu4c/i18n/unicode/ |
udatpg.h | 362 * Getter corresponding to setAppendItemFormat. Values below 0 or at or 395 * Getter corresponding to setAppendItemNames. Values below 0 or at or above 435 * Getter corresponding to setDateTimeFormat. 463 * Getter corresponding to setDecimal.
|
/external/icu4c/layout/ |
loengine.h | 85 * using the getter routines below.
|