HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2626 - 2650 of 5424) sorted by null

<<101102103104105106107108109110>>

  /prebuilts/tools/common/m2/repository/com/google/auto/service/auto-service/1.0-rc2/
auto-service-1.0-rc2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/
maven-invoker-2.0.11.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 371 * @param out Add the found ticks.
374 private static boolean findPatches(int[] pixels, List<Tick> out) {
380 out.clear();
392 out.add(patch);
404 out.add(patch);
492 private static void findContentArea(int[] pixels, List<Tick> out) {
497 out.clear();
503 out.add(contents);
515 out.add(contents);
724 System.out.println(String.format("width:%d, height:%d", width, height))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 455 mBuildFile.append(" // This moves them out of them default location under src/<type>/... which would\n"); //$NON-NLS-1$
611 FileOutputStream out = null; local
613 out = new FileOutputStream(propertiesFile);
614 properties.store(out, null);
617 Closeables.close(out, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 162 System.out.println("Checked blank project successfully in "
247 System.out.println("Successfully checked " + sCount + " template permutations in "
263 System.out.println("Successfully checked " + sCount + " project permutations in "
276 System.out.println("Checked " + templateFile.getName() + " successfully in "
288 System.out.println("Checked " + templateFile.getName() + " successfully in "
384 System.out.println("checking base " + base);
496 System.out.println("checking base " + base);
609 public void out(@Nullable String line) { method in class:TemplateHandlerTest.OutputGrabber
745 System.out.println("Created project " + project + " : " + AdtUtils.getAbsolutePath(project));
750 System.out.println("Begin build error check")
    [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 138 * the a2dp_stream_common (out or in) mutex.
845 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
848 DEBUG("write %zu bytes (fd %d)", bytes, out->common.audio_fd);
850 std::unique_lock<std::recursive_mutex> lock(*out->common.mutex);
851 if (out->common.state == AUDIO_A2DP_STATE_SUSPENDED ||
852 out->common.state == AUDIO_A2DP_STATE_STOPPING) {
858 if ((out->common.state == AUDIO_A2DP_STATE_STOPPED) ||
859 (out->common.state == AUDIO_A2DP_STATE_STANDBY)) {
860 if (start_audio_datapath(&out->common) < 0) {
863 } else if (out->common.state != AUDIO_A2DP_STATE_STARTED)
900 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
908 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
918 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1030 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1038 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1050 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1072 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1114 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1225 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1249 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1269 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1464 struct a2dp_stream_out* out; local
1564 struct a2dp_stream_out* out = (struct a2dp_stream_out*)stream; local
1595 struct a2dp_stream_out* out = a2dp_dev->output; local
    [all...]
  /system/core/sdcard/
fuse.cpp 201 * out the sdcard_rw GID only to trusted apps, we're okay relaxing
513 struct fuse_entry_out out; local
526 memset(&out, 0, sizeof(out));
527 attr_from_stat(fuse, &out.attr, &s, node);
528 out.attr_valid = 10;
529 out.entry_valid = 10;
530 out.nodeid = node->nid;
531 out.generation = node->gen;
533 fuse_reply(fuse, unique, &out, sizeof(out))
540 struct fuse_attr_out out; local
1000 struct fuse_open_out out = {}; local
1064 struct fuse_write_out out; local
1091 struct fuse_statfs_out out; local
1165 struct fuse_open_out out = {}; local
1239 struct fuse_init_out out; local
    [all...]
  /system/keymaster/
ocb.c 15 / ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
116 } in, out; local
118 out.u32[0] = bswap32(in.u32[1]);
119 out.u32[1] = bswap32(in.u32[0]);
120 return out.u64;
554 static inline void AES_encrypt(const unsigned char* in, unsigned char* out, const AES_KEY* key) {
562 _mm_store_si128((__m128i*)out, tmp);
565 static inline void AES_decrypt(const unsigned char* in, unsigned char* out, const AES_KEY* key) {
573 _mm_store_si128((__m128i*)out, tmp);
    [all...]
  /system/tools/hidl/test/
hidl_test_client.cpp 1545 sp<ISimple> out = ret; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 67 outputdots - strip out lines without leading dots
512 string_type out; local
513 init_string (&out);
521 catstr (&out, tos);
549 catchar (&out, at (tos, idx));
551 cattext (&out, "\n"); /* Insert a newline between type and fnname */
561 catchar (&out, at (tos, idx));
563 cattext (&out, " PARAMS (");
566 catchar (&out, at (tos, idx));
568 cattext (&out, ");\n\n")
582 string_type out; local
614 string_type out; local
662 string_type out; local
751 string_type out; local
805 string_type out; local
920 string_type out; local
1001 string_type out; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
oasys.c 466 /* Work out the howto. */
498 /* Work out the howto. */
782 /* Write out all the symbols. */
823 /* Sometime, the oasys tools give out a symbol with illegal
874 static oasys_section_record_type out; local
886 out.relb = RELOCATION_TYPE_REL | s->target_index;
887 H_PUT_32 (abfd, s->size, out.value);
888 H_PUT_32 (abfd, s->vma, out.vma);
892 (oasys_record_union_type *) & out,
893 sizeof (out)))
    [all...]
tekhex.c 42 TekHex may come out of order and there is no header, so an
47 them out from that whenever we need to.
66 The data can come out of order, and may be discontigous. This is a
762 out (bfd *abfd, int type, char *start, char *end) function
819 out (abfd, '6', buffer, dst);
833 out (abfd, '3', buffer, dst);
883 out (abfd, '3', buffer, dst);
  /tools/apksig/src/apksigner/java/com/android/apksigner/
ApkSignerTool.java 82 System.out.println(VERSION);
98 System.out.println(VERSION);
137 } else if ("out".equals(optionName)) {
343 System.out.println("Signed");
444 System.out.println("Verifies");
445 System.out.println(
448 System.out.println(
451 System.out.println("Number of signers: " + signerCerts.size());
460 System.out.println(
464 System.out.println
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationFactory.java 203 * <p>The given name in a test config can be the name of a test case located in an out directory
581 public void printHelp(PrintStream out) {
592 out.printf(" %s: %s", def.getName(), def.getDescription());
593 out.println();
708 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out) {
712 config.printCommandUsage(importantOnly, out);
715 printHelp(out);
723 public void dumpConfig(String configName, PrintStream out) {
726 StreamUtil.copyStreams(configStream, out);
846 // Split out the template and non-template args so we can ad
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMax.java 50 public Target.Floaty out; field in class:TestMax.ArgumentsFloatFloatFloat
57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
59 script.forEach_testMaxFloatFloatFloat(inA, out);
60 verifyResultsMaxFloatFloatFloat(inA, inB, out, false);
61 out.destroy();
66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
68 scriptRelaxed.forEach_testMaxFloatFloatFloat(inA, out);
69 verifyResultsMaxFloatFloatFloat(inA, inB, out, true);
70 out.destroy();
78 private void verifyResultsMaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed)
140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
223 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
232 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
306 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
315 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
390 public Target.Floaty out; field in class:TestMax.ArgumentsHalfHalfHalf
397 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
406 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
485 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
494 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
573 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
582 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
661 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
670 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
749 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
758 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
832 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
841 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
915 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
924 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
998 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1007 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1086 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1095 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1174 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1261 public byte out; field in class:TestMax.ArgumentsCharCharChar
1268 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1350 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1359 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1432 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1441 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1514 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1595 public byte out; field in class:TestMax.ArgumentsUcharUcharUchar
1602 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1611 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1684 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1693 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1766 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1775 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1848 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1857 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1929 public short out; field in class:TestMax.ArgumentsShortShortShort
1936 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
1945 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
2018 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
2027 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
2100 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2109 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2182 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2263 public short out; field in class:TestMax.ArgumentsUshortUshortUshort
2270 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2279 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2352 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2361 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2434 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2443 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2516 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2525 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2597 public int out; field in class:TestMax.ArgumentsIntIntInt
2604 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2613 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2686 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2695 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2768 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2777 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2850 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2859 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2931 public int out; field in class:TestMax.ArgumentsUintUintUint
2938 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
2947 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
3020 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
3029 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
3102 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
3111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
3184 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3265 public long out; field in class:TestMax.ArgumentsLongLongLong
3272 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3354 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3363 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3436 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3518 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3527 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3599 public long out; field in class:TestMax.ArgumentsUlongUlongUlong
3606 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3615 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3688 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3697 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3770 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3779 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3852 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
3861 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
    [all...]
TestMin.java 50 public Target.Floaty out; field in class:TestMin.ArgumentsFloatFloatFloat
57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
59 script.forEach_testMinFloatFloatFloat(inA, out);
60 verifyResultsMinFloatFloatFloat(inA, inB, out, false);
61 out.destroy();
66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
68 scriptRelaxed.forEach_testMinFloatFloatFloat(inA, out);
69 verifyResultsMinFloatFloatFloat(inA, inB, out, true);
70 out.destroy();
78 private void verifyResultsMinFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed)
140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
223 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
232 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
306 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
315 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
390 public Target.Floaty out; field in class:TestMin.ArgumentsHalfHalfHalf
397 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
406 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
485 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
494 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
573 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
582 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
661 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
670 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
749 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
758 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
832 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
841 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
915 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
924 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
998 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1007 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1086 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1095 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1174 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1261 public byte out; field in class:TestMin.ArgumentsCharCharChar
1268 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1350 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1359 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1432 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1441 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1514 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1595 public byte out; field in class:TestMin.ArgumentsUcharUcharUchar
1602 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1611 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1684 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1693 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1766 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1775 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1848 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1857 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1929 public short out; field in class:TestMin.ArgumentsShortShortShort
1936 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
1945 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
2018 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
2027 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
2100 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2109 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2182 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2263 public short out; field in class:TestMin.ArgumentsUshortUshortUshort
2270 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2279 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2352 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2361 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2434 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2443 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2516 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2525 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2597 public int out; field in class:TestMin.ArgumentsIntIntInt
2604 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2613 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2686 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2695 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2768 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2777 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2850 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2859 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2931 public int out; field in class:TestMin.ArgumentsUintUintUint
2938 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
2947 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
3020 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
3029 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
3102 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
3111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
3184 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3265 public long out; field in class:TestMin.ArgumentsLongLongLong
3272 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3354 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3363 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3436 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3518 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3527 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3599 public long out; field in class:TestMin.ArgumentsUlongUlongUlong
3606 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3615 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3688 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3697 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3770 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3779 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3852 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
3861 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 211 context.out.printf("Result compacted from %.1fKiB to %.1fKiB to save %.1fKiB%n",
219 context.out.printf("Merged dex #%d (%d defs/%.1fKiB)%n",
224 context.out.printf("Result is %d defs/%.1fKiB. Took %.1fs%n",
237 private final Dex.Section out; field in class:DexMerger.IdMerger
239 protected IdMerger(Dex.Section out) {
240 this.out = out;
270 getSection(contentsOut).off = out.getPosition();
277 // Fetch the next value of the dexes we just polled out
308 getSection(contentsOut).off = out.getPosition()
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 383 // Flesh out the menu with the installed transliterators
405 //System.out.println("<" + source + "-" + target + "/" + variant + ">, <" + menuName + ">");
491 System.out.println("Problem opening/reading: " + fileDirectory + ", " + fileName);
519 // ADD Factory since otherwise getInverse blows out
527 System.out.println("Registering: " + ID + ", " + t.toRules(true));
543 System.out.println(pos);
545 System.out.println("Test" + num + ": " + result);
555 System.out.println("Test" + num + ": " + result);
564 System.out.println(list[i] + ": " + src.toPattern(true));
567 System.out.println("All: " + all.toPattern(true))
604 PrintWriter out = new PrintWriter( local
838 StringBuilder out = new StringBuilder(); local
1029 PrintWriter out = new PrintWriter( local
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 247 DataOutputStream out = new DataOutputStream(barray); local
249 classfile.write(out);
1426 classPool.writeClassfile(getName(), out); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 308 * <li>not opt out through the {@link VpnService#SERVICE_META_DATA_SUPPORTS_ALWAYS_ON}
1901 OutputStream out = mSockets[i].getOutputStream(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest1.java 901 final FileOutputStreamWithPath out = local
    [all...]
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java 355 // Test out of bounds load.
380 // Test out of bounds indexed load.
570 * over packet traces and verify both programs filter out the same packets.
1236 OutputStream out = null; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 495 // Write out a int before the scanner is closed, should be OK.
501 // Write out a int after the scanner is closed, IOException should be
502 // thrown out.
1067 // If the number is out of range
1087 // If exception is thrown out, input will not be advanced.
1102 // If exception is thrown out, input will not be advanced.
5701 BufferedWriter out = new BufferedWriter(new OutputStreamWriter(baos)); local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 1087 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
    [all...]

Completed in 2133 milliseconds

<<101102103104105106107108109110>>