/art/runtime/native/ |
java_lang_Object.cc | 23 #define NATIVE_METHOD(className, functionName, signature, identifier) \ 24 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
Voicemail.java | 28 * The identifier of the voicemail in the content provider. 65 * Source data is typically used as an identifier to uniquely identify the voicemail against
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
FastSimpleExpression.g3 | 66 : IDENTIFIER 74 IDENTIFIER
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.m | 126 * T.g:24:1: stat : ( identifier | enumAsKeyword ); 134 // T.g:24:5: ( identifier | enumAsKeyword ) //ruleblock 165 // T.g:24:7: identifier // alt 169 [self identifier]; 215 * $ANTLR start identifier 216 * T.g:28:1: identifier : ( ID | enumAsID ); 218 - (void) identifier 277 /* $ANTLR end identifier */
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplate.java | 55 /** The public identifier for the current document event. 59 /** The system identifier for the current document event. 64 * Return the public identifier for the current document event. 65 * <p>This will be the public identifier 66 * @return A string containing the public identifier, or 76 * Return the system identifier for the current document event. 78 * <p>If the system identifier is a URL, the parser must resolve it 81 * @return A string containing the system identifier, or null
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
XSLOutputAttributes.java | 58 * identifier in the document type declaration (DTD). 60 *@return the public identifier to be used in the DOCTYPE declaration in the 66 * as the system identifier in the document type declaration (DTD). 67 * @return the system identifier to be used in the DOCTYPE declaration in 128 * @param system the system identifier to be used in the DOCTYPE declaration 130 * @param pub the public identifier to be used in the DOCTYPE declaration in 136 * @param doctype the public identifier to be used in the DOCTYPE 141 * @param doctype the system identifier to be used in the DOCTYPE
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyFactorySpi.java | 106 throw new IOException("algorithm identifier " + algOid + " in key not recognised"); 125 throw new IOException("algorithm identifier " + algOid + " in key not recognised");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
KeyFactorySpi.java | 75 throw new IOException("algorithm identifier " + algOid + " in key not recognised"); 90 throw new IOException("algorithm identifier " + algOid + " in key not recognised");
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler.h | 51 // Get text to speak and an earcon identifier (which may be NONE) for any 58 // Get text to speak and an optional earcon identifier, specifically for
|
/external/chromium/chrome/browser/sessions/ |
session_command.h | 28 // Type for the identifier. 45 // Identifier for the command.
|
/external/chromium/chrome/common/ |
spellcheck_messages.h | 31 int /* request identifier given by WebKit */, 94 int /* request identifier given by WebKit */,
|
win_safe_util.h | 44 // Sets the Zone Identifier on the file to "Internet" (3). Returns true if the 46 // the Zone Identifier is not supported, like a machine with a FAT32 filesystem.
|
/external/chromium_org/base/ios/ |
device_util.h | 55 // Returns an identifier for the device, using the given |salt|. A global 56 // identifier is generated the first time this method is called, and the salt
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_device_data.h | 76 // Hardware identifier from the DIAL response. Not exposed to API clients. 80 // identifier. Automatically generated by the DIAL registry.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_manager_unittest.cc | 33 // they use it as a unique identifier. 63 // they use it as a unique identifier.
|
/external/chromium_org/chrome/browser/resources/options/ |
preferences.js | 26 * @param {string} metric User metrics identifier. 44 * @param {string} metric User metrics identifier. 62 * @param {string} metric User metrics identifier. 80 * @param {string} metric User metrics identifier. 99 * @param {string} metric User metrics identifier. 117 * @param {string} metric User metrics identifier. 135 * @param {string} metric User metrics identifier. 254 * @param {string} metric User metrics identifier.
|
/external/chromium_org/chrome/browser/sessions/ |
session_command.h | 27 // Type for the identifier. 45 // Identifier for the command.
|
/external/chromium_org/chrome/common/extensions/api/ |
audio.idl | 11 // The unique identifier of the audio output device. 24 // The unique identifier of the audio input device.
|
/external/chromium_org/chrome/installer/mac/ |
sign_app.sh.in | 50 (identifier \"com.google.Chrome\" or identifier \"com.google.Chrome.canary\") \
|
/external/chromium_org/content/renderer/pepper/ |
npapi_glue.h | 48 // Returns a PP_Var corresponding to the given identifier. In the case of 49 // a string identifier, the returned string will have a reference count of 1. 193 // If the NPObject or identifier is invalid, we'll set is_valid() to false. 200 // is false and the identifier is an integer, we'll set is_valid() to false. 202 // Getting an integer identifier in this case should be impossible. V8 210 NPIdentifier identifier, 214 // Returns true if both the object and identifier are valid. 220 PP_Var identifier() const { return identifier_; } function in class:content::NPObjectAccessorWithIdentifier
|
/external/chromium_org/content/test/plugin/ |
plugin_get_javascript_url2_test.cc | 11 // The identifier for the self url stream. 14 // The identifier for the fetched url stream.
|
/external/chromium_org/net/base/ |
upload_data.h | 64 // sessions. A value of 0 is used to indicate an unspecified identifier. 66 int64 identifier() const { return identifier_; } function in class:net::UploadData
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValuePool.h | 50 PassRefPtr<CSSPrimitiveValue> createIdentifierValue(CSSValueID identifier); 51 PassRefPtr<CSSPrimitiveValue> createIdentifierValue(CSSPropertyID identifier);
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
GetURLNotifyWithURLThatFailsToLoad.cpp | 38 GetURLNotifyWithURLThatFailsToLoad(NPP npp, const string& identifier) 39 : PluginTest(npp, identifier)
|
LeakWindowScriptableObject.cpp | 32 LeakWindowScriptableObject(NPP npp, const string& identifier) 33 : PluginTest(npp, identifier)
|