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

12 3

  /external/iptables/
iptables-xml.c 502 char *spaces = strchr(argv[arg], ' '); local
504 if (spaces || argvattr[arg])
508 if (spaces || argvattr[arg])
799 /* two spaces? */
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 388 return CharacterClassEscape(CharacterClass::spaces(), false);
401 : CharacterClassEscape(CharacterClass::spaces(), true);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 223 /* Allocate memory filled with spaces. Allocates using malloc. */
225 extern const char *spaces (int count);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 223 /* Allocate memory filled with spaces. Allocates using malloc. */
225 extern const char *spaces (int count);
  /external/v8/src/
heap.cc 315 // Not all spaces have remembered set bits that we care about.
329 AllSpaces spaces; local
330 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) {
530 // allocation in the other spaces.
731 // Verify that there are no pointers to new space in spaces where we
782 // Promoted objects can go into various old-generation spaces, and
783 // can be allocated internally in the spaces (from the free list).
801 // there are no intergenerational pointers in code or data spaces.
1003 // data, or cell spaces
3118 AllSpaces spaces; local
3680 PagedSpaces spaces; local
3690 AllSpaces spaces; local
3699 AllSpaces spaces; local
    [all...]
mirror-debugger.js     [all...]
  /external/v8/
Android.v8common.mk 61 src/spaces.cc \
  /external/v8/test/mjsunit/
escape.js 38 // Check spaces are escaped
unicode-test.js     [all...]
  /sdk/files/
find_java.bat 71 rem of the %1 path (i.e. the path with only short names and no spaces).
  /dalvik/tools/dmtracedump/
TraceDump.c 1247 char spaces[MAX_STACK_DEPTH+1]; local
1482 char *spaces = " "; \/* 6 spaces *\/ local
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 74 TextRunComponent(int spaces, const Font &font, int offset);
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 459 unsigned spaces = 0; local
464 spaces++;
467 ASSERT(spaces <= numSpaces);
471 spaceAdd = (availableWidth - totWidth) * spaces / numSpaces;
475 numSpaces -= spaces;
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 218 report_error(TYPE_NOTICE, 'Language file contains irregular indentation (other than 4 spaces per indentation level)!');
    [all...]
  /build/core/
main.mk 89 # Make sure that there are no spaces in the absolute path; the
99 $(warning any spaces.)
101 $(error Directory names containing spaces not supported)
Makefile 82 $(error BUILD_FINGERPRINT cannot contain spaces: "$(BUILD_FINGERPRINT)")
164 # "=" characters, without any internal spaces.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 316 # Convert all tabs to spaces.
322 # Strip any lines consisting only of spaces and tabs.
471 [ ]* # trailing spaces/tabs
481 [ ]* # trailing spaces/tabs
610 [ ]{0,2} # Zero, one, or two spaces.
613 [ ]* # Tailing spaces
684 (?:\n[ ]*)? # one optional newline followed by spaces
713 [ ]* # ignore any spaces/tabs between closing quote and )
747 # lower-case and turn embedded newlines into spaces
806 (?:\n[ ]*)? # one optional newline followed by spaces
    [all...]
  /ndk/build/core/
init.mk 42 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
definitions.mk 560 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain spaces)\
    [all...]
  /external/grub/docs/
texinfo.tex 475 % If an index command is used in an @example environment, any spaces
476 % therein should become regular spaces in the raw index file, not the
    [all...]
  /dalvik/docs/
prettify.js 372 /** returns a function that expand tabs to spaces. This function can be fed
380 var SPACES = ' ';
397 // nSpaces is the amount of padding -- the number of spaces needed
402 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
403 out.push(SPACES.substring(0, nSpaces));
    [all...]
  /frameworks/base/core/java/android/view/
View.java 8234 StringBuilder spaces = new StringBuilder((depth * 2 + 3) * 2); local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 637 spaces). As an example, here is a snippet of 4 IOs that were merged
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 913 milliseconds

12 3