HomeSort by relevance Sort by last modified time
    Searched refs:Print (Results 1 - 25 of 963) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/DebugAgentDxe/
DebugAgentDxe.c 63 Print (L"If the Debug Port is serial port, please make sure this serial port isn't connected by");
64 Print (L" ISA Serial driver\r\n");
65 Print (L"You could do the following steps to disconnect the serial port:\r\n");
66 Print (L"1: Shell> drivers\r\n");
67 Print (L" ...\r\n");
68 Print (L" V VERSION E G G #D #C DRIVER NAME IMAGE NAME\r\n");
69 Print (L" == ======== = = = == == =================================== ===================\r\n");
70 Print (L" 8F 0000000A B - - 1 14 PCI Bus Driver PciBusDxe\r\n");
71 Print (L" 91 00000010 ? - - - - ATA Bus Driver AtaBusDxe\r\n");
72 Print (L" ...\r\n");
    [all...]
  /external/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
24 /// This class is usefull to construct print helpers for raw_ostream.
40 std::function<void(raw_ostream &OS)> Print;
41 Printable(std::function<void(raw_ostream &OS)> Print)
42 : Print(std::move(Print)) {}
46 P.Print(OS);
  /external/flatbuffers/grpc/src/compiler/
go_generator.cc 69 printer->Print("//Generated by gRPC Go plugin\n");
70 printer->Print("//If you make any local changes, they will be lost\n");
71 printer->Print(vars, "//source: $filename$\n\n");
72 printer->Print(vars, "package $Package$\n\n");
74 printer->Print(file->additional_imports().c_str());
75 printer->Print("\n\n");
77 printer->Print("import (\n");
79 printer->Print(vars, "$context$ \"golang.org/x/net/context\"\n");
80 printer->Print(vars, "$grpc$ \"google.golang.org/grpc\"\n");
82 printer->Print(")\n\n")
    [all...]
cpp_generator.cc 86 printer->Print(vars, "#include $l$$h$$r$\n");
102 printer->Print(vars, "// Generated by the gRPC protobuf plugin.\n");
103 printer->Print(vars,
105 printer->Print(vars, "// source: $filename$\n");
106 printer->Print(vars, "#ifndef GRPC_$filename_identifier$__INCLUDED\n");
107 printer->Print(vars, "#define GRPC_$filename_identifier$__INCLUDED\n");
108 printer->Print(vars, "\n");
109 printer->Print(vars, "#include \"$filename_base$$message_header_ext$\"\n");
110 printer->Print(vars, file->additional_headers().c_str());
111 printer->Print(vars, "\n")
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DhVerify.c 42 Print (L"\nUEFI-OpenSSL DH Engine Testing:\n");
55 Print (L"- Context1 ... ");
58 Print (L"[Fail]");
62 Print (L"Context2 ... ");
65 Print (L"[Fail]");
69 Print (L"Parameter1 ... ");
72 Print (L"[Fail]");
76 Print (L"Parameter2 ... ");
79 Print (L"[Fail]");
83 Print (L"Generate key1 ... ");
    [all...]
RandVerify.c 40 Print (L" \nUEFI-OpenSSL PRNG Engine Testing:\n");
42 Print (L"- Random Generation...");
46 Print (L"[Fail]");
53 Print (L"[Fail]");
58 Print (L"[Fail]");
65 Print (L"[Pass]\n");
  /device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
RngTest.c 56 Print (L"UEFI RNG Protocol Testing :\n");
57 Print (L"----------------------------\n");
62 Print (L" -- Locate UEFI RNG Protocol : ");
65 Print (L"[Fail - Status = %r]\n", Status);
68 Print (L"[Pass]\n");
75 Print (L" -- Call RNG->GetInfo() interface : ");
79 Print (L"[Fail - Status = %r]\n", Status);
82 // Print out the supported RNG algorithm GUIDs
85 Print (L"\n >> Supported RNG Algorithm (Count = %d) : ", RngAlgCount);
89 Print (L"\n %d) ", Index);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Print/
Print.c 14 Print.c
18 This file defines the Print protocol interface to provide a unified
19 print function
24 #include EFI_PROTOCOL_DEFINITION (Print)
28 EFI_GUID_STRING(&gEfiPrintProtocolGuid, "Print Protocol", "Print 1.0 protocol");
  /external/google-breakpad/src/testing/gtest/samples/
sample4.h 50 void Print() const;
sample4.cc 44 void Counter::Print() const {
  /external/googletest/googletest/samples/
sample4.h 50 void Print() const;
  /external/protobuf/gtest/samples/
sample4.h 50 void Print() const;
  /external/v8/testing/gtest/samples/
sample4.h 50 void Print() const;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample4.h 50 void Print() const;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/samples/
sample4.h 50 void Print() const;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/samples/
sample4.h 50 void Print() const;
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
t3.c 19 Print(L"Hello World! (0xd=0x%x, 13=%d)\n", 13, 13);
21 Print(L"before InitializeLib(): PoolAllocationType=%d\n",
24 Print(L" after InitializeLib(): PoolAllocationType=%d\n",
31 Print(L"BS->HandleProtocol() ");
41 Print(L"%xh (%r)\n", efi_status, efi_status);
47 Print(L" li: %xh\n", li);
53 Print(L" li->Revision: %xh\n", li->Revision);
54 Print(L" li->ParentHandle: %xh\n", li->ParentHandle);
55 Print(L" li->SystemTable: %xh\n", li->SystemTable);
56 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_string_field.cc 196 printer->Print(variables_,
200 printer->Print(variables_,
203 printer->Print(variables_,
210 printer->Print(variables_,
216 printer->Print(variables_,
223 printer->Print(variables_,
233 printer->Print(variables_,
236 printer->Print(variables_,
241 printer->Print(variables_,
246 printer->Print(variables_
    [all...]
java_message_field_lite.cc 138 printer->Print(variables_,
142 printer->Print(variables_,
148 printer->Print(variables_,
154 printer->Print(variables_,
159 printer->Print(variables_,
165 printer->Print(variables_,
170 printer->Print(variables_,
178 printer->Print(variables_,
189 printer->Print(variables_,
198 printer->Print(variables_
    [all...]
java_lazy_message_field_lite.cc 61 printer->Print(variables_,
67 printer->Print(variables_,
73 printer->Print(variables_,
80 printer->Print(variables_,
91 printer->Print(variables_,
100 printer->Print(variables_,
115 printer->Print(variables_,
129 printer->Print(variables_,
135 printer->Print(variables_,
142 printer->Print(variables_
    [all...]
java_string_field_lite.cc 172 printer->Print(variables_,
176 printer->Print(variables_,
179 printer->Print(variables_,
186 printer->Print(variables_,
192 printer->Print(variables_,
199 printer->Print(variables_,
204 printer->Print(variables_,
211 printer->Print(variables_,
219 printer->Print(variables_,
228 printer->Print(variables_
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 102 printer->Print(
124 printer->Print(variables_, "$message_type_intdef$\n");
126 printer->Print(variables_, "public $type$ $name$;\n");
129 printer->Print(variables_,
136 printer->Print(variables_,
140 printer->Print(variables_,
148 printer->Print("int initialPos = input.getPosition();\n");
150 printer->Print(variables_,
154 printer->Print(variables_,
157 printer->Print(variables_
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6399.go 6 Print()
11 func (b Bar) Print() {}
25 f[i].Print()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6399.go 6 Print()
11 func (b Bar) Print() {}
25 f[i].Print()
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 72 printer->Print(variables_, "int $name$_;\n");
77 printer->Print(variables_,
87 printer->Print(variables,
94 printer->Print(variables,
97 printer->Print(variables,
106 printer->Print(variables_, "$name$_ = $default$;\n");
111 printer->Print(variables_, "set_$name$(from.$name$());\n");
116 printer->Print(variables_, "std::swap($name$_, other->$name$_);\n");
121 printer->Print(variables_, "$name$_ = $default$;\n");
126 printer->Print(variables_
    [all...]

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>