HomeSort by relevance Sort by last modified time
    Searched refs:Output (Results 176 - 200 of 671) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 5 //go:generate go run root_darwin_arm_gen.go -output root_darwin_armx.go
17 data, err := cmd.Output()
  /prebuilts/go/darwin-x86/src/errors/
example_test.go 33 // Output: 1989-03-15 22:30:00 +0000 UTC: the file system has gone away
errors_test.go 41 // Output: emit macho dwarf: elf header corrupted
52 // Output: user "bimmler" (id 17) not found
  /prebuilts/go/darwin-x86/src/sort/
example_interface_test.go 41 // Output:
  /prebuilts/go/darwin-x86/src/text/scanner/
example_test.go 27 // Output:
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 5 //go:generate go run root_darwin_arm_gen.go -output root_darwin_armx.go
17 data, err := cmd.Output()
  /prebuilts/go/linux-x86/src/errors/
example_test.go 33 // Output: 1989-03-15 22:30:00 +0000 UTC: the file system has gone away
errors_test.go 41 // Output: emit macho dwarf: elf header corrupted
52 // Output: user "bimmler" (id 17) not found
  /prebuilts/go/linux-x86/src/sort/
example_interface_test.go 41 // Output:
  /prebuilts/go/linux-x86/src/text/scanner/
example_test.go 27 // Output:
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 171 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
180 exit 0 if (!defined ($Output));
184 $Output =~ s/[.]gch$//;
185 push @CmdArgs, $Output;
231 # We MUST print to stderr. Some clients use the stdout output of
242 # We save the output file in the 'crashes' directory if clang encounters
393 'i' => 'c-cpp-output',
395 'mi' => 'objective-c-cpp-output',
423 my $Output;
448 # Get the output format
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 171 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
180 exit 0 if (!defined ($Output));
184 $Output =~ s/[.]gch$//;
185 push @CmdArgs, $Output;
231 # We MUST print to stderr. Some clients use the stdout output of
242 # We save the output file in the 'crashes' directory if clang encounters
393 'i' => 'c-cpp-output',
395 'mi' => 'objective-c-cpp-output',
423 my $Output;
448 # Get the output format
    [all...]
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
AccessSourcerTest.java 37 mSourcer = new AccessSourcer(new Output(mWriter));
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 53 Generic.Output: "nobold noitalic #000",
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 34 unsigned Output;
  /external/clang/include/clang/Driver/
Tool.h 120 /// writing to \p Output and with \p Inputs, and add the jobs to
125 /// \param LinkingOutput - If this output will eventually feed the
126 /// linker, then this is the final output name of the linked image.
128 const InputInfo &Output,
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 185 unsigned Output = phi->getOperand(0).getReg();
192 if (Input != Output) {
194 MRI.constrainRegClass(Input, MRI.getRegClass(Output));
195 MRI.replaceRegWith(Output, Input);
  /frameworks/av/media/img_utils/include/img_utils/
TiffIfd.h 22 #include <img_utils/Output.h>
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
example.go 19 Output string
64 // close pipe, restore stdout/stderr, get output
71 if g, e := strings.TrimSpace(out), strings.TrimSpace(eg.Output); g != e {
  /prebuilts/go/darwin-x86/src/testing/
example.go 19 Output string
76 // Close pipe, restore stdout, get output.
83 if g, e := strings.TrimSpace(out), strings.TrimSpace(eg.Output); g != e && err == nil {
  /prebuilts/go/linux-x86/src/go/doc/testdata/
example.go 19 Output string
64 // close pipe, restore stdout/stderr, get output
71 if g, e := strings.TrimSpace(out), strings.TrimSpace(eg.Output); g != e {
  /prebuilts/go/linux-x86/src/testing/
example.go 19 Output string
76 // Close pipe, restore stdout, get output.
83 if g, e := strings.TrimSpace(out), strings.TrimSpace(eg.Output); g != e && err == nil {
  /system/tpm/trunks/generator/
generator_test.py 41 typedef.Output(out_file, defined_types, typemap)
49 typedef2.Output(out_file2, defined_types, typemap)
74 constant.Output(out_file, defined_types, typemap)
90 # Only output |union|, this will test the dependency logic.
93 union.Output(out_file, defined_types, typemap)
126 define.Output(out_file)
141 command.response_args = [self._MakeArg('char', 'output')]
146 const char& output)> TestResponse;"""
155 char* output,
165 char* output,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 51 Output, ///< A register output-dependence (aka WAW).
80 /// Reg - For Data, Anti, and Output dependencies, the associated
107 case Output:
109 "SDep::Anti and SDep::Output must use a non-zero Reg!");
130 case Output:
233 /// only valid on Data, Anti, and Output edges. On Data edges, this
236 assert((getKind() == Data || getKind() == Anti || getKind() == Output) &&
242 /// only valid on Data, Anti, and Output edges. On Anti and Output
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 539 * the specified output stream argument.
541 * @param out the output stream to which to write the data.
547 * Writes a specified part of this byte string to an output stream.
549 * @param out the output stream to which to write the data.
723 // Output stream
726 * Creates a new {@link Output} with the given initial capacity. Call {@link
727 * Output#toByteString()} to create the {@code ByteString} instance.
729 * A {@link ByteString.Output} offers the same functionality as a
736 public static Output newOutput(int initialCapacity) {
737 return new Output(initialCapacity)
955 private final CodedOutputStream output; field in class:ByteString.CodedBuilder
    [all...]

Completed in 873 milliseconds

1 2 3 4 5 6 78 91011>>