HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 551 - 575 of 7690) sorted by null

<<21222324252627282930>>

  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_bind_uniform_location.txt 60 glUniform1f(location + 1, 0.2f); // ERROR! math not allowed on locations
68 // not allowed to assign locations to array elements
104 to a program object. Hence it is allowed to bind any name (except a name
116 error in this case. The compiler and linker are allowed to assume that no
  /external/chromium_org/jingle/notifier/base/
notifier_options.h 26 // no TLS) are allowed. Only used for testing.
  /external/chromium_org/media/tools/layout_tests/testname/
media.csv 23 http/tests/security/contentSecurityPolicy/media-src-allowed.html,
  /external/chromium_org/net/cert/
x509_cert_types.cc 60 // allowance, we consider a given |cert| to be a match to a saved allowed
79 return ALLOWED;
88 // Put the cert in the allowed set and (maybe) remove it from the denied set.
96 // Put the cert in the denied set and (maybe) remove it from the allowed set.
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_resource.h 32 // Implicit copy constructor allowed.
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
GeolocationClientMock.cpp 77 void GeolocationClientMock::setPermission(bool allowed)
79 m_permissionState = allowed ? PermissionStateAllowed : PermissionStateDenied;
114 bool allowed = m_permissionState == PermissionStateAllowed; local
122 (*it)->setIsAllowed(allowed);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.h 40 // Sets maximum allowed token length.
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
ReadMe.txt 10 There is no Perl script associated with this performance test, due to the fact that the performance test results in a different time if it is allowed to run more than once per execution of the executable. We are only interested in the first time returned by the executable in order to maintain accurate "real world" results. For this to happen, make sure to run the executable with the -i 1 and -p 1 options.
  /external/chromium_org/third_party/leveldatabase/src/db/
log_writer.h 40 // No copying allowed
  /external/chromium_org/third_party/leveldatabase/src/table/
block_builder.h 50 // No copying allowed
  /external/chromium_org/third_party/leveldatabase/src/util/
arena.h 47 // No copying allowed
mutexlock.h 33 // No copying allowed
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig_chrome.h 43 // Non-VBO vertices and indices are not allowed in Chromium.
  /external/chromium_org/third_party/skia/src/core/
SkDiscardableMemory.h 48 * Nested calls to lock are not allowed.
  /external/chromium_org/third_party/sqlite/src/test/
select7.test 117 {only a single result allowed for a SELECT that is part of an expression}]
123 {only a single result allowed for a SELECT that is part of an expression}]
129 {only a single result allowed for a SELECT that is part of an expression}]
135 {only a single result allowed for a SELECT that is part of an expression}]
  /external/chromium_org/ui/message_center/
notification_types.h 27 // This key should not be used by the extension API handler. It's not allowed
  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.cc 53 // This needs to return true so that we are allowed to be resized by our
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1176.js 30 // "delete this" is allowed in strict mode.
  /external/chromium_org/v8/test/preparser/
strict-with.js 28 // The with statement is not allowed in strict code.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p4.cpp 34 auto m = 0; // expected-error {{'auto' not allowed in non-static class member}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 4 // reference to a reference-compatible rvalue, since we are allowed to
  /external/clang/test/Parser/
cxx-using-directive.cpp 17 using namespace B ; // expected-error{{not allowed}}
  /external/clang/test/Preprocessor/
feature_tests.c 44 #error Alias expansion not allowed
warning_tests.c 38 #error Alias expansion not allowed
  /external/clang/test/Sema/
aarch64-neon-vector-types.c 25 // Only certain element types are allowed.

Completed in 1841 milliseconds

<<21222324252627282930>>