Home
last modified time | relevance | path

Searched refs:scoped (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium/chrome/browser/extensions/
Dextension_host_mac.mm27 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
43 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
/external/chromium/chrome/common/
Dmulti_process_lock_unittest.cc74 scoped_ptr<MultiProcessLock> scoped(MultiProcessLock::Create(name)); in TEST_F() local
76 scoped.reset(NULL); in TEST_F()
/external/chromium/chrome/browser/password_manager/
Dpassword_manager_unittest.cc77 ACTION_P(SaveToScopedPtr, scoped) { in ACTION_P() argument
78 scoped->reset(arg0); in ACTION_P()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg126 "cannot access rule <arg>'s dynamically-scoped attribute: <arg2>"
136 "label <arg> conflicts with rule <arg2>'s dynamically-scoped attribute with same name"
140 "rule <arg2>'s dynamically-scoped attribute <arg> conflicts with the rule name"
142 …"rule <arg2>'s dynamically-scoped attribute <arg> conflicts with<arg2>'s return value or parameter…
179 "unknown dynamically-scoped attribute for scope <arg>: <arg2>"
/external/clang/test/SemaObjC/
Dforeach.m12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
/external/chromium/chrome/browser/sync/engine/
Dsyncer.cc98 ScopedSessionContextConflictResolver scoped(session->context(), in SyncShare() local
/external/iproute2/ip/
Dipaddress.c1000 int scoped = 0; in ipaddr_modify() local
1058 scoped = 1; in ipaddr_modify()
1144 if (!scoped && cmd != RTM_DELADDR) in ipaddr_modify()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla539 scoped
/external/chromium/base/mac/
Dmac_util.mm144 // Leaked. That's OK, it's scoped to the lifetime of the application.
152 // Leaked. That's OK, it's scoped to the lifetime of the application.
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_mac.mm283 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
299 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
/external/webkit/Tools/Scripts/
Dold-run-webkit-tests2184 my $scoped = catdir($platformBaseDirectory, $platforms[$i]);
2185 push(@hierarchy, $scoped) if (-d $scoped);
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dthrobber_view.mm227 // Leaked. That's OK, it's scoped to the lifetime of the application.
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g118 /** The overall lexer/parser template; simulate dynamically scoped
982 if ( scope!=null ) { // scoped rule ref
1045 { // scoped rule ref
/external/mdnsresponder/mDNSCore/
DuDNS.c104 …terfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) in mDNS_AddDNSServer() argument
117 …mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped); in mDNS_AddDNSServer()
123 …if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disable… in mDNS_AddDNSServer()
145 (*p)->scoped = scoped; in mDNS_AddDNSServer()
DmDNSEmbeddedAPI.h1075 mDNSBool scoped; // interface should be matched against question only member
2471 …erfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout);
DmDNS.c7843 …rsing DNS server Address %#a (Domain %##s), Scope: %d", &curr->addr, curr->domain.c, curr->scoped); in SetValidDNSServers()
7846 …erver %#a (Domain %##s), scoped %d", index, &curr->addr, curr->domain.c, curr->scoped); continue; } in SetValidDNSServers()
7856 if (curr->scoped && curr->interface == mDNSInterface_Any) in SetValidDNSServers()
7860 …if ((!curr->scoped && (!question->InterfaceID || (question->InterfaceID == mDNSInterface_Unicast))… in SetValidDNSServers()
7874 …" Timeout %d, interface %p", question->qname.c, &curr->addr, curr->domain.c, curr->scoped, index, … in SetValidDNSServers()
7908 …erver %#a (Domain %##s), scoped %d", index, &curr->addr, curr->domain.c, curr->scoped); continue; } in GetBestServer()
7941 if ((!curr->scoped && !InterfaceID) || (curr->interface == InterfaceID)) in GetBestServer()
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td641 "scoped enumeration requires a name">;
643 "scoped enumerations are incompatible with C++98">,
DDiagnosticSemaKinds.td1370 // C++11 scoped enumerations
1385 "enumeration previously declared as %select{un|}0scoped">;
1387 "reference to %select{|scoped }0enumeration must use 'enum' "
4015 "illegal storage class on file-scoped variable">;
4615 "namespace, or scoped enumeration}1">;
/external/oprofile/
DChangeLog-2008235 exist. Also change to use scoped array for symbol contents
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.mm289 // the retain count of the location bar; use of the scoped object
/external/mdnsresponder/mDNSShared/
Ddnsextd.c3107 …terfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) in mDNS_AddDNSServer() argument
3108 …{ ( void ) m; ( void ) d; ( void ) interface; ( void ) addr; ( void ) port; ( void ) scoped; ( voi… in mDNS_AddDNSServer()
/external/llvm/docs/
DTableGenFundamentals.rst337 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
/external/antlr/antlr-3.4/runtime/C/
DREADME139 return values, for example. Further, there are dynamically scoped
788 rule. Previously was not possible to access the rules scoped variables
/external/antlr/antlr-3.4/tool/
DCHANGES.txt986 had to be scoped per grammar so they don't conflict.
1393 are valid on scoped rule references. again this is an
2358 rule. Previously was not possible to access the rules scoped variables
/external/iproute2/doc/
Dip-cref.tex2685 are administratively scoped, the reply may be lost entirely.

12