/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...] |
/art/runtime/ |
signal_catcher.cc | 102 void SignalCatcher::Output(const std::string& s) { 153 Output(os.str());
|
/build/core/ |
android_manifest.mk | 3 # Output: full_android_manifest
|
/external/libedit/ |
Android.mk | 16 # Output goes to the prebuilts/libs/libedit directory.
|
/external/llvm/lib/Support/ |
Signals.cpp | 97 sys::fs::createTemporaryFile("symbolizer-output", "", OutputFile); 132 StringRef Output = OutputBuf.get()->getBuffer(); 134 Output.split(Lines, "\n");
|
/external/clang/unittests/Tooling/ |
ReplacementsYamlTest.cpp | 34 yaml::Output YAML(YamlContentStream);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
consoleLogs.php | 21 echo "<title>Test Console Output for $buildType $buildName </title>";
28 <p><b><font face="Verdana" size="+3">Test Console Output</font></b> </p>
33 output from running JUnit plugin tests for
|
/external/skia/src/core/ |
SkTTopoSort.h | 40 // If the node under consideration has been already been output it means it 43 // This node hasn't been output yet. Recursively assess all the 51 Traits::Output(node, result->count()); // mark this node as output 66 // static void Output(T* t, int index) { ... } // 'index' is 't's position in the result 73 // static int NumDependencies(const T* t) { ... } // 't' will be output after all the other - 93 // been output 97 // Output this node after all the nodes it depends on have been output.
|
/frameworks/av/media/img_utils/src/ |
EndianUtils.cpp | 22 EndianOutput::EndianOutput(Output* out, Endianness end)
|
/external/v8/test/unittests/compiler/arm/ |
instruction-selector-arm-unittest.cc | [all...] |
/external/v8/src/debug/ |
liveedit.h | 202 class Output { 209 virtual ~Output() {} 214 Output* result_writer);
|
/frameworks/av/media/img_utils/include/img_utils/ |
TiffWriter.h | 40 class Output; 86 * Any StripSources passed in will be written to the output as image strips 93 virtual status_t write(Output* out, StripSource** sources, size_t sourcesCount, 107 virtual status_t write(Output* out, Endianness end = LITTLE);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
KeyTypeData.java | 19 import android.icu.util.Output; 103 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) { 140 Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) {
|
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 19 using llvm::yaml::Output; 216 Output yout(ostr); 362 Output yout(ostr); 477 Output yout(ostr); 672 Output yout(ostr); 721 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { function in struct:llvm::yaml::ScalarTraits 763 Output yout(ostr); 822 static void output(const MultilineStringType &value, void *ctxt, function in struct:llvm::yaml::BlockScalarTraits 853 Output yout(ostr); 884 Output yout(ostr) 934 static void output(const MyNumber &value, void *, llvm::raw_ostream &out) { function in struct:llvm::yaml::ScalarTraits 2105 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) { function in struct:llvm::yaml::ScalarTraits [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 34 unsigned char Output[RC_REGISTER_MAX_INDEX]; 81 dst->Output[i] = a->Output[i] | b->Output[i]; 128 return &s->R.Output[index];
|
/external/clang/lib/Driver/ |
Tools.cpp | 276 const InputInfo &Output, 290 // Determine the output location. 295 } else if (Output.getType() == types::TY_Dependencies) { 296 DepFile = Output.getFilename(); 314 if (OutputOpt && Output.getType() != types::TY_Dependencies) { 319 // FIXME: This should use the computed output file location. [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationTest.java | 47 import android.icu.util.Output; [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationTest.java | 46 import com.ibm.icu.util.Output; [all...] |
/external/v8/src/heap/ |
gc-tracer.cc | 191 Output("[Finished reentrant %s during %s.]\n", 365 void GCTracer::Output(const char* format, ...) const { 389 Output("%8.0f ms: ", heap_->isolate()->time_millis_since_init()); 391 Output("%s %.1f (%.1f) -> %.1f (%.1f) MB, ", current_.TypeName(false), 399 Output("%.1f / %d ms", duration, external_time); 403 Output(" (+ %.1f ms in %d steps since last GC)", 409 Output( 419 Output(" [%s]", current_.gc_reason); 423 Output(" [%s]", current_.collector_reason); 426 Output(".\n") [all...] |
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 92 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) { 108 //static void output(const T &value, void *ctxt, llvm::raw_ostream &out); 124 /// static void output(const MyType &Value, void*, llvm::raw_ostream &Out) 140 // static void output(const T &Value, void *ctx, llvm::raw_ostream &Out); 232 SameType<Signature_output, &U::output> *, 252 SameType<Signature_output, &U::output> *); 455 // Base class for Input and Output. 662 ScalarTraits<T>::output(Val, io.getContext(), Buffer); 682 BlockScalarTraits<T>::output(Val, YamlIO.getContext(), Buffer); 772 static void output(const bool &, void*, llvm::raw_ostream &) [all...] |
/external/v8/test/unittests/compiler/ia32/ |
instruction-selector-ia32-unittest.cc | 646 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 667 EXPECT_TRUE(s.IsSameAsFirst(s[0]->Output())); 668 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 682 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 700 EXPECT_TRUE(s.IsSameAsFirst(s[0]->Output())); 701 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 715 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 767 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 781 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); 799 EXPECT_EQ(s.ToVreg(n), s.ToVreg(s[0]->Output())); [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 78 ATTRIBUTE Acct-Output-Octets 43 integer 83 ATTRIBUTE Acct-Output-Packets 48 integer 249 VALUE Octets-Direction Output 2
|
/external/autotest/client/cros/video/ |
collect_golden_images.py | 35 Output images will be placed under /tmp/test. Images will be saved as
|