HomeSort by relevance Sort by last modified time
    Searched defs:Print (Results 176 - 200 of 295) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/flatbuffers/src/
idl_gen_grpc.cpp 136 void Print(const std::map<std::string, std::string> &vars,
153 Print(s.c_str());
156 void Print(const char *s) {
  /external/libchrome/base/debug/
stack_trace_posix.cc 301 debug::StackTrace().Print();
735 void StackTrace::Print() const {
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 80 printHeader and printFooter, or even Print (though this is unlikely).
119 def Print(self, api):
127 """Print the header associated with all files and call the printRealHeader method."""
129 print '/* DO NOT EDIT - This file generated automatically by %s script */' \
131 print ''
132 print '/*'
133 print (' * ' + self.license.replace('\n', '\n * ')).replace(' \n', '\n')
134 print ' */'
135 print ''
137 print '#if !defined( %s )' % (self.header_tag
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 46 // to print the text of the constructor when the --help option is given.
51 " p[kN] - print file(s) found in the archive\n"
61 " [k] - always print bitcode files (default is to skip them)\n"
80 Print, ///< Print the contents of the archive
194 case 'p': ++NumOperations; Operation = Print; break;
337 // printSymbolTable - print out the archive's symbol table.
363 // Skip things that don't make sense to print
693 // Print a stack trace if we signal out.
747 case Print: haveError = doPrint(&ErrMsg); break;
    [all...]
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 52 // This class has a notion of the current output Section. The Print, Nested,
100 Generator& Print(Args... args) {
105 // Appends the print code for a single field's value.
106 // If <omit_default> is true, then the emitted code will not print zero-valued
113 // Appends the print code for as single field.
116 // Appends the print code for a message. May change which section is currently
120 // Appends the print and parse functions for an enum. May change which
261 Print("o->", omit_default ? "AppendNumericIfNotZero" : "AppendNumeric",
265 Print("o->", omit_default ? "AppendBoolIfTrue" : "AppendBool", "(\"",
273 Print("o->", omit_default ? "AppendStringIfNotEmpty" : "AppendString"
    [all...]
  /external/tinyxml/
tinyxml.cpp 766 void TiXmlElement::Print( FILE* cfile, int depth ) const
780 attrib->Print( cfile, depth );
795 firstChild->Print( cfile, depth + 1 );
808 node->Print( cfile, depth+1 );
1102 Print( fp, 0 );
1136 void TiXmlDocument::Print( FILE* cfile, int depth ) const
1141 node->Print( cfile, depth );
1198 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/ ) const
1290 void TiXmlComment::Print( FILE* cfile, int depth ) const
1326 void TiXmlText::Print( FILE* cfile, int depth ) cons
    [all...]
  /external/v8/src/compiler/
load-elimination.cc 88 state->Print();
188 void LoadElimination::AbstractChecks::Print() const {
285 void LoadElimination::AbstractElements::Print() const {
317 void LoadElimination::AbstractField::Print() const {
350 void LoadElimination::AbstractMaps::Print() const {
558 void LoadElimination::AbstractState::Print() const {
561 checks_->Print();
565 maps_->Print();
569 elements_->Print();
574 field->Print();
    [all...]
register-allocator-verifier.cc 305 void BlockAssessments::Print() const {
  /external/v8/src/heap/
gc-tracer.cc 299 Print();
398 void GCTracer::Print() const {
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 9 // The example below will disassemble a block of code and print it to stdout.
61 // Bottleneck functions to print into the out_buffer.
63 void Print(const char* str);
100 void Decoder::Print(const char* str) {
109 // Print the register name according to the active name converter.
111 Print(converter_.NameOfCPURegister(reg));
114 // Print the double FP register name according to the active name converter.
116 Print(GetRegConfig()->GetDoubleRegisterName(reg));
119 // Print SoftwareInterrupt codes. Factoring this out reduces the complexity of
124 Print("call rt redirected")
    [all...]
  /external/v8/tools/mb/
mb.py 65 self.Print('interrupted, exiting', stream=sys.stderr)
71 self.Print(l)
102 help='Do a dry run (i.e., do nothing, just print '
232 self.Print("\n# To recreate the file passed to %s:" % arg_name)
233 self.Print("%% cat > %s <<EOF)" % path)
235 self.Print(contents)
236 self.Print("EOF\n%\n")
282 self.Print('\nWriting """\\\n%s""" to _path_/args.gn.\n' % gn_args)
383 self.Print('mb config file %s looks ok.' % self.args.config_file)
389 # First, make sure the config file is okay, but don't print anythin
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
print.go 59 // The String method is used to print values passed as an operand
61 // such as Print.
68 // The GoString method is used to print values passed as an operand
228 // Print formats using the default formats for its operands and writes to standard output.
231 func Print(a ...interface{}) (n int, err error) {
539 // Otherwise print a concise panic message. Most of the time the panic
540 // value will print itself nicely.
579 // Print the result of GoString unadorned.
1088 case argNum >= len(a): // No argument left over to print for the current verb.
  /prebuilts/go/darwin-x86/src/internal/trace/
parser.go 863 // Print dumps events to stdout. For debugging.
864 func Print(events []*Event) {
  /prebuilts/go/linux-x86/src/fmt/
print.go 59 // The String method is used to print values passed as an operand
61 // such as Print.
68 // The GoString method is used to print values passed as an operand
228 // Print formats using the default formats for its operands and writes to standard output.
231 func Print(a ...interface{}) (n int, err error) {
539 // Otherwise print a concise panic message. Most of the time the panic
540 // value will print itself nicely.
579 // Print the result of GoString unadorned.
1088 case argNum >= len(a): // No argument left over to print for the current verb.
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 863 // Print dumps events to stdout. For debugging.
864 func Print(events []*Event) {
  /system/extras/boottime_tools/bootio/
bootio_collector.cpp 359 void BootioCollector::Print() {
  /art/test/913-heaps/
heaps.cc 191 Print(reference_kind,
213 void Print(jvmtiHeapReferenceKind reference_kind,
231 // Do not print the size, but detect known values and "normalize" for the golden file.
256 ret.push_back(e->Print());
269 std::string Print() const {
768 // Be lazy, always print eight bytes.
    [all...]
  /device/google/cuttlefish_common/host/frontend/vnc_server/
keysyms.h 49 Print = 0xff61, VolumeDown = 0x1008ff11, Mute = 0x1008ff12,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 1055 class Print(Node):
1075 return "Print(%s, %s)" % (repr(self.nodes), repr(self.dest))
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 10 // This file implements the Decl::print method, which pretty prints the
38 void Print(AccessSpecifier AS);
40 /// Print an Objective-C method type in parentheses.
43 /// \param T The type to print.
106 void Decl::print(raw_ostream &Out, unsigned Indentation, function in class:Decl
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
111 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, function in class:Decl
155 (*Begin)->print(Out, Policy, Indentation);
179 (*Begin)->print(Out, SubPolicy, Indentation);
249 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 227 // is a helper for testing UniversalPrinter<T>::Print() for various types.
229 string Print(const T& value) {
231 UniversalPrinter<T>::Print(value, &ss);
237 // UniversalPrinter<T&>::Print() for various types.
241 UniversalPrinter<T&>::Print(value, &ss);
248 EXPECT_EQ("-1", Print(kAE1));
249 EXPECT_EQ("1", Print(kAE2));
253 EXPECT_EQ("-2", Print(kEWP1));
254 EXPECT_EQ("42", Print(kEWP2));
258 EXPECT_EQ("kEWS1", Print(kEWS1))
    [all...]
  /external/googletest/googletest/test/
gtest-printers_test.cc 291 // is a helper for testing UniversalPrinter<T>::Print() for various types.
293 std::string Print(const T& value) {
295 UniversalPrinter<T>::Print(value, &ss);
301 // UniversalPrinter<T&>::Print() for various types.
305 UniversalPrinter<T&>::Print(value, &ss);
312 EXPECT_EQ("-1", Print(kAE1));
313 EXPECT_EQ("1", Print(kAE2));
317 EXPECT_EQ("-2", Print(kEWP1));
318 EXPECT_EQ("42", Print(kEWP2));
322 EXPECT_EQ("kEWS1", Print(kEWS1))
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 101 // llvm-ar. This object instructs the CommandLine library to print the text of
107 " p[kN] - print file(s) found in the archive\n"
128 Print, ///< Print the contents of the archive
232 case 'p': ++NumOperations; Operation = Print; break;
386 case Print:
425 case Print:
678 case Print:
820 // Print a stack trace if we signal out.
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 570 void CPDFXFA_DocEnvironment::Print(CXFA_FFDoc* hDoc,
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 1055 class Print(Node):
1075 return "Print(%s, %s)" % (repr(self.nodes), repr(self.dest))
    [all...]

Completed in 888 milliseconds

1 2 3 4 5 6 78 91011>>