/external/clang/test/SemaTemplate/ |
temp_arg.cpp | 18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
|
/external/gtest/scripts/ |
pump.py | 396 def __init__(self, identifier=None, atomic_code=None): 397 self.identifier = identifier 402 def __init__(self, identifier=None, exp1=None, exp2=None): 403 self.identifier = identifier 409 def __init__(self, identifier=None, sep=None, code=None): 410 self.identifier = identifier 614 def GetValue(self, identifier) [all...] |
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
Info.plist | 12 <string>com.google.gtest.${PRODUCT_NAME:identifier}</string>
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_VideoDriverName.3 | 11 The buffer pointed to by \fBnamebuf\fR is filled up to a maximum of \fBmaxlen\fR characters (include the NULL terminator) with the name of the initialised video driver\&. The driver name is a simple one word identifier like "x11" or "windib"\&.
|
/frameworks/base/drm/java/android/drm/ |
DrmEvent.java | 57 * @param uniqueId Unique session identifier. 79 * @param uniqueId Unique session identifier. 93 * Retrieves the unique session identifier associated with this object. 95 * @return The unique session identifier.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
entitygetpublicidnull.java | 32 * the public identifier associated with the entity, if 36 * public identifier. Since a public identifier was not 81 * @return uri identifier of test
|
notationgetpublicidnull.java | 32 * the public identifier associated with the notation, if 36 * public identifier. Since a public identifier was not 81 * @return uri identifier of test
|
/libcore/include/ |
StaticAssert.h | 21 * Similar to C++0x's static_assert. Message argument must be a valid identifier, not a string.
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcBackupAgent.java | 23 // Backup identifier
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_ucm.h | 173 * \brief Create an identifier 176 * \return Allocated string identifier or NULL on error 191 * \param identifier (may be NULL - card list) 215 const char *identifier, 222 * \param identifier 234 * - value identifier <NAME> 273 const char *identifier, 279 * \param identifier 288 const char *identifier, 294 * \param identifier [all...] |
/libcore/luni/src/main/java/libcore/reflect/ |
GenericSignatureParser.java | 86 char symbol; // 0: eof; else valid term symbol or first char of identifier. 87 String identifier; field in class:GenericSignatureParser 264 String name = identifier.intern(); // FIXME: is this o.k.? 311 qualIdent.append(identifier).append("."); 315 qualIdent.append(this.identifier); 326 qualIdent.append("$").append(identifier); // FIXME: is "$" correct? 385 return new TypeVariableImpl<GenericDeclaration>(genericDecl, identifier); 489 // PRE: symbol is the first char of the identifier. 490 // POST: symbol = the next symbol AFTER the identifier. 503 identifier = identBuf.toString() [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
SimpleExpression.g3 | 63 : IDENTIFIER 71 IDENTIFIER
|
/external/chromium/webkit/glue/ |
image_resource_fetcher.h | 35 // Unique identifier for the request. 45 // Unique identifier for the request.
|
/external/chromium_org/chrome/test/webdriver/ |
frame_path.h | 47 // Returns the identifier's string representation. 51 // This identifier contains newline-delimited xpath expressions to identify
|
/external/chromium_org/chromeos/attestation/ |
attestation_constants.h | 16 // A stable identifier is simply an identifier that is not affected by device
|
/external/chromium_org/content/browser/ |
browser_process_sub_thread.cc | 21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) 22 : BrowserThreadImpl(identifier) {
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_factory.h | 33 const IndexedDBDatabase::Identifier& unique_identifier); 66 typedef std::map<IndexedDBDatabase::Identifier,
|
/external/chromium_org/content/renderer/fetchers/ |
image_resource_fetcher.h | 36 // Unique identifier for the request. 46 // Unique identifier for the request.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSOMUtils.h | 44 void serializeIdentifier(const String& identifier, String& appendTo); 45 void serializeIdentifier(const String& identifier, StringBuilder& appendTo);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ProgressTracker.cpp | 149 void ProgressTracker::incrementProgress(unsigned long identifier, const ResourceResponse& response) 162 if (ProgressItem* item = m_progressItems.get(identifier)) { 166 m_progressItems.set(identifier, adoptPtr(new ProgressItem(estimatedLength))); 169 void ProgressTracker::incrementProgress(unsigned long identifier, const char*, int length) 171 ProgressItem* item = m_progressItems.get(identifier); 227 void ProgressTracker::completeProgress(unsigned long identifier) 229 ProgressItem* item = m_progressItems.get(identifier); 239 m_progressItems.remove(identifier);
|
ThreadableLoaderClient.h | 45 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) { } 48 virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/) { }
|
WorkerThreadableLoader.cpp | 179 static void workerGlobalScopeDidReceiveResponse(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long identifier, PassOwnPtr<CrossThreadResourceResponseData> responseData) 183 workerClientWrapper->didReceiveResponse(identifier, *response); 186 void WorkerThreadableLoader::MainThreadBridge::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) 188 m_loaderProxy.postTaskForModeToWorkerGlobalScope(createCallbackTask(&workerGlobalScopeDidReceiveResponse, m_workerClientWrapper, identifier, response), m_taskMode); 217 static void workerGlobalScopeDidFinishLoading(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long identifier, double finishTime) 220 workerClientWrapper->didFinishLoading(identifier, finishTime); 223 void WorkerThreadableLoader::MainThreadBridge::didFinishLoading(unsigned long identifier, double finishTime) 225 m_loaderProxy.postTaskForModeToWorkerGlobalScope(createCallbackTask(&workerGlobalScopeDidFinishLoading, m_workerClientWrapper, identifier, finishTime), m_taskMode);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
SVGGlyph.cpp | 113 static inline bool isCompatibleArabicForm(const SVGGlyph& identifier, const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) 128 if (*it != static_cast<SVGGlyph::ArabicForm>(identifier.arabicForm) && *it != SVGGlyph::None) 135 bool isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const String& language, 141 switch (identifier.orientation) { 156 if (!identifier.languages.isEmpty()) { 169 Vector<String>::const_iterator it = identifier.languages.begin(); 170 Vector<String>::const_iterator end = identifier.languages.end(); 186 return isCompatibleArabicForm(identifier, chars, startPosition, endPosition);
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
DocumentOpenInDestroyStream.cpp | 36 DocumentOpenInDestroyStream(NPP npp, const string& identifier) 37 : PluginTest(npp, identifier)
|
FormValue.cpp | 33 FormValue(NPP npp, const std::string& identifier) 34 : PluginTest(npp, identifier)
|