Home
last modified time | relevance | path

Searched refs:printers (Results 1 – 25 of 70) sorted by relevance

123

/external/python/cpython2/Demo/scripts/
Dlpwatch.py19 printers = sys.argv[1:]
20 if printers:
23 for i, name in enumerate(printers):
25 printers[i] = name[2:]
28 printers = [os.environ['PRINTER']]
30 printers = [DEF_PRINTER]
36 for name in printers:
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java472 Map<String, WellKnownTypePrinter> printers = in buildWellKnownTypePrinters() local
475 printers.put(Any.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
492 printers.put(BoolValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
493 printers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
494 printers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
495 printers.put(Int64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
496 printers.put(UInt64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
497 printers.put(StringValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
498 printers.put(BytesValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
499 printers.put(FloatValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
[all …]
/external/llvm/include/llvm/Config/
DAsmPrinters.def.in10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/swiftshader/third_party/LLVM/include/llvm/Config/
DAsmPrinters.def.in10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/llvm/host/include/llvm/Config/
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/llvm/device/include/llvm/Config/
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/tcpdump/
Dprint.c46 static const struct printer printers[] = { variable
262 for (p = printers; p->f; ++p) in lookup_printer()
284 for (p = printers; p->f; ++p) in lookup_printer()
DCONTRIBUTING58 a) A thorough reading of some other printers code is useful.
85 g) Avoid empty lines in output of printers.
DINSTALL.txt105 print-*.c - The netdissect printers
120 util-print.c - utility routines for protocol printers
/external/googletest/googletest/xcode/gtest.xcodeproj/
Dproject.pbxproj81 …1264FF71007740BE /* gtest-printers.h in Headers */ = {isa = PBXBuildFile; fileRef = 4567C8171264FF…
85 …1C7F5DD00017C729 /* gtest-printers.h in Headers */ = {isa = PBXBuildFile; fileRef = F67D4F421C7F5D…
88 …17C729 /* gtest-printers.h in Copy Headers Internal Custom */ = {isa = PBXBuildFile; fileRef = F67…
213 F67D4F491C7F5E260017C729 /* gtest-printers.h in Copy Headers Internal Custom */,
266 …007740BE /* gtest-printers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
269 …0017C729 /* gtest-printers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
389 4567C8171264FF71007740BE /* gtest-printers.h */,
463 F67D4F421C7F5DD00017C729 /* gtest-printers.h */,
476 F67D4F451C7F5DD00017C729 /* gtest-printers.h in Headers */,
482 4567C8181264FF71007740BE /* gtest-printers.h in Headers */,
/external/v8/testing/
Dgtest.gyp15 'gtest/include/gtest/gtest-printers.h',
36 'gtest/src/gtest-printers.cc',
/external/libcxx/docs/
DUsingLibcxx.rst115 GDB Pretty printers for libc++
119 libc++ does not provide pretty-printers itself. However there are 3rd
125 * `Koutheir's libc++ pretty-printers <https://github.com/koutheir/libcxx-pretty-printers>`_.
/external/strace/
Dprinters.h124 extern const struct_printers *printers;
125 #define MPERS_PRINTER_NAME(printer_name) printers->printer_name
Dsyscall.c234 const struct_printers *printers = &printers0; variable
300 printers = &printers0; in set_personality()
310 printers = &printers1; in set_personality()
321 printers = &printers2; in set_personality()
/external/mesa3d/src/gtest/
DMakefile.am38 src/gtest-printers.cc \
/external/mesa3d/src/mapi/
Dmapi_abi.py820 printers = ['glapi', 'es1api', 'es2api', 'shared-glapi']
825 help='printer to use: %s' % (", ".join(printers)))
830 if not args or options.printer not in printers or \
838 printers = {
853 printer = printers[options.printer](entries)
/external/googletest/googletest/
DMakefile.am27 src/gtest-printers.cc \
191 include/gtest/gtest-printers.h \
214 include/gtest/internal/custom/gtest-printers.h
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/
Dcontrol.valid_config17 This test fails if we can not add printers to CUPS through debugd.
/external/llvm/docs/
DMarkedUpDisassembly.rst17 generators, and pretty-printers, which need more than the raw instructions and
45 efficiently implement things like pretty printers. Most markup will be target
/external/libcups/cups/
Dutil.c690 cupsGetPrinters(char ***printers) /* O - Printers */ in cupsGetPrinters() argument
692 if (printers) in cupsGetPrinters()
693 *printers = NULL; in cupsGetPrinters()
Dcupspm.md15 Internet Printing Protocol (IPP) printers. The "cups" library functions are
19 (applications) to communicate with a server (the scheduler, printers, etc.) to
31 - Do not rely on pre-configured printers,
32 - Do not assume that printers support specific features or formats, and
36 details of printers and file formats. The goal is to allow an application to
43 standard management operations to control the state of those printers and jobs.
117 Destinations, which in CUPS represent individual printers or classes
118 (collections or pools) of printers, are represented by the `cups_dest_t`
735 CUPS provides a rich API for sending IPP requests to the scheduler or printers,
/external/google-breakpad/src/testing/gtest/
DMakefile.am26 src/gtest-printers.cc \
189 include/gtest/gtest-printers.h \
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DMakefile.am27 src/gtest-printers.cc \
191 include/gtest/gtest-printers.h \
/external/v8/testing/gtest/
DMakefile.am27 src/gtest-printers.cc \
191 include/gtest/gtest-printers.h \

123