Home
last modified time | relevance | path

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

1234

/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/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py87 printers = self.cr.autotest_ext.EvaluateJavaScript(
89 logging.info(str(printers))
90 printers_number = len(printers)
93 if printers[0]['printerName'] != 'Chameleon ' + _PRINTER_NAME+' (USB)':
95 return 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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
DAsmPrinters.def.in10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/llvm/include/llvm/Config/
DAsmPrinters.def.in10 |* 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/swiftshader/third_party/llvm-7.0/configs/fuchsia/include/llvm/Config/
DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/swiftshader/third_party/llvm-7.0/configs/darwin/include/llvm/Config/
DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/swiftshader/third_party/llvm-7.0/configs/linux/include/llvm/Config/
DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/swiftshader/third_party/llvm-7.0/configs/windows/include/llvm/Config/
DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/swiftshader/third_party/llvm-7.0/configs/android/include/llvm/Config/
DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/custom/
DREADME.md53 ## Header `gtest-printers.h`
55 * See documentation at `gtest/gtest-printers.h` for details on how to define a
/external/llvm/device/include/llvm/Config/
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/googletest/googletest/include/gtest/internal/custom/
DREADME.md53 ## Header `gtest-printers.h`
55 * See documentation at `gtest/gtest-printers.h` for details on how to define a
/external/tcpdump/
Dprint.c46 static const struct printer printers[] = { variable
255 for (p = printers; p->f; ++p) in lookup_printer()
277 for (p = printers; p->f; ++p) in lookup_printer()
/external/autotest/client/site_tests/platform_AddPrinter/
Dplatform_AddPrinter.py112 printers = utils.system_output('lpstat -t')
113 logging.info(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/googletest/googletest/
DMakefile.am24 src/gtest-printers.cc \
59 test/googletest-printers-test.cc \
188 include/gtest/gtest-printers.h \
208 include/gtest/internal/custom/gtest-printers.h
/external/mesa3d/src/mapi/
Dmapi_abi.py773 printers = ['glapi', 'es1api', 'es2api', 'shared-glapi']
777 help='printer to use: %s' % (", ".join(printers)))
780 if not args or options.printer not in printers:
787 printers = {
802 printer = printers[options.printer](entries)
/external/strace/
Dprinters.h142 extern const struct_printers *printers;
143 #define MPERS_PRINTER_NAME(printer_name) printers->printer_name
/external/mesa3d/src/gtest/
DMakefile.am38 src/gtest-printers.cc \
/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/swiftshader/third_party/llvm-7.0/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

1234