HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 201 - 225 of 441) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 1486 WPADBusPropertyAccessor getter; local
    [all...]
dbus_new_handlers_wps.c 289 * Getter for "ProcessCredentials" property. Returns returned boolean will be
  /frameworks/compile/slang/
README.rst 194 You can bind the struct(e.g., Point), using the setter and getter
217 // The getter of Item array, which gets the *index*-th element
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 622 * 1. can't get the features requested because the getter is protected final.
688 * the set views exist, and no getter way to check.
    [all...]
  /dalvik/vm/compiler/
Compiler.h 141 kIsGetter, /* Method fits the getter pattern */
  /external/chromium/base/threading/
thread.h 58 // getter will return non-null.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_selection_model.js 56 * Convenience getter which returns the first selected index.
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 72 // Lazy-getter for RequestContext objects.
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 179 // (These provide API for callers and have a getter function listed in the
  /external/chromium/chrome/common/
json_schema_validator.h 141 // getter.
  /external/icu4c/common/
utrie.h 175 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */
182 /** Internal trie getter from a pair of surrogates */
198 /** Internal trie getter from a BMP code point, treating a lead surrogate as a normal code point */
203 * Internal trie getter from a code point.
  /external/v8/test/mjsunit/
object-define-property.js 225 // Add a getter - should not touch the setter.
237 // The above should also work if redefining just a getter or setter on
238 // an existing property with both a getter and a setter.
539 // Different getter.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
argument-types-expected.txt 34 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException) threw exception Error: enableHighAccuracy getter exception.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLPlugInElementCustom.cpp 44 // FIXME: Consider moving getter/setter helpers to V8NPObject and renaming this file to V8PluginElementFunctions
  /external/webkit/Source/WebCore/dom/
Document.idl 162 getter raises (DOMException);
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.h 160 // Bind Javascript property |name| to the C++ getter callback |callback|.
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderAdapterTest.java 133 // There is no getter for the DocumentHandler, so we can only test
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 304 ViewIntrospectionCommand getter = COMMAND_MAP.get(viewQuery); local
305 if (getter != null) {
306 return getter.query(node, args);
  /external/chromium/chrome/browser/extensions/
extension_service.h 206 // Getter and setter for the Browser Action visibility in the toolbar.
216 // Getter and setter for the flag that specifies whether the extension is
221 // Getter for the extension's runtime data PropertyBag.
  /external/chromium/chrome/browser/
io_thread.cc 495 ChromeURLRequestContextGetter* getter = *it; local
498 getter->GetURLRequestContext()->dns_cert_checker();
501 getter->ReleaseURLRequestContext();
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 671 If the property is implemented using a getter function (i.e. has the
673 script engine, since the getter function will be called (possibly
738 Note that you cannot specify custom getter or setter functions for
  /frameworks/base/docs/html/guide/practices/design/
performance.jd 178 trivial getter. With the JIT (where direct field access is as cheap as
180 trivial getter. This is true in Froyo, but will improve in the future when
181 the JIT inlines getter methods.</p>
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp     [all...]
JITPropertyAccess32_64.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 605 milliseconds

1 2 3 4 5 6 7 891011>>