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

<<11121314151617181920>>

  /external/chromium_org/webkit/browser/quota/
special_storage_policy.h 62 // Some origins are only allowed to store session-only data which is deleted
66 // Returns true if some origins are only allowed session-only storage.
  /external/clang/test/CXX/conv/conv.mem/
p4.cpp 42 int (Derived::*d) = data_ptr; // expected-error {{conversion from pointer to member of class 'Base' to pointer to member of class 'test3::Derived' via virtual base 'Base' is not allowed}}
43 int (Derived::*m)() = method_ptr; // expected-error {{conversion from pointer to member of class 'Base' to pointer to member of class 'test3::Derived' via virtual base 'Base' is 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/Sema/
format-strings-gnu.c 19 #ifndef ALLOWED
34 #ifdef ALLOWED
  /external/clang/test/SemaCXX/
cxx1y-array-runtime-bound.cpp 14 int a[n]; // expected-error {{not allowed at file scope}}
18 static int b[n]; // expected-error {{not allowed at file scope}}
  /external/libvorbis/doc/vorbisenc/
ov_ectl_ratemanage2_arg.html 53 <dd>Lower allowed bitrate limit in kilobits per second</dd>
55 <dd>Upper allowed bitrate limit in kilobits per second</dd>
  /external/libxslt/libxslt/
security.c 362 * Check if the resource is allowed to be written, if necessary makes
365 * Return 1 if write is allowed, 0 if not and -1 in case or error.
395 * Check if we are allowed to write this file
404 * Check if we are allowed to write this network resource
428 * Check if the resource is allowed to be read
430 * Return 1 if read is allowed, 0 if not and -1 in case or error.
450 * Check if we are allowed to read this file
464 * Check if we are allowed to write this network resource
  /external/mesa3d/src/gallium/docs/source/cso/
velems.rst 37 two components is not allowed.
43 three components. Using less than three components is not allowed.
  /external/oprofile/libpp/
symbol_container.h 74 * name are allowed.
79 * Differently-named symbol at same file location are allowed e.g.
  /external/regex-re2/re2/testing/
regexp_generator.h 51 int maxatoms_; // Maximum number of atoms allowed in expr.
52 int maxops_; // Maximum number of ops allowed in expr.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 331 /* Maximum allowed number of bits for a 30 msec packet */
333 /* Maximum allowed number of bits for a 30 msec packet */
335 /* Maximum allowed number of bits for both 30 and 60 msec packet */
337 /* Maximum allowed rate in bytes per 30 msec packet */
368 /* Maximum allowed number of bits for a 30 msec packet */
370 /* Maximum allowed number of bits for both 30 and 60 msec packet */
471 // Maximum allowed rate, measured in Bytes per 30 ms.
473 // Maximum allowed payload-size, measured in Bytes.
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 72 * the allowed set.
78 + Integer.toHexString(allowedFlags) + " are allowed");
  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
SuiteAssignmentPrinter.java 34 * This constant defines the maximum allowed runtime (in ms) for a test included in the "small"
40 * This constant defines the maximum allowed runtime (in ms) for a test included in the "medium"
  /frameworks/webview/chromium/tools/
jar_check.py 18 """Check that a jar file contains only allowed packages.
21 and a whitelist file of allowed package names, one per line, check that all the
  /frameworks/wilhelm/src/
data.h 61 // bit masks used to configure the allowed data locators for a given data source or data sink
79 // bit masks used to configure the allowed data formats for a given data source or data sink
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOExceptionWithCause.java 47 * the cause (see {@link #getCause()}). A <code>null</code> value is allowed.
62 * the cause (see {@link #getCause()}). A <code>null</code> value is allowed.
  /packages/inputmethods/LatinIME/java/res/values/
research_strings.xml 24 <!-- Account type allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
26 <!-- Account domain allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ItemElementDescriptor.java 38 * @param attributes The list of allowed attributes. Can be null or empty.
39 * @param children The list of allowed children. Can be null or empty.
  /external/openssh/
sshd_config.0 45 separated by spaces. If specified, login is allowed only for
48 ID is not recognized. By default, login is allowed for all
63 separated by spaces. If specified, login is allowed only for
66 is allowed for all users. If the pattern takes the form
115 before authentication is allowed. If the argument is ``none''
120 Specifies whether challenge-response authentication is allowed
150 Specifies the ciphers allowed for protocol version 2. Multiple
188 Specifies whether compression is allowed, or delayed until the
197 recognized. By default, login is allowed for all groups. The
208 allowed for all users. If the pattern takes the form USER@HOS
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 516 Log.w(TAG,"enable(): not allowed for non-active user and non system user");
528 Log.w(TAG,"enableNoAuto(): not allowed for non-active user and non system user");
540 Log.w(TAG,"disable(): not allowed for non-active user and non system user");
552 Log.w(TAG,"getAddress(): not allowed for non-active user and non system user");
563 Log.w(TAG,"getUuids(): not allowed for non-active user");
575 Log.w(TAG,"getName(): not allowed for non-active user and non system user");
586 Log.w(TAG,"setName(): not allowed for non-active user");
597 Log.w(TAG,"getScanMode(): not allowed for non-active user");
608 Log.w(TAG,"setScanMode(): not allowed for non-active user");
619 Log.w(TAG,"getDiscoverableTimeout(): not allowed for non-active user")
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Proxy.java 53 * The local SOCKS5 proxy server refuses all connections except the ones that are explicitly allowed
262 * been in the list of allowed transfers (see {@link #addTransfer(String)}) while the peer
273 * Add the given digest to the list of allowed transfers. Only connections for allowed transfers
275 * the local SOCKS5 proxy that don't contain an allowed digest are discarded.
277 * @param digest to be added to the list of allowed transfers
284 * Removes the given digest from the list of allowed transfers. After invoking this method
288 * occurred while establishing the connection or if the connection is not allowed anymore.
290 * @param digest to be removed from the list of allowed transfers
404 // return error if digest is not allowed
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 48 * <li> Note when operations are happening, and find out if they are allowed for the current
52 * are not being allowed.</li>
53 * <li> Monitor for changes in whether an operation is allowed.</li>
75 * allowed to perform the given operation.
81 * not allowed to perform the given operation, and this attempt should
88 * given caller is not allowed to perform the given operation, and this attempt should
205 * switch to determine whether it is allowed. Generally this is
457 * This specifies whether each option is allowed to be reset
460 * system (such as OP_WRITE_SMS, which should be allowed only
849 return packageName + " from uid " + uid + " not allowed to perform " + sOpNames[op]
    [all...]
  /cts/tools/signature-tools/src/signature/io/html/
TemplateStore.java 52 private TemplateStore() {/* no instances allowed */
  /dalvik/vm/mterp/armv5te/
OP_GOTO_32.S 9 * Unlike most opcodes, this one is allowed to branch to itself, so
  /dalvik/vm/mterp/mips/
OP_GOTO_32.S 9 * Unlike most opcodes, this one is allowed to branch to itself, so

Completed in 315 milliseconds

<<11121314151617181920>>