Searched
full:have (Results
1851 -
1875 of
39030) sorted by null
<<71727374757677787980>>
/external/chromium/chrome/common/extensions/docs/server/ |
README | 22 You will need to have access to the appropriate appspot.com app. Contact 25 Once you have access:
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.panels.html | 15 extension pages displayed in the Developer Tools window have access to all 42 This screenshot demonstrates the effect the above examples would have on
|
/external/chromium/chrome/common/ |
win_safe_util.h | 28 // you pass an empty string the dialog will have a generic 'windows security' 33 // but does not have to be network-reachable. If the url is malformed a
|
/external/chromium/net/base/ |
gzip_header.h | 26 INCOMPLETE_HEADER, // don't have all the bits yet... 88 uint16 extra_length_; // how much of the "extra field" we have yet to read
|
pem_tokenizer.h | 36 // GetNext() must have returned true before calling this method. 41 // GetNext() must have returned true before calling this method.
|
platform_mime_util_linux.cc | 17 // We have to play dumb and not return application/x-perl here 74 // Unlike GetPlatformMimeTypeFromExtension, this method doesn't have a
|
/external/chromium/net/disk_cache/ |
cache_util_win.cc | 65 // file to open. Note that this code assumes that we have a handle to the 66 // file at all times (even now), so nobody can have a handle that prevents
|
/external/chromium/net/http/ |
http_alternate_protocols_unittest.cc | 6 // of which HTTP HostPortPairs have an alternate protocol that can be used 75 // have this state.
|
url_security_manager.h | 36 // to have Delegated Kerberos tickets. If |whitelist_delegate| is NULL, 37 // no servers can have delegated Kerberos tickets.
|
/external/chromium/net/proxy/ |
proxy_config_service.h | 15 // Service for watching when the proxy settings have changed. 28 // Observer for being notified when the proxy settings have changed.
|
proxy_list.h | 33 // De-prioritizes the proxies that we have cached as not working, by moving 37 // Delete any entry which doesn't have one of the specified proxy schemes.
|
/external/chromium/net/url_request/ |
https_prober.h | 40 // HaveProbed returns true if the given host is known to have been probed 48 // have been probed since the browser was started, false is returned and no
|
/external/clang/include/clang/Basic/ |
Linkage.h | 20 /// (C++ [basic.link], C99 6.2.2) that an entity may have. 32 /// language perspective, these entities have external
|
/external/clang/lib/Rewrite/ |
RewriteMacros.cpp | 26 /// isSameToken - Return true if the two specified tokens start have the same 29 // If two tokens have the same kind and the same identifier info, they are 35 // Otherwise, if they are different but have the same identifier info, they 52 // If the client doesn't want comments and we have one, skip it. 78 // If we have an identifier with no identifier info for our raw token, look 111 // lexed file, we have a macro expansion. If we see tokens in the lexed file 112 // that aren't in the preprocessed view, we have macros that expand to no 168 // comments. Add a leading space if RawTok didn't have one.
|
/external/clang/test/Analysis/ |
CheckNSError.m | 25 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError** should have a non-void return value to indicate whether or not an error occurred}} 38 void foo(CFErrorRef* error) { // expected-warning {{Function accepting CFErrorRef* should have a non-void return value to indicate whether or not an error occurred}}
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
p2.cpp | 25 ConstAssignment& operator=(ConstAssignment&&) const = default; // expected-error {{an explicitly-defaulted move assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}} 60 ConstAssignment& operator=(const ConstAssignment&) const = default; // expected-error {{an explicitly-defaulted copy assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}}
|
/external/clang/test/CodeGenCXX/ |
class-layout.cpp | 16 // C should have a vtable pointer. 59 // This causes IR-gen to have an incomplete translation of A<B>
|
/external/clang/test/CodeGenObjCXX/ |
ivar-objects.mm | 92 // This class should have a .cxx_construct but no .cxx_destruct. 99 // This class should have a .cxx_destruct but no .cxx_construct.
|
/external/clang/test/Index/ |
annotate-attribute.cpp | 11 //propagated annotation should have changed from "works" to "investigations" 15 // attribute propagation should have stopped here
|
/external/clang/test/Modules/ |
auto-module-import.m | 9 # error MODULE_H_MACRO should have been hidden 13 # error DEPENDS_ON_MODULE should have been hidden
|
/external/clang/test/Sema/ |
complex-init-list.c | 5 // if you have an explicit init list for a complex number that contains two 15 // FIXME: It would be a good idea to have a warnings for implicit
|
/external/clang/test/SemaCXX/ |
deleted-function.cpp | 3 int i = delete; // expected-error {{only functions can have deleted definitions}} 23 int i = delete; // expected-error {{only functions can have deleted definitions}}
|
/external/clang/test/SemaObjC/ |
property-typecheck-1.m | 25 @property(assign) T p2; // expected-error {{property cannot have array or function type 'T'}} 27 @property(assign) F f2; // expected-error {{property cannot have array or function type 'F'}}
|
/external/clang/test/SemaObjCXX/ |
arc-object-init-destroy.mm | 20 delete [] sptr; // expected-warning{{destroying an array of '__strong id'; this array must not have been allocated from non-ARC code}} 21 delete [] wptr; // expected-warning{{destroying an array of '__weak id'; this array must not have been allocated from non-ARC code}}
|
/external/clang/tools/driver/ |
Makefile | 27 # Include this here so we can get the configuration of the targets that have 28 # been configured for construction. We have to do this early so we can set up
|
Completed in 559 milliseconds
<<71727374757677787980>>