HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 711 // synchronized between this getter and the following setter
720 // synchronized between this getter and the following setter
729 // synchronized between this getter and the following setter
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 205 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly. "
AutoCompleteTextViewTest.java 709 @ToBeFixed( bug = "1400249", explanation = "only setter no getter")
    [all...]
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 343 // start getter and setter
  /dalvik/libcore/icu/src/main/native/
NativeCollation.cpp 88 * Universal attribute getter
  /dalvik/libcore/sql/src/main/java/java/sql/
ResultSet.java 58 * have the same name, then the getter methods use the first matching column.
65 * When reading data via the appropriate getter methods, the JDBC driver maps
351 * any other column. A further call to a getter method will implicitly close
368 * any other column. A further call to a getter method will implicitly close
    [all...]
  /external/bluetooth/glib/gobject/
gobject.h 262 * @get_property: the generic getter for all properties of this type. Should be
  /external/icu4c/common/unicode/
utrace.h 101 * Getter for the trace level.
  /external/skia/src/images/
SkImageDecoder_libico.cpp 235 //change the config, and use different address getter, and place index vs color, and add the color table
  /external/v8/src/arm/
stub-cache-arm.cc 455 optimize = callback->getter() != NULL;
510 ASSERT(callback->getter() != NULL);
572 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/v8/src/
ast.cc 138 kind_ = is_getter ? GETTER : SETTER;
messages.js 162 no_setter_in_callback: "Cannot set property %0 of %1 which has only a getter",
170 getter_must_be_callable: "Getter must be a function: %0",
prettyprinter.cc 965 case ObjectLiteral::Property::GETTER:
966 prop_kind = "PROPERTY - GETTER";
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 376 // expensive so that we cache them. Would it be better to add getter and
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 176 * TODO(cleanup): Why are we using a getter method for this
  /external/webkit/WebKit/win/
ChangeLog     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 315 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
373 optimize = callback->getter() != NULL;
426 ASSERT(callback->getter() != NULL);
693 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 392 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
449 optimize = callback->getter() != NULL;
506 ASSERT(callback->getter() != NULL);
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java     [all...]
  /external/icu4c/i18n/unicode/
ucol.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h     [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h     [all...]
  /external/webkit/WebCore/platform/
KURLGoogle.cpp 164 // getter must create it with the proper constructor. This test can be
887 // In KURL.cpp's implementation, this is called by every component getter.
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java     [all...]
  /external/icu4c/layout/
LayoutEngine.h 344 * using the getter methods below.

Completed in 1259 milliseconds

1 2 3 45 6 7 8