HomeSort by relevance Sort by last modified time
    Searched refs:spaces (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 182 spaces = re.subn(" ", "", key_value)[1]
183 if spaces == 0:
187 '%s: Key-number is %d and number of spaces is %d',
188 key_field, key_number, spaces)
192 if key_number % spaces != 0:
194 '%s: Key-number (%d) is not an integral multiple of spaces '
195 '(%d)' % (key_field, key_number, spaces))
197 part = key_number / spaces
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 233 spaces = re.subn(" ", "", key_value)[1]
234 if spaces == 0:
238 '%s: Key-number is %d and number of spaces is %d',
239 key_field, key_number, spaces)
243 if key_number % spaces != 0:
245 '%s: Key-number (%d) is not an integral multiple of spaces '
246 '(%d)' % (key_field, key_number, spaces))
248 part = key_number / spaces
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 556 var spaces = 0;
560 | ( ' ' { spaces++; }
561 | '\t' { spaces += 8; spaces -= (spaces \% 8); }
564 // make a string of n spaces where n is column number - 1
565 var indentation = new Array(spaces);
566 for (var i=0; i<spaces; i++) {
  /external/srec/srec/crec/
text_parser.c 128 char* spaces[24], *p; /* can't go too high here!! */ local
136 if ((size_t)num_spaces >= sizeof(spaces) / sizeof(char*))
141 spaces[num_spaces++] = p;
160 *spaces[j] = i & (1 << j) ? '_' : ' ';
176 *spaces[j] = i & (1 << j) ? '_' : ' ';
209 /* change speech codes to spaces */
217 /* trim leading spaces */
220 /* trim middle spaces */
230 /* trim ending spaces */
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 77 and using spaces:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 77 and using spaces:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 77 and using spaces:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 72 # passing values with spaces inside a tuple/list
230 spaces = lambda amount=0: ' ' * (amount + indent)
238 "%s}" % (spaces(), spaces(indent_size),
239 spaces(2 * indent_size), spaces(3 * indent_size),
240 spaces(2 * indent_size), spaces(indent_size), spaces()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 72 # passing values with spaces inside a tuple/list
230 spaces = lambda amount=0: ' ' * (amount + indent)
238 "%s}" % (spaces(), spaces(indent_size),
239 spaces(2 * indent_size), spaces(3 * indent_size),
240 spaces(2 * indent_size), spaces(indent_size), spaces()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 99 spaces, firstword = getspacesfirstword(text)
101 if len(text) == len(spaces) or text[len(spaces)] == '#':
104 indent = len(spaces)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 99 spaces, firstword = getspacesfirstword(text)
101 if len(text) == len(spaces) or text[len(spaces)] == '#':
104 indent = len(spaces)
  /external/chromium_org/testing/
generate_gmock_mutant.py 313 spaces = " " * subsequent_offset
318 s = spaces + s
  /ndk/build/core/
setup-imports.mk 25 $(call __ndk_info,ERROR: You NDK_MODULE_PATH variable contains spaces)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
addrspace.h 21 #include <spaces.h>

Completed in 2274 milliseconds

12 3 4 5 6 7 8 9