| /build/core/ |
| multi_prebuilt.mk | 52 $(error $(LOCAL_PATH): Leading or trailing colons in "$(1)")) \
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| tabnanny.py | 144 # the normal form as a pair (count, trailing), where: 148 # trailing 149 # the number of trailing spaces in raw[:n] 181 count, trailing = self.norm 182 return max(len(count)-1, trailing) 192 # il = trailing + sum (i/ts + 1)*ts*count[i] = 193 # trailing + ts * sum (i/ts + 1)*count[i] = 194 # trailing + ts * sum i/ts*count[i] + count[i] = 195 # trailing + ts * [(sum i/ts*count[i]) + (sum count[i])] = 196 # trailing + ts * [(sum i/ts*count[i]) + num_tabs [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| tabnanny.py | 144 # the normal form as a pair (count, trailing), where: 148 # trailing 149 # the number of trailing spaces in raw[:n] 181 count, trailing = self.norm 182 return max(len(count)-1, trailing) 192 # il = trailing + sum (i/ts + 1)*ts*count[i] = 193 # trailing + ts * sum (i/ts + 1)*count[i] = 194 # trailing + ts * sum i/ts*count[i] + count[i] = 195 # trailing + ts * [(sum i/ts*count[i]) + (sum count[i])] = 196 # trailing + ts * [(sum i/ts*count[i]) + num_tabs [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| tabnanny.py | 144 # the normal form as a pair (count, trailing), where: 148 # trailing 149 # the number of trailing spaces in raw[:n] 181 count, trailing = self.norm 182 return max(len(count)-1, trailing) 192 # il = trailing + sum (i/ts + 1)*ts*count[i] = 193 # trailing + ts * sum (i/ts + 1)*count[i] = 194 # trailing + ts * sum i/ts*count[i] + count[i] = 195 # trailing + ts * [(sum i/ts*count[i]) + (sum count[i])] = 196 # trailing + ts * [(sum i/ts*count[i]) + num_tabs [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| tabnanny.py | 144 # the normal form as a pair (count, trailing), where: 148 # trailing 149 # the number of trailing spaces in raw[:n] 181 count, trailing = self.norm 182 return max(len(count)-1, trailing) 192 # il = trailing + sum (i/ts + 1)*ts*count[i] = 193 # trailing + ts * sum (i/ts + 1)*count[i] = 194 # trailing + ts * sum i/ts*count[i] + count[i] = 195 # trailing + ts * [(sum i/ts*count[i]) + (sum count[i])] = 196 # trailing + ts * [(sum i/ts*count[i]) + num_tabs [all...] |
| /external/clang/test/Parser/ |
| cxx0x-attributes.cpp | 158 auto trailing() -> [[]] const int; // expected-error {{an attribute list cannot appear here}} 159 auto trailing() -> const [[]] int; // expected-error {{an attribute list cannot appear here}} 160 auto trailing() -> const int [[]];
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| text_file.py | 19 leading and/or trailing whitespace. All of these are optional 46 strip trailing whitespace (including line terminator!) from 63 Note that since 'rstrip_ws' can strip the trailing newline, the 205 # Have to preserve the trailing newline, because it's 209 # and has no trailing newline, we will think that it's 259 # trailing, or one or the other, or neither)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| text_file.py | 19 leading and/or trailing whitespace. All of these are optional 46 strip trailing whitespace (including line terminator!) from 63 Note that since 'rstrip_ws' can strip the trailing newline, the 205 # Have to preserve the trailing newline, because it's 209 # and has no trailing newline, we will think that it's 259 # trailing, or one or the other, or neither)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| text_file.py | 19 leading and/or trailing whitespace. All of these are optional 46 strip trailing whitespace (including line terminator!) from 63 Note that since 'rstrip_ws' can strip the trailing newline, the 205 # Have to preserve the trailing newline, because it's 209 # and has no trailing newline, we will think that it's 259 # trailing, or one or the other, or neither)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| text_file.py | 19 leading and/or trailing whitespace. All of these are optional 46 strip trailing whitespace (including line terminator!) from 63 Note that since 'rstrip_ws' can strip the trailing newline, the 205 # Have to preserve the trailing newline, because it's 209 # and has no trailing newline, we will think that it's 259 # trailing, or one or the other, or neither)
|
| /external/v8/test/webkit/ |
| toString-elision-trailing-comma.js | 40 // this is the first testcase that proves that trailing 106 // and that toString doesn't remove the trailing elision comma.
|
| gmail-re-re.js | 48 // then removes a leading and trailing space if they exist. (From Gmail)
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
| archv6t2-bad.s | 2 @ registers belong, trailing junk at end of line.
|
| /external/libxml2/ |
| encoding.c | 228 int trailing; local 243 if (d < 0x80) { c= d; trailing= 0; } 245 /* trailing byte in leading position */ 249 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; } 250 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; } 251 else if (d < 0xF8) { c= d & 0x07; trailing= 3; } 259 if (inend - in < trailing) { 263 for ( ; trailing; trailing--) { 401 int trailing; local 580 int trailing; local 822 int trailing; local [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_tokenize.py | 69 untokenize a little trickier. Note that this test involves trailing 71 two trailing blanks apperant in the expected output.
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_tokenize.py | 69 untokenize a little trickier. Note that this test involves trailing 71 two trailing blanks apperant in the expected output.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_tokenize.py | 69 untokenize a little trickier. Note that this test involves trailing 71 two trailing blanks apperant in the expected output.
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_tokenize.py | 69 untokenize a little trickier. Note that this test involves trailing 71 two trailing blanks apperant in the expected output.
|
| /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
| SplitterTest.java | 93 String trailing = "a,b,c,"; local 94 Iterable<String> letters = COMMA_SPLITTER.split(trailing); 194 String trailing = "a,b,c,"; local 195 Iterable<String> letters = Splitter.on(',').split(trailing);
|
| /external/mesa3d/src/mapi/glapi/gen/ |
| mesadef.py | 57 print '; trailing number is the number of bytes of '
|
| /ndk/tests/standalone/builtin-macros/ |
| run.sh | 21 # for cygwin, it's important to remove trailing '\r' as well
|
| /external/autotest/server/site_tests/infra_ServoDiagnosis/ |
| infra_ServoDiagnosis.py | 162 output. A trailing newline, if any, is stripped. 164 @return Output from the command with the trailing newline
|
| /external/guava/guava-tests/test/com/google/common/base/ |
| SplitterTest.java | 96 String trailing = "a,b,c,"; local 97 Iterable<String> letters = COMMA_SPLITTER.split(trailing); 197 String trailing = "a,b,c,"; local 198 Iterable<String> letters = Splitter.on(',').split(trailing); 328 String trailing = "a,b,c,"; local 329 Iterable<String> letters = Splitter.onPattern(",").split(trailing);
|
| /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
| ULocale.java | [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| ULocale.java | 2277 String trailing = null; local [all...] |