/prebuilts/go/darwin-x86/src/html/ |
entity_test.go | 18 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v)) 26 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v[0]) + string(v[1]))
|
escape.go | 191 `'`, "'", // "'" is shorter than "'" and apos was not in HTML until HTML5. 194 `"`, """, // """ is shorter than """.
|
/prebuilts/go/linux-x86/src/html/ |
entity_test.go | 18 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v)) 26 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v[0]) + string(v[1]))
|
escape.go | 191 `'`, "'", // "'" is shorter than "'" and apos was not in HTML until HTML5. 194 `"`, """, // """ is shorter than """.
|
/system/bt/btcore/src/ |
property.c | 59 // length and comparing against the shorter name. 64 const bt_property_t *shorter = p1, *longer = p2; local 66 shorter = p2; 69 return strlen((const char *)longer->val) == (size_t)shorter->len && !memcmp(longer->val, shorter->val, shorter->len);
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 152 // if the negative was shorter must copy the remaining digits 163 /** @return sign = -1, magnitude = -(-longer.magnitude & -shorter.magnitude)*/ 164 static BigInteger andNegative(BigInteger longer, BigInteger shorter) { 165 // PRE: longer and shorter are negative 166 // PRE: longer has at least as many digits as shorter 168 int iShorter = shorter.getFirstNonzeroDigit(); 170 // Does shorter matter? 171 if (iLonger >= shorter.numberLength) { 180 digit = -shorter.digits[i] & ~longer.digits[i]; 182 digit = ~shorter.digits[i] & -longer.digits[i] [all...] |
/prebuilts/go/darwin-x86/test/ |
float_lit3.go | 39 // is shorter than 1024 bits, it cannot distinguish max64+ulp64/2-1 and max64+ulp64/2.
|
/prebuilts/go/linux-x86/test/ |
float_lit3.go | 39 // is shorter than 1024 bits, it cannot distinguish max64+ulp64/2-1 and max64+ulp64/2.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
transform.py | 165 will be raised when the fill_size is shorter than the length
|
cli.py | 199 description = ('Encrypts a file. The file must be shorter than the key ' 216 description = ('Decrypts a file. The original file must be shorter than '
|
/external/v8/test/mjsunit/es6/ |
typedarray-copywithin.js | 126 // test with target range being shorter than end - start
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
SimplePatternFormatter.java | 60 * Maximum length of a text segment. Longer segments are split into shorter ones. 242 * Can be null, or can be shorter or longer than values. 262 * Can be null, or can be shorter or longer than values. 287 * Can be null, or can be shorter or longer than values. 308 * Can be null, or can be shorter or longer than values.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
SimplePatternFormatter.java | 58 * Maximum length of a text segment. Longer segments are split into shorter ones. 240 * Can be null, or can be shorter or longer than values. 260 * Can be null, or can be shorter or longer than values. 285 * Can be null, or can be shorter or longer than values. 306 * Can be null, or can be shorter or longer than values.
|
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 117 SkString shorter(pathStr, last); 118 if (sk_mkdir(shorter.c_str())) { 125 SkString shorter(pathStr, last); 126 SkAssertResult(sk_mkdir(shorter.c_str())); [all...] |
/external/v8/test/mjsunit/ |
string-indexof-1.js | 96 // Long string that isn't a simple repeat of a shorter string.
|
/external/v8/tools/vim/ |
ninja-build.vim | 35 # This is a list of files that need to identify the src directory. The shorter
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
cgen.go | 135 // ADDs. That will produce shorter, more
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
cgen.go | 129 // ADDs. That will produce shorter, more
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
cgen.go | 132 // ADDs. That will produce shorter, more
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/ |
cgen.go | 126 // ADDs. That will produce shorter, more
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
cgen.go | 135 // ADDs. That will produce shorter, more
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
cgen.go | 129 // ADDs. That will produce shorter, more
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
cgen.go | 132 // ADDs. That will produce shorter, more
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/ |
cgen.go | 126 // ADDs. That will produce shorter, more
|
/external/bison/src/ |
scan-gram.l | 555 /* \\[\"\'?\\] would be shorter, but it confuses xgettext. */
|