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

12 3 4 5

  /external/v8/test/webkit/
pretty-print.js 25 "This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly"
dfg-get-by-val-clobber.js 38 // Simple test, pretty easy to pass.
  /external/opencv3/3rdparty/jinja2/
utils.py 174 """Prettyprint an object. Either use the `pretty` library or the
178 from pretty import pretty namespace
179 return pretty(obj, verbose=verbose)
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c 604 /* pretty print a board in the specified hexagonal format */
605 void pretty(signed char *b) { function
623 pretty(solutions[0]);
624 pretty(solutions[solution_count-1]);
meteor-contest.go 607 /* pretty print a board in the specified hexagonal format */
608 func pretty(b *[50]int8) {
654 pretty(smallest)
655 pretty(largest)
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c 604 /* pretty print a board in the specified hexagonal format */
605 void pretty(signed char *b) { function
623 pretty(solutions[0]);
624 pretty(solutions[solution_count-1]);
meteor-contest.go 607 /* pretty print a board in the specified hexagonal format */
608 func pretty(b *[50]int8) {
654 pretty(smallest)
655 pretty(largest)
  /external/curl/
maketgz 132 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > CHANGES.dist
  /external/iproute2/misc/
nstat.c 39 int pretty = 0; variable
281 jsonw_pretty(jw, pretty);
323 jsonw_pretty(jw, pretty);
496 " -p, --pretty pretty print\n"
513 { "pretty", 0, 0, 'p' },
560 pretty = 1;
ifstat.c 47 int pretty; variable
248 jsonw_pretty(jw, pretty);
451 jsonw_pretty(jw, pretty);
477 jsonw_pretty(jw, pretty);
655 " -p, --pretty pretty print\n"
673 { "pretty", 0, 0, 'p' },
714 pretty = 1;
  /frameworks/base/services/usage/java/com/android/server/usage/
UserUsageStatsService.java 484 private String formatDateTime(long dateTime, boolean pretty) {
485 if (pretty) {
491 private String formatElapsedTime(long elapsedTime, boolean pretty) {
492 if (pretty) {
  /build/core/
Makefile 480 $(call pretty,"Target ram disk: $@")
544 $(call pretty,"Target boot image: $@")
559 $(call pretty,"Target boot image: $@")
574 $(call pretty,"Target boot image: $@")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 37 Pretty printing::
91 Using json.tool from the shell to validate and pretty-print::
151 object members will be pretty-printed with that indent level. An indent
215 object members will be pretty-printed with that indent level. An indent
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 37 Pretty printing::
91 Using json.tool from the shell to validate and pretty-print::
151 object members will be pretty-printed with that indent level. An indent
215 object members will be pretty-printed with that indent level. An indent
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 37 Pretty printing::
91 Using json.tool from the shell to validate and pretty-print::
151 object members will be pretty-printed with that indent level. An indent
215 object members will be pretty-printed with that indent level. An indent
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 37 Pretty printing::
91 Using json.tool from the shell to validate and pretty-print::
151 object members will be pretty-printed with that indent level. An indent
215 object members will be pretty-printed with that indent level. An indent
  /external/elfutils/tests/
run-addr2line-test.sh 110 echo "# Pretty with functions and addresses."
111 testrun_compare ${abs_top_builddir}/src/addr2line --pretty -a -f -e testfile 0x08048468 0x0804845c << EOF
run-addr2line-i-test.sh 200 # All together now (plus function names and addresses and pretty)
201 testrun_compare ${abs_top_builddir}/src/addr2line --pretty-print -a -f -i -e testfile-inlines 0x00000000000005a0 0x00000000000005a1 0x00000000000005b0 0x00000000000005b1 0x00000000000005c0 0x00000000000005d0 0x00000000000005e0 0x00000000000005e1 0x00000000000005f0 0x00000000000005f1 0x00000000000005f2 <<\EOF
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeProperty.java 400 private String pretty; field in class:UnicodeProperty.Name
408 skeleton = pretty = name;
410 pretty = regularize(name, style == TITLE);
411 skeleton = toSkeleton(pretty);
428 return pretty;
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 399 private String pretty; field in class:UnicodeProperty.Name
407 skeleton = pretty = name;
409 pretty = regularize(name, style == TITLE);
410 skeleton = toSkeleton(pretty);
427 return pretty;
    [all...]
  /build/tools/droiddoc/templates-ndk/
sample.cs 77 <pre id="codesample-line-numbers" class="no-pretty-print hidden"></pre>
  /build/tools/droiddoc/templates-sdk/
sample.cs 72 <pre id="codesample-line-numbers" class="no-pretty-print hidden"></pre>
  /external/curl/tests/
testcurl.pl 437 @commits=`git log --pretty=oneline --abbrev-commit -5`;
460 @commits=`git log --pretty=oneline --abbrev-commit -5`;
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /packages/apps/Messaging/
version.mk 110 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)

Completed in 1526 milliseconds

12 3 4 5