HomeSort by relevance Sort by last modified time
    Searched full:printing (Results 51 - 75 of 2524) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/Analysis/CostModel/X86/
alternate-shuffle-cost.ll 18 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2i32':
29 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2f32':
40 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2i32_2':
51 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2f32_2':
65 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2i64':
76 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2f64':
88 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2i64_2':
100 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2f64_2':
113 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v4i32':
125 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v4i32_2'
    [all...]
  /external/llvm/test/Analysis/BranchProbabilityInfo/
basic.ll 4 ; CHECK: Printing analysis {{.*}} for function 'test1'
26 ; CHECK: Printing analysis {{.*}} for function 'test2'
49 ; CHECK: Printing analysis {{.*}} for function 'test3'
93 ; CHECK: Printing analysis {{.*}} for function 'test4'
122 ; CHECK: Printing analysis {{.*}} for function 'test5'
151 ; CHECK: Printing analysis {{.*}} for function 'test_cold_call_sites'
178 ; CHECK: Printing analysis {{.*}} for function 'zero1'
197 ; CHECK: Printing analysis {{.*}} for function 'zero2'
216 ; CHECK: Printing analysis {{.*}} for function 'zero3'
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 1 //===--- TextDiagnostic.h - Text Diagnostic Pretty-Printing -----*- C++ -*-===//
10 // This is a utility class that provides support for textual pretty-printing of
23 /// \brief Class to encapsulate the logic for formatting and printing a textual
31 /// The purpose of this class is to isolate the implementation of printing
34 /// printing coming out of libclang.
  /external/guava/guava/src/com/google/common/base/
Ascii.java 128 * the printing position one printing space backward on the same
129 * printing line. (Applicable also to display devices.)
137 * movement of the printing position to the next in a series of
138 * predetermined positions along the printing line. (Applicable also to
147 * the printing position to the next printing line. (Applicable also to
150 * movement of the printing point to the first printing position on the
151 * next printing line. Use of this convention requires agreemen
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.h 102 * @param bool True if debug printing should be enabled on the Serial.
140 /** @brief Enable debug printing of all ACI commands sent and ACI events received
142 * when the enable parameter is true. The debug printing is enabled on the Serial.
143 * When the enable parameter is false. The debug printing is disabled on the Serial.
144 * By default the debug printing is disabled.
  /frameworks/base/docs/html/training/printing/
custom-docs.jd 1 page.title=Printing Custom Documents
2 parent.title=Printing Content
38 manage printing on multiple pages.</p>
41 build content for printing.</p>
46 <p>When your application manages the printing process directly, the first step after receiving a
49 and begin the printing lifecycle. The following code example shows how to get the print manager
50 and start the printing process.</p>
69 android.print.PrintDocumentAdapter} class which handles the steps of the printing lifecycle. The
75 provide hints to the printing framework and pre-set options based on the previous printing cycle
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 36 * This class demonstrates how to implement HTML content printing
74 // Create a WebView and hold on to it as the printing will start when
122 // Intercept the finish call to know when printing is done
PrintHtmlFromScreen.java 31 * This class demonstrates how to implement HTML content printing
36 * action bar. The shown {@link WebView} is doing the printing.
  /external/kernel-headers/original/uapi/linux/
lp.h 43 * have extremely slow printing, or if the machine seems to slow down
44 * a lot when you print. If you have slow printing, increase this
63 * change back and forth between character and graphics printing, which
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
lp.h 43 * have extremely slow printing, or if the machine seems to slow down
44 * a lot when you print. If you have slow printing, increase this
63 * change back and forth between character and graphics printing, which
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
lp.h 43 * have extremely slow printing, or if the machine seems to slow down
44 * a lot when you print. If you have slow printing, increase this
63 * change back and forth between character and graphics printing, which
  /prebuilts/go/darwin-x86/src/cmd/fix/
main_test.go 46 t.Errorf("%s: printing: %v", desc, err)
68 t.Errorf("%s: printing: %v", desc, err)
83 // reformat to get printing right
  /prebuilts/go/linux-x86/src/cmd/fix/
main_test.go 46 t.Errorf("%s: printing: %v", desc, err)
68 t.Errorf("%s: printing: %v", desc, err)
83 // reformat to get printing right
  /external/llvm/tools/opt/
PassPrinters.cpp 41 Out << "Printing analysis '" << PassToPrint->getPassName()
74 Out << "Printing analysis '" << PassToPrint->getPassName() << "':\n";
111 Out << "Printing analysis '" << PassToPrint->getPassName() << "':\n";
143 Out << "Printing analysis '" << PassToPrint->getPassName() << "':\n";
176 Out << "Printing analysis '" << PassToPrint->getPassName() << "' for "
211 Out << "Printing Analysis info for BasicBlock '" << BB.getName()
  /external/libchrome/base/json/
string_escape.h 23 // Non-printing control characters will be escaped as \uXXXX sequences for
33 // converting UTF-16 code units to UTF-8 code units and escaping non-printing
  /external/llvm/test/Analysis/BlockFrequencyInfo/
bad_input.ll 5 ; CHECK-LABEL: Printing analysis {{.*}} for function 'branch_weight_0':
28 ; CHECK-LABEL: Printing analysis {{.*}} for function 'infinite_loop'
  /external/proguard/src/proguard/
SeedPrinter.java 67 // Create a visitor for printing out the seeds. We're printing out
  /external/v8/tools/gyp/samples/
samples 24 'printing/printing.gyp',
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceRequest.java 71 * "_ipp._tcp" (IP Printing over TCP)<br>
93 * "_ipp._tcp" (IP Printing over TCP)<br>
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 143 // A type with a user-defined << for printing its pointer.
245 // Tests printing various enum types.
267 // Tests printing a class implicitly convertible to BiggestInt.
273 // Tests printing various char types.
309 // Tests printing other simple, built-in types.
382 // Tests printing C strings.
450 // Tests printing pointers to other char types.
484 // Tests printing pointers to simple, built-in types.
510 // Tests printing pointers to pointers.
518 // Tests printing (non-member) function pointers
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 143 // A type with a user-defined << for printing its pointer.
251 // Tests printing various enum types.
273 // Tests printing a class implicitly convertible to BiggestInt.
279 // Tests printing various char types.
315 // Tests printing other simple, built-in types.
388 // Tests printing C strings.
456 // Tests printing pointers to other char types.
490 // Tests printing pointers to simple, built-in types.
516 // Tests printing pointers to pointers.
524 // Tests printing (non-member) function pointers
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-printers_test.cc 143 // A type with a user-defined << for printing its pointer.
251 // Tests printing various enum types.
273 // Tests printing a class implicitly convertible to BiggestInt.
279 // Tests printing various char types.
315 // Tests printing other simple, built-in types.
388 // Tests printing C strings.
456 // Tests printing pointers to other char types.
490 // Tests printing pointers to simple, built-in types.
516 // Tests printing pointers to pointers.
524 // Tests printing (non-member) function pointers
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 143 // A type with a user-defined << for printing its pointer.
251 // Tests printing various enum types.
273 // Tests printing a class implicitly convertible to BiggestInt.
279 // Tests printing various char types.
315 // Tests printing other simple, built-in types.
388 // Tests printing C strings.
456 // Tests printing pointers to other char types.
490 // Tests printing pointers to simple, built-in types.
516 // Tests printing pointers to pointers.
524 // Tests printing (non-member) function pointers
    [all...]
  /art/test/955-lambda-smali/smali/
SanityCheck.smali 27 # functionality such as printing (when lambdas are enabled in the runtime).
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 36 // return false for default handling; i.e. printing the message.

Completed in 344 milliseconds

1 23 4 5 6 7 8 91011>>