HomeSort by relevance Sort by last modified time
    Searched refs:ID (Results 201 - 225 of 2147) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 73 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
121 void Profile(llvm::FoldingSetNodeID &ID) const override;
147 void Profile(llvm::FoldingSetNodeID &ID) const override;
170 void Profile(llvm::FoldingSetNodeID &ID) const override {
172 ID.AddPointer(&x);
188 void Profile(llvm::FoldingSetNodeID &ID) const override {
190 ID.AddPointer(&x);
260 void Profile(llvm::FoldingSetNodeID &ID) const override {
261 ID.AddPointer(getTag());
290 void Profile(llvm::FoldingSetNodeID &ID) const override
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h 190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
211 * transliterator given its ID. Valid IDs may be enumerated using
213 * multiple calls to {@link #createInstance } with the same ID will
219 * acts a template; future calls to {@link #createInstance } with the ID
248 UnicodeString ID;
298 * invoked, it will be passed the ID string that is being
302 * functions that are registered to more than one ID may use the
303 * ID or the context parameter to parameterize the transliterator
305 * @param ID the string identifier for this transliterator
307 * later passed to the factory function when an ID matchin
    [all...]
  /external/chromium_org/content/browser/
browser_thread_impl.cc 42 explicit BrowserThreadMessageLoopProxy(BrowserThread::ID identifier)
69 BrowserThread::ID id_;
79 new BrowserThreadMessageLoopProxy(static_cast<BrowserThread::ID>(i));
119 BrowserThreadImpl::BrowserThreadImpl(ID identifier)
125 BrowserThreadImpl::BrowserThreadImpl(ID identifier,
234 BrowserThread::ID thread_id = ID_COUNT;
303 BrowserThread::ID identifier,
309 // Optimization: to avoid unnecessary locks, we listed the ID enumeration in
315 BrowserThread::ID current_thread = ID_COUNT;
372 bool BrowserThread::IsThreadInitialized(ID identifier)
    [all...]
font_list_async.cc 24 BrowserThread::ID calling_thread_id,
36 BrowserThread::ID id; local
37 bool well_known_thread = BrowserThread::GetCurrentThreadIdentifier(&id);
44 base::Bind(&GetFontListInBlockingPool, id, callback));
  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.h 15 TestRulesRegistry(content::BrowserThread::ID owner_thread,
21 content::BrowserThread::ID owner_thread,
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api_unittest.cc 20 content::BrowserThread::ID id; local
21 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
23 id);
38 content::BrowserThread::ID id; local
39 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
43 function->set_work_thread_id(id);
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_api_unittest.cc 23 content::BrowserThread::ID id; local
24 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
26 ResumableTCPSocket>::CreateApiResourceManagerForTest(context, id);
42 content::BrowserThread::ID id; local
43 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
47 function->set_work_thread_id(id);
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_api_unittest.cc 26 content::BrowserThread::ID id; local
27 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
29 ResumableUDPSocket>::CreateApiResourceManagerForTest(context, id);
45 content::BrowserThread::ID id; local
46 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
50 function->set_work_thread_id(id);
  /external/chromium_org/chrome/browser/extensions/
suggest_permission_util.cc 27 void SuggestAPIPermissionInDevToolsConsole(APIPermission::ID permission,
50 APIPermission::ID permission,
  /external/chromium_org/chrome/browser/history/android/
android_history_types_unittest.cc 12 EXPECT_EQ(HistoryAndBookmarkRow::ID,
33 EXPECT_EQ(SearchRow::ID, SearchRow::GetColumnID("_id"));
  /external/chromium_org/content/browser/loader/
resource_scheduler_filter.cc 39 case FrameHostMsg_DidCommitProvisionalLoad::ID: {
53 case ViewHostMsg_WillInsertBody::ID:
  /external/chromium_org/content/browser/quota/
mock_quota_manager_proxy.cc 40 QuotaClient::ID client_id, const GURL& origin, StorageType type) {
47 QuotaClient::ID client_id, const GURL& origin,
  /external/chromium_org/content/renderer/java/
java_bridge_channel.cc 28 // Register the dummy owner Id for our peer (the Browser process) as an object
56 if (msg.type() == PluginMsg_SignalModalDialogEvent::ID ||
57 msg.type() == PluginMsg_ResetModalDialogEvent::ID) {
  /external/chromium_org/extensions/common/permissions/
permissions_info.h 30 // Returns the permission with the given |id|, and NULL if it doesn't exist.
31 const APIPermissionInfo* GetByID(APIPermission::ID id) const;
65 typedef std::map<APIPermission::ID, APIPermissionInfo*> IDMap;
  /external/chromium_org/ppapi/proxy/
flash_resource_unittest.cc 40 PpapiHostMsg_DeviceEnumeration_EnumerateDevices::ID,
64 PpapiHostMsg_DeviceEnumeration_EnumerateDevices::ID);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
timezone.h 60 * with a time zone ID. For instance, the time zone ID for the US Pacific
70 * supported ID to get a <code>TimeZone</code>.
72 * supported IDs, then you can create a custom time zone ID with
82 * time zone ID. The <code>TimeZone</code> that is returned
83 * when you specify a custom time zone ID does not include
96 * <li>An ID. This is a text string that uniquely identifies the time zone.</li>
99 * (Only the ID is actually implemented in TimeZone; subclasses of TimeZone may handle
105 * world, each with a unique ID. Each ID consists of a region (usually a continent o
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_client.h 32 enum ID {
41 virtual ID id() const = 0;
  /external/clang/lib/AST/
DeclOpenMP.cpp 40 unsigned ID,
42 OMPThreadPrivateDecl *D = new (C, ID, N * sizeof(Expr *))
  /external/clang/lib/CodeGen/
ABIInfo.h 46 llvm::CallingConv::ID RuntimeCC;
61 llvm::CallingConv::ID getRuntimeCC() const {
  /external/clang/lib/Driver/
DriverOptions.cpp 24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 16 #define ID(X) X
17 extern int ID(decltype); // expected-warning {{'decltype' is a keyword in C++11}}
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 12 #define ID(x) x
13 #define ACTIVE(x) ID(x)
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 45 FileID ID = Context.createInMemoryFile("input.cpp", "text");
46 SourceLocation Location = Context.getLocation(ID, 1, 1);
49 EXPECT_EQ("", Context.getRewrittenText(ID));
53 FileID ID = Context.createInMemoryFile("input.cpp", "line1\nline2\nline3");
54 SourceLocation Location = Context.getLocation(ID, 1, 1);
57 EXPECT_EQ("", Context.getRewrittenText(ID));
61 FileID ID = Context.createInMemoryFile("input.cpp", "");
62 SourceLocation Location = Context.getLocation(ID, 1, 1);
65 EXPECT_EQ("result", Context.getRewrittenText(ID));
69 FileID ID = Context.createInMemoryFile("input.cpp"
    [all...]
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 36 DOTGraphTraitsViewer(StringRef GraphName, char &ID)
37 : FunctionPass(ID), Name(GraphName) {}
63 DOTGraphTraitsPrinter(StringRef GraphName, char &ID)
64 : FunctionPass(ID), Name(GraphName) {}
100 DOTGraphTraitsModuleViewer(StringRef GraphName, char &ID)
101 : ModulePass(ID), Name(GraphName) {}
126 DOTGraphTraitsModulePrinter(StringRef GraphName, char &ID)
127 : ModulePass(ID), Name(GraphName) {}
LazyValueInfo.h 35 static char ID;
36 LazyValueInfo() : FunctionPass(ID), PImpl(nullptr) {

Completed in 1057 milliseconds

1 2 3 4 5 6 7 891011>>