HomeSort by relevance Sort by last modified time
    Searched full:printer (Results 451 - 475 of 1107) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
constraint.h 17 #include <isl/printer.h>
space.h 15 #include <isl/printer.h>
union_map.h 7 #include <isl/printer.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ast.h 7 #include <isl/printer.h>
constraint.h 17 #include <isl/printer.h>
space.h 15 #include <isl/printer.h>
union_map.h 7 #include <isl/printer.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryconstraints.h 36 #define WNET_CONSTRAINTVALUE_RESOURCETYPE_PRINTER L"Printer"
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 1 //===- unittests/AST/DeclPrinterTest.cpp --- Declaration printer tests ----===//
74 PrintMatch Printer;
76 Finder.addMatcher(NodeMatch, &Printer);
84 if (Printer.getNumFoundDecls() == 0)
88 if (Printer.getNumFoundDecls() > 1)
91 "(found " << Printer.getNumFoundDecls() << ")";
93 if (Printer.getPrinted() != ExpectedPrinted)
96 "got \"" << Printer.getPrinted().str() << "\"";
    [all...]
  /external/eigen/debug/gdb/
printers.py 24 # sys.path.insert(0, '/path/to/eigen/printer/directory')
187 "Look-up and return a pretty-printer that can print va."
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 115 AsmPrinter &Printer, bool isDarwin) {
116 MCContext &Ctx = Printer.OutContext;
  /external/mdnsresponder/mDNSShared/
dns-sd.1 140 user browses the network to pick a default printer fairly rarely, but once
141 a default printer has been picked, that named service is resolved to its
mDNS.1 144 user browses the network to pick a default printer fairly rarely, but once
145 a default printer has been picked, that named service is resolved to its
  /external/mesa3d/src/mapi/glapi/gen/
gl_enums.py 258 printer = PrintGlEnums()
259 printer.Print( api_list )
gl_procs.py 214 printer = PrintGlProcs(long_string, es)
215 printer.Print(api)
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 38 import android.util.Printer;
266 public void dump(Printer pw, String prefix) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 361 PrintHelper printer = new PrintHelper(this); local
363 printer.printBitmap(path, uri);
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 34 // This file tests the universal value printer.
61 // Some user-defined types for testing the universal value printer.
69 // An enum without a user-defined printer.
226 // Prints a value to a string using the universal value printer. This
236 // value printer. This is a helper for testing
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 34 // This file tests the universal value printer.
61 // Some user-defined types for testing the universal value printer.
69 // An enum without a user-defined printer.
232 // Prints a value to a string using the universal value printer. This
242 // value printer. This is a helper for testing
    [all...]
  /frameworks/base/core/java/android/print/
PrintAttributes.java 121 * <strong>These margins are physically imposed by the printer and they
123 * landscape. For example, a printer may not be able to print in a stripe
138 * <strong>These margins are physically imposed by the printer and they
140 * landscape. For example, a printer may not be able to print in a stripe
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 34 // This file tests the universal value printer.
61 // Some user-defined types for testing the universal value printer.
69 // An enum without a user-defined printer.
232 // Prints a value to a string using the universal value printer. This
242 // value printer. This is a helper for testing
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 681 Printer.print(this, w);
690 Printer.print(this, new java.io.PrintWriter(ps, true));
693 static class Printer extends Walker {
702 new Printer(smt.get(), writer).parse();
709 Printer(byte[] data, PrintWriter pw) {
StackMap.java 473 new Printer(this, out).print();
476 static class Printer extends Walker {
479 public Printer(StackMap map, java.io.PrintWriter out) {
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 31 import android.util.Printer;
71 StringBuilderPrinter printer = new StringBuilderPrinter(sb); local
73 location.dump(printer, "");

Completed in 149 milliseconds

<<11121314151617181920>>