Home
last modified time | relevance | path

Searched refs:_id (Results 1 – 25 of 68) sorted by relevance

123

/external/clang/test/Parser/
Dcxx11-user-defined-literals.cpp41 constexpr char operator"" _id(char c) { return c; } in operator ""_id()
42 constexpr wchar_t operator"" _id(wchar_t c) { return c; } in operator ""_id()
43 constexpr char16_t operator"" _id(char16_t c) { return c; } in operator ""_id()
44 constexpr char32_t operator"" _id(char32_t c) { return c; } in operator ""_id()
47 constexpr const char operator"" _id(const char *p, size_t n) { return *p; } in operator ""_id()
48 constexpr const wchar_t operator"" _id(const wchar_t *p, size_t n) { return *p; } in operator ""_id()
49 constexpr const char16_t operator"" _id(const char16_t *p, size_t n) { return *p; } in operator ""_id()
50 constexpr const char32_t operator"" _id(const char32_t *p, size_t n) { return *p; } in operator ""_id()
52 constexpr unsigned long long operator"" _id(unsigned long long n) { return n; } in operator ""_id()
53 constexpr long double operator"" _id(long double d) { return d; } in operator ""_id()
[all …]
/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc30 : _id(NULL), in FileWrapperImpl()
42 if (_id != NULL) in ~FileWrapperImpl()
44 fclose(_id); in ~FileWrapperImpl()
50 if (_id != NULL) in CloseFile()
52 fclose(_id); in CloseFile()
53 _id = NULL; in CloseFile()
64 if (_id != NULL) in Rewind()
67 return fseek(_id, 0, SEEK_SET); in Rewind()
81 if (_id != NULL) in Flush()
83 return fflush(_id); in Flush()
[all …]
Dthread_win.cc33 _id(0), in ThreadWindows()
87 _id = threadID; in Start()
190 WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, _id, in Run()
195 WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, _id, in Run()
214 WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, _id, in Run()
217 WEBRTC_TRACE(kTraceStateInfo, kTraceUtility,_id, in Run()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DExtensionView.js43 this._id = id;
57 WebInspector.extensionServer.notifyViewShown(this._id, this._frameIndex);
63 WebInspector.extensionServer.notifyViewHidden(this._id);
71 WebInspector.extensionServer.notifyViewShown(this._id, this._frameIndex);
86 this._id = id;
92 WebInspector.extensionServer.notifyViewShown(this._id);
97 WebInspector.extensionServer.notifyViewHidden(this._id);
DContextMenu.js47 this._id = topLevelMenu.nextId();
53 return this._id;
81 return { type: "item", id: this._id, label: this._label, enabled: !this._disabled };
85 …return { type: "checkbox", id: this._id, label: this._label, checked: !!this._checked, enabled: !t…
187 this._id = 0;
201 return this._id++;
DExtensionAPI.js262 this._id = id;
272 …extensionServer.sendRequest({ command: commands.GetRequestContent, id: this._id }, callback && cal…
350 this._id = id;
430 panel: this._id,
447 id: this._id
467 … extensionServer.sendRequest({ command: commands.SetSidebarHeight, id: this._id, height: height });
474 id: this._id,
486 …extensionServer.sendRequest({ command: commands.SetSidebarContent, id: this._id, expression: jsonO…
491 extensionServer.sendRequest({ command: commands.SetSidebarPage, id: this._id, page: page });
500 this._id = id;
[all …]
DDatabase.js36 this._id = id;
46 return this._id;
92 DatabaseAgent.getDatabaseTableNames(this._id, sortingCallback);
127 DatabaseAgent.executeSQL(this._id, query, callback.bind(this));
DExtensionPanel.js113 this._id = id;
138 WebInspector.extensionServer.notifyButtonClicked(this._id);
152 this._id = id;
190 this._extensionView = new WebInspector.ExtensionView(this._id, url, "extension fill");
228 this._objectPropertiesView = new WebInspector.ExtensionNotifierView(this._id);
DLayerTreeModel.js430 this._id = snapshotId;
437 LayerTreeAgent.releaseSnapshot(this._id);
448 …LayerTreeAgent.replaySnapshot(this._id, firstStep || undefined, lastStep || undefined, wrappedCall…
457 LayerTreeAgent.profileSnapshot(this._id, 5, 1, wrappedCallback);
DAuditsPanel.js105 auditCategory._id = categoryCtorID;
196 return this._id;
256 this._id = id;
281 return this._id;
DSnippetStorage.js152 this._id = id;
173 return this._id;
DExtensionAuditCategory.js42 this._id = id;
51 return this._id;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
Dbackground.js67 this._id = id;
78 return this._id in [ '0', '1', '2' ];
86 node._parentId = this._id;
94 delete nodesMap[node._id];
100 chrome.bookmarks.removeTree(this._id);
102 chrome.bookmarks.remove(this._id);
139 'parentId': this._id,
144 newChild._id = createdNode.id;
145 newChild._nodesMap[newChild._id] = newChild;
176 delete self._nodesMap[self._id];
[all …]
/external/icu4c/common/
Dservslkf.cpp39 , _id(locale) in SimpleLocaleKeyFactory()
50 , _id() in SimpleLocaleKeyFactory()
53 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory()
70 if (_id == keyID) { in create()
89 result.remove(_id); in updateVisibleIDs()
91 result.put(_id, (void*)this, status); in updateVisibleIDs()
102 result.append(_id); in debug()
Dserv.cpp28 : _id(id) { in ICUServiceKey()
38 return _id; in getID()
44 return result.append(_id); in canonicalID()
70 return id == _id; in isFallbackOf()
106 result.append(_id); in debug()
126 : _instance(instanceToAdopt), _id(id), _visible(visible) in SimpleFactory()
140 if (_id == key.currentID(temp)) { in create()
151 result.put(_id, (void*)this, status); // cast away const in updateVisibleIDs()
153 result.remove(_id); in updateVisibleIDs()
160 if (_visible && _id == id) { in getDisplayName()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dservslkf.cpp39 , _id(locale) in SimpleLocaleKeyFactory()
50 , _id() in SimpleLocaleKeyFactory()
53 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory()
70 if (_id == keyID) { in create()
89 result.remove(_id); in updateVisibleIDs()
91 result.put(_id, (void*)this, status); in updateVisibleIDs()
102 result.append(_id); in debug()
Dserv.cpp28 : _id(id) { in ICUServiceKey()
38 return _id; in getID()
44 return result.append(_id); in canonicalID()
70 return id == _id; in isFallbackOf()
106 result.append(_id); in debug()
124 : _instance(instanceToAdopt), _id(id), _visible(visible) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
138 if (_id == key.currentID(temp)) { in create()
149 result.put(_id, (void*)this, status); // cast away const in updateVisibleIDs()
151 result.remove(_id); in updateVisibleIDs()
158 if (_visible && _id == id) { in getDisplayName()
[all …]
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp8.cpp4 constexpr const char *operator "" _id(const char *p, size_t) { return p; } in operator ""_id()
5 constexpr const char *s = "foo"_id "bar" "baz"_id "quux";
18 const char *u = "foo" "bar"_id "baz" "quux"_di "corge"; // expected-error {{differing user-defined …
/external/chromium_org/third_party/handlebar/
Dhandlebar.py493 self._id = id_
496 value = render_state.contexts.Resolve(self._id.name)
498 render_state.AddResolutionError(self._id)
506 return '{{%s}}' % self._id
513 self._id = id_
516 value = render_state.contexts.Resolve(self._id.name)
518 render_state.AddResolutionError(self._id)
524 return '{{{%s}}}' % self._id
545 self._id = id_
548 value = render_state.contexts.Resolve(self._id.name)
[all …]
/external/jmdns/src/javax/jmdns/impl/
DDNSMessage.java36 private int _id; field in DNSMessage
58 _id = id; in DNSMessage()
87 return (_multicast ? 0 : _id); in getId()
95 this._id = id; in setId()
/external/chromium_org/chrome/test/chromedriver/client/
Dwebelement.py12 self._id = id_
17 params['id'] = self._id;
/external/chromium_org/chrome/browser/resources/net_internals/
Dsource_row.js39 tr._id = this.getSourceId();
238 return prevNode._id;
249 return nextNode._id;
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
DASCIIMathPHP-2.0.class.php61 var $_id; variable in XMLNode
74 $this->_id = isset($id) ? $id : md5(uniqid(rand(),1));
89 $node->setParentId($this->_id);
136 $this->_id = $id;
186 return($this->_id);
/external/chromium/chrome/browser/resources/net_internals/
Dsourceentry.js163 tr._id = this.getSourceId();
339 return prevNode._id;
352 return nextNode._id;
/external/llvm/test/CodeGen/X86/
Datomic-minmax-i6432.ll101 ; PIC: movl _id-L1$pb(
102 ; PIC: movl (_id-L1$pb)+4(

123