HomeSort by relevance Sort by last modified time
    Searched full:setter (Results 476 - 500 of 620) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
IdentifierTable.h 706 /// constructSetterName - Return the setter name for the given
DiagnosticSemaKinds.td 559 def err_setter_type_void : Error<"type of setter must be void">;
590 "setter cannot be specified for a readonly property">,
593 "writable atomic property %0 cannot pair a synthesized %select{getter|setter}1 "
594 "with a user defined %select{getter|setter}2">,
596 def note_atomic_property_fixup_suggest : Note<"setter and getter must both be "
616 "atomic by default property %0 has a user defined %select{getter|setter}1 "
    [all...]
  /external/protobuf/
CHANGES.txt 361 * Fix bytes type setter to work with byte sequences with embedded NULLs.
  /external/v8/src/
full-codegen.h 809 // A map from property names to getter/setter pairs allocated in the zone.
v8globals.h 354 MaybeObject* (*setter)(JSObject* object, Object* value, void* data); member in struct:v8::internal::AccessorDescriptor
objects-inl.h 97 // Getter that returns a tagged Smi and setter that writes a tagged Smi.
    [all...]
stub-cache.cc 484 ASSERT(v8::ToCData<Address>(callback->setter()) != 0);
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 681 // Setter functions.
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 160 "invalid commit-queue setter.",
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 57 // setter.
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 201 // Generic variable setter, which in the case of GL programs always attempts
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 331 // start getter and setter
  /sdk/rule_api/src/com/android/ide/common/api/
RuleAction.java 422 * @return this action, to allow setter chaining
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 763 IdentifierInfo *SetterName; // setter name of NULL if no setter
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 894 ObjCMethodDecl *Setter = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
895 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
    [all...]
  /external/proguard/docs/manual/
examples.html 686 setter methods, then configuration may become painful. There's not much else
687 you can do than making sure the bean class names, or the getter and setter
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
examples.html     [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java 243 * Returns the expectation setter for the last expected invocation in the current thread.
261 * @return the expectation setter.
268 * Returns the expectation setter for the last expected invocation in the
278 * @return the expectation setter.
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 266 // Use of this setter is risky, since no other internal state is updated
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 97 // Use the unchecked setter here to avoid touching the child's NEXT_ID
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 993 Out << (first ? ' ' : ',') << "setter = "
    [all...]
  /external/e2fsprogs/
configure.in 784 dnl flags somewhat portably. Also check for the analogous setter, chflags().

Completed in 598 milliseconds

<<11121314151617181920>>