/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
utility.h | 21 // Tests that a string is a valid JavaScript identifier. According to the 25 // identifier in the location pointed to by length (if it is not NULL). 26 // TODO(sehr): add Unicode identifier support.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ProgressTracker.h | 54 void incrementProgress(unsigned long identifier, const ResourceResponse&); 55 void incrementProgress(unsigned long identifier, const char*, int); 56 void completeProgress(unsigned long identifier);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutAttributes.cpp | 46 static inline void dumpSVGCharacterDataMapValue(const char* identifier, float value, bool appendSpace = true) 49 fprintf(stderr, "%s=x", identifier); 54 fprintf(stderr, "%s=%lf", identifier, value);
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerScriptLoader.h | 65 unsigned long identifier() const { return m_identifier; } function in class:WebCore::WorkerScriptLoader 67 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) OVERRIDE; 69 virtual void didFinishLoading(unsigned long identifier, double) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
EvaluateJSAfterRemovingPluginElement.cpp | 36 EvaluateJSAfterRemovingPluginElement(NPP, const string& identifier); 46 EvaluateJSAfterRemovingPluginElement::EvaluateJSAfterRemovingPluginElement(NPP npp, const string& identifier) 47 : PluginTest(npp, identifier)
|
InvokeDestroysPluginWithinNPP_New.cpp | 36 InvokeDestroysPluginWithinNPP_New(NPP, const string& identifier); 43 InvokeDestroysPluginWithinNPP_New::InvokeDestroysPluginWithinNPP_New(NPP npp, const string& identifier) 44 : PluginTest(npp, identifier)
|
LogNPPSetWindow.cpp | 34 LogNPPSetWindow(NPP, const string& identifier); 40 LogNPPSetWindow::LogNPPSetWindow(NPP npp, const string& identifier) 41 : PluginTest(npp, identifier)
|
NullNPPGetValuePointer.cpp | 36 NullNPPGetValuePointer(NPP, const string& identifier); 47 NullNPPGetValuePointer::NullNPPGetValuePointer(NPP npp, const string& identifier) 48 : PluginTest(npp, identifier)
|
PluginScriptableNPObjectInvokeDefault.cpp | 33 PluginScriptableNPObjectInvokeDefault(NPP npp, const string& identifier) 34 : PluginTest(npp, identifier) 56 if (identifier() == "plugin-scriptable-npobject-invoke-default")
|
/external/clang/test/Parser/ |
attributes.c | 18 int f2(y, __attribute__(()) x); // expected-error {{expected identifier}} 32 void g2(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}} 38 void (*h2)(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}}
|
recovery.c | 13 va_list v; // expected-error {{identifier}} 14 s = g (p, __builtin_va_arg(v, int)); // expected-error {{identifier}} 61 &BADIDENT, 0 /* expected-error {{use of undeclared identifier}} */
|
/external/clang/test/Sema/ |
__try.c | 64 __except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}} 123 (void)try_scope; // expected-error{{undeclared identifier}} 134 (void)try_scope; // expected-error{{undeclared identifier}}
|
/frameworks/base/core/java/android/util/ |
AttributeSet.java | 56 * identifier associated with a particular XML attribute name. 110 * will be the identifier for an attribute resource, which can be used by 115 * in that it returns a resource identifier for the attribute name; the 116 * other method returns this attribute's value as a resource identifier. 120 * @return The resource identifier, 0 if none. 151 * Return the value of 'attribute' as a resource identifier. 155 * resource identifier (i.e., a value originally of the form 157 * identifier that identifies the name of the attribute. 230 * Return the value of attribute at 'index' as a resource identifier. 234 * resource identifier (i.e., a value originally of the for [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IPhoneSubInfo.aidl | 42 * Retrieves the Group Identifier Level1 for GSM phones. 57 * Retrieves the alpha identifier for line 1. 77 * Retrieves the alpha identifier associated with the voice mail number.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
notationgetsystemidnull.java | 32 * system identifier. Since a system identifier was not 77 * @return uri identifier of test
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamSource.java | 192 * Set the public identifier for this Source. 194 * <p>The public identifier is always optional: if the application 198 * @param publicId The public identifier as a string. 205 * Get the public identifier that was set with setPublicId. 207 * @return The public identifier that was set with setPublicId, or null 215 * Set the system identifier for this Source. 217 * <p>The system identifier is optional if there is a byte stream 224 * @param systemId The system identifier as a URL string. 231 * Get the system identifier that was set with setSystemId. 233 * @return The system identifier that was set with setSystemId, or nul [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Choice.java | 254 // add primitive identifier 259 // add constructed identifier 272 BigInteger identifier = entry.getKey(); local 274 identifiers[0][i] = identifier.intValue(); 281 private void addIdentifier(TreeMap<BigInteger, BigInteger> map, int identifier, int index){ 282 if (map.put(BigInteger.valueOf(identifier), BigInteger.valueOf(index)) != null) { 289 * Tests whether one of choice alternatives has the same identifier or not. 291 * @param identifier - 292 * ASN.1 identifier to be verified 293 * @return - true if one of choice alternatives has the same identifier, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_pppox.h | 38 sid_t sid; /* Session identifier */ 52 unsigned int sa_protocol; /* protocol identifier */ 65 unsigned int sa_protocol; /* protocol identifier */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_pppox.h | 38 sid_t sid; /* Session identifier */ 52 unsigned int sa_protocol; /* protocol identifier */ 65 unsigned int sa_protocol; /* protocol identifier */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_pppox.h | 38 sid_t sid; /* Session identifier */ 52 unsigned int sa_protocol; /* protocol identifier */ 65 unsigned int sa_protocol; /* protocol identifier */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Microsoft_Internet_Explorer.py | 17 Required argument: Window Identifier of window from which to get the source. No value means get the source from the frontmost window. 38 Required argument: Window Identifier of the window to print. No value means print the frontmost browser window. 63 Keyword argument window: optional Window Identifier (as supplied by the ListWindows event) specifying context in which to execute the script
|
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 46 if (lex.lookAhead() == Identifier && lex.lookAhead(1) == '(') { 53 if (lex.get() != Identifier) 71 * formal.type Identifier 96 * Identifier "(" [ formal.parameter ( "," formal.parameter )* ] ")" 202 /* formal.parameter : formal.type Identifier array.dimension 208 if (lex.get() != Identifier) 247 else if (t == Identifier && lex.lookAhead(1) == ':') { 248 lex.get(); // Identifier 467 * [ CATCH "(" class.type Identifier ")" block.statement ]* 525 /* break.statement : BREAK [ Identifier ] ";" [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
npruntime.cpp | 173 PrivateIdentifier* identifier = static_cast<PrivateIdentifier*>(malloc(sizeof(PrivateIdentifier) + nameLen + 1)); local 174 char* nameStorage = reinterpret_cast<char*>(identifier + 1); 176 identifier->isString = true; 177 identifier->value.string = reinterpret_cast<NPUTF8*>(nameStorage); 179 identMap->set(key, identifier); 180 return (NPIdentifier)identifier; 218 PrivateIdentifier* identifier = reinterpret_cast<PrivateIdentifier*>(malloc(sizeof(PrivateIdentifier))); 219 identifier->isString = false; 220 identifier->value.number = intId; 221 identMap->set(intId, identifier); [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 37 assert(II->hadMacroDefinition() && "Identifier has not been not a macro!"); 40 assert(Pos != Macros.end() && "Identifier macro info is missing!"); 65 // Setup the identifier as having associated macro history. 71 /// RegisterBuiltinMacro - Register the specified identifier in the identifier 74 // Get the identifier. 86 /// identifier table. 137 // If the token isn't an identifier, it's always literally expanded. 140 // If the information about this identifier is out of date, update it from 145 // If the identifier is a macro, and if that macro is enabled, it may b [all...] |
/external/clang/test/Index/ |
recursive-cxx-member-calls.cpp | 193 // CHECK-tokens: Identifier: "__darwin_size_t" [1:27 - 1:42] TypedefDecl=__darwin_size_t:1:27 (Definition) 196 // CHECK-tokens: Identifier: "__darwin_size_t" [2:9 - 2:24] 197 // CHECK-tokens: Identifier: "size_t" [2:25 - 2:31] TypedefDecl=size_t:2:25 (Definition) 200 // CHECK-tokens: Identifier: "std" [3:11 - 3:14] Namespace=std:3:11 (Definition) 205 // CHECK-tokens: Identifier: "_T1" [4:20 - 4:23] TemplateTypeParameter=_T1:4:20 (Definition) 208 // CHECK-tokens: Identifier: "_T2" [4:31 - 4:34] TemplateTypeParameter=_T2:4:31 (Definition) 211 // CHECK-tokens: Identifier: "pair" [4:44 - 4:48] ClassTemplate=pair:4:44 (Definition) 213 // CHECK-tokens: Identifier: "_T2" [4:51 - 4:54] TypeRef=_T2:4:31 214 // CHECK-tokens: Identifier: "second" [4:55 - 4:61] FieldDecl=second:4:55 (Definition) 223 // CHECK-tokens: Identifier: "memcmp" [7:7 - 7:13] FunctionDecl=memcmp:7: [all...] |