/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
Token.java | 52 * A reference to the next regular (non-special) token from the input 62 * This field is used to access special tokens that occur prior to this 63 * token, but after the immediately preceding regular (non-special) token. 64 * If there are no such special tokens, this field is set to null. 65 * When there are more than one such special token, this field refers 66 * to the last of these special tokens, which in turn refers to the next 67 * previous special token through its specialToken field, and so on 68 * until the first special token (whose specialToken field is null). 69 * The next fields of special tokens refer to other special tokens tha [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
Token.java | 52 * A reference to the next regular (non-special) token from the input 62 * This field is used to access special tokens that occur prior to this 63 * token, but after the immediately preceding regular (non-special) token. 64 * If there are no such special tokens, this field is set to null. 65 * When there are more than one such special token, this field refers 66 * to the last of these special tokens, which in turn refers to the next 67 * previous special token through its specialToken field, and so on 68 * until the first special token (whose specialToken field is null). 69 * The next fields of special tokens refer to other special tokens tha [all...] |
/external/strace/ |
mpers.awk | 23 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 81 special, to_return, type_idx, enc, i) 84 special = array_get(what_idx, "special") 85 if (special == "base_type") { 97 } else if (special == "enumeration_type") { 100 } else if (special == "pointer_type") { 103 } else if (special == "array_type") { 111 } else if (special == "structure_type") { 139 } else if (special == "union_type") [all...] |
/external/ImageMagick/config/ |
type-windows.xml.in | 29 <type name="Arial-Narrow-Special-G1" fullname="Arial Narrow Special G1" family="Arial Narrow Special G1" weight="400" style="normal" stretch="condensed" glyphs="@windows_font_dir@msgeonr1.ttf"/> 30 <type name="Arial-Narrow-Special-G1-Bold" fullname="Arial Narrow Special G1 Bold" family="Arial Narrow Special G1" weight="700" style="normal" stretch="condensed" glyphs="@windows_font_dir@msgeonb1.ttf"/> 31 <type name="Arial-Narrow-Special-G1-Italic" fullname="Arial Narrow Special G1 Italic" family="Arial Narrow Special G1" weight="400" style="italic" stretch="condensed" glyphs="@windows_font_dir@msgeoni1.ttf"/> 32 <type name="Arial-Narrow-Special-G2" fullname="Arial Narrow Special G2" family="Arial Narrow Special G2" weight="400" style="normal (…) [all...] |
/external/ImageMagick/www/source/ |
type-windows.xml | 29 <type name="Arial-Narrow-Special-G1" fullname="Arial Narrow Special G1" family="Arial Narrow Special G1" weight="400" style="normal" stretch="condensed" glyphs="msgeonr1.ttf"/> 30 <type name="Arial-Narrow-Special-G1-Bold" fullname="Arial Narrow Special G1 Bold" family="Arial Narrow Special G1" weight="700" style="normal" stretch="condensed" glyphs="msgeonb1.ttf"/> 31 <type name="Arial-Narrow-Special-G1-Italic" fullname="Arial Narrow Special G1 Italic" family="Arial Narrow Special G1" weight="400" style="italic" stretch="condensed" glyphs="msgeoni1.ttf"/> 32 <type name="Arial-Narrow-Special-G2" fullname="Arial Narrow Special G2" family="Arial Narrow Special G2" weight="400" style="normal (…) [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
cookie_test.go | 68 // The "special" cookies have values containing commas or spaces which 71 &Cookie{Name: "special-1", Value: "a z"}, 72 `special-1="a z"`, 75 &Cookie{Name: "special-2", Value: " z"}, 76 `special-2=" z"`, 79 &Cookie{Name: "special-3", Value: "a "}, 80 `special-3="a "`, 83 &Cookie{Name: "special-4", Value: " "}, 84 `special-4=" "`, 87 &Cookie{Name: "special-5", Value: "a,z"} [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
cookie_test.go | 68 // The "special" cookies have values containing commas or spaces which 71 &Cookie{Name: "special-1", Value: "a z"}, 72 `special-1="a z"`, 75 &Cookie{Name: "special-2", Value: " z"}, 76 `special-2=" z"`, 79 &Cookie{Name: "special-3", Value: "a "}, 80 `special-3="a "`, 83 &Cookie{Name: "special-4", Value: " "}, 84 `special-4=" "`, 87 &Cookie{Name: "special-5", Value: "a,z"} [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_opcodes.h | 46 /** special instruction: load address register 50 /** special instruction: load address register with round 69 /** special instruction: take vec4 partial derivative in X direction 73 /** special instruction: take vec4 partial derivative in Y direction 89 /** special instruction, see ARB_fragment_program */ 95 /** special instruction, see ARB_vertex_program */ 104 /** special instruction: stop execution if any component of src0 is negative */ 110 /** special instruction, see ARB_vertex_program */ 113 /** special instruction, see ARB_vertex_program */ 146 /** special instruction, see ARB_fragment_program * [all...] |
/external/arm-neon-tests/ |
ref_vrecps.c | 80 /* Test FP variants with special input values (NaN) */ 88 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (NAN) and normal values"); 93 /* Test FP variants with special input values (infinity, 0) */ 102 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (infinity, 0) and normal values"); 107 /* Test FP variants with only special input values (infinity, 0) */ 117 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (infinity, 0)");
|
ref_vrsqrts.c | 80 /* Test FP variants with special input values (NaN) */ 88 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (NAN) and normal values"); 93 /* Test FP variants with special input values (infinity, 0) */ 102 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (infinity, 0) and normal values"); 107 /* Test FP variants with only special input values (infinity, 0) */ 117 fprintf (ref_file, "\n%s output:\n", TEST_MSG " FP special (infinity, 0)");
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcsweep.go | 213 // Unlink & free special records for any objects we're about to free. 215 // 1. An object can have both finalizer and profile special records. 217 // mark the object as live and preserve the profile special. 222 special := *specialp 223 for special != nil { 225 objIndex := uintptr(special.offset) / size 229 // This object is not marked and has at least one special record. 233 for tmp := special; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next { 242 for special != nil && uintptr(special.offset) < endOffset [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mgcsweep.go | 213 // Unlink & free special records for any objects we're about to free. 215 // 1. An object can have both finalizer and profile special records. 217 // mark the object as live and preserve the profile special. 222 special := *specialp 223 for special != nil { 225 objIndex := uintptr(special.offset) / size 229 // This object is not marked and has at least one special record. 233 for tmp := special; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next { 242 for special != nil && uintptr(special.offset) < endOffset [all...] |
/art/runtime/interpreter/mterp/x86/ |
bindiv.S | 1 %default {"result":"","special":"","rem":""} 3 * 32-bit binary div/rem operation. Handles special case of op0=minint and 26 movl $special, $result
|
/external/kmod/m4/ |
features.m4 | 16 # As a special exception, the respective Autoconf Macro's copyright owner 24 # This special exception to the GPL applies to versions of the Autoconf 26 # modified version of the Autoconf Macro, you may extend this special
|
/external/syslinux/gpxe/src/core/ |
getkey.c | 29 * Special key interpretation 58 * The returned key will be an ASCII value or a KEY_XXX special 60 * will return "special" keys (e.g. cursor keys) as a series of
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
README | 1 Examples of classes that implement special operators (see reference manual):
|
/external/clang/test/Analysis/ |
cstring-syntax-cxx.cpp | 4 // Ensure we don't crash on C++ declarations with special names.
|
/external/clang/test/Modules/Inputs/ |
cxx-irgen-left.h | 15 // Trigger declaration, but not definition, of special members.
|
/external/curl/docs/cmdline-opts/ |
form-string.d | 9 the value have no special meaning. Use this in preference to --form if
|
/external/e2fsprogs/tests/f_filetype/ |
expect.1 | 2 Special (device/socket/fifo/symlink) file (inode 14) has immutable 5 Special (device/socket/fifo/symlink) file (inode 15) has immutable 8 Special (device/socket/fifo/symlink) file (inode 16) has immutable 11 Special (device/socket/fifo/symlink) file (inode 17) has immutable
|
/external/icu/tools/ |
updateicudata.py | 12 # Run with no arguments from any directory, with no special setup required.
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.h | 23 /* As a special exception, you may create a larger work that contains 29 special exception, which will cause the skeleton and the resulting 31 License without this special exception. 33 This special exception was added by the Free Software Foundation in
|
/external/libmojo/base/ |
base_paths_android.h | 9 // These can be used with the PathService to access various special
|
/external/llvm/test/MC/ARM/ |
coproc-diag.s | 0 # Special test to make sure we don't error on VFP co-proc access
|
/external/markdown/tests/misc/ |
multi-test.txt | 4 Now, let's try something *inline{@class=special}*, to see if it works
|