HomeSort by relevance Sort by last modified time
    Searched refs:DATA (Results 201 - 225 of 1437) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/eigen/blas/testing/
dblat1.f 60 * .. Data statements ..
61 DATA SFAC/9.765625D-4/
106 * .. Data statements ..
107 DATA L(1)/' DDOT '/
108 DATA L(2)/'DAXPY '/
109 DATA L(3)/'DROTG '/
110 DATA L(4)/' DROT '/
111 DATA L(5)/'DCOPY '/
112 DATA L(6)/'DSWAP '/
113 DATA L(7)/'DNRM2 '
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 397 int[] DATA = {
405 for (int i=0; i<DATA.length; i+=2) {
406 int savings = DATA[i];
407 boolean valid = DATA[i+1] == GOOD;
484 int[] DATA = {
505 for (int i=0; i<DATA.length; i+=5) {
506 boolean shouldBeGood = (DATA[i] == GOOD);
507 int month = DATA[i+1];
508 int day = DATA[i+2];
509 int dayOfWeek = DATA[i+3]
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 394 int[] DATA = {
402 for (int i=0; i<DATA.length; i+=2) {
403 int savings = DATA[i];
404 boolean valid = DATA[i+1] == GOOD;
481 int[] DATA = {
502 for (int i=0; i<DATA.length; i+=5) {
503 boolean shouldBeGood = (DATA[i] == GOOD);
504 int month = DATA[i+1];
505 int day = DATA[i+2];
506 int dayOfWeek = DATA[i+3]
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 48 private static final String DATA = "sample data 123";
117 assertEquals("data port", PORT, stubSocketFactory.requestedDataPort);
121 * Test the setClientDataPort() method after the session was in passive data mode
158 // Use default client data port
161 assertEquals("data port", DefaultSession.DEFAULT_CLIENT_DATA_PORT, stubSocketFactory.requestedDataPort);
164 // Set client data port explicitly
168 assertEquals("data port", PORT, stubSocketFactory.requestedDataPort);
211 StubSocket stubSocket = createTestSocket(DATA);
216 byte[] data = session.readData();
    [all...]
  /external/tcpdump/
print-tftp.c 44 #define DATA 03 /* data packet */
67 { DATA, "DATA" }, /* data packet */
168 case DATA:
  /external/zlib/src/nintendods/
Makefile 15 # DATA is a list of directories containing data files
21 DATA := data
56 $(foreach dir,$(DATA),$(CURDIR)/$(dir))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForEmail.java 27 * Handler for email address data rows.
39 String email = values.getAsString(Email.DATA);
58 if (values.containsKey(Email.DATA)) {
62 String address = values.getAsString(Email.DATA);
  /toolchain/binutils/binutils-2.27/zlib/nintendods/
Makefile 15 # DATA is a list of directories containing data files
21 DATA := data
56 $(foreach dir,$(DATA),$(CURDIR)/$(dir))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_PlaylistsTest.java 69 values.put(Playlists.DATA, externalPlaylistPath);
84 c.getString(c.getColumnIndex(Playlists.DATA)));
102 c.getString(c.getColumnIndex(Playlists.DATA)));
115 values.put(Playlists.DATA, "/data/data/android.provider.cts/files/my_favorites.pl");
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Common/
Varstore.fdf.inc 21 DATA = {
58 DATA = {
  /device/linaro/bootloader/edk2/ArmVirtPkg/
VarStore.fdf.inc 30 DATA = {
69 DATA = {
  /device/linaro/bootloader/edk2/OvmfPkg/
VarStore.fdf.inc 20 DATA = {
60 DATA = {
  /external/iputils/
tftp.h 27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
41 #define SEGSIZE 512 /* data segment size */
48 #define DATA 03 /* data packet */
59 char th_data[1]; /* data or error string */
  /external/tensorflow/tensorflow/contrib/image/ops/
single_image_random_dot_stereograms_ops.cc 47 // while the output data is [Y, X, C] (or [H, W, C]).
49 // of [1024, 768, 1] but the output data will be [768, 1024, 1].
70 encode 3-D data into a 2-D image. The output of this Op is suitable for the
72 encode 3-D data witin the image.
97 depth_values: Z values of data to encode into 'output_data_window' window,
104 normalize: Normalize input data to [0.0, 1.0]
111 output_data_window: Size of "DATA" window, must be equal to or smaller than 'output_image_shape', will be centered
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 33 private static final String TABLE_DATA_NAME = "data";
40 public static final String TEXT1 = "first data";
41 public static final String TEXT2 = "second data";
47 private static final int DATA = 1;
53 sURLMatcher.addURI("*", "data", DATA);
54 sURLMatcher.addURI("*", "data/#", DATA_ID);
87 ", which will destroy all old data");
88 db.execSQL("DROP TABLE IF EXISTS data");
115 case DATA
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
VideoDataQuery.java 17 package com.android.camera.data;
47 MediaStore.Video.VideoColumns.DATA, // 5, string
  /prebuilts/go/darwin-x86/src/hash/crc32/
gen_const_ppc64le.go 122 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%016x\n", polyid, j*8, b)
123 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%016x\n", polyid, (j+1)*8, a)
136 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%08x%08x\n", polyid, j*8, c, d)
137 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%08x%08x\n", polyid, (j+1)*8, a, b)
145 fmt.Fprintf(w, "DATA ·%sBarConst(SB)/8,$0x%016x\n", polyid, reflect_bits(get_quotient(ref_poly, 32, 64), 33))
146 fmt.Fprintf(w, "DATA ·%sBarConst+8(SB)/8,$0x0000000000000000\n", polyid)
147 fmt.Fprintf(w, "DATA ·%sBarConst+16(SB)/8,$0x%016x\n", polyid, reflect_bits((uint64(1)<<32)|ref_poly, 33)) // reflected?
148 fmt.Fprintf(w, "DATA ·%sBarConst+24(SB)/8,$0x0000000000000000\n", polyid)
  /prebuilts/go/linux-x86/src/hash/crc32/
gen_const_ppc64le.go 122 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%016x\n", polyid, j*8, b)
123 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%016x\n", polyid, (j+1)*8, a)
136 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%08x%08x\n", polyid, j*8, c, d)
137 fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%08x%08x\n", polyid, (j+1)*8, a, b)
145 fmt.Fprintf(w, "DATA ·%sBarConst(SB)/8,$0x%016x\n", polyid, reflect_bits(get_quotient(ref_poly, 32, 64), 33))
146 fmt.Fprintf(w, "DATA ·%sBarConst+8(SB)/8,$0x0000000000000000\n", polyid)
147 fmt.Fprintf(w, "DATA ·%sBarConst+16(SB)/8,$0x%016x\n", polyid, reflect_bits((uint64(1)<<32)|ref_poly, 33)) // reflected?
148 fmt.Fprintf(w, "DATA ·%sBarConst+24(SB)/8,$0x0000000000000000\n", polyid)
  /toolchain/binutils/binutils-2.27/binutils/
defparse.y 34 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
60 | DATA attr_list { def_data ($2);}
145 DATA { $$ = 1; }
163 | DATA { $$ = "DATA"; }
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
reduce.s 1 .IMPORT $global$,DATA
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-1.d 19 CONTENTS, ALLOC, LOAD, READONLY, DATA
21 CONTENTS, ALLOC, LOAD, DATA
sec-3.d 16 CONTENTS, ALLOC, LOAD, READONLY, DATA
17 3 \.data 0+4 2000000000000004 2000000000000004 0+ 2\*\*2
20 CONTENTS, ALLOC, LOAD, DATA
31 20+ g +\.data __Sdata
41 Contents of section \.data:
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
SecurityEventTest.java 17 private static String DATA = "adb shell some_command";
45 EventLog.writeEvent(TAG_ADB_SHELL_CMD, DATA + "_" + i);
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
ImDataItem.java 27 * Represents an IM data item, wrapping the columns in
52 return getContentValues().getAsString(Email.DATA);
54 return getContentValues().getAsString(Im.DATA);
92 // IM can have the same data put different protocol. These should not collapse.
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
ImDataItem.java 26 * Represents an IM data item, wrapping the columns in {@link ContactsContract.CommonDataKinds.Im}.
50 return getContentValues().getAsString(Email.DATA);
52 return getContentValues().getAsString(Im.DATA);
88 // IM can have the same data put different protocol. These should not collapse.

Completed in 798 milliseconds

1 2 3 4 5 6 7 891011>>