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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/sdk/renderscript/clang-include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /external/clang/include/clang/AST/
ExprObjC.h 553 /// to the getter, the setter, or both.
566 // implicit property with no getter (because the 'foo' -> 'setFoo:'
601 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
607 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
612 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
617 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
622 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
627 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
666 /// getter.
738 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter
    [all...]
  /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/clang/test/SemaObjC/
property-deprecated-warning.m 98 @property(getter=isEnabled,assign) BOOL enabled __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'isEnabled' has been explicitly marked deprecated here}} expected-note {{property 'enabled' is declared deprecated here}}
105 @property(getter=partialIsEnabled,assign) BOOL partialEnabled __attribute__((availability(ios,introduced=5.0)));
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 147 * Returns the method_info representing the added getter.
153 String key = fieldName + ":getter";
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 263 // Verify transform getter (non-const)
269 // Verify transform getter (const)
  /system/connectivity/shill/
profile.h 247 // Data members shared with subclasses via getter/setters above in the
254 // Shared with |adaptor_| via public getter.
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 357 struct arg_type_info *(*getter)(struct arg_type_info *,
364 struct arg_type_info *info2 = getter(info, i);
393 struct arg_type_info *(*getter)(struct arg_type_info *,
410 0, start_2nd, getter) < 0
412 start_2nd, elements, getter) < 0)
426 0, elements, getter);
  /external/v8/src/
messages.h 152 T(NoSetterInCallback, "Cannot set property % of % which has only a getter") \
167 T(ObjectGetterCallable, "Getter must be a function: %") \
220 "property on the proxy target and does not have a getter function, but " \
288 T(RegExpNonObject, "% getter called on non-object %") \
289 T(RegExpNonRegExp, "% getter called on non-RegExp object") \
377 T(BadGetterArity, "Getter must not have any formal parameters.") \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 37 if (dsc->getter == NULL)
49 if (!dsc->getter(dsc, &entry_iter, error, user_data)) {
51 "dbus: %s dbus_interface=%s dbus_property=%s getter failed",
170 if (dsc->getter == NULL) {
179 if (dsc->getter(dsc, &iter, &error, user_data) == FALSE) {
630 if (!dsc->getter(dsc, &entry_iter, &error, obj_dsc->user_data))
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 470 // If the getter was written explicitly, complain.
477 // Always adopt the getter from the original declaration.
550 // Make sure getter/setter are appropriately synthesized.
634 // Regardless of setter/getter attribute, we save the default getter/setter
635 // selector names in anticipation of declaration of setter/getter methods.
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/
kotlin-runtime-0.13.1514.jar 
  /external/v8/src/runtime/
runtime-object.cc 233 Handle<Object> getter(accessors->GetComponent(ACCESSOR_GETTER), isolate);
235 elms->set(GETTER_INDEX, *getter);
906 CONVERT_ARG_HANDLE_CHECKED(Object, getter, 2);
907 RUNTIME_ASSERT(IsValidAccessor(getter));
913 isolate, JSObject::DefineAccessor(obj, name, getter, setter, attrs));
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 601 // Sets the OS stack trace getter.
603 // Does nothing if the input and the current OS stack trace getter
604 // are the same; otherwise, deletes the old getter and makes the
605 // input the current getter.
606 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
608 // Returns the current OS stack trace getter if it is not NULL;
610 // getter, and returns it.
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 608 // Sets the OS stack trace getter.
610 // Does nothing if the input and the current OS stack trace getter
611 // are the same; otherwise, deletes the old getter and makes the
612 // input the current getter.
613 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
615 // Returns the current OS stack trace getter if it is not NULL;
617 // getter, and returns it.
    [all...]
  /external/icu/icu4c/source/common/
utrie2.h 839 /** Internal low-level trie getter. Returns a data index. */
845 /** Internal trie getter from a UTF-16 single/lead code unit. Returns the data index. */
848 /** Internal trie getter from a lead surrogate code point (D800..DBFF). Returns the data index. */
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 590 // Sets the OS stack trace getter.
592 // Does nothing if the input and the current OS stack trace getter
593 // are the same; otherwise, deletes the old getter and makes the
594 // input the current getter.
595 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
597 // Returns the current OS stack trace getter if it is not NULL;
599 // getter, and returns it.
    [all...]

Completed in 1769 milliseconds

<<11121314151617181920>>