/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
ns_name.c | 11 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
48 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
73 static int special(int);
120 if (special(c)) {
532 * special(ch)
534 * is this characted special ("in need of quoting") ?
539 special(int ch) {
function 545 /* Special modifiers in zone files. */
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
inet.h | 25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
paths.h | 31 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
76 /* Special files and locations */
|
/external/ImageMagick/MagickWand/tests/ |
loop_over_lists.c | 73 printf("This special condition can be set by using either\n"); 87 printf("This special condition can be set by using either\n");
|
/external/ImageMagick/www/Magick++/ |
FormatCharacters.html | 11 <h1 align="center">Special Format Characters</h1> 12 <p style="margin-bottom: 0cm">The Magick::Image methods <a href="Image++.html#annotate"><i>annotate</i></a>, <a href="Image++.html#draw"><i>draw</i></a>, <a href="Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
index.apt | 56 compiler without any special configuration. The generated java files are automatically 59 The <<<src/main/antlr3/imports>>> directory is treated in a special way. It should contain
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3cyclicdfa.h | 31 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 82 const ANTLR3_INT32 * const special; member in struct:ANTLR3_CYCLIC_DFA_struct
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ANTLRFileStream.cs | 26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 49 /// but, it is a special case. Since we know the exact size of the file to
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeParser.h | 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 62 /** Match '.' in tree parser has special meaning. Skip node or
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreeParser.h | 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 62 /** Match '.' in tree parser has special meaning. Skip node or
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreeParser.h | 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 62 /** Match '.' in tree parser has special meaning. Skip node or
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRFileStream.m | 21 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 31 * much like an ANTLReader or ANTLRInputStream, but it's a special case
|
ANTLRTreeParser.h | 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 62 /** Match '.' in tree parser has special meaning. Skip node or
|
/external/antlr/antlr-3.4/runtime/Python/ |
TODO | 54 - special template for empty alternative -> pass 70 (eot, eof, min, max, accept, special, transition)
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Transition.java | 21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 31 * some special labels that indicate things like epsilon transitions and
|
/external/arm-neon-tests/ |
ref_vget_lane.c | 41 /* Special variant for poly* types, to clear sign bits in output. */ 47 /* Special variant for floating-point */
|
/external/autotest/server/cros/ |
provision.py | 30 # Special label to skip provision and run reset instead. 146 # The name of this special task to be used in output. 149 # Some special tasks require to run before others, e.g., ChromeOS image 351 Repair runs when one of the other special tasks fails. It should be able 368 If any special task handles the label specially, then we're using the label 373 @return True if any special task handles this label specially, 374 False if no special task handles this label. 400 Exception raised when a special task fails to successfully run a test that
|
/external/autotest/server/cros/servo/ |
chrome_base_ec.py | 91 """Send key strokes that can include special keys. 94 string: Character string that can include special keys. An example
|
/external/autotest/site_utils/ |
job_overhead.py | 36 @param job_or_task_id: Integer, representing a job id or a special task id. 40 @param is_special_task: True/Fals, whether this is a special task.
|
/external/bsdiff/ |
LICENSE | 22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 53 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
NOTICE | 22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 53 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
/external/clang/include/clang/Rewrite/Core/ |
HTMLRewrite.h | 51 /// EscapeText - HTMLize a specified file so that special characters are 56 /// EscapeText - HTMLized the provided string so that special characters
|
/external/clang/lib/Lex/ |
UnicodeCharSets.h | 170 // Special characters (1) 177 // Special characters (2) 196 // Special characters (3) 219 // Devanagari and Special characeter 0x093D. 261 // Oriya and Special character 0x0B3D 347 // Special characters (4) 355 // Special characters (5) 361 // Special characters (6)
|
/external/clang/test/Driver/ |
wasm-toolchain.c | 1 // A basic clang -cc1 command-line. WebAssembly is somewhat special in 33 // special in enabling --gc-sections by default.
|
/external/clang/test/SemaCXX/ |
rval-references.cpp | 54 fun_type &&fun_ref = fun; // works because functions are special 56 fun_type &fun_lref = make_fun(); // also special
|