HomeSort by relevance Sort by last modified time
    Searched defs:DATA_TYPE (Results 1 - 22 of 22) sorted by null

  /external/icu4c/tools/gensprep/
gensprep.h 25 #define DATA_TYPE "spp"
  /external/tremolo/Tremolo/
mdct.h 44 #define DATA_TYPE ogg_int32_t
57 extern void mdct_backward(int n, DATA_TYPE *in);
58 extern void mdct_shift_right(int n, DATA_TYPE *in, DATA_TYPE *right);
61 DATA_TYPE *in,DATA_TYPE *right,
  /external/icu4c/samples/udata/
reader.c 35 #define DATA_TYPE "dat"
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
writer.c 37 #define DATA_TYPE "dat"
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/libvorbis/lib/
mdct.h 30 #define DATA_TYPE int
43 #define DATA_TYPE float
60 DATA_TYPE *trig;
63 DATA_TYPE scale;
68 extern void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
69 extern void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out);
  /external/icu4c/tools/gentest/
gentest.c 34 #define DATA_TYPE "icu"
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/qemu/
softmmu_header.h 22 #define DATA_TYPE uint64_t
26 #define DATA_TYPE uint32_t
30 #define DATA_TYPE uint16_t
35 #define DATA_TYPE uint8_t
199 #undef DATA_TYPE
softmmu_template.h 26 #define DATA_TYPE uint64_t
30 #define DATA_TYPE uint32_t
34 #define DATA_TYPE uint16_t
38 #define DATA_TYPE uint8_t
65 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
68 static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr,
72 DATA_TYPE res;
98 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
101 DATA_TYPE res;
191 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr
    [all...]
  /external/qemu/target-i386/
helper_template.h 31 #define DATA_TYPE uint8_t
36 #define DATA_TYPE uint16_t
41 #define DATA_TYPE uint32_t
46 #define DATA_TYPE uint64_t
61 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
64 zf = ((DATA_TYPE)CC_DST == 0) << 6;
75 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
85 cf = (DATA_TYPE)CC_DST <= (DATA_TYPE)src1
    [all...]
  /external/icu4c/common/
umapfile.c 355 # define DATA_TYPE "dat"
ucnv_bld.cpp 188 static const char DATA_TYPE[] = "cnv";
330 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
    [all...]
ucnv_io.cpp 172 static const char DATA_TYPE[] = "icu";
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
putil.cpp 163 #define DATA_TYPE "dat"
    [all...]
unames.cpp 36 static const char DATA_TYPE[] = "icu";
209 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
  /external/icu4c/test/intltest/
testidn.cpp 73 #define DATA_TYPE "icu"
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 24 #define DATA_TYPE "dat"
143 type = DATA_TYPE;
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 62 private static final String DATA_TYPE = "vnd.android.cursor.dir/person";
83 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE);
84 verifyContent(actionTypeFilter, ACTION, DATA_TYPE);
87 verifyContent(filter, ACTION, DATA_TYPE);
258 IntentFilter filter = IntentFilter.create(ACTION, DATA_TYPE);
260 verifyContent(filter, ACTION, DATA_TYPE);
328 mIntentFilter.addDataType(DATA_TYPE + i);
336 assertEquals(DATA_TYPE + i, actual);
337 assertEquals(DATA_TYPE + i, mIntentFilter.getDataType(i));
338 assertTrue(mIntentFilter.hasDataType(DATA_TYPE + i))
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 70 #define DATA_TYPE "icu" /* ICU alias table */
241 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n"
292 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 513 milliseconds