HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 401 - 425 of 9846) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 26 * an absolute URI using one of a set of allowed schemes (http, https, ftp, mailto). If the string
59 * an allowed scheme.
62 // Quick check for the allowed absolute URI schemes.
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHinge2Constraint.cpp 36 // Z - first, allowed limits are (-PI,PI);
37 // new position of Y - second (allowed limits are (-PI/2 + epsilon, PI/2 - epsilon), where epsilon is a small positive number
39 // new position of X, allowed limits are (-PI,PI);
btUniversalConstraint.cpp 39 // Z - first, allowed limits are (-PI,PI);
40 // new position of Y - second (allowed limits are (-PI/2 + epsilon, PI/2 - epsilon), where epsilon is a small positive number
42 // new position of X, allowed limits are (-PI,PI);
  /external/lzma/CPP/7zip/
IStream.h 26 Partial read is allowed: (*processedSize <= avail_size && *processedSize <= size),
54 Partial write is allowed: (*processedSize <= size),
76 It is allowed to seek past the end of the stream.
  /external/neven/Embedded/common/src/b_BasicEm/
Memory.h 36 /** copies memory for src to dst (no overlap allowed); returns dstA
41 /** copies memory for src to dst (no overlap allowed), size is given in 16-bit words
47 /** copies memory for src to dst (no overlap allowed), size is given in 32-bit words
  /external/toybox/toys/pending/
fold.c 59 // len cannot be negative; not allowed to wrap after backspace
64 // not allowed to wrap after carriage return
78 // we don't want to double up \n; not allowed to wrap before \b
  /frameworks/base/core/jni/
android_os_Trace.cpp 95 jclass clazz, jboolean allowed) {
96 ALOGV("%s: %d", __FUNCTION__, allowed);
98 atrace_set_debuggable(allowed);
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacService.java 97 Log.e(TAG, "Only system user is allowed to call setPacFile");
106 Log.e(TAG, "Only system user is allowed to call startPacSystem");
115 Log.e(TAG, "Only system user is allowed to call stopPacSystem");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_tags.h 94 #define IMPMEM_GROUPS 1 /* Implicit Membership allowed */
95 #define RECURS_GROUPS 2 /* Recursive Groups allowed */
96 #define NEGMEM_GROUPS 4 /* Negative Groups allowed */
  /system/connectivity/apmanager/dbus/
permission_broker_dbus_proxy.cc 73 bool allowed = false; local
75 if (!proxy_->RequestUdpPortAccess(port, interface, fd, &allowed, &error)) {
80 if (!allowed) {
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 15 is not allowed but 'myString:5s' is). The 'x' fmt character
17 anonymous. Extra whitespace is allowed everywhere.
111 # matches "name:formatchar" (whitespace is allowed)
174 # comments are allowed
176 # empty lines are allowed:
183 afloat: f; adouble: d # multiple "statements" are allowed
  /external/wpa_supplicant_8/src/radius/
radius_server.h 108 * 0 = provisioning disabled, 1 = only anonymous provisioning allowed,
109 * 2 = only authenticated provisioning allowed, 3 = both provisioning
110 * modes allowed.
143 * peer is allowed to connect. Note: This is only used with EAP-TTLS
145 * allowed to connect without TNC.
199 * will fill in information about allowed EAP methods and the user
  /cts/suite/audio_quality/test_description/
dut_playback_spectrum.xml 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
dut_recording_spectrum.xml 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/review/
review_dut_recording_spectrum.xml 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DumpFileProviderTest.java 31 "../A-contacts-db.zip", // ".." is not allowed.
32 "/A-contacts-db.zip", // "/" is not allowed
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdaptiveStepsizeIntegrator.java 68 /** Allowed absolute scalar error. */
71 /** Allowed relative scalar error. */
74 /** Allowed absolute vectorial error. */
77 /** Allowed relative vectorial error. */
99 * @param scalAbsoluteTolerance allowed absolute error
100 * @param scalRelativeTolerance allowed relative error
129 * @param vecAbsoluteTolerance allowed absolute error
130 * @param vecRelativeTolerance allowed relative error
  /external/autotest/client/site_tests/platform_Pkcs11ChangeAuthData/
platform_Pkcs11ChangeAuthData.py 44 raise error.TestFail('Bad authorization data allowed (1).')
57 raise error.TestFail('Bad authorization data allowed (2).')
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
filter-interpolation.html 105 {at: -1, is: 'blur(0px)'}, // Negative values are not allowed.
117 {at: -1, is: 'brightness(0)'}, // Negative values are not allowed.
129 {at: -1, is: 'contrast(0)'}, // Negative values are not allowed.
165 {at: -1, is: 'grayscale(0)'}, // Negative values are not allowed.
189 {at: -1, is: 'invert(0)'}, // Negative values are not allowed.
201 {at: -1, is: 'opacity(0)'}, // Negative values are not allowed.
213 {at: -1, is: 'saturate(0)'}, // Negative values are not allowed.
225 {at: -1, is: 'sepia(0)'}, // Negative values are not allowed.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 24 constexpr int nc1 = i; // expected-error {{constexpr variable 'nc1' must be initialized by a constant expression}} expected-note {{read of non-const variable 'i' is not allowed in a constant expression}}
28 constexpr int nc4(i); // expected-error {{constexpr variable 'nc4' must be initialized by a constant expression}} expected-note {{read of non-const variable 'i' is not allowed in a constant expression}}
  /external/clang/test/CodeGenCXX/
x86_64-arguments-nacl-x32.cpp 15 // be allowed in registers, since the member data pointer is only 4 bytes.
29 // be allowed in registers, since the member function pointer is only 8 bytes.
  /external/clang/test/OpenMP/
target_data_if_messages.cpp 26 #pragma omp target data if(target data : argc) if (for:argc) // expected-error {{directive name modifier 'for' is not allowed for '#pragma omp target data'}}
28 #pragma omp target data if(target data : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}}

Completed in 1002 milliseconds

<<11121314151617181920>>