/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestObj.cpp | [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 82 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id\<ANTLRTreeAdaptor> treeAdaptor; 123 @property (retain, getter=getTree, setter=setTree:) <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
|
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 150 def ObjCReadonlyPropertyHasSetter : DiagGroup<"objc-readonly-with-setter-property">; 236 def ReadOnlySetterAttrs : DiagGroup<"readonly-setter-attrs">;
|
/external/v8/src/ |
regexp.js | 419 // Getter and setter for the input. 442 // Getter and setter for multiline.
|
objects-debug.cc | 663 VerifyPointer(setter()); 673 VerifyPointer(setter()); 688 VerifyPointer(setter());
|
/external/v8/test/cctest/ |
test-decls.cc | 387 // setter called when initializing with a value. 478 // that the setter is called and it will not
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.h | 79 v8::AccessorSetter setter; member in struct:WebCore::BatchedAttribute 92 attribute.setter,
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 225 to INFO. Note there is no setter function as this array is built just once 312 there is no setter function as jump functions are all set up in
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 225 to INFO. Note there is no setter function as this array is built just once 312 there is no setter function as jump functions are all set up in
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 225 to INFO. Note there is no setter function as this array is built just once 312 there is no setter function as jump functions are all set up in
|
/dalvik/vm/compiler/ |
Compiler.h | 142 kIsSetter, /* Method fits the setter pattern */
|
/external/chromium/chrome/browser/instant/ |
instant_loader.h | 187 // See description above setter.
|
/external/chromium/chrome/browser/profiles/ |
profile_io_data.h | 82 // Setter is used to transfer ownership of the ProfileIOData to the context.
|
/external/chromium/net/url_request/ |
url_request_context.h | 177 // constructed. So, we need a setter.
|
/external/clang/tools/libclang/ |
IndexingContext.cpp | 532 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) { 533 getEntityInfo(Setter, SetterEntity, SA); 534 DInfo.ObjCPropDeclInfo.setter = &SetterEntity; 536 DInfo.ObjCPropDeclInfo.setter = 0; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RSeqParser.java | 165 * change to use the long setter
|
/external/skia/include/pdf/ |
SkPDFDevice.h | 189 // Accessor and setter functions based on the current DrawingArea.
|
/external/v8/include/ |
v8.h | [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLPlugInElementCustom.cpp | 44 // FIXME: Consider moving getter/setter helpers to V8NPObject and renaming this file to V8PluginElementFunctions
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 96 dsc->setter ? "write" : "");
|
dbus_new_helpers.c | 210 if (dsc->setter == NULL) { 222 if (dsc->setter(&iter, &error, user_data) == TRUE) { 835 * (e.g., param setter), you usually do not need to call this function.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureToolTip.java | 34 * have setter methods to update the text or position without recreating the tip.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 242 def setter(attr): function 277 @setter 297 @setter
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptvalue.cpp | 732 If the property is implemented using a setter function (i.e. has the 734 the script engine, since the setter function will be called with the 738 Note that you cannot specify custom getter or setter functions for
|
/frameworks/compile/slang/ |
README.html | 476 <p>You can bind the struct(e.g., Point), using the setter and getter 489 // but is used to implement the setter. 492 // The setter of Item array,
|