/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/frameworks/compile/slang/ |
slang_rs_special_kernel_param.cpp | 91 // Process the optional special parameters: 92 // - Sets *IndexOfFirstSpecialParameter to the index of the first special parameter, or 94 // - Add bits to *SignatureMetadata for the found special parameters. 107 // Find all special parameters if present. 127 // as a special parameter. 131 "The special parameter of type '%0' must be called " 137 // If it's not a special parameter, check that it appears before any special 143 "appear after any of the special parameters (%2).") 154 // Verify that this special parameter is OK for the current API level [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
cookie_test.go | 59 // The "special" cookies have values containing commas or spaces which 62 &Cookie{Name: "special-1", Value: "a z"}, 63 `special-1=a z`, 66 &Cookie{Name: "special-2", Value: " z"}, 67 `special-2=" z"`, 70 &Cookie{Name: "special-3", Value: "a "}, 71 `special-3="a "`, 74 &Cookie{Name: "special-4", Value: " "}, 75 `special-4=" "`, 78 &Cookie{Name: "special-5", Value: "a,z"} [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
cookie_test.go | 59 // The "special" cookies have values containing commas or spaces which 62 &Cookie{Name: "special-1", Value: "a z"}, 63 `special-1=a z`, 66 &Cookie{Name: "special-2", Value: " z"}, 67 `special-2=" z"`, 70 &Cookie{Name: "special-3", Value: "a "}, 71 `special-3="a "`, 74 &Cookie{Name: "special-4", Value: " "}, 75 `special-4=" "`, 78 &Cookie{Name: "special-5", Value: "a,z"} [all...] |
/art/test/800-smali/smali/ |
b_22244733.smali | 6 return-object p0 # Simple return, use the special-method path in Quick.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
README.txt | 6 knowledge of special cases, and is extensible.
|
/external/clang/test/Modules/Inputs/ |
cxx-irgen-right.h | 7 // Trigger declaration, but not definition, of special members.
|
/external/clang/test/Modules/ |
merge-implicit-special-members.cpp | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/merge-implicit-special-members -verify %s
|
/external/clang/test/Sema/ |
freemain.c | 3 // Tests that -ffreestanding disables all special treatment of main().
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
MAKEPP | 1 As a special exception, FreeType can also be built with the 'makepp'
|
/external/strace/ |
exit.c | 9 /* special case: we stop tracing this process, finish line now */
|
/external/testng/src/main/java/org/testng/ |
ITest.java | 5 * special treatment, such as having the test name displayed
|
/frameworks/compile/slang/tests/F_root_compute_int_in/ |
stderr.txt.expect | 1 root_compute_int_in.rs:4:21: error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('context', 'x', 'y', 'z'). Parameter 'in' is of type: 'const int'
|
/prebuilts/go/darwin-x86/src/math/ |
asin.go | 16 // Special cases are: 23 return x // special case 31 return NaN() // special case 49 // Special case is:
|
logb.go | 9 // Special cases are: 14 // special cases 28 // Special cases are: 33 // special cases
|
nextafter.go | 9 // Special cases are: 15 case IsNaN(float64(x)) || IsNaN(float64(y)): // special case 31 // Special cases are: 37 case IsNaN(x) || IsNaN(y): // special case
|
/prebuilts/go/linux-x86/src/math/ |
asin.go | 16 // Special cases are: 23 return x // special case 31 return NaN() // special case 49 // Special case is:
|
logb.go | 9 // Special cases are: 14 // special cases 28 // Special cases are: 33 // special cases
|
nextafter.go | 9 // Special cases are: 15 case IsNaN(float64(x)) || IsNaN(float64(y)): // special case 31 // Special cases are: 37 case IsNaN(x) || IsNaN(y): // special case
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mrs-msr-thumb-v7-m-bad.l | 2 [^:]*:5: Error: selected processor does not support requested special purpose register -- `mrs r4,cpsr' 3 [^:]*:6: Error: selected processor does not support requested special purpose register -- `mrs r5,spsr' 8 [^:]*:11: Error: selected processor does not support requested special purpose register -- `msr cpsr_f,r7' 9 [^:]*:12: Error: selected processor does not support requested special purpose register -- `msr spsr,r8'
|