HomeSort by relevance Sort by last modified time
    Searched refs:printers (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/unittest/
CMakeLists.txt 35 googletest/gtest-printers.cc
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.h 42 // Get the list of printers. |args| is unused.
61 // Send the list of printers to the Web UI.
62 void SendPrinterList(const ListValue& printers,
print_preview_handler.cc 97 ListValue* printers = new ListValue; local
105 printers->Append(new StringValue(index->printer_name));
114 printers,
118 void SendPrinterList(ListValue* printers,
121 handler_->SendPrinterList(*printers, *default_printer_index);
122 delete printers;
321 const ListValue& printers,
323 web_ui_->CallJavascriptFunction("setPrinters", printers,
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 255 r'.*gtest-printers\.h.*error: invalid application of '
258 clang_regex = (r'.*gtest-printers\.h.*error: invalid application of '
  /external/chromium/chrome/browser/resources/
print_preview.js 289 * @param {Array} printers Array of printer names.
292 function setPrinters(printers, defaultPrinterIndex) {
294 for (var i = 0; i < printers.length; ++i) {
296 option.textContent = printers[i];
  /external/tcpdump/
tcpdump.c 138 static struct printer printers[] = { variable in typeref:struct:printer
279 for (p = printers; p->f; ++p)
1238 * Some printers want to check that they're not walking off the
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 26 was sent to the printers in August, 1987.
    [all...]
  /external/bison/data/
yacc.c 131 ## Defining symbol actions, e.g., printers and destructors. ##
    [all...]

Completed in 313 milliseconds