HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1501 - 1525 of 4117) sorted by null

<<61626364656667686970>>

  /external/guice/lib/build/
spring-beans.jar 
  /bionic/libc/kernel/uapi/linux/
media.h 11 *** source file (e.g. under external/kernel-headers/original/) then
161 struct media_pad_desc source; member in struct:media_link_desc
tcp.h 11 *** source file (e.g. under external/kernel-headers/original/) then
26 __be16 source; member in struct:tcphdr
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 2 * Copyright (C) 2016 The Android Open Source Project
409 float[] source = { 0.75f, 0.5f, 0.25f }; local
412 float[] r1 = cs.toXyz(source[0], source[1], source[2]);
415 assertArrayNotEquals(source, r1, 1e-5f);
418 float[] r3 = { source[0], source[1], source[2] };
428 float[] source = { 0.3012f, 0.2679f, 0.0840f } local
474 float[] source = { 1.0f, 0.5f, 0.0f }; local
515 float[] source = new float[] { 1.0f, 0.0f, 0.0f }; local
533 float[] source = { 0.9f, 0.9f, 0.9f }; local
563 float[] source = new float[] { 0.11112f, 0.22227f, 0.444448f }; local
577 float[] source = { 1.0f, 0.0f, 0.0f }; local
623 float[] source = { 0.6f, 0.9f, 0.7f }; local
634 float[] source = { 100.0f, 0.0f, 0.0f }; local
674 float[] source = { 0.32f, 0.43f, 0.54f }; local
709 float[] source = { 0.0f, 0.5f, 1.0f }; local
727 float[] source = { 0.0f, 0.5f, 1.0f }; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 2 * Copyright (C) 2013 The Android Open Source Project
60 int source = R.raw.video_176x144_3gp_h263_300kbps_25fps_aac_stereo_128kbps_11025hz; local
63 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
67 int source = R.raw.video_176x144_h264_408kbps_30fps_352x288_h264_122kbps_30fps; local
70 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
74 int source = R.raw.audio_aac_mono_70kbs_44100hz_aac_mono_70kbs_44100hz; local
77 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
81 int source = R.raw.video_h264_30fps_video_h264_30fps_aac_44100hz_aac_44100hz; local
84 cloneAndVerify(source, outputFile, 4, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
91 int source local
102 int source = R.raw.sinesweepm4a; local
112 int source = R.raw.video_only_176x144_3gp_h263_25fps; local
119 int source = R.raw.video_480x360_webm_vp9_333kbps_25fps_vorbis_stereo_128kbps_48000hz; local
126 int source = R.raw.video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 2 * Copyright (C) 2010 The Android Open Source Project
569 RegisterSpec source, result; local
580 source = newRegs.get(index);
581 result = source.withReg(next.getResult().getReg());
582 insertPlainInsnBefore(next, RegisterSpecList.make(source),
597 source = sources.get(0);
598 result = source.withReg(newRegs.get(index).getReg());
599 insertPlainInsnBefore(use, RegisterSpecList.make(source),
642 * source of the move to any users of the result.
655 final RegisterSpec source = insn.getSources().get(0) local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 2 * Copyright (C) 2007 The Android Open Source Project
531 * Handles check cast results to reuse the same source register.
593 * If source and result have a different mapping, insert a move so
792 * Maps the source registers of the specified instruction such that they
806 RegisterSpec source = sources.get(i); local
807 int sourceReg = source.getReg();
808 int category = source.getCategory();
817 addMapping(source, curRopReg);
834 // Don't map anything that's also a source.
859 // the category for each source inde
1154 RegisterSpec source = sources.get(i); local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
tcp.h 11 *** source file (e.g. under external/kernel-headers/original/) then
26 __be16 source; member in struct:tcphdr
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 10 * company may do whatever they wish with source code distributed with
16 * we mean that if you incorporate our source code into one of your
21 * addition, we ask that this header remain intact in our source code.
115 ActionNode *source; /* where did this predicate come from? */ member in struct:_Predicate
117 struct _anode *source; /* where did this predicate come from? */ member in struct:_Predicate
  /external/ImageMagick/MagickWand/
operation.c 4213 *source; local
    [all...]
  /external/ImageMagick/coders/
jpeg.c 254 *source;
256 source=(SourceManager *) cinfo->src;
257 source->manager.bytes_in_buffer=(size_t) ReadBlob(source->image,
258 MaxBufferExtent,source->buffer);
259 if (source->manager.bytes_in_buffer == 0)
261 if (source->start_of_blob != FALSE)
264 source->buffer[0]=(JOCTET) 0xff;
265 source->buffer[1]=(JOCTET) JPEG_EOI;
266 source->manager.bytes_in_buffer=2
249 *source; local
279 *source; local
755 *source; local
777 *source; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 5 * Copyright 2014 The Android Open Source Project
139 // Query source, status & log.
155 std::vector<char> source(sourceLen);
156 gl.getShaderSource(shader, (int)source.size(), &unusedLen, &source[0]);
157 info.source = std::string(&source[0], sourceLen);
169 // Shader source generator
202 std::string source = local
206 return source;
278 const std::string source = m_srcGen.next(shaderType); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 5 * Copyright 2016 The Android Open Source Project
186 const char* source = shaderSource.c_str(); local
190 shader.setSources(1, &source, &length);
250 std::ostringstream source; local
251 source << getDataTypeName(dataType) << " " << varName << "[" << arraySize << "]" << " = " << getDataTypeName(dataType) << "[](";
254 source << getDataTypeName(dataType) << "(" << 0 << ", " << 0 << ")" << ((ndx < arraySize -1) ? ", " : "");
256 source << ");";
257 return source.str();
266 std::ostringstream source; local
267 source << "#extension " << extension << " : enable\n"
274 std::ostringstream source; local
305 std::ostringstream source; local
351 std::ostringstream source; local
448 std::ostringstream source; local
603 std::ostringstream source; local
707 std::ostringstream source; local
962 std::ostringstream source; local
1286 std::ostringstream source; local
1433 std::ostringstream source; local
1618 std::ostringstream source; local
1698 std::ostringstream source; local
1745 std::ostringstream source; local
2574 std::ostringstream source; local
2716 std::ostringstream source; local
3020 std::ostringstream source; local
3086 std::ostringstream source; local
3158 std::ostringstream source; local
    [all...]
  /external/desugar/java/com/google/devtools/common/options/
OptionsParser.java 179 public void parseAndExitUponError(OptionPriority priority, String source, String[] args) {
188 parse(priority, source, Arrays.asList(args));
233 * priority, source, whether it was set via an implicit dependency, and if so,
240 private final String source; field in class:OptionsParser.OptionValueDescription
249 String source,
256 this.source = source;
299 return source;
324 if (source != null) {
325 result.append(" and source '").append(source).append("'")
359 private final String source; field in class:OptionsParser.UnparsedOptionValueDescription
    [all...]
  /external/freetype/include/freetype/
ftimage.h 1000 const void* source; member in struct:FT_Raster_Params_
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 553 List<Integer> source = Collections.singletonList(1); local
555 Lists.partition(source, 0);
562 List<Integer> source = Collections.emptyList(); local
563 List<List<Integer>> partitions = Lists.partition(source, 1);
569 List<Integer> source = Collections.singletonList(1); local
570 List<List<Integer>> partitions = Lists.partition(source, 1);
576 List<Integer> source = Collections.singletonList(1); local
577 List<List<Integer>> partitions = Lists.partition(source, 2);
583 List<Integer> source = asList(1, 2); local
584 List<List<Integer>> partitions = Lists.partition(source, 1)
591 List<Integer> source = asList(1, 2, 3); local
599 List<Integer> source = Lists.newLinkedList(asList(1, 2, 3)); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 798 List<Integer> source = Collections.singletonList(1); local
800 Lists.partition(source, 0);
807 List<Integer> source = Collections.emptyList(); local
808 List<List<Integer>> partitions = Lists.partition(source, 1);
814 List<Integer> source = Collections.singletonList(1); local
815 List<List<Integer>> partitions = Lists.partition(source, 1);
821 List<Integer> source = Collections.singletonList(1); local
822 List<List<Integer>> partitions = Lists.partition(source, 2);
828 List<Integer> source = asList(1, 2); local
829 List<List<Integer>> partitions = Lists.partition(source, 1)
836 List<Integer> source = asList(1, 2, 3); local
845 List<Integer> source = asList(1, 2, 3); local
862 List<Integer> source = Lists.newLinkedList(asList(1, 2, 3)); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
163 "Sure would be nice if our source could contain Unicode directly!";
184 String source = local
188 byte[] beBytes = source.getBytes("UnicodeBig");
189 byte[] leBytes = source.getBytes("UnicodeLittle");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
13 * Source File: $ICU4CRoot/source/test/intltest/regcoll.cpp
170 String source = tests[i]; local
187 logln(source);
190 compareResult = c.compare(source, target);
197 sourceKey = c.getCollationKey(source);
199 errln("Couldn't get collationKey for source");
211 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
215 void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey
    [all...]
  /external/icu/icu4c/source/common/
ucnvisci.c 830 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \
831 int32_t offset = (int32_t)(source - args->source-1);
894 const UChar *source = args->source; local
1176 const char *source = ( char *) args->source; local
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 212 double source; member in class:FixedDecimal
263 UnicodeString fDecimalSamples; // Samples strings from rule source
translit.cpp 746 UnicodeString source, target, variant; local
748 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource);
756 UnicodeString ID(source);
791 args[1].setString(source);
    [all...]
transreg.cpp 196 * A TransliteratorSpec is a string specifying either a source or a target. In more
685 UnicodeString source, target, variant; local
687 TransliteratorIDParser::IDtoSTV(ID, source, target, variant, sawSource);
690 TransliteratorIDParser::STVtoID(source, target, variant, id);
692 removeSTV(source, target, variant);
749 int32_t TransliteratorRegistry::countAvailableTargets(const UnicodeString& source) const {
750 Hashtable *targets = (Hashtable*) specDAG.get(source);
755 const UnicodeString& source,
757 Hashtable *targets = (Hashtable*) specDAG.get(source);
759 result.truncate(0); // invalid source
887 UnicodeString source, target, variant; local
1145 UnicodeString source, target, variant; local
    [all...]
uregex.cpp 287 RegularExpression *source = (RegularExpression*)source2; local
288 if (validateRE(source, FALSE, status) == FALSE) {
298 clone->fMatcher = source->fPat->matcher(*status);
304 clone->fPat = source->fPat;
305 clone->fPatRefCount = source->fPatRefCount;
306 clone->fPatString = source->fPatString;
307 clone->fPatStringLen = source->fPatStringLen;
308 umtx_atomic_inc(source->fPatRefCount);
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.c 805 const UChar *source; local
837 source = &c;
847 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
    [all...]

Completed in 2016 milliseconds

<<61626364656667686970>>