/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher.cc | 98 net::URLRequestContextGetter* getter) 100 getter_(getter), 120 net::URLRequestContextGetter* getter, 130 to_return->set_request_context(getter);
|
gaia_auth_fetcher.h | 49 net::URLRequestContextGetter* getter); 171 static URLFetcher* CreateGaiaFetcher(net::URLRequestContextGetter* getter,
|
/external/chromium/webkit/glue/ |
cpp_binding_example.cc | 39 // Bind property with a getter callback.
|
/external/icu4c/i18n/unicode/ |
dtptngen.h | 180 * Getter corresponding to setAppendItemFormat. Values below 0 or at or 203 * Getter corresponding to setAppendItemNames. Values below 0 or at or above 234 * Getter corresponding to setDateTimeFormat. 387 * Getter corresponding to setDecimal.
|
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 213 * Creates a public getter method. The getter method returns the value 218 * @param methodName the name of the getter 221 public static CtMethod getter(String methodName, CtField field) method in class:CtNewMethod
|
/external/libxml2/ |
triop.h | 21 * Private data must only be accessible through the getter and
|
/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/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...] |
/frameworks/base/core/java/android/util/ |
Property.java | 23 * "getter" methods or by some other mechanism, as appropriate.
|
/external/javassist/src/main/javassist/compiler/ |
AccessorMaker.java | 147 * Returns the method_info representing the added getter. 153 String key = fieldName + ":getter";
|
/external/v8/src/ |
macros.py | 36 # Constants used for getter and setter operations. 37 const GETTER = 0;
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 179 // Set setter/getter selector name. Needed later. 331 // Regardless of setter/getter attribute, we save the default getter/setter 332 // selector names in anticipation of declaration of setter/getter methods. 745 // returned by the getter as it must conform to C++'s copy-return rules. [all...] |
SemaExprMember.cpp | 398 // Also must look for a getter or setter name which uses property syntax. [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 | [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 | 655 // Sets the OS stack trace getter. 657 // Does nothing if the input and the current OS stack trace getter 658 // are the same; otherwise, deletes the old getter and makes the 659 // input the current getter. 660 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 662 // Returns the current OS stack trace getter if it is not NULL; 664 // 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...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListViewTest.java | 112 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly") 548 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly") 560 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly") 572 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly") 585 @ToBeFixed(bug = "1386429", explanation = "No getter and can't check indirectly")
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 100 dsc->access != W && dsc->getter) { 101 reply = dsc->getter(NULL, user_data); 226 if (dsc->access != W && dsc->getter) 227 return dsc->getter(message, user_data); 643 getter_reply = dsc->getter(NULL, obj_dsc->user_data);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
GradientDrawableTest.java | 299 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested") 312 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested") 325 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested")
|