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

<<21222324252627282930>>

  /external/clang/test/Sema/
alloc_size.c 25 // expected-error{{a parameter list without types is only allowed in a function definition}} \
array-constraint.c 44 typedef int TA[I]; // expected-error {{variable length array declaration not allowed at file scope}}
invalid-decl.c 43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
neon-vector-types.c 24 // Only certain element types are allowed.
  /external/clang/test/SemaCXX/
cxx11-thread-local.cpp 6 thread_local int c; // expected-error {{'thread_local' is only allowed on variable declarations}}
  /external/clang/test/SemaObjC/
synthesized-ivar.m 60 @synthesize testObjectWeakProperty; // expected-error {{@synthesize of 'weak' property is only allowed in ARC or GC mode}}
  /external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c 35 BLOCK_NO_COPY = (1 << 26), // interim byref: no copies allowed
  /external/compiler-rt/make/
config.mk 13 # module. Any other cases the platform should be allowed to opt-in to.
  /external/eigen/bench/btl/cmake/
MacroOptionalAddSubdirectory.cmake 15 # Redistribution and use is allowed according to the terms of the BSD license.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ServerHostKeyVerifier.java 22 * Note: SSH-2 servers are allowed to change their hostkey at ANY time.
  /external/icu4c/i18n/
identifier_info.h 65 * Set the identifier profile: the characters that are to be allowed in the identifier.
67 * @param identifierProfile the characters that are to be allowed in the identifier
74 * Get the identifier profile: the characters that are to be allowed in the identifier.
76 * @return The characters that are to be allowed in the identifier.
  /external/icu4c/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/iproute2/examples/diffserv/
ef-prio 11 # EF class: Maximum about one MTU sized packet allowed on the queue
  /external/iptables/extensions/
libip6t_ipv6header.man 36 /etc/protocols and numeric value also allowed. The number 255 is equivalent to
  /external/libselinux/src/
compute_av.c 54 &avd->allowed, &avd->decided,
  /external/libsepol/include/sepol/policydb/
flask_types.h 55 sepol_access_vector_t allowed; member in struct:sepol_av_decision
  /external/libyuv/files/unit_test/
version_test.cc 22 // Although the versions should match, once checked in, a tolerance is allowed.
  /external/llvm/test/CodeGen/AArch64/
setcc-takes-i32.ll 10 ; with flag-manipulation operations allowed to use W-registers).
  /external/mockito/src/org/mockito/internal/verification/
AtMost.java 26 throw new MockitoException("Negative value is not allowed here");
Calls.java 25 throw new MockitoException( "Negative and zero values are not allowed here" );
  /external/opencv/cvaux/include/
cvaux.hpp 77 int get_min_ch_val( int channel ) const // get the minimum allowed value of the specified channel
80 int get_max_ch_val( int channel ) const // get the maximum allowed value of the specified channel
94 bool set_min_ch_val( int channel, int val ) // set the minimum allowed value of the specified channel
96 bool set_max_ch_val( int channel, int val ) // set the maximum allowed value of the specified channel
  /external/oprofile/libop/
op_alloc_counter.c 23 /** the head of allowed counter for this event */
31 /** the next counter allowed for this event */
40 * build an array of counter list allowed for each events
41 * counter_arc_head[i] is the list of allowed counter for pev[i] events
  /external/skia/expectations/gm/
loader.js 33 angular.forEach(imageExpectations['allowed-digests'], function(allowedDigest, key) {
  /external/skia/gm/
gm_expectations.h 45 * Create a ResultDigest representing an allowed result
96 * Test expectations (allowed image results, etc.)
136 * Returns true iff there are no allowed results.
141 * Returns true iff resultDigest matches any allowed result,
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 43 // Non-VBO vertices and indices are not allowed in Chromium.

Completed in 1703 milliseconds

<<21222324252627282930>>