Searched defs:print (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/
H A Ds_expression.cpp147 void s_int::print() function in class:s_int
152 void s_float::print() function in class:s_float
157 void s_symbol::print() function in class:s_symbol
162 void s_list::print() function in class:s_list
167 expr->print();
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp135 void GrGLExtensions::print(const char* sep) const { function in class:GrGLExtensions
/external/skia/tools/
H A DDumpRecord.cpp41 this->print(command, timer.fCpu);
49 void print(const T& command, double time) { function in class:__anon30826::Dumper
53 void print(const SkRecords::Restore& command, double time) { function in class:__anon30826::Dumper
58 void print(const SkRecords::Save& command, double time) { function in class:__anon30826::Dumper
63 void print(const SkRecords::SaveLayer& command, double time) { function in class:__anon30826::Dumper
/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp146 void HashMap<T1,T2>::print() function in class:HashMap
/external/tcpdump/
H A Dprint-telnet.c1 /* $NetBSD: print-telnet.c,v 1.2 1999/10/11 12:40:12 sjg Exp $ */
54 "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.24 2003-12-29 11:05:10 hannes Exp $";
110 telnet_parse(const u_char *sp, u_int length, int print) argument
131 if (print)
149 if (print)
152 if (print)
172 if (print)
177 if (print)
184 if (print)
189 if (print)
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pmovmskb.c32 static void print(V128 vbits, V128 val, int bit, int result) function
68 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
72 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
76 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
80 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
84 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
88 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
92 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
96 if ((vbits_mask & mask) == 0) print(vbits, val_copy, bit, result & mask);
100 if ((vbits_mask & mask) == 0) print(vbit
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) argument
/external/bluetooth/bluedroid/gki/common/
H A Dgki_debug.c83 ** Description Called internally by OSS to print the buffer pools
163 ** Description Called internally by OSS to print the buffer pools statistics
168 void gki_print_buffer_statistics(FP_PRINT print, INT16 pool) argument
177 print("Not a valid Buffer pool\n");
184 print("Buffer Pool[%u] size=%u cur_cnt=%u max_cnt=%u total=%u\n",
188 print(" Owner State Sanity\n");
189 print("----------------------------\n");
194 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED");
208 GKI_API void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id) argument
221 print("No
258 gki_print_task(FP_PRINT print) argument
287 gki_print_exception(FP_PRINT print) argument
303 gki_dump(UINT8 *s, UINT16 len, FP_PRINT print) argument
321 gki_dump2(UINT16 *s, UINT16 len, FP_PRINT print) argument
337 gki_dump4(UINT32 *s, UINT16 len, FP_PRINT print) argument
[all...]
/external/chromium_org/courgette/
H A Dmemory_monitor.cc37 bool print = false; local
41 print = true;
46 print = true;
48 if (!print) return;
/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintDocumentAdapterWrapper.java10 import android.print.PageRange;
11 import android.print.PrintAttributes;
12 import android.print.PrintDocumentAdapter;
13 import android.print.PrintDocumentInfo;
108 public void print(PrintManagerDelegate printManager, String title) { method in class:PrintDocumentAdapterWrapper
109 printManager.print(title, this, null);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPrintStream.h54 void print(const T& value) function in class:WTF::PrintStream
60 void print(const T1& value1, const T2& value2) function in class:WTF::PrintStream
62 print(value1);
63 print(value2);
67 void print(const T1& value1, const T2& value2, const T3& value3) function in class:WTF::PrintStream
69 print(value1);
70 print(value2);
71 print(value3);
75 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) function in class:WTF::PrintStream
77 print(value
84 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) function in class:WTF::PrintStream
94 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) function in class:WTF::PrintStream
105 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) function in class:WTF::PrintStream
117 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) function in class:WTF::PrintStream
130 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) function in class:WTF::PrintStream
144 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) function in class:WTF::PrintStream
159 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) function in class:WTF::PrintStream
175 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) function in class:WTF::PrintStream
192 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) function in class:WTF::PrintStream
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_print_visitor.cpp32 ir_instruction::print(void) const function in class:ir_instruction
64 ir->print();
/external/chromium_org/third_party/skia/include/utils/
H A DSkRTConf.h28 virtual void print(SkWStream *o) const = 0;
41 void print(SkWStream *o) const;
122 void SkRTConf<T>::print(SkWStream *o) const { function in class:SkRTConf
144 sprintf(s, "%-30.30s", "How do I print myself??");
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.h76 void (*print) (const void *contents, FILE *f, int indent_level); member in struct:yasm_bytecode_callback
/external/chromium_org/v8/test/mjsunit/tools/
H A Dtickprocessor.js333 this.oldPrint = print; method
334 print = function(str) {
360 print = this.oldPrint;
362 print(this.realOut.join('\n'));
413 print('=== testProcessing-' + testName + ' ===');
/external/chromium_org/v8/tools/
H A Dgenerate-ten-powers.scm135 (define (print-c powers from to struct-type
149 (define (print-powers-reduced n)
150 (print "static const " struct-type " " cache-name
159 (print " };")
160 (print "static const int " max-distance-name "(" n ") = "
162 (print "// nb elements (" n "): " nb-elements))
174 (print "// Copyright 2010 the V8 project authors. All rights reserved.")
175 (print "// ------------ GENERATED FILE ----------------")
176 (print "// command used:")
177 (print "// "
[all...]
/external/clang/lib/Analysis/
H A DCallGraph.cpp166 void CallGraph::print(raw_ostream &OS) const { function in class:CallGraph
169 // We are going to print the graph in reverse post order, partially, to make
180 N->print(OS);
186 (*CI)->print(OS);
195 print(llvm::errs());
202 void CallGraphNode::print(raw_ostream &os) const { function in class:CallGraphNode
209 print(llvm::errs());
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp191 void Environment::print(raw_ostream &Out, const char *NL, function in class:Environment
/external/iproute2/include/
H A Diptables.h69 void (*print)(const struct ipt_ip *ip, member in struct:iptables_match
121 void (*print)(const struct ipt_ip *ip, member in struct:iptables_target
/external/jmdns/src/javax/jmdns/impl/
H A DDNSMessage.java223 String print() { method in class:DNSMessage
256 protected String print(byte[] data) { method in class:DNSMessage
/external/junit/src/junit/textui/
H A DResultPrinter.java28 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
73 // I feel like making this a println, then adding a line giving the throwable a chance to print something
75 getWriter().print(count + ") " + booBoo.failedTest());
79 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
85 getWriter().print("OK");
117 getWriter().print("E");
124 getWriter().print("F");
137 getWriter().print(".");
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_debug.c82 ** Description Called internally by OSS to print the buffer pools
162 ** Description Called internally by OSS to print the buffer pools statistics
167 void gki_print_buffer_statistics(FP_PRINT print, INT16 pool) argument
176 print("Not a valid Buffer pool\n");
183 print("Buffer Pool[%u] size=%u cur_cnt=%u max_cnt=%u total=%u\n",
187 print(" Owner State Sanity\n");
188 print("----------------------------\n");
193 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED");
207 GKI_API void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id) argument
220 print("No
257 gki_print_task(FP_PRINT print) argument
286 gki_print_exception(FP_PRINT print) argument
302 gki_dump(UINT8 *s, UINT16 len, FP_PRINT print) argument
320 gki_dump2(UINT16 *s, UINT16 len, FP_PRINT print) argument
336 gki_dump4(UINT32 *s, UINT16 len, FP_PRINT print) argument
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_debug.c82 ** Description Called internally by OSS to print the buffer pools
162 ** Description Called internally by OSS to print the buffer pools statistics
167 void gki_print_buffer_statistics(FP_PRINT print, INT16 pool) argument
176 print("Not a valid Buffer pool\n");
183 print("Buffer Pool[%u] size=%u cur_cnt=%u max_cnt=%u total=%u\n",
187 print(" Owner State Sanity\n");
188 print("----------------------------\n");
193 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED");
207 GKI_API void gki_print_used_bufs (FP_PRINT print, UINT8 pool_id) argument
220 print("No
257 gki_print_task(FP_PRINT print) argument
286 gki_print_exception(FP_PRINT print) argument
302 gki_dump(UINT8 *s, UINT16 len, FP_PRINT print) argument
320 gki_dump2(UINT16 *s, UINT16 len, FP_PRINT print) argument
336 gki_dump4(UINT32 *s, UINT16 len, FP_PRINT print) argument
[all...]
/external/llvm/include/llvm/Support/
H A DFormat.h56 unsigned print(char *Buffer, unsigned BufferSize) const { function in class:llvm::format_object_base
/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp112 void DominanceFrontierBase::print(raw_ostream &OS, const Module* ) const { function in class:DominanceFrontierBase
137 print(dbgs());

Completed in 1240 milliseconds

1234567891011>>