/external/messageformat/java/com/ibm/icu/simple/ |
PluralRules.java | 28 import com.ibm.icu.util.Output; [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
main.py | 113 # Create the HTML report object and the output object to print messages 121 self.output = firmware_utils.Output(self.log_dir, 131 self.output,
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_copy_a9q.s | 197 @ * Output pointer 203 @ * output buffer buffer Stride
|
/external/llvm/lib/Target/AMDGPU/ |
R600Packetizer.cpp | 206 if (Dep.getKind() == SDep::Output) 346 // Here, Insn 1 will result in the dependence graph not emitting an output
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
LiteralByteStringTest.java | 272 ByteString.Output output = ByteString.newOutput(); local 273 stringUnderTest.writeTo(output); 274 assertEquals("Output Size returns correct result", 275 output.size(), stringUnderTest.size()); 276 output.writeTo(bos); 277 assertTrue("Output.writeTo() must give back the same bytes", 280 // write the output stream to itself! This should cause it to double 281 output.writeTo(output); [all...] |
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 659 Branch.Output = 0; // Ignored. 664 Branch.Output = I - Block->succ_begin();
|
/external/clang/lib/Basic/ |
Diagnostic.cpp | 51 SmallVectorImpl<char> &Output, 55 Output.append(Str.begin(), Str.end()); 465 // Recursively format the result of the select clause into the output string. 606 // output string. [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateIntervalFormat.java | 24 import android.icu.util.Output; 578 * @param appendTo Output parameter to receive result. 581 * On output: the offsets of the alignment field. 604 * @param appendTo Output parameter to receive result. 607 * On output: the offsets of the alignment field. 630 Output<String> part2) { 671 * @param appendTo Output parameter to receive result. 674 * On output: the offsets of the alignment field. [all...] |
SimpleDateFormat.java | 38 import android.icu.util.Output; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalFormat.java | 23 import com.ibm.icu.util.Output; 584 * @param appendTo Output parameter to receive result. 587 * On output: the offsets of the alignment field. 611 * @param appendTo Output parameter to receive result. 614 * On output: the offsets of the alignment field. 637 Output<String> part2) { 678 * @param appendTo Output parameter to receive result. 681 * On output: the offsets of the alignment field. [all...] |
SimpleDateFormat.java | 37 import com.ibm.icu.util.Output; [all...] |
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
DefaultServlet.java | [all...] |
/external/llvm/lib/CodeGen/ |
MIRPrinter.cpp | 134 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { function in struct:llvm::yaml::BlockScalarTraits 193 yaml::Output Out(OS); 972 yaml::Output Out(OS);
|
ScheduleDAGInstrs.cpp | 287 /// addPhysRegDeps - Add register dependencies (data, anti, and output) from 294 // Optionally add output and anti dependencies. For anti 298 // TODO: Using a latency of 1 here for output dependencies assumes 300 SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output; 310 (Kind != SDep::Output || !MO.isDead() || 379 /// addVRegDefDeps - Add register output and data dependencies from this SUnit 442 // Shortcut: Singly defined vregs do not have output/anti dependencies. 446 // Add output dependence to the next nearest defs of this vreg. 448 // Unless this definition is dead, the output dependence should be 451 // are not eliminated sometime during scheduling. The output dependence edg [all...] |
/external/opencv3/3rdparty/jinja2/ |
parser.py | 348 node = nodes.Output(lineno=next(self.stream).lineno) [all...] |
ext.py | 387 return nodes.Output([node])
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
apmtest.m | 2 %APMTEST is a tool to process APM file sets and easily display the output. 4 % 'test' Processes the files to produce test output. 56 outpath = [filepath 'output/']; 319 warning(['Output file ' newfile ' does not exist']); 337 warning('Reference is not the same length as output');
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2ReprocessCaptureTest.java | 207 * Test the input format and output format with the largest input and output sizes. 222 * Test the input format and output format with the largest input and output sizes for a 230 getMaxSize(reprocessOutputFormat, StaticMetadata.StreamDirection.Output); 258 * Test all input format, input size, output format, and output size combinations. 277 StaticMetadata.StreamDirection.Output); 591 * sensor timestamp, and output image's timestamp should match the reprocess input's timestamp. 644 // Verify the reprocess output image timestamps match the input image's timestamps [all...] |
/frameworks/compile/mclinker/lib/Object/ |
ObjectLinker.cpp | 137 // create the output symbol if it dose not have one 230 // check we have input and output files 250 // against shared libraries, the output absolutely does not call outside 301 /// mergeSections - put allinput sections into output sections 306 // Set up input/output from ldscript requirement if any 315 SectionMap::Output::iterator in, inBegin, inEnd; 330 // force output alignment from ldscript if any 335 } // for each output section description 412 SectionMap::Output::iterator in, inBegin, inEnd; 434 } // for each output section descriptio [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 59 std::string Output; 67 void setOutput(const Twine &Output) { 69 this->Output = Output.str(); 76 llvm::errs() << Output << ':'; [all...] |
/external/v8/src/compiler/x87/ |
code-generator-x87.cc | 37 Operand OutputOperand() { return ToOperand(instr_->Output()); } 385 instr->HasOutput() && instr->Output()->IsDoubleRegister(); 433 instr->HasOutput() && instr->Output()->IsDoubleRegister(); 497 instr->HasOutput() && instr->Output()->IsDoubleRegister(); 702 InstructionOperand* destination = instr->Output(); 1284 X87Register output = i.OutputDoubleRegister(); local 1301 X87Register output = i.OutputDoubleRegister(); local [all...] |
/external/v8/src/crankshaft/ |
lithium-allocator.cc | 782 // Handle fixed output operand. 783 if (first != NULL && first->Output() != NULL) { 784 LUnallocated* first_output = LUnallocated::cast(first->Output()); 850 // Handle "output same as input" for second instruction. 851 if (second != NULL && second->Output() != NULL) { 852 LUnallocated* second_output = LUnallocated::cast(second->Output()); 872 // instruction will include the output operand (whose value at the 934 LOperand* output = instr->Output(); local 935 if (output != NULL) [all...] |
/external/bison/data/ |
glr.c | 179 ## Output files. ## [all...] |
/external/curl/projects/ |
generate.bat | 237 rem %3 - Output project file 302 rem %4 - Output project file
|
/external/llvm/tools/obj2yaml/ |
elf2yaml.cpp | 434 yaml::Output Yout(Out);
|