/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_image_model.cc | 190 // If any embedded site has access the allowed icon takes priority over the 194 bool allowed = local 196 set_icon(allowed ? IDR_ALLOWED_LOCATION : IDR_BLOCKED_LOCATION); 197 set_tooltip(l10n_util::GetStringUTF8(allowed ? 326 // If any embedded site has access the allowed icon takes priority over the 330 bool allowed = local 332 set_icon(allowed ? IDR_ALLOWED_MIDI_SYSEX : IDR_BLOCKED_MIDI_SYSEX); 333 set_tooltip(l10n_util::GetStringUTF8(allowed ?
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
error_screen_handler.h | 43 virtual void AllowGuestSignin(bool allowed) OVERRIDE; 44 virtual void AllowOfflineLogin(bool allowed) OVERRIDE;
|
error_screen_handler.cc | 103 void ErrorScreenHandler::AllowGuestSignin(bool allowed) { 104 guest_signin_allowed_ = allowed; 106 CallJS("allowGuestSignin", allowed); 109 void ErrorScreenHandler::AllowOfflineLogin(bool allowed) { 110 offline_login_allowed_ = allowed; 112 CallJS("allowOfflineLogin", allowed);
|
/external/chromium_org/chromeos/audio/ |
audio_devices_pref_handler.h | 38 // Reads the audio capture allowed value from prefs. 40 // Reads the audio output allowed value from prefs.
|
/external/chromium_org/net/http/ |
http_auth_filter.h | 20 // allowed for a particular peer. 34 // All proxies are allowed.
|
/external/chromium_org/remoting/host/win/ |
elevated_controller.h | 52 STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy); 53 STDMETHOD(SetUsageStatsConsent)(BOOL allowed);
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIClientMock.cpp | 47 void MIDIClientMock::setSysExPermission(bool allowed) 49 m_allowed = allowed;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebGeolocationPermissionRequest.cpp | 44 void WebGeolocationPermissionRequest::setIsAllowed(bool allowed) 46 m_private->setIsAllowed(allowed);
|
WebMIDIClientMock.cpp | 45 void WebMIDIClientMock::setSysExPermission(bool allowed) 47 m_clientMock->setSysExPermission(allowed);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p2.cpp | 10 operator auto(*)()->int(); // expected-error{{'auto' not allowed in conversion function type}} expected-error {{C++ requires a type specifier}} 47 auto (*h)() -> auto = &g; // expected-error{{'auto' not allowed in function return type}}
|
/external/clang/test/Parser/ |
missing-end-4.m | 35 @protocol P; // forward declarations of protocols in @implementations is allowed 36 @class C; // forward declarations of classes in @implementations is allowed
|
/external/clang/test/SemaCXX/ |
vector-casts.cpp | 25 (void)reinterpret_cast<S>(v2si); // expected-error {{reinterpret_cast from '__v2si' to 'S' is not allowed}} 27 (void)reinterpret_cast<__v2si>(s); // expected-error {{reinterpret_cast from 'S' to '__v2si' is not allowed}}
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
MotionAllowedListener.java | 40 * Check if motion allowed. Modify position and velocity vectors 41 * appropriately if not allowed..
|
/external/qemu/ |
qemu-aio.h | 23 /* Runs all currently allowed AIO callbacks of completed requests in the 39 * Runs all currently allowed AIO callbacks of completed requests. Returns 0
|
/external/chromium_org/chrome/browser/net/ |
net_log_temp_file.h | 32 // a) Only Start is allowed (state_ == STATE_UNINITIALIZED). 33 // b) Only Stop is allowed (state_ == STATE_ALLOW_STOP). 34 // c) Either Send or Start is allowed (state_ == STATE_ALLOW_START_SEND). 91 STATE_ALLOW_START, // Only DO_START Command is allowed. 92 STATE_ALLOW_STOP, // Only DO_STOP Command is allowed. 93 STATE_ALLOW_START_SEND, // Either DO_START or DO_SEND is allowed.
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_platformapp_unittest.cc | 50 "'app.launch' is only allowed for hosted apps and legacy packaged " 54 "'background' is only allowed for extensions, hosted apps, and legacy " 58 "'background' is only allowed for extensions, hosted apps, and legacy " 61 "'incognito' is only allowed for extensions and legacy packaged apps, " 73 "'content_security_policy' is only allowed for extensions and legacy " 77 "'app.content_security_policy' is not allowed for specified extension "
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 48 // Argument is optional (hence undefined is allowed), and null is allowed. 137 // Argument is optional (hence undefined is allowed), and null is allowed. 160 // Argument is optional (hence undefined is allowed), and null is allowed.
|
/external/chromium_org/third_party/tlslite/tlslite/ |
HandshakeSettings.py | 28 @ivar cipherNames: The allowed ciphers, in order of preference. 30 The allowed values in this list are 'aes256', 'aes128', '3des', and 46 @ivar certificateTypes: The allowed certificate types, in order of 49 The allowed values in this list are 'x509' and 'cryptoID'. This 58 @ivar minVersion: The minimum allowed SSL/TLS version. 66 @ivar maxVersion: The maximum allowed SSL/TLS version.
|
/external/clang/test/Sema/ |
thread-specifier.c | 24 // expected-error-re@-2 {{'(__thread|_Thread_local|thread_local)' is only allowed on variable declarations}} 26 // FIXME: The 'is only allowed on variable declarations' diagnostic is better here. 32 // expected-error@-2 {{'__thread' is only allowed on variable declarations}} 34 // expected-error@-4 {{'_Thread_local' is only allowed on variable declarations}} 36 // expected-error@-6 {{'thread_local' is only allowed on variable declarations}} 39 int f(__thread int t7) { // expected-error {{' is only allowed on variable declarations}}
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 98 * 0 = provisioning disabled, 1 = only anonymous provisioning allowed, 99 * 2 = only authenticated provisioning allowed, 3 = both provisioning 100 * modes allowed. 133 * peer is allowed to connect. Note: This is only used with EAP-TTLS 135 * allowed to connect without TNC. 175 * will fill in information about allowed EAP methods and the user
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
ManifestElementDescriptor.java | 40 * @param attributes The list of allowed attributes. Can be null or empty. 41 * @param children The list of allowed children. Can be null or empty. 61 * @param attributes The list of allowed attributes. Can be null or empty. 62 * @param children The list of allowed children. Can be null or empty. 82 * @param attributes The list of allowed attributes. Can be null or empty. 83 * @param children The list of allowed children. Can be null or empty.
|
/frameworks/native/cmds/installd/tests/ |
installd_utils_test.cpp | 83 << badprefix1 << " should be allowed as a valid path"; 87 << badprefix2 << " should be allowed as a valid path"; 91 << badprefix3 << " should be allowed as a valid path"; 95 << badprefix4 << " should be allowed as a valid path"; 102 << internal1 << " should be allowed as a valid path"; 121 << private1 << " should be allowed as a valid path"; 140 << asec1 << " should be allowed as a valid path"; 146 << asec2 << " should be allowed as a valid path"; 194 << sysapp1 << " should be allowed as a system path"; 200 << sysapp2 << " should be allowed as a system path" [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 96 // allowed failure 137 // allowed failure 172 // allowed failure 207 // allowed failure 237 // allowed failure 315 // allowed failure 354 // allowed failure 404 // allowed failure 437 // allowed failure 476 // allowed failur [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticASTKinds.td | 16 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression">; 77 "not allowed in a constant expression">; 95 "object outside its lifetime is not allowed in a constant expression">; 98 "is not allowed in a constant expression">; 100 "modification of object of const-qualified type %0 is not allowed " 104 "volatile-qualified type %1 is not allowed in a constant expression">; 107 "%select{temporary|object %2|member %2}1 is not allowed in " 110 "read of mutable member %0 is not allowed in a constant expression">; 112 "read of non-const variable %0 is not allowed in a constant expression">; 114 "read of non-constexpr variable %0 is not allowed in a constant expression"> [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 89 // allowed failure 130 // allowed failure 165 // allowed failure 200 // allowed failure 231 // allowed failure 310 // allowed failure 349 // allowed failure 399 // allowed failure 432 // allowed failure 471 // allowed failur [all...] |