HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 101 - 125 of 7297) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignatureAlgorithmNameGenerator.java 9 * representations rather than the algorithm object identifier (if possible).
  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}}
  /external/clang/test/FixIt/
typo-crash.m 5 - (int)method { return ivar; } // expected-error{{use of undeclared identifier 'ivar'}}
  /external/clang/test/Index/
annotate-tokens-with-default-args.cpp 7 // CHECK: Identifier: "Foo" [3:6 - 3:9] TypeRef=struct Foo:1:8
9 // CHECK: Identifier: "m" [3:11 - 3:12] CXXMethod=m:3:11 (Definition)
11 // CHECK: Identifier: "Foo" [3:13 - 3:16] TypeRef=struct Foo:1:8
13 // CHECK: Identifier: "f" [3:18 - 3:19] ParmDecl=f:3:18 (Definition)
ms-if-exists.cpp 16 // CHECK: Identifier: "T" [3:15 - 3:16] TypeRef=T:1:19
18 // CHECK: Identifier: "t" [5:5 - 5:6] DeclRefExpr=t:2:10
20 // CHECK: Identifier: "foo" [5:7 - 5:10] MemberRefExpr=
23 // CHECK: Identifier: "i" [9:10 - 9:11] VarDecl=i:9:10 (Definition)
  /external/clang/test/Lexer/
ms-extensions.cpp 5 return "foo"bar("bar")"baz"; /*expected-warning {{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}} */
  /external/clang/test/Parser/
cxx-ambig-decl-expr.cpp 12 unknown * p + 0; // expected-error {{undeclared identifier 'unknown'}}
cxx-namespace-alias.cpp 7 // expected-error{{use of undeclared identifier 'A'}}
namespaces.cpp 12 namespace = PR14085; // expected-error {{expected identifier}}
traditional_arg_scope.c 4 int y(b) int b; {return a;} // expected-error {{use of undeclared identifier}}
  /external/clang/test/SemaCXX/
PR9459.cpp 7 {ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}
decltype-crash.cpp 6 decltype(a()) c; // expected-warning {{'decltype' is a keyword in C++11}} expected-error {{use of undeclared identifier 'decltype'}}
  /external/clang/test/SemaObjC/
synth-provisional-ivars.m 24 - (int) Meth1 { return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
26 - (int) Meth2 { return PROP2; } // expected-error {{use of undeclared identifier 'PROP2'}}
29 - (int) Meth3 { return PROP3; } // expected-error {{use of undeclared identifier 'PROP3'}}
43 - (int) Meth { return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 5 void bar() { foo(0); } // expected-error{{use of undeclared identifier 'foo'}}
  /external/webkit/LayoutTests/storage/domstorage/localstorage/storagetracker/
storage-tracker-2-create-expected.txt 1 Origin identifier: 'file__0'
storage-tracker-4-create-expected.txt 1 Origin identifier: 'file__0'
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.h 50 JSValue getPrivateProperty(const Identifier& propertyName) const
57 void setPrivateProperty(JSGlobalData& globalData, JSCell* owner, const Identifier& propertyName, JSValue value)
64 void deletePrivateProperty(const Identifier& propertyName)
81 JSValue getPrivateProperty(const Identifier& propertyName) const
89 void setPrivateProperty(JSGlobalData& globalData, JSCell* owner, const Identifier& propertyName, JSValue value)
95 void deletePrivateProperty(const Identifier& propertyName)
136 JSValue getPrivateProperty(const Identifier& propertyName) const
141 void setPrivateProperty(JSGlobalData& globalData, const Identifier& propertyName, JSValue value)
146 void deletePrivateProperty(const Identifier& propertyName)
157 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&)
    [all...]
  /external/wpa_supplicant_8/src/utils/
uuid.h 2 * Universally Unique IDentifier (UUID)
  /libcore/luni/src/main/files/
README.cacerts 6 and the "n" is a unique integer identifier starting at 0 to deal
  /external/webkit/Source/WebCore/bridge/
runtime_object.h 41 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
42 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier& propertyName, PropertyDescriptor&);
43 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
44 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
73 static JSValue fallbackObjectGetter(ExecState*, JSValue, const Identifier&);
74 static JSValue fieldGetter(ExecState*, JSValue, const Identifier&);
75 static JSValue methodGetter(ExecState*, JSValue, const Identifier&);
  /external/clang/test/Preprocessor/
ucn-allowed-chars.c 6 // Identifier characters
17 // Identifier initial characters
43 // expected-warning@7 {{using this character in an identifier is incompatible with C++98}}
44 // expected-warning@8 {{using this character in an identifier is incompatible with C++98}}
61 // expected-warning@7 {{using this character in an identifier is incompatible with C99}}
62 // expected-warning@9 {{using this character in an identifier is incompatible with C99}}
64 // expected-warning@18 {{starting an identifier with this character is incompatible with C99}}
65 // expected-error@19 {{expected identifier}}
73 // expected-error@18 {{expected identifier}}
74 // expected-error@19 {{expected identifier}}
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSActivation.h 54 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
57 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
59 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
60 virtual bool deleteProperty(ExecState*, const Identifier& propertyName);
75 bool symbolTableGet(const Identifier&, PropertySlot&);
76 bool symbolTableGet(const Identifier&, PropertyDescriptor&);
77 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable);
78 bool symbolTablePut(JSGlobalData&, const Identifier&, JSValue);
79 bool symbolTablePutWithAttributes(JSGlobalData&, const Identifier&, JSValue, unsigned attributes);
81 static JSValue argumentsGetter(ExecState*, JSValue, const Identifier&)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPreferencesCF.cpp 41 static inline RetainPtr<CFStringRef> makeKey(const String& identifier, const String& baseKey)
43 return cfStringFromWebCoreString(makeString(identifier, ".WebKit2", baseKey));
46 static void setStringValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPreferencesStore& store)
48 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
57 static void setBoolValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPreferencesStore& store)
59 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
68 static void setUInt32ValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPreferencesStore& store)
70 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
82 static void setDoubleValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPreferencesStore& store)
84 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPreferencesMac.mm 34 static inline NSString* makeKey(const String& identifier, const String& baseKey)
36 return nsStringFromWebCoreString(makeString(identifier, ".WebKit2", baseKey));
39 static void setStringValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
41 id object = [[NSUserDefaults standardUserDefaults] objectForKey:makeKey(identifier, key)];
50 static void setBoolValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
52 id object = [[NSUserDefaults standardUserDefaults] objectForKey:makeKey(identifier, key)];
61 static void setUInt32ValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
63 id object = [[NSUserDefaults standardUserDefaults] objectForKey:makeKey(identifier, key)];
72 static void setDoubleValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
74 id object = [[NSUserDefaults standardUserDefaults] objectForKey:makeKey(identifier, key)]
    [all...]
  /external/chromium/chrome/browser/
shell_integration_mac.mm 19 NSString* identifier = [[NSBundle mainBundle] bundleIdentifier];
20 [[NSWorkspace sharedWorkspace] setDefaultBrowserWithIdentifier:identifier];
26 // Returns true if |identifier| is the bundle id of the default browser.
27 bool IsIdentifierDefaultBrowser(NSString* identifier) {
35 [defaultBrowser caseInsensitiveCompare:identifier];

Completed in 1679 milliseconds

1 2 3 45 6 7 8 91011>>