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

<<31323334353637383940>>

  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
define_test.cpp 116 "#define foo /* whitespace */ (1-1) /* other */ \n"
148 "#define foo( a )( /* whitespace */ a /* other */ )\n"
  /external/chromium_org/third_party/icu/source/i18n/unicode/
selfmt.h 313 * When parsing, leading whitespace is discarded (with a successful parse),
314 * while trailing whitespace is left as is.
  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.cpp 20 // Words end at the first whitespace; lines beginning with whitespace
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.cpp 129 "\tby whitespace (space+tab).\n"
131 "\tLines where the first non-whitespace character is one of %s\n"
  /external/chromium_org/third_party/pexpect/
FSM.py 152 string.digits, string.whitespace, string.letters, etc. to add
317 f.add_transition_list (string.whitespace, 'BUILDING_NUMBER', EndBuildNumber, 'INIT')
  /external/clang/test/Frontend/
rewrite-includes.c 1 // RUN: not %clang_cc1 -verify -E -frewrite-includes -DFIRST -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s
2 // RUN: not %clang_cc1 -verify -E -frewrite-includes -P -DFIRST -I %S/Inputs %s -o - | FileCheck -check-prefix=CHECKNL -strict-whitespace %s
  /external/clang/test/Index/
annotate-comments.cpp 224 // One of the following lines has trailing whitespace. It is intended, don't
233 // One of the following lines has trailing whitespace. It is intended, don't
  /external/doclava/src/com/google/doclava/
Comment.java 244 // there is a non whitespace character to the left of the @
251 // some whitespace character, so keep looking, we might be at a new block comment
  /external/icu4c/i18n/unicode/
selfmt.h 312 * When parsing, leading whitespace is discarded (with a successful parse),
313 * while trailing whitespace is left as is.
  /external/jpeg/
wizard.doc 41 Quantization table files are free format, in that arbitrary whitespace can
153 Scan script files are free format, in that arbitrary whitespace can appear
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mysql.php 49 //'COMMENT_SINGLE' => array(1 =>'--', 2 => '#'), // '--' MUST be folowed by whitespace,not necessarily a space
55 1 => "/(?:--\s).*?$/", // double dash followed by any whitespace
  /external/llvm/docs/TableGen/
LangRef.rst 28 operate at the character level and there is no implied whitespace between
30 implied whitespace between tokens.
  /external/llvm/docs/tutorial/
LangImpl1.rst 192 // Skip any whitespace.
199 in LastChar. The first thing that it has to do is ignore whitespace
OCamlLangImpl1.rst 191 (* Skip any whitespace. *)
197 first thing that it has to do is ignore whitespace between tokens. This
  /external/llvm/lib/TableGen/
TGLexer.cpp 56 return 0; // Just whitespace.
122 // Ignore whitespace.
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RawHeaders.java 50 * <p>This class trims whitespace from values. It never returns values with
51 * leading or trailing whitespace.
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 78 // precise descriptions. Whitespace and comments are skipped. By default,
221 // token (not including whitespace or comments).
  /external/qemu/distrib/jpeg-6b/
wizard.doc 41 Quantization table files are free format, in that arbitrary whitespace can
153 Scan script files are free format, in that arbitrary whitespace can appear
  /external/srec/srec/Nametag/src/
NametagsImpl.c 140 /* Find next whitespace */
151 /* Find next non-whitespace */
  /external/v8/src/
dateparser-inl.h 174 // Ignore other characters and whitespace.
206 return DateToken::WhiteSpace(in_->position() - pre_pos);
json-parser.h 68 // section 15.12.1.1. The only allowed whitespace characters between tokens
89 // If so, then consume c and skip whitespace.
  /external/valgrind/main/include/
pub_tool_libcbase.h 47 // whitespace is ignored. A subsequent '-' or '+' is accepted. For strtoll16,
69 // Convert a string to a double. After leading whitespace is ignored, a
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 127 * @note This function converts the first set of non-whitespace
220 * @note This function converts the first set of non-whitespace
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 152 // whitespace was stripped by aapt.
299 if(eventType == TEXT && isWhitespace()) { // skip whitespace
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 194 /* this is the start of a all-whitespace line */
491 /* It's a non-whitespace char */

Completed in 666 milliseconds

<<31323334353637383940>>