/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 39 import android.icu.util.Output; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 38 import com.ibm.icu.util.Output; 638 Output<TimeType> timeType = new Output<TimeType>(TimeType.UNKNOWN) [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsxform.c | 210 cmsUInt8Number* output; local 216 output = (cmsUInt8Number*) out; 248 output = p -> ToOutputFloat(p, fOut, output, Stride); 261 cmsUInt8Number* output; local 266 output = (cmsUInt8Number*) out; 272 output = p -> ToOutputFloat(p, fIn, output, Stride); 285 cmsUInt8Number* output; local 290 output = (cmsUInt8Number*) out 308 register cmsUInt8Number* output; local 355 cmsUInt8Number* output; local 379 cmsUInt8Number* output; local 424 cmsUInt8Number* output; local [all...] |
/external/clang/include/clang/Basic/ |
TargetInfo.h | 558 CI_ReadWrite = 0x04, // "+r" output constraint (read and write). 559 CI_HasMatchingInput = 0x08, // This output operand has a matching input. 561 CI_EarlyClobber = 0x20, // "&" output constraint (early clobber). 587 /// \brief Return true if this output operand has a matching 592 /// constraint that ties it to an output operand. 594 /// If this returns true then getTiedOperand will indicate which output 636 /// the specified output operand. 638 /// Copy over the various constraint information from the output. 639 void setTiedOperand(unsigned N, ConstraintInfo &Output) { 640 Output.setHasMatchingInput() [all...] |
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 78 cl::desc("Append the exit code to the output so it gets diff'd too"), 113 OutputPrefix("output-prefix", cl::init("bugpoint"), 298 /// executeProgram - This method runs "Program", capturing the output of the 337 if (OutputFile.empty()) OutputFile = OutputPrefix + "-execution-output-%%%%%%%"; 339 // Check to see if this is a valid output filename... 379 // Return the filename we captured the output to. 383 /// executeProgramSafely - Used to create reference output with the "safe" 384 /// backend, if reference output is not provided. 417 /// createReferenceFile - calls compileProgram and then records the output 439 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n" [all...] |
/external/clang/test/ |
Makefile | 75 @ find . -name Output | xargs rm -fr
|
/external/icu/icu4j/perf-tests/perldriver/ |
PerfFramework4j.pm | 12 use Output;
|
/external/libavc/common/arm/ |
ih264_iquant_itrans_recon_dc_a9.s | 60 @ * Output 4x4 block 72 @ * Output Stride 144 asr r6, r6, #6 @i_macro >>6 = DC output of 2-stage transform 145 vdup.s16 q0, r6 @copy transform output to Q0 190 @ * Output 4x4 block 202 @ * Output Stride 258 asr r6, r6, #6 @i_macro >>6 = DC output of 2-stage transform 259 vdup.s16 q8, r6 @copy transform output to Q0 313 @ * struct the end output
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 39 # target using $DIST_DIR as the distribution output directory. 130 # Consume the last line of output from the loop: We don't want it. 148 # Create output dirs. 167 ${LIPO} -create ${lib_list} -output ${FRAMEWORK_DIR}/VPX 205 --preserve-build-output: Do not delete the build directory. 206 --show-build-output: Show output from each library build. 211 --verbose: Output information about the environment and each stage of the 239 --preserve-build-output) 242 --show-build-output) [all...] |
/external/llvm/utils/ |
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/opencv3/modules/cudalegacy/src/cuda/ |
fgd.cu | 275 template <typename T> struct Output; 276 template <> struct Output<uchar3> 283 template <> struct Output<uchar4> 485 c_stat.V1_CC<OT>(i, j, indx) = Output<OT>::make(prevVal.x, prevVal.y, prevVal.z); 486 c_stat.V2_CC<OT>(i, j, indx) = Output<OT>::make(curVal.x, curVal.y, curVal.z); 640 c_stat.V_C<OT>(i, j, indx) = Output<OT>::make(curVal.x, curVal.y, curVal.z); 745 background(i, j) = Output<OT>::make( 753 background(i, j) = Output<OT>::make(curVal.x, curVal.y, curVal.z); [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.h | 195 static void Output(GrDrawTarget* dt, int /* index */) { 257 // 'this' drawTarget relies on the output of the drawTargets in 'fDependencies'
|
/external/skia/tools/ |
sk_tool_utils.h | 157 // This node should've been output after all the nodes on which it depends 170 static void Output(TopoTestNode* node, int outputPos) {
|
/external/v8/src/compiler/ |
code-generator-impl.h | 89 return ToDoubleRegister(instr_->Output());
|
/external/v8/test/cctest/ |
test-liveedit.cc | 75 class ListDiffOutputWriter : public Comparator::Output {
|
/frameworks/compile/mclinker/lib/Script/ |
Assignment.cpp | 133 SectionMap::Output::reference in = script.sectionMap().back()->back();
|
/build/core/ |
install_jni_libs.mk | 9 # Output variables:
|
/external/icu/icu4c/source/test/ |
Makefile.in | 116 # pcheck = parallel check. We don't care about the output interleaving, 126 @echo Beginning parallel make. Output may be interleaved! 161 echo "(to get non-interleaved err output, use \"$(MAKE) check\" instead.)" ; \
|
/frameworks/rs/api/ |
rs_io.spec | 18 summary: Input/Output Functions
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
ImageReaderTest.java | 355 StaticMetadata.StreamDirection.Output); 356 assertFalse("JPEG output not supported for camera " + id + 357 ", at least one JPEG output is required.", jpegSizes.length == 0); 365 StaticMetadata.StreamDirection.Output); 461 // Find scale difference between YUV and JPEG output 470 // Find matching square patch of pixels in YUV and JPEG output 585 assertTrue("Output rectangle" + crop + " must lie within image bounds " + imageBounds, 603 int[] output = new int[w * h]; local 637 output[outputPos++] = Color.rgb(r, g, b); 649 return output; [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
ByteStringTest.java | 33 import com.google.protobuf.ByteString.Output; 411 ByteString.Output output = ByteString.newOutput(bytes.length + 100); local 412 output.write(bytes); 413 ByteString byteString = output.toByteString(); 430 // Test writing the entire output writeSize bytes at a time. 431 ByteString.Output output = ByteString.newOutput(bufferSize); local 433 output.write(bytes, i, Math.min(writeSize, length - i)); 435 ByteString byteString = output.toByteString() 451 ByteString.Output output = ByteString.newOutput(bufferSize); local 474 ByteString.Output output = ByteString.newOutput(bufferSize); local 711 ByteArrayOutputStream output = new ByteArrayOutputStream(); local [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodecSource.cpp | 318 MediaCodecSource::Output::Output() 373 Mutexed<Output>::Locked output(mOutput); 376 while (output->mBufferQueue.size() == 0 && !output->mEncoderReachedEOS) { 377 output.waitForCondition(output->mCond); 379 if (!output->mEncoderReachedEOS) { 380 *buffer = *output->mBufferQueue.begin() [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 763 Assert.fail("Tonemap curve output is supported but MAX_CURVE_POINTS is null"); 769 checkTrueForKey(key, "Tonemap curve output supported camera device must support " 835 StaticMetadata.StreamDirection.Output); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
StaticMetadata.java | 763 Assert.fail("Tonemap curve output is supported but MAX_CURVE_POINTS is null"); 769 checkTrueForKey(key, "Tonemap curve output supported camera device must support " 835 StaticMetadata.StreamDirection.Output); [all...] |
/external/v8/test/unittests/compiler/mips/ |
instruction-selector-mips-unittest.cc | 407 EXPECT_EQ(s.ToVreg(r), s.ToVreg(s[0]->Output())); [all...] |