/external/clang/test/Parser/ |
D | cxx11-user-defined-literals.cpp | 41 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/ |
D | file_impl.cc | 30 : _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 …]
|
D | thread_win.cc | 33 _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/ |
D | ExtensionView.js | 43 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);
|
D | ContextMenu.js | 47 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++;
|
D | ExtensionAPI.js | 262 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 …]
|
D | Database.js | 36 this._id = id; 46 return this._id; 92 DatabaseAgent.getDatabaseTableNames(this._id, sortingCallback); 127 DatabaseAgent.executeSQL(this._id, query, callback.bind(this));
|
D | ExtensionPanel.js | 113 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);
|
D | LayerTreeModel.js | 430 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);
|
D | AuditsPanel.js | 105 auditCategory._id = categoryCtorID; 196 return this._id; 256 this._id = id; 281 return this._id;
|
D | SnippetStorage.js | 152 this._id = id; 173 return this._id;
|
D | ExtensionAuditCategory.js | 42 this._id = id; 51 return this._id;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
D | background.js | 67 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/ |
D | servslkf.cpp | 39 , _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()
|
D | serv.cpp | 28 : _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/ |
D | servslkf.cpp | 39 , _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()
|
D | serv.cpp | 28 : _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/ |
D | p8.cpp | 4 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/ |
D | handlebar.py | 493 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/ |
D | DNSMessage.java | 36 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/ |
D | webelement.py | 12 self._id = id_ 17 params['id'] = self._id;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | source_row.js | 39 tr._id = this.getSourceId(); 238 return prevNode._id; 249 return nextNode._id;
|
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
D | ASCIIMathPHP-2.0.class.php | 61 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/ |
D | sourceentry.js | 163 tr._id = this.getSourceId(); 339 return prevNode._id; 352 return nextNode._id;
|
/external/llvm/test/CodeGen/X86/ |
D | atomic-minmax-i6432.ll | 101 ; PIC: movl _id-L1$pb( 102 ; PIC: movl (_id-L1$pb)+4(
|