PageRenderTime 1336ms queryTime 47ms sortTime 93ms getByIdsTime 565ms findMatchingLines 241ms

100+ results results for '*print' (1336 ms)

Not the results you expected?
misc_lib.h https://bitbucket.org/nahumfarchi/software-renderer.git | C Header | 447 lines
                    
277int IritPQSize(IritPriorQue *PQ);
                    
278void IritPQPrint(IritPriorQue *PQ, void (*PrintFunc)(VoidPtr));
                    
279void IritPQFree(IritPriorQue *PQ, int FreeItems);
                    
                
clojure.js https://bitbucket.org/ashdowning/opol2.git | JavaScript | 307 lines
                    
14        '*flush-on-newline* *in* *macro-meta* *math-context* *ns* *out* ' +
                    
15        '*print-dup* *print-length* *print-level* *print-meta* *print-readably* ' +
                    
16        '*read-eval* *source-path* *use-context-classloader* ' +
                    
                
exceptions-arm.c https://github.com/mantasp/mono.git | C | 537 lines
                    
214
                    
215	/*printf ("stack in throw: %p\n", esp);*/
                    
216	MONO_CONTEXT_SET_BP (&ctx, int_regs [ARMREG_FP - 4]);
                    
                
test_pretty.clj git://github.com/richhickey/clojure-clr.git | Clojure | 317 lines
                    
38  (binding [*print-pprint-dispatch* simple-dispatch
                    
39            *print-right-margin* 10, *print-miser-width* 9]
                    
40    (cl-format nil "~:<LIST ~@_~W ~@_~W ~@_~W~:>" '(first second third)))
                    
43  (binding [*print-pprint-dispatch* simple-dispatch
                    
44            *print-right-margin* 10, *print-miser-width* 8]
                    
45    (cl-format nil "~:<LIST ~@_~W ~@_~W ~@_~W~:>" '(first second third)))
                    
59  (binding [*print-pprint-dispatch* simple-dispatch
                    
60            *print-right-margin* 10, *print-miser-width* 10]
                    
61    (cl-format nil "~<{~;LIST ~@_~W ~@_~W ~@_~W~;}~:>" '(first second third)))
                    
200  (binding [*print-right-margin* right-margin
                    
201            *print-pretty* true]
                    
202    (write obj :stream nil)))
                    
312  "[1, 2, ...]\n"
                    
313  (binding [*print-length* 6] (with-out-str (pprint (int-array [1 2 3 4 5 6]))))
                    
314  "[1, 2, 3, 4, 5, 6]\n"
                    
                
PrintContextTest.cpp https://bitbucket.org/lotiuss/qt-5.11.0.git | C++ | 369 lines
                    
75
                    
76  PrintContext& GetPrintContext() { return *print_context_.Get(); }
                    
77
                    
                
RoutingCompiler_ipt.h git://pkgs.fedoraproject.org/fwbuilder | C Header | 196 lines
                    
87            std::map<std::string, bool> rules_seen_so_far;
                    
88            RoutingCompiler_ipt::PrintRule *printRule;
                    
89            
                    
118            std::map<std::string, std::string>::iterator rules_it;
                    
119            RoutingCompiler_ipt::PrintRule *printRule;
                    
120            
                    
                
quotas.c http://opensource.apple.com/release/ios-511/ | C | 287 lines
                    
62#<span class="enscript-reference">ifdef</span> <span class="enscript-variable-name">HAVE_DLFCN_H</span>
                    
63<span class="enscript-type">typedef</span> <span class="enscript-function-name">int</span> (*PSQUpdateQuotaProcPtr)(<span class="enscript-type">const</span> <span class="enscript-type">char</span> *printer, <span class="enscript-type">const</span> <span class="enscript-type">char</span> *info, 
                    
64                                       <span class="enscript-type">const</span> <span class="enscript-type">char</span> *user, <span class="enscript-type">int</span> nPages, <span class="enscript-type">int</span> options);
                    
                
Main.scala https://github.com/benjaminjackman/scala.git | Scala | 292 lines
                    
31
                    
32  /**Prints usage information for scalap.
                    
33   */
                    
                
init_env.c http://windowsfw.googlecode.com/svn/trunk/ | C | 199 lines
                    
116	
                    
117	/*printf("BUF:%c\t BUF2:%c\n", buf[28],buf2[28]);
                    
118	printf("BUF:%c\t BUF2:%c\n", buf[31],buf2[31]);
                    
                
mk.c https://bitbucket.org/floren/inferno/ | C | 227 lines
                    
70
                    
71	/*print("work(%s) flags=0x%x time=%ld\n", node->name, node->flags, node->time);/**/
                    
72	if(node->flags&BEINGMADE)
                    
                
uCharParser.ml git://github.com/pelzlpj/batteries.git | OCaml | 157 lines
                    
41let advance c p =
                    
42  if UChar.is_newline c then((*Printf.eprintf "[Have reached line %i]\n%!" (p.line + 1);*) { CharParser.offset = 1; CharParser.line = p.CharParser.line + 1})
                    
43  else                      { (p) with CharParser.offset = p.CharParser.offset + 1}
                    
                
PrettyPrintTable.h https://github.com/pieper/Slicer4.git | C Header | 155 lines
                    
71
                    
72  void add(const unsigned int row, const unsigned int column, const int x, const char *printf_format = 0)
                    
73  {
                    
80
                    
81  void add(const unsigned int row, const unsigned int column, const unsigned int x, const char *printf_format = 0)
                    
82  {
                    
89
                    
90  void add(const unsigned int row, const unsigned int column, const double x, const char *printf_format = 0)
                    
91  {
                    
                
preferences.c git://pkgs.fedoraproject.org/anjuta | C | 475 lines
                    
172	gboolean active;
                    
173	GdbPrettyPrinter *printer;
                    
174
                    
385	{
                    
386		GdbPrettyPrinter *printer = (GdbPrettyPrinter *)item->data;
                    
387		GtkTreeIter iter;
                    
416	{
                    
417		GdbPrettyPrinter *printer;
                    
418		gchar *name = (gchar *)item->data;
                    
452	{
                    
453		GdbPrettyPrinter *printer = (GdbPrettyPrinter *)item->data;
                    
454		gchar *name;
                    
468void
                    
469gdb_pretty_printer_free (GdbPrettyPrinter *printer)
                    
470{
                    
                
clojure-keywords.properties http://anotherclojurebox.googlecode.com/svn/trunk/ | Properties File | 1036 lines
                    
35*pass1-string* \
                    
36*print-circle* \
                    
37*print-dup* \
                    
37*print-dup* \
                    
38*print-length* \
                    
39*print-level* \
                    
39*print-level* \
                    
40*print-lines* \
                    
41*print-meta* \
                    
41*print-meta* \
                    
42*print-miser-width* \
                    
43*print-pprint-dispatch* \
                    
43*print-pprint-dispatch* \
                    
44*print-pretty* \
                    
45*print-readably* \
                    
                
cmdline.c git://github.com/CyanogenMod/android_build.git | C | 142 lines
                    
63                char **symsfile,
                    
64                int *print_symtab,
                    
65                int *verbose,
                    
77    ASSERT(print_symtab);
                    
78    *print_symtab = 0;
                    
79    ASSERT(verbose);
                    
119            break;
                    
120        case 'p': *print_symtab = 1; break;
                    
121        case 'h': print_help(); exit(1); break;
                    
                
test_utils.c https://bitbucket.org/jasonlee28/proj2-agh.git | C | 200 lines
                    
156    CU_ASSERT_EQUAL(load(mem, 4, LENGTH_BYTE), 0x12);
                    
157    /*printf("\n|0x%x|\n", load(mem, 4, LENGTH_WORD));       // output: 0x15141312
                    
158    printf("|0x%x|\n", load(mem, 4, LENGTH_HALF_WORD));  // output: 0x1312
                    
195    }
                    
196    /*printf("\n|0x%x|\n", load(mem, 4, LENGTH_WORD));       // output: 0x15141312
                    
197    printf("|0x%x|\n", load(mem, 4, LENGTH_HALF_WORD));  // output: 0x1312
                    
                
antlr3string.h http://perseph.googlecode.com/svn/trunk/ | C Header | 228 lines
                    
216     */
                    
217    pANTLR3_STRING  (*printable)(struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string);
                    
218
                    
                
x02c.c https://plplot.svn.sourceforge.net/svnroot/plplot | C | 155 lines
                    
96        plhlsrgb( h, l, s, &r1, &g1, &b1 );
                    
97        /*printf("%3d %15.9f %15.9f %15.9f %15.9f %15.9f %15.9f\n",
                    
98         *     i+16,h,l,s,r1,g1,b1); */
                    
                
RooFormulaVar.cxx git://pkgs.fedoraproject.org/root | C++ | 246 lines
                    
131//_____________________________________________________________________________
                    
132Bool_t RooFormulaVar::isValidReal(Double_t /*value*/, Bool_t /*printError*/) const 
                    
133{
                    
                
au1500.c https://bitbucket.org/rsachetto/urjtag-debian-package | C | 311 lines
                    
114/**
                    
115 * bus->driver->(*printinfo)
                    
116 *
                    
                
lispworks.lisp git://pkgs.fedoraproject.org/xemacs-packages-extra | Lisp | 183 lines
                    
65      (let ((function-name (ilisp-find-symbol symbol package))
                    
66	    (*print-level* nil)
                    
67	    (*print-length* nil)
                    
                
qpagesetupdialog_mac.cpp https://github.com/FilipBE/qtextended.git | C++ | 158 lines
                    
85
                    
86QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent)
                    
87    : QAbstractPageSetupDialog(*(new QPageSetupDialogPrivate), printer, parent)
                    
                
bulk_printers_calculator.cc https://github.com/chromium/chromium.git | C++ | 380 lines
                    
89
                    
90    auto printer = chromeos::RecommendedPrinterToPrinter(*printer_dict);
                    
91    if (!printer) {
                    
191      case BulkPrintersCalculator::ALLOWLIST_ONLY:
                    
192        for (const auto& printer : *printers_cache_) {
                    
193          if (base::Contains(allowlist_, printer->id())) {
                    
193          if (base::Contains(allowlist_, printer->id())) {
                    
194            task_data->printers.insert({printer->id(), *printer});
                    
195          }
                    
198      case BulkPrintersCalculator::BLOCKLIST_ONLY:
                    
199        for (const auto& printer : *printers_cache_) {
                    
200          if (!base::Contains(blocklist_, printer->id())) {
                    
200          if (!base::Contains(blocklist_, printer->id())) {
                    
201            task_data->printers.insert({printer->id(), *printer});
                    
202          }
                    
                
print.h http://dynamica.googlecode.com/svn/trunk/ | C++ Header | 355 lines
                    
41    virtual wxPrintPreviewBase *CreatePrintPreview( wxPrintout *preview,
                    
42                                                    wxPrintout *printout = NULL,
                    
43                                                    wxPrintDialogData *data = NULL );
                    
44    virtual wxPrintPreviewBase *CreatePrintPreview( wxPrintout *preview,
                    
45                                                    wxPrintout *printout,
                    
46                                                    wxPrintData *data );
                    
161    virtual bool Print(wxWindow *parent,
                    
162                       wxPrintout *printout,
                    
163                       bool prompt = true);
                    
168    void SetPrintContext(GtkPrintContext *context) {m_gpc = context;}
                    
169    void BeginPrint(wxPrintout *printout, GtkPrintOperation *operation, GtkPrintContext *context);
                    
170    void DrawPage(wxPrintout *printout, GtkPrintOperation *operation, GtkPrintContext *context, int page_nr);
                    
328public:
                    
329    wxGtkPrintPreview(wxPrintout *printout,
                    
330                             wxPrintout *printoutForPrinting = NULL,
                    
                
cairo-boilerplate-win32-printing.c git://pkgs.fedoraproject.org/cairo | C | 408 lines
                    
126{
                    
127    char *printer_name;
                    
128    DWORD size;
                    
                
clojure.js git://github.com/HumbleSoftware/Flotr2.git | JavaScript | 207 lines
                    
22        // Built-ins
                    
23        "* *1 *2 *3 *agent* *allow-unresolved-vars* *assert *clojure-version* *command-line-args* *compile-files* *compile-path* *e *err* *file* *flush-on-newline* *in* *macro-meta* *math-context* *ns* *out* *print-dup* *print-length* *print-level* *print-meta* *print-readably* *read-eval* *source-path* *use-context-classloader* *warn-on-reflection* + - / < <= = == > >= accessor aclone agent agent-errors aget alength alias all-ns alter alter-meta! alter-var-root amap ancestors and apply areduce array-map aset aset-boolean aset-byte aset-char aset-double aset-float aset-int aset-long aset-short assert assoc assoc! assoc-in associative? atom await await-for await1 bases bean bigdec bigint binding bit-and bit-and-not bit-clear bit-flip bit-not bit-or bit-set bit-shift-left bit-shift-right bit-test bit-xor boolean boolean-array booleans bound-fn bound-fn* butlast byte byte-array bytes case cast char char-array char-escape-string char-name-string char? chars chunk chunk-append chunk-buffer chunk-cons chunk-first chunk-next chunk-rest chunked-seq? class class? clear-agent-errors clojure-version coll? comment commute comp comparator compare compare-and-set! compile complement concat cond condp conj conj! cons constantly construct-proxy contains? count counted? create-ns create-struct cycle dec decimal? declare definline defmacro defmethod defmulti defn defn- defonce defstruct delay delay? deliver deref derive descendants destructure disj disj! dissoc dissoc! distinct distinct? doall doc dorun doseq dosync dotimes doto double double-array doubles drop drop-last drop-while empty empty? ensure enumeration-seq eval even? every? extend extend-protocol extend-type extends? extenders false? ffirst file-seq filter find find-doc find-ns find-var first float float-array float? floats flush fn fn? fnext for force format future future-call future-cancel future-cancelled? future-done? future? gen-class gen-interface gensym get get-in get-method get-proxy-class get-thread-bindings get-validator hash hash-map hash-set identical? identity if-let if-not ifn? import in-ns inc init-proxy instance? int int-array integer? interleave intern interpose into into-array ints io! isa? iterate iterator-seq juxt key keys keyword keyword? last lazy-cat lazy-seq let letfn line-seq list list* list? load load-file load-reader load-string loaded-libs locking long long-array longs loop macroexpand macroexpand-1 make-array make-hierarchy map map? mapcat max max-key memfn memoize merge merge-with meta method-sig methods min min-key mod name namespace neg? newline next nfirst nil? nnext not not-any? not-empty not-every? not= ns ns-aliases ns-imports ns-interns ns-map ns-name ns-publics ns-refers ns-resolve ns-unalias ns-unmap nth nthnext num number? odd? or parents partial partition pcalls peek persistent! pmap pop pop! pop-thread-bindings pos? pr pr-str prefer-method prefers primitives-classnames print print-ctor print-doc print-dup print-method print-namespace-doc print-simple print-special-doc print-str printf println println-str prn prn-str promise proxy proxy-call-with-super proxy-mappings proxy-name proxy-super push-thread-bindings pvalues quot rand rand-int range ratio? rational? rationalize re-find re-groups re-matcher re-matches re-pattern re-seq read read-line read-string reify reduce ref ref-history-count ref-max-history ref-min-history ref-set refer refer-clojure release-pending-sends rem remove remove-method remove-ns repeat repeatedly replace replicate require reset! reset-meta! resolve rest resultset-seq reverse reversible? rseq rsubseq satisfies? second select-keys send send-off seq seq? seque sequence sequential? set set-validator! set? short short-array shorts shutdown-agents slurp some sort sort-by sorted-map sorted-map-by sorted-set sorted-set-by sorted? special-form-anchor special-symbol? split-at split-with str stream? string? struct struct-map subs subseq subvec supers swap! symbol symbol? sync syntax-symbol-anchor take take-last take-nth take-while test the-ns time to-array to-array-2d trampoline transient tree-seq true? type unchecked-add unchecked-dec unchecked-divide unchecked-inc unchecked-multiply unchecked-negate unchecked-remainder unchecked-subtract underive unquote unquote-splicing update-in update-proxy use val vals var-get var-set var? vary-meta vec vector vector? when when-first when-let when-not while with-bindings with-bindings* with-in-str with-loading-context with-local-vars with-meta with-open with-out-str with-precision xml-seq");
                    
24
                    
                
ui_printoptiondialog.h http://machiabot.googlecode.com/svn/trunk/ | C Header | 153 lines
                    
34    QVBoxLayout *verticalLayout;
                    
35    QRadioButton *printActiveBoard;
                    
36    QRadioButton *printActiveBranch;
                    
37    QHBoxLayout *horizontalLayout;
                    
38    QRadioButton *printActiveBranchN;
                    
39    QSpinBox *activeBranchMovesPerPage;
                    
39    QSpinBox *activeBranchMovesPerPage;
                    
40    QRadioButton *printAllBranches;
                    
41    QHBoxLayout *horizontalLayout_2;
                    
41    QHBoxLayout *horizontalLayout_2;
                    
42    QRadioButton *printAllBranchesN;
                    
43    QSpinBox *allBranchMovesPerPage;
                    
46
                    
47    void setupUi(QDialog *PrintOptionDialog)
                    
48    {
                    
                
qcups.cpp https://github.com/Fale/qtmoko.git | C++ | 398 lines
                    
54typedef void (*CupsFreeDests)(int num_dests, cups_dest_t *dests);
                    
55typedef const char* (*CupsGetPPD)(const char *printer);
                    
56typedef int (*CupsMarkOptions)(ppd_file_t *ppd, int num_options, cups_option_t *options);
                    
108        if (_cupsGetDests && _cupsFreeDests) {
                    
109            cups_dest_t *printers;
                    
110            int num_printers = _cupsGetDests(&printers);
                    
340
                    
341bool QCUPSSupport::printerHasPPD(const char *printerName)
                    
342{
                    
                
gprintf.c git://github.com/dsw/oink-stack.git | C | 408 lines
                    
12
                    
13/* NOTE: There are quite a few differences among the *printf
                    
14 * implementations running around in the various libcs.  The
                    
                
simple-snippet.lisp https://bitbucket.org/mmontone/clgrs.git | Lisp | 151 lines
                    
35  (let ((*snippet-n* 0)
                    
36        (*print-case* :downcase)
                    
37        (*indentation* 0)
                    
                
qpagesetupdialog_win.cpp https://code.google.com/p/phantomjs/ | C++ | 168 lines
                    
53
                    
54QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent)
                    
55    : QDialog(*(new QPageSetupDialogPrivate(printer)), parent)
                    
                
mimetype.h http://gamekit.googlecode.com/svn/trunk/ | C++ Header | 119 lines
                    
78                        const wxFileType::MessageParameters&) const;
                    
79    bool GetPrintCommand(wxString *printCmd,
                    
80                         const wxFileType::MessageParameters&) const;
                    
                
ev-previewer.c git://pkgs.fedoraproject.org/evince | C | 202 lines
                    
39static gboolean      unlink_temp_file = FALSE;
                    
40static const gchar  *print_settings;
                    
41static const gchar **filenames;
                    
                
train.c https://github.com/briglia/dissertacao.git | C | 565 lines
                    
288		time(&end_time);
                    
289		/*printf("Iteration..: %d -> %f s\n", 
                    
290		       iteration, 
                    
                
richtextprint.h http://dynamica.googlecode.com/svn/trunk/ | C Header | 248 lines
                    
226    virtual wxRichTextPrintout *CreatePrintout();
                    
227    virtual bool DoPreview(wxRichTextPrintout *printout1, wxRichTextPrintout *printout2);
                    
228    virtual bool DoPrint(wxRichTextPrintout *printout);
                    
                
dbo.spExpirePointsExtractRev01.StoredProcedure.sql https://bitbucket.org/augeomarketing/dover-database.git | SQL | 123 lines
                    
49
                    
50/*print 'year'
                    
51print @intYear
                    
                
test_blocksMil_v1.c https://bitbucket.org/jasmincrypt/high-speed-high-security-cryptography.git | C | 124 lines
                    
92
                    
93        /*printf("0x%016lx %016lx %016lx %016lx %016lx\n",r[4],r[3],r[2],r[1],r[0]);
                    
94        printf("0x%016lx %016lx %016lx %016lx %016lx\n",r[9],r[8],r[7],r[6],r[5]);
                    
                
test_blocksMil.c https://bitbucket.org/jasmincrypt/high-speed-high-security-cryptography.git | C | 124 lines
                    
66	
                    
67 	/*printf("0x000000001f60506d - 0x000000003373e350 - 0x000000004bf88213 - 0x00000000a76cc98b - 0x00000000b263dc3a - 0x00000000dd1932ca - 0x000000000cf3187b - 0x000000000ac838ae");*/
                    
68	printf("\n");
                    
92
                    
93        /*printf("0x%016lx %016lx %016lx %016lx %016lx\n",r[4],r[3],r[2],r[1],r[0]);
                    
94        printf("0x%016lx %016lx %016lx %016lx %016lx\n",r[9],r[8],r[7],r[6],r[5]);
                    
                
ppp_printing_proxy.cc git://github.com/chromium/chromium.git | C++ | 211 lines
                    
49  HostDispatcher::GetForInstance(instance)->Send(new PpapiMsg_PPPPrinting_Begin(
                    
50      API_ID_PPP_PRINTING, instance, *print_settings, &result));
                    
51  return result;
                    
                
printpreview.h git://github.com/tjssmy/Cuviewer-2.0.git | C Header | 289 lines
                    
43//    QPushButton *buttonCancel;
                    
44//    Q3ButtonGroup *PrintButtonGroup;
                    
45//    QGridLayout *gridLayout2;
                    
56
                    
57//    void setupUi(QDialog *PrintPreview)
                    
58//    {
                    
231
                    
232//    void retranslateUi(QDialog *PrintPreview)
                    
233//    {
                    
                
protocol.h git://pkgs.fedoraproject.org/libtunepimp | C Header | 111 lines
                    
100    bool createPrint() {
                    
101	const char *print = ofa_create_print(samples, byteOrder, size, sRate, stereo);
                    
102        samples = 0;
                    
                
dump.c git://pkgs.fedoraproject.org/fped | C | 622 lines
                    
316
                    
317char *print_obj(const struct obj *obj, const struct vec *prev)
                    
318{
                    
397
                    
398static char *print_meas_base(struct vec *base, const struct frame_qual *qual)
                    
399{
                    
429
                    
430char *print_meas(const struct obj *obj)
                    
431{
                    
468
                    
469const char *print_label(struct vec *vec)
                    
470{
                    
476
                    
477char *print_vec(const struct vec *vec)
                    
478{
                    
                
print_preview_metrics.cc git://github.com/chromium/chromium.git | C++ | 192 lines
                    
118    auto result =
                    
119        seen_devices->insert(*print_settings.FindStringKey(kSettingDeviceName));
                    
120    bool is_new_device = result.second;
                    
                
gtkpagesetupunixdialog.h git://pkgs.fedoraproject.org/gtk3 | C Header | 72 lines
                    
65void              gtk_page_setup_unix_dialog_set_print_settings (GtkPageSetupUnixDialog *dialog,
                    
66								 GtkPrintSettings       *print_settings);
                    
67GtkPrintSettings *gtk_page_setup_unix_dialog_get_print_settings (GtkPageSetupUnixDialog *dialog);
                    
                
stats.h https://github.com/tapple/simplescalar.git | C Header | 332 lines
                    
111typedef void
                    
112(*print_fn_t)(struct stat_stat_t *stat,	/* the stat variable being printed */
                    
113	      md_addr_t index,		/* entry index to print */
                    
                
grids.h http://ngopt.googlecode.com/svn/trunk/ | C Header | 305 lines
                    
272
                    
273*/	FILE *print_grid;
                    
274
                    
                
chaos-top.lisp https://bitbucket.org/tswd/cafeobj.git | Lisp | 216 lines
                    
110  (setq excl:*restart-app-function* top)
                    
111  (setq excl:*print-startup-message* nil)
                    
112  (setq excl::.dump-lisp-suppress-allegro-cl-banner. t)
                    
169(defun process-chaos-input ()
                    
170  (let ((*print-array* nil)
                    
171	(*print-circle* nil)
                    
                
core_print.clj git://github.com/richhickey/clojure-clr.git | Clojure | 317 lines
                    
36(defn- print-sequential [#^String begin, print-one, #^String sep, #^String end, sequence, #^System.IO.TextWriter w]
                    
37  (binding [*print-level* (and (not *print-dup*) *print-level* (dec *print-level*))]
                    
38    (if (and *print-level* (neg? *print-level*))
                    
42        (when-let [xs (seq sequence)]
                    
43          (if (and (not *print-dup*) *print-length*)
                    
44            (loop [[x & xs] xs
                    
63               (or *print-dup*
                    
64                   (and *print-meta* *print-readably*)))
                    
65      (.Write w "#^")
                    
176(defmethod print-method String [#^String s, #^System.IO.TextWriter w]
                    
177  (if (or *print-dup* *print-readably*)
                    
178    (do (.Write w \")                          
                    
233(defmethod print-method Char [#^Char c, #^System.IO.TextWriter w]
                    
234  (if (or *print-dup* *print-readably*)
                    
235    (do (.Write w \\)
                    
                
regexp-macro-assembler-tracer.cc git://github.com/v8/v8.git | C++ | 414 lines
                    
207         limit,
                    
208         *printable,
                    
209         LabelToInt(on_less));
                    
218         limit,
                    
219         *printable,
                    
220         LabelToInt(on_greater));
                    
228         c,
                    
229         *printable,
                    
230         LabelToInt(on_equal));
                    
251         c,
                    
252         *printable,
                    
253         LabelToInt(on_not_equal));
                    
264         c,
                    
265         *printable,
                    
266         mask,
                    
                
Board.java https://bitbucket.org/ag1232/chess65.git | Java | 355 lines
                    
103
                    
104	/*prints boards*/
                    
105	 void printBoard(){
                    
                
SIQ2Ferry.scala http://scala-integrated-query.googlecode.com/svn/trunk/ | Scala | 87 lines
                    
12        case t:LiftedTuple[_] => {
                    
13          "(" + (for( item_rep <- rep2def(p).asInstanceOf[LiftedTuple[_]].p.asInstanceOf[Product].productIterator ) yield {/*println(item_rep.toString);*/render_projection( item_rep.asInstanceOf[Rep[_]], tables, mapper )}).mkString(",") + ")"
                    
14        }
                    
                
logger_kernel_1.h https://github.com/exi/gravisim.git | C Header | 476 lines
                    
265
                    
266        typedef void (*print_header_type)(
                    
267            std::ostream& out, 
                    
                
io.h git://github.com/scipy/scipy.git | C Header | 160 lines
                    
75*/
                    
76typedef void (*printvridgeT)(FILE *fp, vertexT *vertex, vertexT *vertexA, setT *centers, boolT unbounded);
                    
77
                    
                
qprintengine_mac_p.h https://review.tizen.org/git/ | C Header | 161 lines
                    
122    QPrinter::Orientation orient;
                    
123    NSPrintInfo *printInfo;
                    
124    PMResolution resolution;
                    
                
qprintpreviewwidget.h https://github.com/Fale/qtmoko.git | C Header | 124 lines
                    
75
                    
76    explicit QPrintPreviewWidget(QPrinter *printer, QWidget *parent = 0, Qt::WindowFlags flags = 0);
                    
77    explicit QPrintPreviewWidget(QWidget *parent = 0, Qt::WindowFlags flags = 0);
                    
109Q_SIGNALS:
                    
110    void paintRequested(QPrinter *printer);
                    
111    void previewChanged();
                    
                
bmeas-dma.c https://gitlab.com/marcoroda20/psbtrain-device-drivers.git | C | 298 lines
                    
50	for_each_sg(bmeasdev->sgt.sgl, sg, bmeasdev->sgt.nents, i) {
                    
51		/*printk(KERN_DEBUG "Init sg number :  %d \n",i);*/
                    
52		if (i==0)
                    
74		bytesleft -= mapbytes;
                    
75		/*printk(KERN_DEBUG "sg item (%p(+0x%lx), len:%d, left:%d)\n",
                    
76			 virt_to_page(bufp), offset_in_page(bufp),
                    
121			test = sizeof(struct bmeasd_dma_item);
                    
122			/*printk(KERN_DEBUG "bmeasdev->dma_list_item        : 0x%llx \n",bmeasdev->dma_list_item);
                    
123			printk(KERN_DEBUG "sizeof(struct bmeasd_dma_item) : 0x%llx \n",test);
                    
243	
                    
244	/*printk(KERN_DEBUG "DMA done : \n");
                    
245	if (bmeasdev->dma_buffer != NULL)
                    
                
STANDARD_COMMANDS_WORLDovm_builder.h http://evolutionrts.googlecode.com/svn/trunk/ | C Header | 183 lines
                    
60
                    
61/*Prints the value of up to 4 vars / static-vars into the Spring chat.  Very useful for debugging.  
                    
62
                    
                
cooja_mt.c https://github.com/zxombie/contiki-arduino.git | C | 107 lines
                    
83       until the the thread has yielded, or is preempted. */
                    
84    /*printf("swtis\n");*/
                    
85    cooja_mtarch_exec(&thread->thread);
                    
                
PackageError.java https://code.google.com/p/abcl-dynamic-install/ | Java | 127 lines
                    
57           //               (2) symbols may not be printed, but used otherwise.
                    
58           // ### FIXME: why special-case that here: binding *PRINT-ESCAPE* to T
                    
59           // will do exactly this, if the reader requests it.
                    
                
test-runcommand.c https://gitlab.com/humodz/so2sh.git | C | 148 lines
                    
39
                    
40  /*printf("tryrun mode %d\n",command.mode); */
                    
41
                    
                
applemac.c http://research-code-base-animesh.googlecode.com/svn/trunk/ | C | 545 lines
                    
179        PrOpenPage( printPort, 0 );
                    
180        page = &(**PrintHand).prInfo.rPage; 
                    
181        wide = page->right - page->left;
                    
207        if( !(prErr = PrError()) )
                    
208            if( (*PrintHand)->prJob.bJDocLoop == bSpoolLoop )
                    
209            {   PrPicFile(PrintHand,0,0,0,&prStatus);
                    
                
desc_5b.h git://github.com/gfto/bitstream.git | C Header | 148 lines
                    
107static inline void desc5b_print(const uint8_t *p_desc,
                    
108                                f_print pf_print, void *print_opaque,
                    
109                                f_iconv pf_iconv, void *iconv_opaque,
                    
                
fhor.c https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | C | 395 lines
                    
217		*yi = hor[x2];
                    
218/*printf("(vert x2=%d) ", x2);*/
                    
219	} else {
                    
227		*yi = y1 + (*xi-x1)*((y2-y1)/(x2-x1)) + 0.5;
                    
228/*printf("(%3d,%3d)\n", *xi, *yi );*/
                    
229		return;
                    
247				*yi = *yi + slope;	/* XXX */
                    
248/*printf("[%3d,%3d]", *xi, *yi );*/
                    
249		}
                    
252	}
                    
253/*printf("(%3d,%3d)\n", *xi, *yi );*/
                    
254}
                    
277
                    
278/*printf("Draw (%d %d) -> (%d %d)\n", x1, y1, x2, y2 );*/
                    
279	x = x1;
                    
                
LineList.cpp https://cdexos.svn.sourceforge.net/svnroot/cdexos | C++ | 473 lines
                    
98#define PRINTMARGIN_X 0.50
                    
99#define PRINTMARGINY ((int)((double)pDC->GetDeviceCaps(LOGPIXELSY)*PRINTMARGIN_Y))
                    
100#define PRINTMARGINX ((int)((double)pDC->GetDeviceCaps(LOGPIXELSX)*PRINTMARGIN_X))
                    
152	dwLinesTotal	= GetItemCount();
                    
153	dwLinesPerPage	= (pDC->GetDeviceCaps(VERTRES) - 2*PRINTMARGINY - 3*LINESPACING) / LINESPACING;
                    
154	dwPagesTotal	= max(1,(dwLinesTotal + (dwLinesPerPage-1))/dwLinesPerPage);
                    
                
pfs_engine_table.h git://pkgs.fedoraproject.org/mysql | C Header | 317 lines
                    
312bool pfs_show_status(handlerton *hton, THD *thd,
                    
313                     stat_print_fn *print, enum ha_stat_type stat);
                    
314
                    
                
lp.tell.c https://github.com/illumos/illumos-gate.git | C | 501 lines
                    
138				*bufPtr,
                    
139				*printer,
                    
140				*s_key;
                    
141
                    
142	char *printerErrorString = NULL;
                    
143	char *statusString = NULL;
                    
270	     !(printer = argv[optind])
                    
271	     || !*printer
                    
272	) {
                    
                
cgs_sisd.cpp https://hg01.codeplex.com/salvia | C++ | 345 lines
                    
112#ifdef _DEBUG
                    
113		/*printf( "Function: 0x%X\n", fn );
                    
114		for( Function::BasicBlockListType::iterator it = fn->getBasicBlockList().begin(); it != fn->getBasicBlockList().end(); ++it ){
                    
                
cJSON.c http://miranda-dev.googlecode.com/svn/trunk/ | C | 366 lines
                    
77// Render the number nicely from the given item into a string.
                    
78static char *print_number(cJSON *item)
                    
79{
                    
146// Render the cstring provided to an escaped version that can be printed.
                    
147static char *print_string_ptr(const char *str)
                    
148{
                    
178// Invote print_string_ptr (which is useful) on an item.
                    
179static char *print_string(cJSON *item)	{return print_string_ptr(item->valuestring);}
                    
180
                    
182static const char *parse_value(cJSON *item,const char *value);
                    
183static char *print_value(cJSON *item,int depth);
                    
184static const char *parse_array(cJSON *item,const char *value);
                    
184static const char *parse_array(cJSON *item,const char *value);
                    
185static char *print_array(cJSON *item,int depth);
                    
186static const char *parse_object(cJSON *item,const char *value);
                    
                
simd-pack.impure.lisp git://github.com/sbcl/sbcl.git | Lisp | 154 lines
                    
74                      ((simd-pack single-float)
                    
75                       (if (and *print-readably*
                    
76                                (some #'float-nan-p (multiple-value-list
                    
80                      ((simd-pack double-float)
                    
81                       (if (and *print-readably*
                    
82                                (some #'float-nan-p (multiple-value-list
                    
90      ;; Readably
                    
91      (let ((*print-readably* t)
                    
92            (*read-eval* t))
                    
94      ;; Want readably but can't without *READ-EVAL*.
                    
95      (let ((*print-readably* t)
                    
96            (*read-eval* nil))
                    
                
multilistaview.php https://github.com/kaartine/Rysty.git | PHP | 144 lines
                    
54
                    
55        /*print "<pre>";
                    
56        print_r($data);
                    
                
attr_print64.c https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | C | 285 lines
                    
154    ATTR_PRINT_SLAVE_FN print_fn;
                    
155    void   *print_arg;
                    
156
                    
                
pg_backup_archiver.h https://github.com/srush/postgres-provanence.git | C Header | 384 lines
                    
125typedef void (*ReadExtraTocPtr) (struct _archiveHandle * AH, struct _tocEntry * te);
                    
126typedef void (*PrintExtraTocPtr) (struct _archiveHandle * AH, struct _tocEntry * te);
                    
127typedef void (*PrintTocDataPtr) (struct _archiveHandle * AH, struct _tocEntry * te, RestoreOptions *ropt);
                    
                
AbstractScalaCompleter.scala https://github.com/Sciss/ScalaInterpreterPane.git | Scala | 266 lines
                    
66    // secret handshakes
                    
67    //    val slashPrint      = """.*// *print *""".r
                    
68    //    val slashPrintRaw   = """.*// *printRaw *""".r
                    
                
platform.h https://bitbucket.org/frodo_man/vvn.io.git | C Header | 348 lines
                    
172 */
                    
173int mbedtls_platform_set_printf( int (*printf_func)( const char *, ... ) );
                    
174#else /* !MBEDTLS_PLATFORM_PRINTF_ALT */
                    
                
tcomp.c git://github.com/maximk/teeterl.git | C | 293 lines
                    
169	{
                    
170		cstr_t *print1 = atoms_get(atoms, index(a));
                    
171		cstr_t *print2 = atoms_get(atoms, index(b));
                    
                
net_lib.c git://pkgs.fedoraproject.org/netmonitor | C | 262 lines
                    
27    clearscreen();
                    
28  /***********Prints title header*********/
                    
29  fprintf(stdout, "%s %16s %10s %14s %10s\n", "Device", "Downloaded",
                    
                
domain.php http://goodgirl.googlecode.com/svn/ | PHP | 120 lines
                    
5
                    
6if ($hook == 'aop_new_section' and $section == 'domain'){
    include $ext_info['path'].'/admin.php';
    /*print_r(range(1, 100));
    print_r($forum_page);
                    
7    $forum_page['ext_actions'][] = '<span  class="active"><a href="'.forum_link('extensions/domain/admin.php').'">Domains</a></span>';*/
                    
                
generic.h http://phd-workspace.googlecode.com/svn/trunk/ | C Header | 215 lines
                    
92 ** @brief Customizable printf function pointer type */
                    
93typedef int(*printf_func_t) (char const *format, ...) ;
                    
94
                    
                
soli.ml git://github.com/aryx/fork-ocsigen.git | OCaml | 117 lines
                    
113
                    
114let _ = if solve 0 then ((*print_string "\n"; print_board board*)) else assert false
                    
115
                    
                
makertf.c https://github.com/dodamn/pkg-allegro4.2.git | C | 514 lines
                    
68
                    
69   /*printf("writing %s\n", filename);*/
                    
70
                    
                
renderer.h http://infon.googlecode.com/svn/trunk/ | C Header | 193 lines
                    
126    /* write a string to the server */
                    
127    void                       (*printf)(const char *fmt, ...);
                    
128
                    
                
util.clj git://github.com/semperos/clj-webdriver.git | Clojure | 317 lines
                    
171  [x w]
                    
172  (if *print-dup*
                    
173    (print-dup x w)
                    
178(defn- print-sequential [^String begin, print-one, ^String sep, ^String end, sequence, ^Writer w]
                    
179  (binding [*print-level* (and (not *print-dup*) *print-level* (dec *print-level*))]
                    
180    (if (and *print-level* (neg? *print-level*))
                    
184        (when-let [xs (seq sequence)]
                    
185          (if (and (not *print-dup*) *print-length*)
                    
186            (loop [[x & xs] xs
                    
186            (loop [[x & xs] xs
                    
187                   print-length *print-length*]
                    
188              (if (zero? print-length)
                    
216               (or *print-dup*
                    
217                   (and *print-meta* *print-readably*)))
                    
218      (.write w "^")
                    
                
runtime.h https://code.google.com/p/golang-on-cygwin/ | C Header | 506 lines
                    
230	uint32	(*equal)(uint32, void*, void*);
                    
231	void	(*print)(uint32, void*);
                    
232	void	(*copy)(uint32, void*, void*);
                    
                
make-host-2.lisp git://github.com/dmitryvk/sbcl-win32-threads.git | Lisp | 99 lines
                    
1;;; Set up the cross-compiler.
                    
2(setf *print-level* 5 *print-length* 5)
                    
3(load "src/cold/shared.lisp")
                    
                
unpack_template.h git://github.com/pydata/pandas.git | C Header | 493 lines
                    
154	++top; \
                    
155	/*printf("container %d count %d stack %d\n",stack[top].obj,count_,top);*/ \
                    
156	/*printf("stack push %d\n", top);*/ \
                    
351			--top;
                    
352			/*printf("stack pop %d\n", top);*/
                    
353			goto _push;
                    
365			--top;
                    
366			/*printf("stack pop %d\n", top);*/
                    
367			goto _push;
                    
388	ret = 1;
                    
389	/*printf("-- finish --\n"); */
                    
390	goto _end;
                    
392_failed:
                    
393	/*printf("** FAILED **\n"); */
                    
394	ret = -1;
                    
                
main.go git://github.com/tav/go.git | Go | 239 lines
                    
52
                    
53	if *printfuncs != "" {
                    
54		for _, name := range strings.Split(*printfuncs, ",") {
                    
                
wiktionary.lisp https://github.com/nixeagle/acumen.git | Lisp | 288 lines
                    
105                    (with-open-file (s full-file-path)
                    
106                      (let ((*print-pretty* nil)
                    
107                            (*print-circle* nil)
                    
107                            (*print-circle* nil)
                    
108                            (*print-readably* t)
                    
109                            (*package* (find-package :wiktionary)))
                    
118                                       :if-exists :supersede)
                    
119                      (let ((*print-pretty* nil)
                    
120                            (*print-circle* nil)
                    
120                            (*print-circle* nil)
                    
121                            (*print-readably* t)
                    
122                            (*package* (find-package :wiktionary)))
                    
                
engine.c https://github.com/ocTpoyxuu/albion.git | C | 268 lines
                    
218{
                    
219	/*printf("Mouse event at x %d y %d with state %x button %x", x, y, state, button);*/
                    
220	btn[button] = (state == GLUT_DOWN ? 1 : 0);
                    
220	btn[button] = (state == GLUT_DOWN ? 1 : 0);
                    
221	/*printf(" btn{%d, %d, %d, %d, %d}\n", btn[0], btn[1], btn[2], btn[3], btn[4]);*/
                    
222
                    
                
qabstractpagesetupdialog.cpp git://pkgs.fedoraproject.org/mingw-qt | C++ | 140 lines
                    
63*/
                    
64QAbstractPageSetupDialog::QAbstractPageSetupDialog(QPrinter *printer, QWidget *parent)
                    
65    : QDialog(*(new QAbstractPageSetupDialogPrivate), parent)
                    
75QAbstractPageSetupDialog::QAbstractPageSetupDialog(QAbstractPageSetupDialogPrivate &ptr,
                    
76                                                   QPrinter *printer, QWidget *parent)
                    
77    : QDialog(ptr, parent)
                    
                
shaderobj.c git://pkgs.fedoraproject.org/mesa | C | 431 lines
                    
70      old->RefCount--;
                    
71      /*printf("SHADER DECR %p (%d) to %d\n",
                    
72        (void*) old, old->Name, old->RefCount);*/
                    
87      sh->RefCount++;
                    
88      /*printf("SHADER INCR %p (%d) to %d\n",
                    
89        (void*) sh, sh->Name, sh->RefCount);*/
                    
                
sieve-actions.h git://pkgs.fedoraproject.org/dovecot | C Header | 268 lines
                    
65	
                    
66	void (*print)
                    
67		(const struct sieve_action *action, 
                    
134			
                    
135	void (*print)
                    
136		(const struct sieve_side_effect *seffect, const struct sieve_action *action, 
                    
                
idt.c http://kiddie.googlecode.com/svn/trunk/ | C | 148 lines
                    
131	{
                    
132		/*printk ("Setting IDT[%d] 0x%x flags[0x%x]\n",0x20 + i,KERNEL_CS, ST_PRESENT | ST_KERN | ST_INTR_GATE);*/
                    
133		idt_set_gate(0x20 + i, (u_long)intr_table[i], KERNEL_CS, ST_PRESENT | ST_KERN | ST_INTR_GATE);
                    
                
fitblk.c https://github.com/mongodb/mongo.git | C | 254 lines
                    
62
                    
63#define LOG_FITBLK(...)   /*printf(__VA_ARGS__)*/
                    
64#define local static
                    
                
vars-vector.c git://pkgs.fedoraproject.org/ifm | C | 615 lines
                    
67/* Vector print format */
                    
68static char *print_format = "%g";
                    
69
                    
                
hdpvr-core.c git://github.com/CyanogenMod/cm-kernel.git | C | 460 lines
                    
127	size_t buf_size = 46;
                    
128	char *print_buf = kzalloc(5*buf_size+1, GFP_KERNEL);
                    
129	if (!print_buf) {
                    
                
bma150_spi.c git://github.com/toastcfh/CdMa-HeRoC-2.6.29.git | C | 510 lines
                    
165			this_pdata->microp_new_cmd == 1) {
                    
166		/*printk(KERN_DEBUG "%s: New MicroP command\n", __func__);*/
                    
167		ret = microp_i2c_read(MICROP_I2C_RCMD_GSENSOR_DATA, buffer, 6);
                    
178		/* For Passion with V01 ~ V05 Microp */
                    
179		/*printk(KERN_DEBUG "%s: Old MicroP command\n", __func__);*/
                    
180		ret = microp_i2c_read(MICROP_I2C_RCMD_GSENSOR_X_DATA,
                    
                
part.h https://bitbucket.org/hldspb/uboot-sbc8600.git | C Header | 449 lines
                    
281	 */
                    
282	void (*print)(struct blk_desc *dev_desc);
                    
283
                    
                
watch.h git://pkgs.fedoraproject.org/clips | C Header | 90 lines
                    
40   unsigned (*accessFunc)(void *,int,unsigned,struct expr *);
                    
41   unsigned (*printFunc)(void *,char *,int,struct expr *);
                    
42   struct watchItem *next;
                    
                
karbon_view.h git://pkgs.fedoraproject.org/koffice-kivio | C Header | 285 lines
                    
101	// printing support, override from KoView
                    
102	virtual void setupPrinter( KPrinter &/*printer*/ ) {}
                    
103	virtual void print( KPrinter& printer );
                    
                
db.hpp https://gitlab.com/horails/horails.git | C++ Header | 586 lines
                    
72    map<int,gare_t*>::iterator it=_gare.begin();
                    
73    for(;it!=_gare.end();++it) { /*printf("%d\n",it->second->nbrtrains);*/if(it->second->nbrtrains) it->second->level++;}
                    
74  }
                    
                
maketab.c git://github.com/vivekp/minix-nbsd.git | C | 168 lines
                    
130	}
                    
131	printf("static char *printname[%d] = {\n", SIZE);
                    
132	i = 0;
                    
                
sql_bitmap.h git://pkgs.fedoraproject.org/mysql | C Header | 138 lines
                    
73  my_bool operator==(const Bitmap& map2) const { return bitmap_cmp(&map, &map2.map); }
                    
74  char *print(char *buf) const
                    
75  {
                    
131  my_bool operator==(const Bitmap<64>& map2) const { return map == map2.map; }
                    
132  char *print(char *buf) const { longlong2str(map,buf,16); return buf; }
                    
133  ulonglong to_ulonglong() const { return map; }
                    
                
 

Source

Language