Home
last modified time | relevance | path

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

1234

/external/autotest/client/site_tests/policy_NativePrintersBulkAccessMode/
Dpolicy_NativePrintersBulkAccessMode.py74 printers = self.cr.autotest_ext.EvaluateJavaScript(
76 logging.info('Printers found: %s', printers)
78 if not isinstance(printers, list):
83 for printer in printers:
90 if len(ids) < len(printers):
128 printers = self._get_printer_ids()
131 if printers != expected:
134 printers))
Dcontrol.allowall14 Verify effect of NativePrintersBulkAccessMode policy on which printers are
Dcontrol.whitelist15 printers are displayed for use on a managed account.
/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/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-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/host/include/llvm/Config/
DAsmPrinters.def10 // This file enumerates all of the assembly-language printers
15 // targets with assembly printers.
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java706 Map<String, WellKnownTypePrinter> printers = new HashMap<String, WellKnownTypePrinter>(); in buildWellKnownTypePrinters() local
708 printers.put( in buildWellKnownTypePrinters()
724 printers.put(BoolValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
725 printers.put(Int32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
726 printers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
727 printers.put(Int64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
728 printers.put(UInt64Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
729 printers.put(StringValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
730 printers.put(BytesValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
731 printers.put(FloatValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
[all …]
/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/android/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/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/linux/include/llvm/Config/
DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
15 |* targets with assembly printers. *|
/external/mesa3d/src/gtest/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/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/libaom/libaom/third_party/googletest/src/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/autotest/client/site_tests/platform_AddPrinter/
Dplatform_AddPrinter.py112 printers = utils.system_output('lpstat -t')
113 logging.info(printers)
/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/mesa3d/src/mapi/
Dmapi_abi.py642 printers = ['glapi', 'es1api', 'es2api', 'shared-glapi']
646 help='printer to use: %s' % (", ".join(printers)))
649 if not args or options.printer not in printers:
660 printers = {
670 printer = printers[options.printer](entries)
/external/libcups/
DREADME.version5 …. CUPS uses the Internet Printing Protocol (IPP) to support printing to local and network printers.
/external/autotest/client/site_tests/policy_UserNativePrintersAllowed/
Dcontrol.disabled15 will disabled the option for users to add printers.
Dcontrol.enabled15 will enable the option for users to add printers.
/external/strace/
Dprinters.h142 extern const struct_printers *printers;
143 #define MPERS_PRINTER_NAME(printer_name) printers->printer_name

1234