OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed
(Results
401 - 425
of
7690
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc
178
GURL url("http://
allowed
.com");
206
allowed_origins->Append(new StringValue(GURL("http://
allowed
.com").spec()));
217
proxy_->CacheHasPermission(cache_, GURL("http://
allowed
.com")));
224
service_->GrantPermission(GURL("http://
allowed
.com"));
229
EXPECT_EQ(GURL("http://
allowed
.com"), allowed_origins[1]);
243
GURL allowed_url("http://
allowed
.com");
261
GURL allowed_url("http://
allowed
.com");
notification_exceptions_table_model_unittest.cc
42
service_->GrantPermission(GURL("http://
allowed
.com"));
78
EXPECT_EQ(ASCIIToUTF16("
allowed
.com"),
110
rows.insert(0); //
allowed
.com
/external/clang/test/SemaCXX/
static-cast.cpp
58
(void)static_cast<void*>((const int*)0); // expected-error {{static_cast from 'const int *' to 'void *' is not
allowed
}}
61
(void)static_cast<int>((int*)0); // expected-error {{static_cast from 'int *' to 'int' is not
allowed
}}
62
(void)static_cast<A**>((B**)0); // expected-error {{static_cast from 'B **' to 'A **' is not
allowed
}}
93
(void)static_cast<E*>((B*)0); // expected-error {{static_cast from 'B *' to 'E *' is not
allowed
}}
111
(void)static_cast<Enum>((int*)0); // expected-error {{static_cast from 'int *' to 'Enum' is not
allowed
}}
123
(void)static_cast<void (*)()>((void*)0); // expected-error {{static_cast from 'void *' to 'void (*)()' is not
allowed
}}
133
(void)static_cast<int A::*>((int F::*)0); // expected-error {{conversion from pointer to member of class 'F' to pointer to member of class 'A' via virtual base 'B' is not
allowed
}}
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py
116
# bit fields are not
allowed
on non-integer types.
118
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_char_p'))
121
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_void_p'))
125
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type LP_c_int'))
128
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_char'))
136
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_wchar'))
142
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type Dummy'))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py
116
# bit fields are not
allowed
on non-integer types.
118
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_char_p'))
121
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_void_p'))
125
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type LP_c_int'))
128
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_char'))
136
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type c_wchar'))
142
self.assertEqual(result, (TypeError, 'bit fields not
allowed
for type Dummy'))
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js
255
// Test both elision and HTML escaping. The
allowed
string length is the
285
assertFalse(checkbox.disabled, '
allowed
and signed in');
286
assertFalse(link.hidden, '
allowed
and signed in');
288
'
allowed
and signed in');
292
assertTrue(checkbox.disabled, '
allowed
, not signed in');
293
assertFalse(link.hidden, '
allowed
, not signed in');
295
'
allowed
, not signed in');
315
assertFalse(checkbox.disabled, 're-
allowed
and signed in');
316
assertFalse(link.hidden, 're-
allowed
and signed in');
318
're-
allowed
and signed in')
[
all
...]
/external/chromium_org/chrome/browser/download/
download_request_limiter.h
30
// should be
allowed
or not. It is designed to keep pages from downloading
35
// be
allowed
or denied.
41
// . The first time CanDownloadOnIOThread is invoked the download is
allowed
and
47
// is prompted as to whether the download is
allowed
or disallowed. The users
49
// the user
allowed
the download, multiple downloads are
allowed
without any
66
// The boolean parameter indicates whether or not the download is
allowed
.
95
// Number of "
ALLOWED
" downloads.
147
// Notifies the callbacks as to whether the download is
allowed
or not.
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client_unittest.cc
149
// Unrestricted extensions are
allowed
without --enable-nacl, with 'dev'
162
// CWS extensions are
allowed
without --enable-nacl, without 'dev'
198
// The NaCl PDF extension is
allowed
without --enable-nacl, with 'dev'
210
// Whitelisted URLs are
allowed
without --enable-nacl, without 'dev'
214
// Whitelisted Photos app is
allowed
(two app URLs, two manifest URLs)
243
// Whitelisted Chat app is
allowed
.
263
// Whitelisted manifest URL, bad app URLs, NOT
allowed
.
282
// Whitelisted app URL, bad manifest URL, NOT
allowed
.
355
// Non chrome-extension:// URLs belonging to hosted apps are
allowed
.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp
86
constexpr int F() const { return 0; } // expected-error {{constexpr member function not
allowed
in struct with virtual base class}}
119
asm("int3"); // expected-error {{statement not
allowed
in constexpr function}}
124
goto x; // expected-error {{statement not
allowed
in constexpr function}}
130
try {} catch (...) {} // expected-error {{statement not
allowed
in constexpr function}}
157
// expected-error@-2 {{statement not
allowed
in constexpr function}}
230
// return value shall be one of those
allowed
in a constant expression.
238
// parameter is not
allowed
in a constant expression.
256
// expected-note{{reinterpret_cast is not
allowed
in a constant expression}}
299
// expected-error@-5 {{statement not
allowed
}}
/external/chromium/base/threading/
thread_collision_warner.h
68
// that time on only that thread is
allowed
to execute push or pop.
159
// because the critical section being pinned is
allowed
to be used only
217
// calls this multiple time (recursion
allowed
).
220
// Same as EnterSelf but recursion is not
allowed
.
232
// (when
allowed
) in order to unpin it when counter_ reaches 0.
/external/chromium_org/ash/accelerators/
accelerator_table.h
42
// There are also various restrictions on accelerators
allowed
at the login
175
// Actions
allowed
while user is not signed in or screen is locked.
179
// Actions
allowed
while screen is locked (in addition to
184
// Actions
allowed
while a modal window is up.
192
// Actions
allowed
in app mode.
/external/chromium_org/base/threading/
thread_collision_warner.h
68
// that time on only that thread is
allowed
to execute push or pop.
159
// because the critical section being pinned is
allowed
to be used only
217
// calls this multiple time (recursion
allowed
).
220
// Same as EnterSelf but recursion is not
allowed
.
232
// (when
allowed
) in order to unpin it when counter_ reaches 0.
/external/chromium_org/chrome/browser/content_settings/
cookie_settings_unittest.cc
131
// Extensions should always be
allowed
to use cookies.
137
// Extensions should always be
allowed
to use cookies.
158
// |kAllowedSite| should be
allowed
.
165
// HTTPS sites should be
allowed
in a first-party context.
172
// HTTP sites should be
allowed
, but session-only.
/external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context.cc
157
bool
allowed
) {
158
NotifyPermissionSet(id, requesting_frame, callback,
allowed
);
165
bool
allowed
) {
174
allowed
);
177
callback.Run(
allowed
);
/external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context.cc
149
bool
allowed
) {
150
NotifyPermissionSet(id, requesting_frame, callback,
allowed
);
157
bool
allowed
) {
166
requesting_frame.GetOrigin(),
allowed
);
169
callback.Run(
allowed
);
/external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.cc
32
"as \"*\" are not
allowed
";
34
"Wildcard domain patterns such as \"*\" are not
allowed
";
115
// Wildcard hosts are not
allowed
.
126
// Wildcards on subdomains of a TLD are not
allowed
.
145
// are not
allowed
. However just "appspot.com" is ok.
/external/clang/test/CXX/expr/expr.const/
p3-0x.cpp
84
using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not
allowed
in a converted constant expression}}
86
True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not
allowed
in a converted constant expression}}
87
False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not
allowed
in a converted constant expression}}
92
case 0.0f: // expected-error {{conversion from 'float' to 'int' is not
allowed
in a converted constant expression}}
100
int n = Val<bool, &S::operator int>::value; // expected-error {{conversion from 'int (S::*)() const' to 'bool' is not
allowed
in a converted constant expression}}
/frameworks/base/core/java/android/content/
SyncAdapterType.java
97
"this method is not
allowed
to be called when this is a key");
105
"this method is not
allowed
to be called when this is a key");
118
"this method is not
allowed
to be called when this is a key");
134
"this method is not
allowed
to be called when this is a key");
146
"this method is not
allowed
to be called when this is a key");
/libcore/luni/src/main/java/java/security/acl/
Acl.java
34
* owners are
allowed
to modify the {@code
108
* Returns the set of
allowed
permissions for the specified {@code
114
* The
allowed
permissions are collected according to the following rules:
130
* the principal to get the
allowed
permissions for.
131
* @return the set of
allowed
permissions for the specified principal.
/external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc
554
bool*
allowed
) {
555
*
allowed
=
561
display_name, !*
allowed
));
568
bool*
allowed
) {
569
*
allowed
=
576
!*
allowed
));
582
bool*
allowed
) {
583
*
allowed
=
589
render_process_id_, render_view_id, origin_url, !*
allowed
));
596
bool*
allowed
) {
[
all
...]
/external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h
43
// Returns the first
allowed
plugin in the given vector of plugin
45
//
allowed
(or if the info vector is empty). InitFromFile must
53
// given plugin is
allowed
for that domain. InitFromFile must
/external/chromium/net/base/
x509_cert_types.cc
69
return
ALLOWED
;
77
// Put the cert in the
allowed
set and (maybe) remove it from the denied set.
83
// Put the cert in the denied set and (maybe) remove it from the
allowed
set.
/external/chromium_org/content/browser/speech/
speech_recognition_engine.h
27
// No delegate callbacks are
allowed
before StartRecognition or after
66
// Set/change the recognition engine configuration. It is not
allowed
to call
76
// No further TakeAudioChunk/AudioChunksEnded calls are
allowed
after this.
/external/chromium_org/content/browser/webui/
web_ui_controller_factory_registry.cc
84
// javascript: URLs are
allowed
to run in Web UI pages.
89
// Chrome URLs crash, kill, hang, and shorthang are
allowed
.
94
// Data URLs are usually not
allowed
in WebUI for security reasons.
/external/chromium_org/remoting/webapp/
third_party_host_permissions.js
44
/** @param {boolean}
allowed
Whether this extension has this permission. */
45
function(
allowed
) {
46
if (
allowed
) {
Completed in 844 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>