HomeSort by relevance Sort by last modified time
    Searched defs:pretty (Results 1 - 20 of 20) sorted by null

  /external/oprofile/libop/
op_cpu_type.c 20 char const * pretty; member in struct:cpu_descr
186 return cpu_descrs[cpu_type].pretty;
  /external/qemu/qobject/
qjson.c 76 int pretty; member in struct:ToJsonIterState
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
92 if (s->pretty) {
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent);
103 to_json(obj, s->str, s->pretty, s->indent);
115 if (s->pretty) {
121 to_json(obj, s->str, s->pretty, s->indent);
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent)
199 s.pretty = pretty;
    [all...]
  /cts/tests/print/src/android/print/cts/
PrintInstrument.java 166 * Set or reset "raw mode". In "raw mode", all bundles are dumped. In "pretty mode",
168 * @param rawMode true for raw mode, false for pretty mode.
177 // pretty printer mode?
178 String pretty = null; local
180 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
182 if (pretty != null) {
183 System.out.print(pretty);
201 // pretty printer mode?
202 String pretty = null; local
204 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT)
    [all...]
  /external/chromium_org/third_party/pexpect/
screen.py 92 def pretty (self): member in class:screen
  /external/lldb/test/pexpect-2.4/
screen.py 76 def pretty (self): member in class:screen
  /external/oprofile/utils/
ophelp.c 368 char const * pretty; local
395 pretty = op_get_cpu_type_str(cpu_type);
398 printf("%s\n", pretty);
695 sprintf(title, "oprofile: available events for CPU type \"%s\"\n\n", pretty);
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 40 std::string pretty; local
43 &pretty);
44 return pretty;
  /external/chromium_org/content/browser/geolocation/
network_location_provider_unittest.cc 194 std::string pretty; local
196 &value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &pretty);
197 return pretty;
  /external/chromium_org/third_party/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)
  /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...]
  /ndk/build/core/
definitions.mk     [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 1612 String pretty = null; local
1636 String pretty = null; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 573 EXIF.pretty = function(oImg)
  /build/core/
definitions.mk 764 define pretty macro
769 define pretty macro
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1011 milliseconds