HomeSort by relevance Sort by last modified time
    Searched refs:newlines (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 117 NSCharacterSet *newlines = [NSCharacterSet characterSetWithCharactersInString:@"\r\n"];
128 // Scan each non-empty line in this section. We don't need to explicitly scan the newlines or
132 while ([scanner scanUpToCharactersFromSet:newlines intoString:&line]) {
  /external/jsoncpp/devtools/
licenseupdater.py 26 newline = fin.newlines and fin.newlines[0] or '\n'
  /external/chromium_org/tools/grit/grit/
util_unittest.py 89 newlines = ['\n', '\r\n', '\r']
93 for newline in newlines:
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 66 // Add |newlines| to the |message| after |line|.
68 const std::string& newlines,
70 const std::string tmp = line + newlines;
76 const std::string& newlines,
79 newlines.c_str(), newlines.length(), message);
webrtcsdp_unittest.cc 449 // Add some extra |newlines| to the |message| after |line|.
451 const std::string& newlines,
453 const std::string tmp = line + newlines;
459 const std::string& newlines,
462 newlines.c_str(), newlines.length(), message);
483 // Expect fail to parse kSdpFullString if add |newlines| after |injectpoint|.
485 const std::string& newlines,
488 InjectAfter(injectpoint, newlines, &bad_sdp);
    [all...]
webrtcsession_unittest.cc 136 // Add some extra |newlines| to the |message| after |line|.
138 const std::string& newlines,
140 const std::string tmp = line + newlines;
    [all...]
  /external/chromium_org/third_party/markdown/extensions/
footnotes.py 214 newlines = []
224 newlines.append(lines[i])
229 return newlines
  /external/chromium_org/ppapi/generators/
idl_gen_pnacl.py 232 newlines = new.split(';')
234 diff = d.compare(oldlines, newlines)
  /external/mksh/src/
eval.c 237 /* record number of trailing newlines in COMSUB */
238 int newlines = 0; local
324 newlines = 0;
871 } else if (newlines) {
874 --newlines;
878 /* save newlines */
879 newlines++;
880 if (newlines && c != EOF) {
883 --newlines;
887 newlines = 0
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 14 # newlines; the default is a bizarre string.
46 # Use this to escape newlines from within a shell call;
62 # Use this to unescape newlines from within a shell call;
  /external/llvm/lib/TableGen/
TGLexer.cpp 219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 351 newlines = LocalScale(oldlines, scale, 0.5);
352 set(allMarker,{'LineWidth'},newlines);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text_area_shadow.js 65 * none of the characters are newlines and they're all at the same
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc 212 // Exactly zero or one newlines -may- exist between [begin, end)
998 __m128i newlines = _mm_set1_epi8('\\n'); local
    [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 176 representation without any newlines. For backwards compatibility with
273 representation without any newlines. For backwards compatibility with
  /dalvik/docs/
prettify.js 384 // walk over each character looking for tabs and newlines.
385 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /external/chromium_org/tools/
bisect-builds.py     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/bison/
maint.mk     [all...]
  /external/chromium_org/third_party/readability/js/
readability.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 294 * Are newlines and adjacent spaces significant in the given node's innerHTML?
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 294 * Are newlines and adjacent spaces significant in the given node's innerHTML?
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 294 * Are newlines and adjacent spaces significant in the given node's innerHTML?
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]

Completed in 597 milliseconds

1 2