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

1 2 3 45 6 7 8 9

  /development/ndk/platforms/android-L/include/linux/
btrfs.h 279 struct btrfs_ioctl_space_info spaces[0]; member in struct:btrfs_ioctl_space_args
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 75 extern void ppc_indent(struct ppc_function *p, int spaces);
rtasm_ppc.c 122 ppc_indent(struct ppc_function *p, int spaces)
124 p->indent += spaces;
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 26 character is replaced with spaces).
103 # character. This matches single characters so that non-spaces are replaced
104 # with spaces.
111 # placeholders because different languages require different numbers of spaces
152 # writing out attributes, so we wouldn't know to escape spaces.
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 75 extern void ppc_indent(struct ppc_function *p, int spaces);
rtasm_ppc.c 122 ppc_indent(struct ppc_function *p, int spaces)
124 p->indent += spaces;
  /ndk/build/core/
setup-toolchain.mk 82 # 1/ Use 'subst' to convert dashes into spaces, this generates a list
84 # 3/ Use 'subst' again to convert the spaces back into dashes
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 522 for (int spaces = 0; spaces < (indent * 4); spaces++)
527 for (int spaces = 0; spaces < ((indent+1) * 4); spaces++)
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs.h 305 struct btrfs_ioctl_space_info spaces[0]; member in struct:btrfs_ioctl_space_args
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 572 var spaces = 0;
573 while (spaces < WebInspector.CodeMirrorTextEditor.MaximumNumberOfWhitespacesPerSingleSpan && stream.peek() === " ") {
574 ++spaces;
577 return "whitespace whitespace-" + spaces;
    [all...]
  /external/kernel-headers/original/uapi/linux/
btrfs.h 348 struct btrfs_ioctl_space_info spaces[0]; member in struct:btrfs_ioctl_space_args
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
btrfs.h 305 struct btrfs_ioctl_space_info spaces[0]; member in struct:btrfs_ioctl_space_args
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
btrfs.h 305 struct btrfs_ioctl_space_info spaces[0]; member in struct:btrfs_ioctl_space_args
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
btrfs.h 305 struct btrfs_ioctl_space_info spaces[0]; member in struct:btrfs_ioctl_space_args
  /external/chromium_org/v8/src/
heap.cc 374 PrintPID("All spaces, used: %6" V8_PTR_PREFIX "d KB"
452 AllSpaces spaces(this);
453 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) {
475 PagedSpaces spaces(this);
476 for (PagedSpace* space = spaces.next();
478 space = spaces.next()) {
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
JsonReaderTest.java 933 String spaces = repeat(' ', 8192); local
935 "[\n\n" + spaces + "\n\n\n0,}]");
    [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 178 and is converted to a string with that many spaces.
275 and is converted to a string with that many spaces.
  /external/chromium_org/v8/test/intl/string/
normalization.js 39 // Various kinds of spaces
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 407 lodsb # skip spaces
478 call num_to_ascii # print number of spaces
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 407 lodsb # skip spaces
478 call num_to_ascii # print number of spaces
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 344 // we don't handle spaces within quoted parameter values, because charset names cannot have any
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 103 // Contains whitespace (spaces and tabs).
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 248 // that many spaces.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 103 // Contains whitespace (spaces and tabs).
  /external/chromium_org/v8/tools/gyp/
v8_base.host.darwin-arm.mk 158 v8/src/spaces.cc \

Completed in 1786 milliseconds

1 2 3 45 6 7 8 9