/external/iproute2/doc/ |
D | preamble.tex | 7 \markboth{\protect\TITLE}{} 8 \markright{{\protect\sc iproute2-ss\Draft}} 21 \renewcommand{\@oddhead}{{\protect\sc iproute2-ss\Draft} \hfill \protect\arabic{page}}
|
/external/chromium_org/storage/browser/quota/ |
D | special_storage_policy.cc | 24 scoped_refptr<SpecialStoragePolicy> protect(this); in NotifyGranted() local 29 scoped_refptr<SpecialStoragePolicy> protect(this); in NotifyRevoked() local 34 scoped_refptr<SpecialStoragePolicy> protect(this); in NotifyCleared() local
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | RawResource.cpp | 45 ResourcePtr<RawResource> protect(this); in appendData() local 58 ResourcePtr<RawResource> protect(this); in didAddClient() local 83 ResourcePtr<RawResource> protect(this); in willSendRequest() local 94 ResourcePtr<RawResource> protect(this); in updateRequest() local 102 InternalResourcePtr protect(this); in responseReceived() local
|
D | ResourceLoader.cpp | 214 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didDownloadData() local 297 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in willSendRequest() local 334 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didSendData() local 375 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didReceiveResponse() local 429 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didReceiveData() local 449 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didFinishLoading() local 470 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didFail() local 504 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in requestSynchronously() local
|
/external/chromium_org/chrome_elf/blacklist/ |
D | blacklist_interceptions.cc | 183 ULONG protect) { in BlNtMapViewOfSectionImpl() argument 186 allocation_type, protect); in BlNtMapViewOfSectionImpl() 252 ULONG protect) { in BlNtMapViewOfSection() argument 259 protect); in BlNtMapViewOfSection() 270 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in BlNtMapViewOfSection64() argument 273 inherit, allocation_type, protect); in BlNtMapViewOfSection64()
|
D | blacklist_interceptions.h | 29 ULONG protect); 38 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_agent_host_impl.cc | 74 scoped_refptr<DevToolsAgentHostImpl> protect(this); in AttachClient() local 89 scoped_refptr<DevToolsAgentHostImpl> protect(this); in DetachClient() local 124 scoped_refptr<DevToolsAgentHostImpl> protect(this); in HostClosed() local 149 scoped_refptr<DevToolsAgentHostImpl> protect(agent_host); in DetachAllClients() local
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | target_code.cc | 13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument 17 allocation_type, protect); in TargetNtMapViewOfSection()
|
D | target_code.h | 32 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
|
/external/libpng/scripts/ |
D | options.awk | 82 protect = "" 236 protect = $4 237 if (protect != "") { 238 print start "#ifndef", protect end >out 239 print start "#define", protect end >out 895 if (protect != "") { 896 print start "#endif", "/*", protect, "*/" end >out
|
/external/lzma/CPP/Windows/ |
D | FileMapping.h | 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() argument 17 …_handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)… in Create()
|
/external/chromium_org/content/child/npapi/ |
D | plugin_stream_url.cc | 60 scoped_refptr<PluginStream> protect(this); in Close() local 114 scoped_refptr<PluginStream> protect(this); in DidReceiveResponse() local 136 scoped_refptr<PluginStream> protect(this); in DidReceiveData() local
|
/external/chromium_org/sandbox/win/src/ |
D | target_interceptions.cc | 22 ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument 25 allocation_type, protect); in TargetNtMapViewOfSection()
|
D | target_interceptions.h | 22 ULONG allocation_type, ULONG protect);
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_version.cc | 45 scoped_refptr<ServiceWorkerVersion> protect(version); in RunCallbacks() local 429 scoped_refptr<ServiceWorkerVersion> protect(this); in OnStopped() local 581 scoped_refptr<ServiceWorkerVersion> protect(this); in OnActivateEventFinished() local 602 scoped_refptr<ServiceWorkerVersion> protect(this); in OnInstallEventFinished() local 620 scoped_refptr<ServiceWorkerVersion> protect(this); in OnFetchEventFinished() local 636 scoped_refptr<ServiceWorkerVersion> protect(this); in OnSyncEventFinished() local 652 scoped_refptr<ServiceWorkerVersion> protect(this); in OnPushEventFinished() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLDocumentParser.cpp | 219 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in prepareToStopParsing() local 282 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterYield() local 360 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in didReceiveParsedChunkFromBackgroundParser() local 709 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in insert() local 786 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in append() local 881 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in finish() local 967 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterScriptExecution() local 988 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in notifyScriptLoaded() local 1015 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in executeScriptsWaitingForResources() local
|
/external/qemu/scripts/ |
D | qapi.py | 224 def c_var(name, protect=True): argument 251 …if protect and (name in c89_words | c99_words | c11_words | gcc_words | cpp_words | polluted_words… 255 def c_fun(name, protect=True): argument 256 return c_var(name, protect).replace('.', '_')
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | MediaQueryList.cpp | 84 RefPtrWillBeRawPtr<MediaQueryList> protect(this); in removeListener() local 96 RefPtrWillBeRawPtr<MediaQueryList> protect(this); in stop() local
|
/external/junit/src/junit/framework/ |
D | TestResult.java | 114 public void protect() throws Throwable { in run() 133 p.protect(); in runProtected()
|
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_transaction.cc | 141 scoped_refptr<IndexedDBTransaction> protect(this); in Abort() local 288 scoped_refptr<IndexedDBTransaction> protect(this); in CommitPhaseTwo() local 351 scoped_refptr<IndexedDBTransaction> protect(this); in ProcessTaskQueue() local
|
/external/junit/src/junit/extensions/ |
D | TestSetup.java | 21 public void protect() throws Exception { in run()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ContainerNode.cpp | 187 RefPtrWillBeRawPtr<Node> protect(this); in insertBefore() local 306 RefPtrWillBeRawPtr<Node> protect(this); in parserInsertBefore() local 328 RefPtrWillBeRawPtr<Node> protect(this); in replaceChild() local 500 …RefPtrWillBeRawPtr<Node> protect(n); // removedFromDocument may remove all references to this node. in addChildNodesToDeletionQueue() local 531 RefPtrWillBeRawPtr<Node> protect(this); in removeChild() local 626 RefPtrWillBeRawPtr<ContainerNode> protect(this); in removeChildren() local 682 RefPtrWillBeRawPtr<ContainerNode> protect(this); in appendChild() local 752 RefPtrWillBeRawPtr<Node> protect(this); in parserAppendChild() local 777 RefPtrWillBeRawPtr<Node> protect(this); in notifyNodeInserted() local
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FrameLoader.cpp | 412 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame->view() ? m_frame.get() : nullptr); in finishedParsing() local 456 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in checkCompleted() local 603 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in completed() local 727 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in load() local 849 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in stopAllLoaders() local 905 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in commitProvisionalLoad() local 980 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in checkLoadCompleteForThisFrame() local 1168 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in receivedMainResourceError() local 1315 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in loadWithNavigationAction() local 1436 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in loadHistoryItem() local
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
D | cryptoalg.h | 88 void *protect,
|