HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 326 - 350 of 685) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 105 // setIsInvalidated / isInvalidated - Setter / getter of the "Invalidated"
  /external/llvm/lib/Target/X86/
X86JITInfo.h 74 /// setPICBase / getPICBase - Getter / setter of PICBase, used to compute
  /external/mesa3d/src/glsl/
glsl_symbol_table.h 95 * or similar. However, this breaks symmetry with the getter functions and
  /external/v8/src/
property.cc 126 return accessors->getter()->IsMap() || accessors->setter()->IsMap();
  /external/v8/test/mjsunit/
error-constructors.js 53 // name property with a getter can leaks error objects from different
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 826 # - GETTER
827 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix;
828 push(@headerAttributes, $getter) if $public;
829 push(@privateHeaderAttributes, $getter) unless $public;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileTexture.h 76 // Make sure the following pureColor getter/setter are only read/written
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.h 52 // Getter and setter for whether we accept cookies for file scheme URLS.
  /frameworks/base/core/java/android/util/
Property.java 23 * "getter" methods or by some other mechanism, as appropriate.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.h 49 net::URLRequestContextGetter* getter);
171 static URLFetcher* CreateGaiaFetcher(net::URLRequestContextGetter* getter,
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 147 * Returns the method_info representing the added getter.
153 String key = fieldName + ":getter";
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 248 // Set setter/getter selector name. Needed later.
432 // Regardless of setter/getter attribute, we save the default getter/setter
433 // selector names in anticipation of declaration of setter/getter methods.
    [all...]
SemaExprObjC.cpp     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 917 // Sets the OS stack trace getter.
919 // Does nothing if the input and the current OS stack trace getter
920 // are the same; otherwise, deletes the old getter and makes the
921 // input the current getter.
922 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
924 // Returns the current OS stack trace getter if it is not NULL;
926 // getter, and returns it.
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 580 // Sets the OS stack trace getter.
582 // Does nothing if the input and the current OS stack trace getter
583 // are the same; otherwise, deletes the old getter and makes the
584 // input the current getter.
585 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
587 // Returns the current OS stack trace getter if it is not NULL;
589 // getter, and returns it.
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
    [all...]
  /external/icu4c/common/
utrie2.h 850 /** Internal low-level trie getter. Returns a data index. */
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 587 // Sets the OS stack trace getter.
589 // Does nothing if the input and the current OS stack trace getter
590 // are the same; otherwise, deletes the old getter and makes the
591 // input the current getter.
592 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
594 // Returns the current OS stack trace getter if it is not NULL;
596 // getter, and returns it.
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 826 // Sets the OS stack trace getter.
828 // Does nothing if the input and the current OS stack trace getter
829 // are the same; otherwise, deletes the old getter and makes the
830 // input the current getter.
831 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
833 // Returns the current OS stack trace getter if it is not NULL;
835 // getter, and returns it.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 42 if (dsc->getter == NULL)
61 if (!dsc->getter(&entry_iter, error, user_data))
176 if (dsc->getter == NULL) {
185 if (dsc->getter(&iter, &error, user_data) == FALSE) {
641 if (!dsc->getter(&entry_iter, &error, obj_dsc->user_data)) {
  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 623 private <T> T getValue(ValueGetter<T> getter) {
624 runOnUiThread(getter);
625 return getter.getValue();
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 258 ViewIntrospectionCommand getter = COMMAND_MAP.get(viewQuery); local
259 if (getter != null) {
260 return getter.query(node, args);

Completed in 2782 milliseconds

<<11121314151617181920>>