HomeSort by relevance Sort by last modified time
    Searched refs:Output (Results 76 - 100 of 400) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 23 import com.ibm.icu.util.Output;
168 Output<ULocale> validLocale = new Output<ULocale>(ULocale.ROOT);
  /external/llvm/include/llvm/Option/
ArgList.h 258 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
259 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
263 void AddAllArgs(ArgStringList &Output, ArrayRef<OptSpecifier> Ids) const;
266 void AddAllArgs(ArgStringList &Output, OptSpecifier Id0,
271 void AddAllArgValues(ArgStringList &Output, OptSpecifier Id0,
280 void AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0,
  /external/v8/src/interpreter/
bytecode-array-builder.h 276 INLINE(void Output(Bytecode bytecode, uint32_t(&operands)[N]));
277 void Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
279 void Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
281 void Output(Bytecode bytecode, uint32_t operand0, uint32_t operand1);
282 void Output(Bytecode bytecode, uint32_t operand0);
283 void Output(Bytecode bytecode);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 34 private final Output mOutput;
38 public ClassSourcer(Output output) {
40 mOutput = output;
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /external/libvpx/
libvpx-asm-translation.mk 7 # Output variables:
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 29 8: TypePointer Output 7(fvec4)
30 9(fragcolor): 8(ptr) Variable Output
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer 189 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
198 exit 0 if (!defined ($Output));
202 $Output =~ s/[.]gch$//;
203 push @CmdArgs, $Output;
249 # We MUST print to stderr. Some clients use the stdout output of
260 # We save the output file in the 'crashes' directory if clang encounters
410 'ii' => 'c++-cpp-output',
411 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output',
413 'mi' => 'objective-c-cpp-output',
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
204 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
213 exit 0 if (!defined ($Output));
217 $Output =~ s/[.]gch$//;
218 push @CmdArgs, $Output;
264 # We MUST print to stderr. Some clients use the stdout output of
274 # all clang output to ccc-analyzer's STDERR.
275 # We save the output file in the 'crashes' directory if clang encounters
413 'ii' => 'c++-cpp-output',
414 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
204 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
213 exit 0 if (!defined ($Output));
217 $Output =~ s/[.]gch$//;
218 push @CmdArgs, $Output;
264 # We MUST print to stderr. Some clients use the stdout output of
274 # all clang output to ccc-analyzer's STDERR.
275 # We save the output file in the 'crashes' directory if clang encounters
413 'ii' => 'c++-cpp-output',
414 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 41 # Invoke 'system', STDOUT and STDERR are output to a temporary file.
207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
216 exit 0 if (!defined ($Output));
220 $Output =~ s/[.]gch$//;
221 push @CmdArgs, $Output;
271 # We MUST print to stderr. Some clients use the stdout output of
281 # all clang output to ccc-analyzer's STDERR.
282 # We save the output file in the 'crashes' directory if clang encounters
420 'ii' => 'c++-cpp-output',
421 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output'
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
ccc-analyzer 189 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
198 exit 0 if (!defined ($Output));
202 $Output =~ s/[.]gch$//;
203 push @CmdArgs, $Output;
249 # We MUST print to stderr. Some clients use the stdout output of
260 # We save the output file in the 'crashes' directory if clang encounters
410 'ii' => 'c++-cpp-output',
411 'i' => $IsCXX ? 'c++-cpp-output' : 'c-cpp-output',
413 'mi' => 'objective-c-cpp-output',
    [all...]
  /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>

Completed in 3012 milliseconds

1 2 34 5 6 7 8 91011>>