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

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
NotificationPresenter.cpp 154 bool allowed = m_allowedOrigins.find(string(originString.utf8())) != m_allowedOrigins.end(); local
155 return allowed ? WebNotificationPresenter::PermissionAllowed
  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.h 103 * Sets the maximum number of digits allowed in the fraction portion of a
115 * Sets the minimum number of digits allowed in the fraction portion of a
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.8.in 87 Allowed options include
93 Other options are not allowed in this mode.
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.pod 153 Does nothing - allowed for compatibility with sunOS des(1) command.
157 Does nothing - allowed for compatibility with sunOS des(1) command.
  /external/chromium_org/third_party/opus/src/celt/
celt.h 72 1=Short term interframe prediction allowed
73 2=Long term prediction allowed
  /external/chromium_org/third_party/opus/src/silk/
control_audio_bandwidth.c 51 /* Make sure internal rate is not higher than external rate or maximum allowed, or lower than minimum allowed */
  /external/chromium_org/third_party/sqlite/src/test/
trigger1.test 643 # DELETE statements within triggers. Actually, this has never been allowed
658 } {1 {qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers}}
665 } {1 {qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers}}
672 } {1 {qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers}}
679 } {1 {the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers}}
686 } {1 {the INDEXED BY clause is not allowed on UPDATE or DELETE statements within triggers}}
693 } {1 {the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers}}
700 } {1 {the INDEXED BY clause is not allowed on UPDATE or DELETE statements within triggers}}
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.h 140 bool allowed; /* Profiling is allowed */ member in struct:ProfileHandlerState
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.h 140 bool allowed; /* Profiling is allowed */ member in struct:ProfileHandlerState
  /external/chromium_org/ui/events/gestures/
gesture_configuration.h 211 // The maximum allowed distance between two fingers for a two finger tap. If
216 // The maximum allowed size for the radius of a touch region used in
  /external/chromium_org/v8/src/
dtoa.h 66 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2.
73 // 'requested_digits', the function is allowed to return fewer digits, in
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 54 // Overlapping mount points in a single MountPoints instance are not allowed.
58 // If not empty, |path| must be absolute. It is allowed for the path to be
file_system_backend.h 61 // This verifies if it is allowed to request (or create) the filesystem
124 // Returns true if |url| is allowed to be accessed.
  /external/clang/test/Preprocessor/
line-directive.c 8 #line 2147483648 // expected-warning {{C requires #line number to be less than 2147483648, allowed as extension}}
73 // because #line is allowed to contain expanded tokens.
  /external/clang/test/Sema/
format-strings-darwin.c 24 #ifdef ALLOWED
41 #ifdef ALLOWED
  /external/emma/core/java12/com/vladium/emma/
Processor.java 105 // [m_appName allowed to be null]
106 // [m_propertyOverrides allowed to be null]
  /external/guava/guava/src/com/google/common/collect/
ImmutableClassToInstanceMap.java 63 * keys are not allowed, and will cause {@link #build} to fail.
72 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 157 builder.build(); // this is allowed
158 builder.build(); // this is *also* allowed
  /external/icu4c/i18n/
winnmfmt.h 100 * Sets the maximum number of digits allowed in the fraction portion of a
111 * Sets the minimum number of digits allowed in the fraction portion of a
  /external/icu4c/layout/
KhmerReordering.h 56 // Each vowel has its own position. Only one vowel per syllable is allowed.
58 // Allowed in a syllable.
  /external/icu4c/tools/icupkg/
icupkg.8.in 87 Allowed options include
93 Other options are not allowed in this mode.
  /external/iputils/doc/
tftpd.sgml 74 contain sensitive information of any kind, everyone is allowed
75 to read it as soon as a client is allowed. Boot images do not contain
  /external/kernel-headers/original/linux/
notifier.h 20 * context. Callouts are not allowed to block.
22 * Callouts are allowed to block.
  /external/libvorbis/doc/vorbisenc/
overview.html 159 <td>maximum bitrate</td> <td> The maximum allowed bitrate, set in bits
164 setting is a hard limit; the bitstream will never be allowed, under
172 generate and truncate it to the maximum allowed length. Note that
205 The minimum allowed bitrate, set in bits per second. If
210 bitstream will never be allowed, under any circumstances, to drop
229 When a single frame is larger than the maximum allowed overall
240 implying the minimum and maximum allowed rates are different), the
284 bitrate tracker is allowed to slew from enforcing minimum frame sizes
  /external/llvm/docs/
Atomics.rst 39 address, the first store can be erased. This transformation is not allowed for a
92 However, LLVM is not allowed to transform the former to the latter: it could
97 Note that speculative loads are allowed; a load which is part of a race returns
163 otherwise exist is allowed; introducing stores to shared variables is not. See
167 The one interesting restriction here is that it is not allowed to write to
169 unaligned stores: it is not allowed in general to convert an unaligned store
239 loads. CSE/DSE and a few other optimizations are allowed, but Monotonic
344 SequentiallyConsistent loads and stores, the same reorderings are allowed as

Completed in 1524 milliseconds

<<41424344454647484950>>