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

1 2 3 4 5

  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/v8/tools/gyp/pylib/gyp/
easy_xml.py 9 def XmlToString(content, encoding='utf-8', pretty=False):
42 pretty: True if we want pretty printing with indents and new lines.
49 if pretty:
51 _ConstructContentList(xml_parts, content, pretty)
57 def _ConstructContentList(xml_parts, specification, pretty, level=0):
63 pretty: True if we want pretty printing with indents and new lines.
67 if pretty:
97 _ConstructContentList(xml_parts, child_spec, pretty, level + 1
    [all...]
  /external/llvm/utils/
GetSourceVersion 22 git log -1 --pretty=format:%H
  /external/mesa3d/bin/
get-pick-list.sh 11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
26 git log -n1 --pretty=oneline $sha | cat
  /build/target/board/
Android.mk 22 $(call pretty,"Generated: ($@)")
  /external/iproute2/lib/
json_writer.c 28 bool pretty; /* optional whitepace */ member in struct:json_writer
32 /* indentation for pretty print */
40 /* end current line and indent if pretty printing */
43 if (!self->pretty)
103 self->pretty = false;
125 self->pretty = on;
157 if (self->pretty)
  /external/skia/tools/
reformat-json.py 11 Rewrites a JSON file to use Python's standard JSON pretty-print format,
  /ndk/tests/device/test-stlport_shared-exception/jni/
pretty2.cpp 58 const char *pretty) throw ()
  /ndk/tests/device/test-stlport_static-exception/jni/
pretty2.cpp 58 const char *pretty) throw ()
  /external/libxml2/os400/
xmllintcl.c 52 vary2 * pretty; /* Pretty-print style. */ member in struct:__anon16897
194 if (args->pretty && args->pretty->len &&
195 args->pretty->string[0] != '0') {
196 vary4arg(&cmd, "--pretty");
197 vary4varg(&cmd, args->pretty);
  /external/elfutils/src/
addr2line.c 76 { "pretty-print", OPT_PRETTY, NULL, 0,
139 static bool pretty; variable
279 pretty = true;
342 printf ("%s%c", symname (name), pretty ? ' ' : '\n');
353 /* When using --pretty-print we only show inlines on their
355 if (pretty)
439 printf ("??%c", pretty ? ' ': '\n');
441 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n');
470 printf ("%c", pretty ? ' ' : '\n');
672 printf ("0x%.*" PRIx64 "%s", width, addr, pretty ? ": " : "\n")
    [all...]
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 188 // pretty printer mode?
189 String pretty = null; local
191 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
193 if (pretty != null) {
194 System.out.print(pretty);
211 // pretty printer mode?
212 String pretty = null; local
214 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
216 if (pretty != null) {
217 System.out.println(pretty);
    [all...]
  /build/core/tasks/
oem_image.mk 33 $(call pretty,"Target oem fs image: $@")
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
schema.py 18 deserialized JSON objects, or pretty print them as prototype objects that
83 # Cache of pretty printed schemas.
84 self.pretty = {}
88 """Get pretty printed object prototype from the schema name.
107 if name not in self.pretty:
108 self.pretty[name] = _SchemaToStruct(self.schemas[name],
113 return self.pretty[name]
116 """Get pretty printed object prototype from the schema name.
130 """Get pretty printed object prototype of schema.
147 """Get pretty printed object prototype of schema
    [all...]
  /external/v8/build/
tree_truth.sh 42 local sh=$(cd $1 && git log --pretty=oneline -n 3 | tail -1 | awk '{print $1}')
  /packages/apps/Camera2/
version.mk 89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /packages/apps/TV/
version.mk 96 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 171 print message.pretty()
183 print message.pretty()
222 print message.pretty()
229 print message.pretty()
266 # override to avoid parser error in request/response.pretty() in nfcpy
288 print "Parsed handover request: " + request.pretty()
304 print carrier.record.pretty()
334 print carrier.record.pretty()
357 print sel.pretty()
445 print p2p_sel_data.pretty()
    [all...]
wps-nfc.py 145 # override to avoid parser error in request/response.pretty() in nfcpy
166 print "Parsed handover request: " + request.pretty()
193 print sel.pretty()
219 print message.pretty()
258 print message.pretty()
265 print message.pretty()
279 #print wifi.pretty()
378 print tag.ndef.message.pretty()
  /external/libgdx/extensions/gdx-bullet/jni/swig/
TODO.txt 16 Vector3, Matrix4, and Quaternion should be pretty efficient. Their
  /external/v8/tools/gyp/tools/
pretty_sln.py 145 pretty = pretty_vcproj
151 pretty.main(argv)
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 116 # override to avoid parser error in request/response.pretty() in nfcpy
136 print "Parsed handover request: " + request.pretty()
163 print sel.pretty()
238 print tag.ndef.message.pretty()
  /external/clang/test/Sema/
block-misc.c 228 const char * (^pretty)(void) = ^{ return __PRETTY_FUNCTION__; };
  /external/elfutils/tests/
run-addr2line-alt-debugpath.sh 37 testrun_compare ${abs_top_builddir}/src/addr2line --pretty-print -a -f -i -e ${abs_test_bindir}/bin/testfile-inlines --debuginfo-path=${abs_test_debugdir} 0x00000000000005a0 0x00000000000005a1 0x00000000000005b0 0x00000000000005b1 0x00000000000005c0 0x00000000000005d0 0x00000000000005e0 0x00000000000005e1 0x00000000000005f0 0x00000000000005f1 0x00000000000005f2 <<\EOF

Completed in 438 milliseconds

1 2 3 4 5