HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 176 - 200 of 2404) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
continue-typing-to-dismiss-reversion.html 35 <p>After seeing the reversion panel, start typing (excluding whitespace). You should see the panel being
  /external/chromium_org/third_party/android_testrunner/
am_instrument_parser.py 91 line = line.strip(string.whitespace)
94 key = re_result.search(line).group(1).strip(string.whitespace)
97 val = re_result.search(line).group(2).strip(string.whitespace)
107 val = re_code.search(line).group(1).strip(string.whitespace)
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.cpp 102 // check first non-whitespace character and
110 // take whitespace-separated items from the line
112 // find whitespace after the item or the end of the line
118 // the item is terminated by whitespace, terminate it with NUL
  /external/chromium_org/third_party/launchpad_translations/
inspector_strings_ro.xtb 7 <translation id="1653705052218729891">(whitespace)</translation>
  /external/chromium_org/third_party/lcov/man/
gendesc.1 26 least one whitespace character (tab or space)
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
string_split.cc 26 // Avoid converting an empty or all-whitespace source string into a vector
string_split.h 10 // 2) Does not trim whitespace.
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
README 31 non-whitespace token will result in a parse error, (where it should be
  /external/chromium_org/tools/json_schema_compiler/dart_test/
comments.dart 25 /// stuff here. This paragraph starts with whitespace. Overall, its a
comments.idl 26 // This paragraph starts with whitespace.
  /external/clang/lib/AST/
CommentBriefParser.cpp 23 /// Convert all whitespace into spaces, remove leading and trailing spaces,
113 // If the next token is a whitespace only text, ignore it. Thus we allow
114 // two paragraphs to be separated by line that has only whitespace in it.
131 // End first paragraph if we found some non-whitespace text.
  /external/clang/test/Misc/
ast-dump-stmt.c 1 // RUN: %clang_cc1 -ast-dump -ast-dump-filter Test %s | FileCheck -strict-whitespace %s
wrong-encoding.c 1 // RUN: %clang_cc1 -fsyntax-only -Wno-unused-value %s 2>&1 | FileCheck -strict-whitespace %s
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p5.c 2 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
dump_macros.c 1 // RUN: %clang_cc1 -E -dM %s -o - | FileCheck %s -strict-whitespace
line-directive-output.c 1 // RUN: %clang_cc1 -E %s 2>&1 | FileCheck %s -strict-whitespace
macro_disable.c 1 // RUN: %clang_cc1 %s -E | FileCheck -strict-whitespace %s
pragma_unknown.c 2 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
  /external/icu4c/tools/toolutil/
pkg_icu.cpp 104 // check first non-whitespace character and
112 // take whitespace-separated items from the line
114 // find whitespace after the item or the end of the line
120 // the item is terminated by whitespace, terminate it with NUL
  /external/llvm/test/Object/
archive-format.test 14 RUN: cat test.a | FileCheck -strict-whitespace %s
  /external/mesa3d/src/glsl/glcpp/
README 31 non-whitespace token will result in a parse error, (where it should be
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 37 static const char* WHITESPACE = " \t\r";
101 mTokenizer->skipDelimiters(WHITESPACE);
148 mTokenizer->skipDelimiters(WHITESPACE);
151 mTokenizer->skipDelimiters(WHITESPACE);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
escape 6 Make sure escaping of whitespace works in target names.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 75 * padding" whitespace, i.e., all whitespace that appears immediately
91 pushbackq.clear(); // discard any whitespace preceding EOF
99 pushbackq.clear(); // discard any whitespace preceding EOL
  /packages/inputmethods/LatinIME/java/res/values-fr/
donottranslate.xml 26 <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->

Completed in 300 milliseconds

1 2 3 4 5 6 78 91011>>