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

1 2 3 4 5 67 8 9

  /external/chromium_org/v8/tools/gyp/
v8_base.target.linux-x86_64.mk 159 v8/src/spaces.cc \
  /external/valgrind/main/helgrind/
hg_main.c 395 HChar spaces[128+1]; local
400 spaces[i] = ' ';
401 spaces[i] = 0;
403 VG_(printf)("%s", spaces);
    [all...]
  /external/bison/build-aux/
texinfo.tex 507 % If an index command is used in an @example environment, any spaces
508 % therein should become regular spaces in the raw index file, not the
    [all...]
  /art/oatdump/
oatdump.cc 1058 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
selection_util.js 309 * spaces (and also some other characters).
  /external/chromium_org/remoting/webapp/
client_plugin.js 169 * Splits a string into a list of words delimited by spaces.
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 4449 static const char *spaces = " "; \/* 20 spaces *\/ local
    [all...]
  /ndk/build/core/
init.mk 70 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
definitions.mk     [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...]
  /external/chromium_org/v8/src/
messages.js 566 // TODO(608): the spaces in a regexp below had to be escaped as \040
567 // because this file is being processed by js2c whose handling of spaces
    [all...]
mark-compact.cc 21 #include "src/spaces-inl.h"
634 // to only refill them for old data and pointer spaces.
978 PagedSpaces spaces(heap());
979 for (PagedSpace* space = spaces.next();
981 space = spaces.next()) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 528 % If an index command is used in an @example environment, any spaces
529 % therein should become regular spaces in the raw index file, not the
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 597 new lines and tabs (e.g., we do not treat tabs as spaces).
633 # spaces If callee wanted tabs to be single space then we do that
644 # spaces, the tabs and the next non white space (e.g. next word).
653 # Spaces found on the line are ignored, they get added while wrapping as
655 for spaces, current_tabs, word in line_regex.findall(text_line.rstrip()):
656 # If tabs weren't converted to spaces, handle them now
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 597 new lines and tabs (e.g., we do not treat tabs as spaces).
633 # spaces If callee wanted tabs to be single space then we do that
644 # spaces, the tabs and the next non white space (e.g. next word).
653 # Spaces found on the line are ignored, they get added while wrapping as
655 for spaces, current_tabs, word in line_regex.findall(text_line.rstrip()):
656 # If tabs weren't converted to spaces, handle them now
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 122 # wildcard can handle spaces, the rest can't.
123 # Since I could find no way to make foreach work with spaces in filenames
124 # correctly, the .d files have spaces replaced with another character. The .d
303 # Define a dir function that can handle spaces.
305 # "leading spaces cannot appear in the text of the first argument as written.
310 # http://stackoverflow.com/questions/1189781/using-make-dir-or-notdir-on-a-path-with-spaces
340 # Doesn't work with spaces, but that's fine: .d files have spaces in
349 # We remove slashes and replace spaces with new lines;
408 """ instead of spaces, take that into account
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 42 # 2002-10-26 / Peter Oberparleiter: implemented --num-spaces
281 our $tab_size = 8; # Number of spaces to use in place of tab
393 "num-spaces=i" => \$tab_size,
490 print(STDERR "ERROR: invalid number of spaces specified: ".
598 --num-spaces NUM Replace tabs with NUM spaces in source view
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 320 // Convert windows slashes to unix slashes and spaces/newlines to commas.
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/bison/
maint.mk 765 halt='help2man requires at least two spaces between an option and its description'\
    [all...]
  /external/blktrace/btt/doc/
btt.tex 637 spaces). As an example, here is a snippet of 4 IOs that were merged
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]

Completed in 1406 milliseconds

1 2 3 4 5 67 8 9