HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 751 - 775 of 1126) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/training/custom-views/
create-view.jd 215 when the view is initialized. To provide dynamic behavior, expose a property getter and
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ExprModel.java 340 L.d("checking field access expr %s. getter: %s", fae,fae.getGetter());
  /frameworks/support/design/tests/src/android/support/design/widget/
AppBarWithCollapsingToolbarTest.java 277 // getter methods are only available on v11+, wrap the asserts with build version check.
  /libcore/ojluni/src/main/java/java/sql/
ResultSet.java 67 * <i>getter</i> methods (<code>getBoolean</code>, <code>getLong</code>, and so on)
75 * <P>For the getter methods, a JDBC driver attempts
77 * getter method and returns a suitable Java value. The JDBC specification
79 * that can be used by the <code>ResultSet</code> getter methods.
81 * <P>Column names used as input to getter methods are case
82 * insensitive. When a getter method is called with
96 * to the getter methods also apply to parameters to the
213 * Note that you must first call one of the getter methods
433 * call to a getter method implicitly closes the stream. Also, a
463 * call to a getter method implicitly closes the stream
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 405 * Synchronized getter for the EditText.
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 70 // triState implements flag.Value, flag.Getter, and flag.boolFlag.
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 70 // triState implements flag.Value, flag.Getter, and flag.boolFlag.
  /external/v8/src/
objects-inl.h 89 // Getter that returns a Smi as an int and writes an int as a Smi.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 744 // This handles the funny case of assigning to the result of a getter.
745 // This can happen if the getter returns a non-const reference.
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 279 // so a special getter is provided to retrieve this data from the
604 // so a special getter is provided to retrieve this data from the
    [all...]
  /external/opencv3/3rdparty/jinja2/
filters.py 262 getter = make_attrgetter(environment, attribute)
264 return processor(getter(item))
  /external/opencv3/modules/python/src2/
gen2.py 224 {(char*)"${member}", (getter)pyopencv_${name}_get_${member}, NULL, (char*)"${member}", NULL},""")
227 {(char*)"${member}", (getter)pyopencv_${name}_get_${member}, (setter)pyopencv_${name}_set_${member}, (char*)"${member}", NULL},""")
    [all...]
  /external/opencv3/modules/ts/misc/
table_formatter.py 749 getter = metrix_table[options.metric][1]
765 val = getter(t, None, options.units)
  /external/protobuf/java/
README.txt 418 - For optional fields only, encapsulation behind setter/getter/hazzer/
445 while the message is being modified. Field reads, getter methods
  /external/v8/src/parsing/
parser.h 46 #define FLAG_ACCESSOR(flag, getter, setter) \
47 bool getter() const { return GetFlag(flag); } \
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 506 "Note that the value returned by the getter may not be the "
507 "current value of the variable in the script. The getter will "
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/v8/src/debug/
mirrors.js 1559 PropertyMirror.prototype.getter = function() { method in class:PropertyMirror
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 1822 Node* getter = environment()->Pop(); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc     [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc     [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc     [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
webcomponents.js 230 var getter, setter;
236 if (isEvent) getter = scope.getEventHandlerGetter(name); else getter = getGetter(name);
242 get: getter,
323 function defineGetter(constructor, name, getter) {
324 getterDescriptor.get = getter;
    [all...]

Completed in 589 milliseconds

<<31323334353637383940>>