HomeSort by relevance Sort by last modified time
    Searched defs:DATA (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/doclava/res/assets/templates/
lists.cs 1 var DATA = [
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binhex.py 26 DATA = 'Jack is my hero'
30 f.write(self.DATA)
41 self.assertEqual(self.DATA, finish)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binhex.py 26 DATA = 'Jack is my hero'
30 f.write(self.DATA)
41 self.assertEqual(self.DATA, finish)
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
AppeCommandHandlerTest.java 46 final String DATA = "ABC";
51 control(session).setReturnValue(DATA.getBytes());
62 AppeCommandHandler.FILE_CONTENTS_KEY, DATA.getBytes());
StorCommandHandlerTest.java 46 final String DATA = "ABC";
51 control(session).setReturnValue(DATA.getBytes());
62 StorCommandHandler.FILE_CONTENTS_KEY, DATA.getBytes());
StouCommandHandlerTest.java 48 final String DATA = "ABC";
54 control(session).setReturnValue(DATA.getBytes());
65 verifyOneDataElement(commandHandler.getInvocation(0), StouCommandHandler.FILE_CONTENTS_KEY, DATA.getBytes());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AppeCommandHandlerTest.java 49 final String DATA = "ABC";
54 control(session).setReturnValue(DATA.getBytes());
65 AppeCommandHandler.FILE_CONTENTS_KEY, DATA.getBytes());
StorCommandHandlerTest.java 49 final String DATA = "ABC";
54 control(session).setReturnValue(DATA.getBytes());
65 StorCommandHandler.FILE_CONTENTS_KEY, DATA.getBytes());
StouCommandHandlerTest.java 49 final String DATA = "ABC";
55 control(session).setReturnValue(DATA.getBytes());
66 verifyOneDataElement(commandHandler.getInvocation(0), StouCommandHandler.FILE_CONTENTS_KEY, DATA.getBytes());
  /external/icu/icu4c/source/test/cintltst/
cposxtst.c 41 const char* DATA[] = {
71 for (i=0; DATA[i]!=NULL; i+=4) {
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10);
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10);
80 u_uastrcpy(exp, DATA[i+2]);
92 str, DATA[i+2]);
95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
100 if (uprv_strcmp(err, DATA[i+3]) != 0) {
102 err, DATA[i+3])
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 19 import com.google.clearsilver.jsilver.data.TypeConverter;
41 expression = expression.cast(DATA);
50 expression = expression.cast(DATA);
59 expression = expression.cast(DATA);
74 DATA("Data") {
80 throw new JSilverCompilationException("Cannot cast to 'Data' for expression:\n"
85 // This is a string that represents the name of a Data path.
105 // This is a special type because we only cast from Data, never to it.
493 return callOn(Type.DATA, TemplateTranslator.DATA_CONTEXT, "findVariable", expression
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ResourceModule.java 23 * Represents a collection of test data described in a UResourceBoundle file.
26 * Info and one TestData sub-resources. The Info describes the data module
28 * data.
30 * The test data is a named table resource which has Info, Settings, Headers,
47 * The test data is expected to be fed to test code by following sequence
51 * for each test data in Cases{
69 private static final String DATA = "Cases";
84 // unfortunately, actually, data can be either ARRAY or STRING
113 * and return various data-driven test object for next() call
188 * To prepare data-driven test object for next() call, should not return nul
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
CipherInputStreamBenchmark.java 44 private static final byte[] DATA = new byte[DATA_SIZE];
51 DATA[i] = (byte) i;
80 InputStream is = new CipherInputStream(new ByteArrayInputStream(DATA), cipherEncrypt);
DigestBenchmark.java 26 private static final byte[] DATA = new byte[DATA_SIZE];
29 DATA[i] = (byte)i;
61 digest.update(DATA, 0, DATA_SIZE);
MessageDigestBenchmark.java 26 private static final byte[] DATA = new byte[DATA_SIZE];
29 DATA[i] = (byte)i;
45 digest.update(DATA, 0, DATA_SIZE);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 49 private static final String DATA = "sample data 123";
118 assertEquals("data port", PORT, stubSocketFactory.requestedDataPort);
122 * Test the setClientDataPort() method after the session was in passive data mode
159 // Use default client data port
162 assertEquals("data port", DefaultSession.DEFAULT_CLIENT_DATA_PORT, stubSocketFactory.requestedDataPort);
165 // Set client data port explicitly
169 assertEquals("data port", PORT, stubSocketFactory.requestedDataPort);
212 StubSocket stubSocket = createTestSocket(DATA);
217 byte[] data = session.readData();
    [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...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 40 * The ViewHolder pattern consists in storing a data structure in the tag of the view returned by
41 * getView(). This data structures contains references to the views we want to bind data to, thus
67 return DATA.length;
71 * Since the data comes from an array, just returning the index is
72 * sufficent to get at the data. If we were using a more complex data
109 // we want to bind data to.
121 // Bind the data efficiently with the holder.
122 holder.text.setText(DATA[position])
    [all...]
  /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/tcpdump/
tftp.h 28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 #define SEGSIZE 512 /* data segment size */
50 #define DATA 03 /* data packet */
62 char th_data[1]; /* data or error string */
  /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)/*.*)))
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
ContentInfo.java 46 public static final int[] DATA = new int[] {1, 2, 840, 113549, 1, 7, 1};
119 if (Arrays.equals(ci.oid, DATA)) {
135 if (Arrays.equals(oid, DATA)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 16 package com.android.gallery3d.data;
33 public static final String DATA = "_data";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 #define SEGSIZE 512 /* data segment size */
45 #define DATA 03 /* data packet */
56 char th_data[1]; /* data or error string */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 #define SEGSIZE 512 /* data segment size */
45 #define DATA 03 /* data packet */
56 char th_data[1]; /* data or error string */

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 910