HomeSort by relevance Sort by last modified time
    Searched refs:allowed (Results 226 - 250 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 117 // Largest allowed frequency.
143 // Is profiling allowed at all?
177 // (Read-write access is *not allowed* in the SIGPROF handler)
416 state->allowed = allowed_;
480 // SIG_IGN must be allowed because when profiling is allowed but
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 117 // Largest allowed frequency.
143 // Is profiling allowed at all?
177 // (Read-write access is *not allowed* in the SIGPROF handler)
416 state->allowed = allowed_;
480 // SIG_IGN must be allowed because when profiling is allowed but
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 110 // apparently allowed in most places where white
111 // space is allowed.
object-define-property.js 275 // Redefine to writable descriptor - now writing to foobar should be allowed.
287 // Writing to the property should now be allowed
504 // other allowed values
526 // First, test that we are actually allowed to set the accessor if all
    [all...]
  /external/libpng/
pngset.c     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 548 // BEGIN android-changed: ]]> is not allowed within a CDATA,
552 // We also aren't allowed any invalid characters.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 269 boolean uniqueInLayout, boolean exists, String... allowed) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 105 bool BrowserPluginGuest::LockMouse(bool allowed) {
106 if (!attached() || (mouse_locked_ == allowed))
109 return embedder_web_contents()->GotResponseToLockMouseRequest(allowed);
    [all...]
  /external/wpa_supplicant_8/src/ap/
hw_features.c 130 wpa_printf(MSG_MSGDUMP, "Allowed channel: mode=%d "
227 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157, local
239 /* Verify that HT40 secondary channel is an allowed 20 MHz
252 wpa_printf(MSG_ERROR, "HT40 secondary channel %d not allowed",
258 * Verify that HT40 primary,secondary channel pair is allowed per
261 * the list of allowed channels (already checked above).
272 for (k = 0; k < ARRAY_SIZE(allowed); k++) {
273 if (first == allowed[k]) {
279 wpa_printf(MSG_ERROR, "HT40 channel pair (%d, %d) not allowed",
519 * allowed per IEEE Std 802.11-2012, 10.15.3.2 *
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 166 QStringList allowed; local
167 allowed << "MSCHAPV2" << "MD5" << "GTC" << "TLS" << "OTP" << "SIM"
170 if (allowed.contains(eapSelect->itemText(i))) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 274 final boolean uniqueInLayout, final boolean exists, final String... allowed) {
290 for (String s : allowed) {
295 assert allowed.length == 0;
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 306 expected-note {{dynamic_cast is not allowed in a constant expression}}
309 expected-note {{reinterpret_cast is not allowed in a constant expression}}
312 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
315 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
318 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
321 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
324 expected-note {{cast from 'void *' is not allowed in a constant expression}}
410 constexpr char c4 = ((char*)(int*)"no reinterpret_casts allowed")[14]; // expected-error {{must be initialized by a constant expression}} expected-note {{cast that performs the conversions of a reinterpret_cast}}
433 int n : "foo"[4]; // expected-error {{constant expression}} expected-note {{read of dereferenced one-past-the-end pointer is not allowed in a constant expression}}
831 // expected-note@-1 {{implicit use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function}
    [all...]
  /external/chromium_org/v8/src/
messages.js 139 too_many_arguments: ["Too many arguments in function call (only 65535 allowed)"],
140 too_many_parameters: ["Too many parameters in function definition (only 65535 allowed)"],
141 too_many_variables: ["Too many variables declared (only 4194303 allowed)"],
143 strict_octal_literal: ["Octal literals are not allowed in strict mode."],
144 strict_duplicate_property: ["Duplicate data property in object literal not allowed in strict mode"],
568 // in regexps is broken. Also, ['"] are excluded from allowed URLs to
674 // restricted intervals of maximum allowed size.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 525 bool allowed = client()->allowPlugins(settings && settings->pluginsEnabled()); local
526 if (!allowed && reason == AboutToInstantiatePlugin)
528 return allowed;
770 frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Not allowed to load local resource: " + url);
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 454 // Clear the command line. Setting flags can force the proxy to be allowed.
459 EXPECT_FALSE(settings->params()->allowed());
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 428 // Returns true if |allowed| is true and the mouse has been successfully
430 bool GotResponseToLockMouseRequest(bool allowed);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 61 % font size allowed after scaling is 5 points.
73 % width allowed after scaling is 0.5 points.
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 76 // Duplicate parameters are not allowed to prevent attackers who can
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 8 * whitespace is allowed.
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js 106 // requireNative is only allowed while lazily loading an API.
  /external/chromium_org/third_party/libpng/
pngset.c     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 107 is some leeway so other mappings are allowed for implementations which
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 73 * List of extensions allowed to perform image requests.
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 41 // point. The bug was that none of the ranges were allowed to be spilled, so the
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 52 # allowed, and floating point values get passed in them. VFP variant of the

Completed in 950 milliseconds

1 2 3 4 5 6 7 8 91011>>