/external/llvm/utils/ |
llvm-native-gcc | 64 die "Can't figure out name of output file.\n" 69 print "Warning: defaulting output file name ", 142 } else { # gccld messes with the output file name 162 # guess the name of the output file, if -o was not specified. 164 print "Output file is $OutputFile\n" if $Verbose; 219 llvm-native-gcc tries to guess the name of the llvm-gcc output file by looking
|
llvm-native-gxx | 64 die "Can't figure out name of output file.\n" 69 print "Warning: defaulting output file name ", 142 } else { # gccld messes with the output file name 162 # guess the name of the output file, if -o was not specified. 164 print "Output file is $OutputFile\n" if $Verbose; 219 llvm-native-g++ tries to guess the name of the llvm-g++ output file by looking
|
/external/open-vcdiff/src/ |
vcdiffengine.cc | 134 // the results into the output string "diff". 145 coder->Output(diff);
|
encodetable.cc | 134 // for encoding, here is where they would be appended to *output. 294 // and "End of Delta Encoding" in Output(), below. 312 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) { 324 // append() will be called many times on the output string; make sure 325 // the output string is resized only once at most.
|
/external/v8/test/cctest/ |
test-liveedit.cc | 77 class ListDiffOutputWriter : public Comparator::Output {
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 111 // Output the extra parameters. 146 * line of the output string. 149 // Number of transferred bytes in a line of output. Length of a 172 // Max sure the ASCII text on last line of output lines up with previous 265 * the output will be: 375 // Output any automatic settings. 381 // Output any manual settings. 400 // Output any proxy bypass rules.
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 80 void Output(const char * data, int len) { 110 void DebugPrint(char * buf, int * plen, bool output) { 122 LOG(INFO) << (output ? "SEND >>>>>>>>>>>>>>>>" : "RECV <<<<<<<<<<<<<<<<") 138 // Output a tag 232 DEFINE_string(voiceoutput, NULL, "RTP dump file for voice output."); 234 DEFINE_string(videooutput, NULL, "RTP dump file for video output."); 379 pump.client()->SignalLogOutput.connect(&debug_log_, &DebugLog::Output);
|
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 513 S.getLangOpts().CPlusPlus ? (I->Output ? "true" : "false") 514 : (I->Output ? "1" : "0"); 535 I->Output, Fixit1, Fixit2); 545 I->Output, Fixit1, Fixit2); 556 if ((BO->getOpcode() == BO_LAnd && I->Output) || 557 (BO->getOpcode() == BO_LOr && !I->Output)) 580 if (I->Output) 610 << Str << I->Output << Range; 615 << RemoveDiagKind << Str << I->Output << Fixit1 << Fixit2; [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | 90 #pragma mark == Output == 96 @abstract Enables ANSI C fprintf output. 114 @abstract Enables IOLog (Mac OS X Kernel) output. 124 @abstract Enables kprintf (Mac OS X Kernel) output. 134 @abstract Enables iDebug (Mac OS X user and Kernel) output. 164 @abstract Type of debug output (i.e. where the output goes). 179 // Console meta output kind - Any kind of Console output (in horizontal order of preference): 191 @abstract Flags controlling how the output type is configured [all...] |
/external/compiler-rt/make/ |
util.mk | 65 # Example Output:
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
CodedInputStreamTest.java | 383 ByteString.Output rawOutput = ByteString.newOutput(); 384 CodedOutputStream output = CodedOutputStream.newInstance(rawOutput); local 387 output.writeRawVarint32(tag); 388 output.writeRawVarint32(0x7FFFFFFF); 389 output.writeRawBytes(new byte[32]); // Pad with a few random bytes. 390 output.flush(); 492 ByteString.Output rawOutput = ByteString.newOutput(); 493 CodedOutputStream output = CodedOutputStream.newInstance(rawOutput); local 496 output.writeRawVarint32(tag); 497 output.writeRawVarint32(1) [all...] |
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Output.java | 22 * Generate fancy output. 24 public class Output { 46 throw new RuntimeException("unknown output format"); 66 throw new RuntimeException("unknown output format"); 78 throw new RuntimeException("unknown output format"); 146 * Prints the output in XML format.
|
/external/chromium/sdch/open-vcdiff/src/ |
encodetable.cc | 266 // and "End of Delta Encoding" in Output(), below. 284 void VCDiffCodeTableWriter::Output(OutputStringInterface* out) { 296 // append() will be called many times on the output string; make sure 297 // the output string is resized only once at most.
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteStreamsTest.java | 95 throw new IOException("broken close output"); 115 throw new IOException("broken get output"); 179 CheckCloseSupplier.Output<OutputStream> okWrite 189 CheckCloseSupplier.Output<OutputStream> brokenWrite 264 // copy, output supplier 822 private static CheckCloseSupplier.Output<OutputStream> newCheckOutput( 824 return new CheckCloseSupplier.Output<OutputStream>(delegate) {
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 12 use Output;
|
/external/llvm/lib/Transforms/Utils/ |
CodeExtractor.cpp | 166 // instruction is used outside the region, it's an output. 318 // Add the types of the output values to the function's argument list. 380 // Set names for input and output arguments. 489 Value *Output = 0; 498 Output = GEP; 500 Output = ReloadOutputs[i]; 502 LoadInst *load = new LoadInst(Output, outputs[i]->getName()+".reload"); 593 // If the output value is used by a phi in the target block, 618 // Advance output iterator even if we don't emit a store
|
/external/llvm/test/ |
Makefile | 96 $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print`
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayOutput.java | 33 * <p><b>Note:</b> As per the {@link Output} interface, multi-byte 36 public final class ByteArrayOutput implements Output 50 /** >= 0; current output cursor */ 66 * >= 8 (if used); the number of bytes of hex output to use 78 * @param data non-null; data array to use for output 96 * @param data non-null; data array to use for output 491 * Annotation on output.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 27 @ Output is not bit-exact with the reference C code, due to the replacement 141 str r6, [r12] @ Output (*ptr2, as 32 bits) 149 str r5, [r4] @ Output (*ptr1)
|
/external/clang/lib/AST/ |
DeclCXX.cpp | [all...] |
ASTDiagnostic.cpp | 148 /// 4) Two different types within the same diagnostic have the same output 245 SmallVectorImpl<char> &Output, 250 size_t OldEnd = Output.size(); 251 llvm::raw_svector_ostream OS(Output); 363 Output.insert(Output.begin()+OldEnd, '\''); 364 Output.push_back('\''); 383 /// PrintTree - Format output string as a tree. 398 /// OS - The stream used to construct the output strings. 401 /// IsBold - Keeps track of the bold formatting for the output string [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 130 \texttt{blktrace} output. These \texttt{QUEUE} operations indicate the 249 [ -D <dir> : --output-directory=<dir>] Default: . 254 [ -o <base> : --output-base=<base> ] Default: replay 259 \caption{\label{fig:btrecord--help}\texttt{btrecord --help} Output} 271 \texttt{--output-directory}\\Set Output Directory} 274 name for where output files are to be placed. The default directory is the 324 \texttt{--output-base}\\Set Base Name for Output Files} 326 Each output file has 3 fields [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 85 ATTRIBUTE Ascend-Pre-Output-Octets 191 integer 87 ATTRIBUTE Ascend-Pre-Output-Packets 193 integer 192 VALUE Ascend-TS-Idle-Mode TS-Idle-Input-Output 2
|
/external/v8/src/ |
liveedit.cc | 89 void SaveResult(Comparator::Output* chunk_writer) { 214 explicit ResultWriter(Comparator::Output* chunk_writer) 236 Comparator::Output* chunk_writer_; 263 Comparator::Output* result_writer) { 293 class SubrangableOutput : public Comparator::Output { 306 // linear programming table. Enable subranging in input and output. 308 SubrangableOutput* output) { 340 output->SetSubrange1(common_prefix_len, new_len1); 341 output->SetSubrange2(common_prefix_len, new_len2); 408 class TokensCompareOutput : public Comparator::Output { [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags2man.py | 35 Run the program, parse the output, and then format that into a man 76 gflags.DEFINE_integer('v', 0, 'verbosity level to use for output') 179 self.output = [] # output from the program. List of lines. 186 """Run it and collect output. 201 # --help output is often routed to stderr, so we combine with stdout. 207 self.output = child_stdout_and_stderr.readlines() 209 if len(self.output) < _MIN_VALID_USAGE_MSG: 212 len(self.output), self.output)) [all...] |