/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
stat.h | 36 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
98 #define _S_IFCHR 0x00002000 ///< character special device
100 #define _S_IFBLK 0x00006000 ///< block special device
134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special
136 #define S_ISBLK(m) ((m & _S_IFMT) == _S_IFBLK) ///< block special
|
/external/autotest/site_utils/ |
job_directories.py | 42 """Extract job id or special task id from result_dir 48 For special task: 80 For special task: 149 """Process any gs_offloader instructions for this special task. 219 """Subclass of _JobDirectory for special (per-host) jobs."""
|
/external/clang/test/SemaCXX/ |
cxx0x-defaulted-functions.cpp | 3 void fn() = default; // expected-error {{only special member}} 5 void fn() = default; // expected-error {{only special member}} 62 // DR1330: The exception-specification of an implicitly-declared special 179 Outer<T>::Inner2<T>::~Inner2() = default; // expected-error {{nested name specifier 'Outer<T>::Inner2<T>::' for declaration does not refer into a class, class template or class template partial specialization}} expected-error {{only special member functions may be defaulted}} 202 ExplicitBool &operator=(bool) = default; // expected-error{{only special member functions may be defaulted}}
|
/external/dhcpcd-6.8.2/ |
NOTICE | 18 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 40 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 74 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 96 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 129 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
/external/python/cpython2/Doc/library/ |
runpy.rst | 40 dictionary will not be modified. If any of the special global variables 44 The special global variables ``__name__``, ``__file__``, ``__loader__`` 99 updated path. Note that there is no special protection against invoking 105 dictionary will not be modified. If any of the special global variables 109 The special global variables ``__name__``, ``__file__``, ``__loader__``
|
/external/pcre/dist2/testdata/ |
testinput6 | 1159 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1161 ) # special 1175 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 1187 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1189 ) # special 1204 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1206 ) # special 1218 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 1230 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1232 ) # special [all...] |
/external/pcre/dist2/src/ |
pcre2_substitute.c | 31 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 308 doing the special after-empty-match global rematch, or when at the end of the 346 /* Copy what we have advanced past, reset the special global options, and 418 uint32_t special = 0; local 502 special = *(++ptr); 503 if (special != CHAR_PLUS && special != CHAR_MINUS) 510 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); 514 if (special == CHAR_PLUS && *ptr == CHAR_COLON) 600 the captured string. If a group in a non-special substitution is unse [all...] |
/external/ImageMagick/m4/ |
ax_pthread.m4 | 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler 17 # Also sets PTHREAD_CC to any special C compiler that is needed for 19 # is necessary on AIX to use the special cc_r compiler alias.) 72 # As a special exception, the respective Autoconf Macro's copyright owner 80 # This special exception to the GPL applies to versions of the Autoconf 82 # modified version of the Autoconf Macro, you may extend this special 94 # requires special compiler flags (e.g. on True64 or Sequent). 214 # need a special flag -Kthread to make this header compile.) 269 AC_MSG_CHECKING([if more special flags are required for pthreads])
|
/external/google-breakpad/m4/ |
ax_pthread.m4 | 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler 17 # Also sets PTHREAD_CC to any special C compiler that is needed for 19 # is necessary on AIX to use the special cc_r compiler alias.) 65 # As a special exception, the respective Autoconf Macro's copyright owner 73 # This special exception to the GPL applies to versions of the Autoconf 75 # modified version of the Autoconf Macro, you may extend this special 88 # requires special compiler flags (e.g. on True64 or Sequent). 194 # need a special flag -Kthread to make this header compile.) 246 AC_MSG_CHECKING([if more special flags are required for pthreads])
|
/external/libmicrohttpd/m4/ |
ax_pthread.m4 | 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler 17 # Also sets PTHREAD_CC to any special C compiler that is needed for 19 # is necessary on AIX to use the special cc_r compiler alias.) 72 # As a special exception, the respective Autoconf Macro's copyright owner 80 # This special exception to the GPL applies to versions of the Autoconf 82 # modified version of the Autoconf Macro, you may extend this special 94 # requires special compiler flags (e.g. on True64 or Sequent). 214 # need a special flag -Kthread to make this header compile.) 269 AC_MSG_CHECKING([if more special flags are required for pthreads])
|
/external/mesa3d/m4/ |
ax_pthread.m4 | 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler 17 # Also sets PTHREAD_CC to any special C compiler that is needed for 19 # is necessary on AIX to use the special cc_r compiler alias.) 72 # As a special exception, the respective Autoconf Macro's copyright owner 80 # This special exception to the GPL applies to versions of the Autoconf 82 # modified version of the Autoconf Macro, you may extend this special 94 # requires special compiler flags (e.g. on True64 or Sequent). 200 # need a special flag -Kthread to make this header compile.) 255 AC_MSG_CHECKING([if more special flags are required for pthreads])
|
/external/pcre/dist2/m4/ |
ax_pthread.m4 | 13 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler 17 # Also sets PTHREAD_CC to any special C compiler that is needed for 19 # is necessary on AIX to use the special cc_r compiler alias.) 72 # As a special exception, the respective Autoconf Macro's copyright owner 80 # This special exception to the GPL applies to versions of the Autoconf 82 # modified version of the Autoconf Macro, you may extend this special 94 # requires special compiler flags (e.g. on True64 or Sequent). 200 # need a special flag -Kthread to make this header compile.) 255 AC_MSG_CHECKING([if more special flags are required for pthreads])
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
overlay3DPipe.h | 21 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 42 * If there is a special need for special/diff behavior 72 * If there is a special need for special/diff behavior 102 * If there is a special need for special/diff behavior 132 * If there is a special need for special/diff behavior
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 21 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 42 * If there is a special need for special/diff behavior 72 * If there is a special need for special/diff behavior 102 * If there is a special need for special/diff behavior 132 * If there is a special need for special/diff behavior
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
X.h | 45 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 123 special VisualID and special window 131 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */ 133 #define AnyKey 0L /* special Key Code, passed to GrabKey */ 135 #define AnyButton 0L /* special Button Code, passed to GrabButton */ 137 #define AllTemporary 0L /* special Resource ID passed to KillClient */ 139 #define CurrentTime 0L /* special Time */ 141 #define NoSymbol 0L /* special KeySym */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationData.java | 79 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG). 80 * Requires that ce32 is special. 98 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG), 99 * if ce32 is special. 262 // Special groups have no aliases. 324 // Never reorder special low and high primary lead bytes. 332 // Get the set of special reorder codes in the input list. 333 // This supports a fixed number of special reorder codes; 343 // Start the reordering with the special low reorder codes that do not occur in the input. 491 * to support U+0000's special-tag for NUL-termination handling [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationData.java | 77 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG). 78 * Requires that ce32 is special. 96 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG), 97 * if ce32 is special. 260 // Special groups have no aliases. 322 // Never reorder special low and high primary lead bytes. 330 // Get the set of special reorder codes in the input list. 331 // This supports a fixed number of special reorder codes; 341 // Start the reordering with the special low reorder codes that do not occur in the input. 489 * to support U+0000's special-tag for NUL-termination handling [all...] |
/external/ipsec-tools/ |
NOTICE | 20 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 49 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 78 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 107 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 135 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 164 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 194 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 223 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 255 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 285 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIA [all...] |
/external/v8/src/mips/ |
assembler-mips.cc | 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 579 (opcode == SPECIAL && rt_field == 0 && 597 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR; 599 return GetOpcodeField(instr) == SPECIAL && 606 return GetOpcodeField(instr) == SPECIAL && 636 // to avoid use of mips ssnop and ehb special encodings 640 bool ret = (opcode == SPECIAL && function == SLL && [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/ |
X500PrincipalTest.java | [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
DFA.cs | 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 43 * Any state that has a semantic predicate edge is special; those states 66 protected short[] special; field in class:Antlr.Runtime.DFA 94 int specialState = special[s]; 98 " state " + s + " is special state " + specialState); 103 " returns from special state " + specialState + " to " + s);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
DFA.cs | 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 44 * Any state that has a semantic predicate edge is special; those states 61 protected short[] special; field in class:Antlr.Runtime.DFA 111 int specialState = special[s]; 117 " state " + s + " is special state " + specialState ); 123 " returns from special state " + specialState + " to " + s );
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS]; 86 dst->Special[i] = a->Special[i] | b->Special[i]; 135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index); 139 return &s->R.Special[index];
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
reduce.rs | 168 int inVal, int x /* special arg */) { 186 int x /* special arg */, 187 int y /* special arg */) { 208 int x /* special arg */, 209 int y /* special arg */, 210 int z /* special arg */) {
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
reduce.rs | 170 int inVal, int x /* special arg */) { 188 int x /* special arg */, 189 int y /* special arg */) { 210 int x /* special arg */, 211 int y /* special arg */, 212 int z /* special arg */) {
|