/libcore/luni/src/main/java/javax/xml/parsers/ |
DocumentBuilderFactory.java | 37 private boolean whitespace = false; field in class:DocumentBuilderFactory 144 * whitespace in element content (sometimes known loosely as 145 * 'ignorable whitespace') when parsing XML documents (see XML Rec 146 * 2.10). Note that only whitespace which is directly contained within 152 * @param whitespace true if the parser created must eliminate whitespace 157 public void setIgnoringElementContentWhitespace(boolean whitespace) { 158 this.whitespace = whitespace; 227 * parsers which ignore ignorable whitespace in element content [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-typed-test.cc | 41 // contains only whitespace characters. 56 // Skip initial whitespace in registered_tests since some 57 // preprocessors prefix stringizied literals with whitespace.
|
/external/chromium_org/chrome/browser/autocomplete/ |
keyword_provider.h | 34 // whitespace-delimited tokens and tries to match the first token as the prefix 57 // Extracts the next whitespace-delimited token from input and returns it. 59 // the first intervening whitespace). 60 // If |trim_leading_whitespace| is true then leading whitespace in 69 // If |trim_leading_whitespace| is true then leading whitespace in 109 // Leading whitespace in |*remaining_input| will be trimmed.
|
history_provider.h | 35 // trailing whitespace.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filter_unittest.py | 57 all_categories = ["tabs", "whitespace", "build/include"] 64 "+whitespace/newline", 236 path_specific = [(["Foo/"], ["+whitespace"])] 241 self.assertFalse(config.should_check("whitespace", "Fooo/bar.txt")) 242 self.assertTrue(config.should_check("whitespace", "Foo/bar.txt")) 244 self.assertTrue(config.should_check("whitespace", "FOO/bar.txt"))
|
/external/chromium_org/third_party/sqlite/src/tool/ |
shell2.test | 107 # NB. whitespace is important 116 # NB. whitespace is important 128 # NB. whitespace is important 142 # NB. whitespace is important 156 # NB. whitespace is important 187 # NB. whitespace is important
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Base64.java | 25 /** marker for accepted whitespace bytes */ 26 private static final byte WHITESPACE = -2; 64 ascii[0x09] = WHITESPACE; 65 ascii[0x0A] = WHITESPACE; 66 ascii[0x0D] = WHITESPACE; 67 ascii[0x20] = WHITESPACE;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Hex.java | 114 * decode the Hex encoded String data - whitespace will be ignored. 137 * whitespace characters will be ignored.
|
/external/chromium/net/tools/flip_server/ |
balsa_enums.h | 34 // there are three sequences of non-whitespace regardless of whether or 42 // and 'version' field for a response. We call the first non whitespace
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
location_bar_util.cc | 20 // Chop at the first '.' or whitespace. 26 // No dot or whitespace, truncate to at most 3 chars.
|
/external/chromium_org/net/ftp/ |
ftp_util.h | 50 // Skips |columns| columns from |text| (whitespace-delimited), and returns the 51 // remaining part, without leading/trailing whitespace.
|
/external/chromium_org/net/tools/balsa/ |
balsa_enums.h | 33 // there are three sequences of non-whitespace regardless of whether or 41 // and 'version' field for a response. We call the first non whitespace
|
/external/chromium_org/third_party/icu/source/tools/genctd/ |
genctd.1.in | 41 Words begin at the beginning of a line and are terminated by the first whitespace. 42 Lines that begin with whitespace are ignored.
|
/external/clang/test/Preprocessor/ |
assembler-with-cpp.c | 1 // RUN: %clang_cc1 -x assembler-with-cpp -E %s -o - | FileCheck -strict-whitespace -check-prefix=CHECK-Identifiers-False %s 52 // RUN: %clang_cc1 -x assembler-with-cpp -fdollars-in-identifiers -E %s -o - | FileCheck -check-prefix=CHECK-Identifiers-True -strict-whitespace %s
|
/frameworks/base/tools/aidl/ |
aidl_language.h | 10 WHITESPACE 129 // strips off the leading whitespace, the "import" text
|
/external/chromium_org/third_party/icu/source/common/ |
util.cpp | 149 * Skip over whitespace in a Replaceable. Whitespace is defined by 155 * whitespace, whereas the call skipWhitespace(text, limit, start), 156 * will back up limit past trailing whitespace. 159 * leading or trailing whitespace, respectively 161 * leading or trailing whitespace, respectively 192 * Parse a single non-whitespace character 'ch', optionally 193 * preceded by whitespace. 199 * @param ch the non-whitespace character to be parsed. 201 * whitespace characters [all...] |
/external/clang/lib/Format/ |
BreakableToken.cpp | 58 // Don't break at leading whitespace. 60 // Make sure that we don't break at leading whitespace that 64 // If the comment is only whitespace, we cannot split. 257 // trailing */. We also need to preserve whitespace, so that */ is 262 // we do not insert trailing whitespace anywhere. 269 // (optionally) the first whitespace. 291 // trimming the trailing whitespace. The backslash will be re-added later when 297 // Calculate the end of the non-whitespace text in the previous line. 304 // Calculate the start of the non-whitespace text in the current line. 312 // Adjust LeadingWhitespace to account all whitespace between the line [all...] |
/development/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)
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
TestHelper.java | 27 * Test source equality after normalizing all whitespace.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenConstants.as | 25 * so that whitespace etc... can go to the parser on a "hidden" channel.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Token.js | 34 * so that whitespace etc... can go to the parser on a "hidden" channel.
|
/external/chromium/base/i18n/ |
file_util_icu.h | 23 // trailing whitespace in 'file_name' is removed.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_with_badge_view.cc | 29 // sized icons (such as 16x16) have either a 5 or a 4 pixel whitespace
|
/external/chromium_org/chrome/tools/build/win/ |
make_zip.sh | 31 # The file names in FILES may contain whitespace, e.g. 'First Run'.
|
/external/chromium_org/components/autofill/core/browser/ |
password_generator.h | 26 // (1) Each character is guaranteed to be a non-whitespace printable ASCII
|