/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/guava/guava-tests/test/com/google/common/io/ |
CharStreamsTest.java | 159 CheckCloseSupplier.Output<Writer> okWrite 167 CheckCloseSupplier.Output<Writer> brokenWrite 305 private static CheckCloseSupplier.Output<Writer> newCheckWriter( 307 return new CheckCloseSupplier.Output<Writer>(delegate) {
|
/frameworks/av/media/img_utils/src/ |
EndianUtils.cpp | 22 EndianOutput::EndianOutput(Output* out, Endianness end)
|
/external/chromium_org/url/ |
url_canon_internal.h | 75 // Appends the given string to the output, escaping characters that do not 79 CanonOutput* output); 82 CanonOutput* output); 126 // Write a single character, escaped, to the output. This always escapes: it 132 CanonOutputT<OUTCHAR>* output) { 133 output->push_back('%'); 134 output->push_back(kHexCharLookup[(ch >> 4) & 0xf]); 135 output->push_back(kHexCharLookup[ch & 0xf]); 155 // character that should be appended, with the given output method. Wrappers 160 template<class Output, void Appender(unsigned char, Output*) 163 Appender(static_cast<unsigned char>(char_value), output); local [all...] |
/external/chromium_org/v8/src/ |
liveedit.h | 204 class Output { 211 virtual ~Output() {} 216 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/clang/lib/Driver/ |
Tools.cpp | 242 const InputInfo &Output, 255 // Determine the output location. 260 } else if (Output.getType() == types::TY_Dependencies) { 261 DepFile = Output.getFilename(); 279 if (OutputOpt && Output.getType() != types::TY_Dependencies) { 284 // FIXME: This should use the computed output file location. [all...] |
/external/chromium_org/third_party/mesa/src/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];
|
radeon_emulate_branches.c | 244 unsigned int Output:RC_REGISTER_INDEX_BITS; 253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { 261 * Output registers cannot be read from and so cannot be dealt with like 264 * We do the simplest thing: If an output registers is written within 285 remap.Output = inst->U.I.DstReg.Index; 297 inst_mov->U.I.DstReg.Index = remap.Output;
|
/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];
|
radeon_emulate_branches.c | 244 unsigned int Output:RC_REGISTER_INDEX_BITS; 253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) { 261 * Output registers cannot be read from and so cannot be dealt with like 264 * We do the simplest thing: If an output registers is written within 285 remap.Output = inst->U.I.DstReg.Index; 297 inst_mov->U.I.DstReg.Index = remap.Output;
|
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 93 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) { 109 //static void output(const T &value, void *ctxt, llvm::raw_ostream &out); 211 SameType<Signature_output, &U::output> *, 422 // Base class for Input and Output. 617 ScalarTraits<T>::output(Val, io.getContext(), Buffer); 698 static void output(const bool &, void*, llvm::raw_ostream &); 705 static void output(const StringRef &, void*, llvm::raw_ostream &); 712 static void output(const std::string &, void*, llvm::raw_ostream &); 719 static void output(const uint8_t &, void*, llvm::raw_ostream &); 726 static void output(const uint16_t &, void*, llvm::raw_ostream &) [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
DngCreatorTest.java | 95 * raw image captured for the first reported camera device to be saved to an output file. 116 StaticMetadata.StreamDirection.Output); 180 * raw image captured for the first reported camera device to be saved to an output file. 203 StaticMetadata.StreamDirection.Output); 217 StaticMetadata.StreamDirection.Output); 282 * Test basic RAW capture, and ensure that the rendered RAW output is similar to the JPEG 323 StaticMetadata.StreamDirection.Output); 338 StaticMetadata.StreamDirection.Output); 531 StaticMetadata.StreamDirection.Output);
|
/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/chromium_org/chrome/browser/resources/chromeos/ |
provided_file_systems.js | 11 * @return {string} Output string in a human-readable format. 66 * @return {string} Output string in a human-readable format. 78 * @return {string} Output string in a human-readable format. 87 * @return {string} Output string in a human-readable format. 99 * @return {string} Output string in a human-readable format. 154 * @return {string} Output string in a human-readable format.
|
/external/clang/include/clang/Basic/ |
TargetInfo.h | 494 CI_ReadWrite = 0x04, // "+r" output constraint (read and write). 495 CI_HasMatchingInput = 0x08 // This output operand has a matching input. 513 /// \brief Return true if this output operand has a matching 518 /// constraint that ties it to an output operand. 520 /// If this returns true then getTiedOperand will indicate which output 534 /// the specified output operand. 536 /// Copy over the various constraint information from the output. 537 void setTiedOperand(unsigned N, ConstraintInfo &Output) { 538 Output.setHasMatchingInput(); 539 Flags = Output.Flags [all...] |
/external/chromium_org/content/common/gpu/media/ |
vt_video_decode_accelerator.h | 53 void Output(
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_tracer.h | 152 void Output();
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
luac.c | 26 #define OUTPUT PROGNAME ".out" /* default output file */ 31 static char Output[]={ OUTPUT }; /* default output file name */ 32 static const char* output=Output; /* actual output file name */ variable 43 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno)); 57 " -o name output to file " LUA_QL("name") " (default is \"%s\")\n [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filters_neon.S | 10 @ Reference code in filters.c. Output is bit-exact.
|
/external/chromium_org/tools/usb_gadget/ |
hid_echo_gadget.py | 8 echo test for HID drivers. The device exposes vendor-specific input, output 10 output report is echoed as an input report. The value of the feature report 38 hid_descriptors.Output(hid_descriptors.Data,
|
/external/chromium_org/v8/src/compiler/ |
code-generator-impl.h | 80 return ToDoubleRegister(instr_->Output());
|
/external/chromium_org/v8/tools/testrunner/local/ |
commands.py | 37 from ..objects import output namespace 151 return output.Output(exit_code, timed_out, out, errors)
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFObjectWriter.h | 27 class Output;
|