HomeSort by relevance Sort by last modified time
    Searched refs:en (Results 1 - 25 of 466) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/
uenum.c 32 static void* _getBuffer(UEnumeration* en, int32_t capacity) {
34 if (en->baseContext != NULL) {
35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) {
37 en->baseContext = uprv_realloc(en->baseContext,
39 if (en->baseContext == NULL) {
42 ((_UEnumBuffer*) en->baseContext)->len = capacity;
46 en->baseContext = uprv_malloc(sizeof(int32_t) + capacity);
47 if (en->baseContext == NULL) {
50 ((_UEnumBuffer*) en->baseContext)->len = capacity
    [all...]
uenumimp.h 40 * @param en enumeration to be closed
43 UEnumClose(UEnumeration *en);
51 * @param en enumeration to be counted
56 UEnumCount(UEnumeration *en, UErrorCode *status);
64 * @param en enumeration
71 UEnumUNext(UEnumeration* en,
81 * @param en enumeration
88 UEnumNext(UEnumeration* en,
98 * @param en enumeration
102 UEnumReset(UEnumeration* en,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uenum.c 32 static void* _getBuffer(UEnumeration* en, int32_t capacity) {
34 if (en->baseContext != NULL) {
35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) {
37 en->baseContext = uprv_realloc(en->baseContext,
39 if (en->baseContext == NULL) {
42 ((_UEnumBuffer*) en->baseContext)->len = capacity;
46 en->baseContext = uprv_malloc(sizeof(int32_t) + capacity);
47 if (en->baseContext == NULL) {
50 ((_UEnumBuffer*) en->baseContext)->len = capacity
    [all...]
uenumimp.h 40 * @param en enumeration to be closed
43 UEnumClose(UEnumeration *en);
51 * @param en enumeration to be counted
56 UEnumCount(UEnumeration *en, UErrorCode *status);
64 * @param en enumeration
71 UEnumUNext(UEnumeration* en,
81 * @param en enumeration
88 UEnumNext(UEnumeration* en,
98 * @param en enumeration
102 UEnumReset(UEnumeration* en,
    [all...]
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
PicoLangEnGBInSystem.mk 2 # Installation of en-GB for the Pico TTS engine in the system image
4 # Include this file in a product makefile to include the language files for en-GB
10 external/svox/pico/lang/en-GB_kh0_sg.bin:system/tts/lang_pico/en-GB_kh0_sg.bin \
11 external/svox/pico/lang/en-GB_ta.bin:system/tts/lang_pico/en-GB_ta.bin
PicoLangEnUsInSystem.mk 2 # Installation of en-US for the Pico TTS engine in the system image
10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
energy.c 22 int32_t en = 0; local
30 en += WEBRTC_SPL_MUL_16_16_RSFT(*vectorptr, *vectorptr, scaling);
35 return en;
  /external/webrtc/src/common_audio/signal_processing/
energy.c 22 WebRtc_Word32 en = 0; local
30 en += WEBRTC_SPL_MUL_16_16_RSFT(*vectorptr, *vectorptr, scaling);
35 return en;
  /external/srec/config/en.us/
adb_pull_system_usr_srec_bothtags5.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
adb_pull_system_usr_srec_bothtags5_from_saved.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_saved.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved.raw
14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
adb_pull_system_usr_srec_change_sample_rate2.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.res
adb_pull_system_usr_srec_set_get_param.sh 5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
adb_pull_system_usr_srec_liveaudio.sh 5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
  /external/srec/tests/
Android.mk 9 ../config/en.us/tcp/bothtags5.tcp \
10 ../config/en.us/tcp/bothtags5_from_saved.tcp \
11 ../config/en.us/tcp/change_sample_rate2.tcp \
12 ../config/en.us/tcp/recognize_1_live.tcp \
13 ../config/en.us/tcp/recognize_10_live.tcp \
14 ../config/en.us/tcp/set_get_param.tcp \
15 ../config/en.us/audio/v139/v139_024.nwv \
16 ../config/en.us/audio/v139/v139_254.nwv \
17 ../config/en.us/audio/v139/v139_127.nwv \
18 ../config/en.us/audio/v139/v139_107.nwv
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
t_options.h 53 DRI_CONF_DESC(en,gettext("Debugging"))
57 DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \
62 DRI_CONF_DESC(en,gettext("Show performance boxes")) \
69 DRI_CONF_DESC(en,gettext("Image Quality"))
73 DRI_CONF_DESC(en,"Enable extra mipmap level") \
82 DRI_CONF_DESC_BEGIN(en,gettext("Texture color depth")) \
92 DRI_CONF_DESC(en,gettext("Initial maximum value for anisotropic texture filtering")) \
97 DRI_CONF_DESC(en,gettext("Forbid negative texture LOD bias")) \
102 DRI_CONF_DESC(en,gettext("Enable S3TC texture compression even if software support is not available")) \
109 DRI_CONF_DESC_BEGIN(en,gettext("Initial color reduction method"))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 53 DRI_CONF_DESC(en,gettext("Debugging"))
57 DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \
62 DRI_CONF_DESC(en,gettext("Show performance boxes")) \
69 DRI_CONF_DESC(en,gettext("Image Quality"))
73 DRI_CONF_DESC(en,"Enable extra mipmap level") \
82 DRI_CONF_DESC_BEGIN(en,gettext("Texture color depth")) \
92 DRI_CONF_DESC(en,gettext("Initial maximum value for anisotropic texture filtering")) \
97 DRI_CONF_DESC(en,gettext("Forbid negative texture LOD bias")) \
102 DRI_CONF_DESC(en,gettext("Enable S3TC texture compression even if software support is not available")) \
109 DRI_CONF_DESC_BEGIN(en,gettext("Initial color reduction method"))
    [all...]
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 30 String en = expected.replaceAll("[\\s]+", " ").trim(); local
35 en, an);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildall.sh 4 ./buildpkb.sh en GB kh0
5 ./buildpkb.sh en US lh0
11 ./buildbin.sh en-GB kh0
12 ./buildbin.sh en-US lh0
  /external/chromium_org/third_party/icu/source/common/unicode/
uenum.h 42 * Disposes of resources in use by the iterator. If en is NULL,
45 * @param en UEnumeration structure pointer
49 uenum_close(UEnumeration* en);
78 * @param en UEnumeration structure pointer
85 uenum_count(UEnumeration* en, UErrorCode* status);
94 * @param en the iterator object
109 uenum_unext(UEnumeration* en,
123 * @param en the iterator object
142 uenum_next(UEnumeration* en,
150 * @param en the iterator objec
    [all...]
  /external/icu/icu4c/source/common/unicode/
uenum.h 42 * Disposes of resources in use by the iterator. If en is NULL,
45 * @param en UEnumeration structure pointer
49 uenum_close(UEnumeration* en);
78 * @param en UEnumeration structure pointer
85 uenum_count(UEnumeration* en, UErrorCode* status);
94 * @param en the iterator object
109 uenum_unext(UEnumeration* en,
123 * @param en the iterator object
142 uenum_next(UEnumeration* en,
150 * @param en the iterator objec
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
uenumtst.c 47 #define cont ((chArrayContext *)en->context)
50 chArrayClose(UEnumeration *en) {
55 free(en);
59 chArrayCount(UEnumeration *en, UErrorCode *status) {
64 chArrayUNext(UEnumeration *en, int32_t *resultLength, UErrorCode *status) {
81 chArrayNext(UEnumeration *en, int32_t *resultLength, UErrorCode *status) {
93 chArrayReset(UEnumeration *en, UErrorCode *status) {
152 #define ucont ((uchArrayContext *)en->context)
155 uchArrayClose(UEnumeration *en) {
156 free(en);
199 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration)); local
209 UEnumeration *en = getchArrayEnum(test1, sizeof(test1)\/sizeof(test1[0])); local
270 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration)); local
280 UEnumeration *en = getuchArrayEnum(test2, sizeof(test2)\/sizeof(test2[0])); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1EncodableVector.java 21 for (Enumeration en = other.v.elements(); en.hasMoreElements();)
23 v.addElement(en.nextElement());
  /external/icu/icu4c/source/samples/uresb/
resources.mak 4 TARGETS = en.res root.res sr.res
20 en.res : en.txt
  /external/icu/icu4c/source/i18n/
csdetect.cpp 337 enumClose(UEnumeration *en) {
338 if(en->context != NULL) {
339 DELETE_ARRAY(en->context);
342 DELETE_ARRAY(en);
346 enumCount(UEnumeration *en, UErrorCode *) {
347 if (((Context *)en->context)->all) {
354 UBool *enabledArray = ((Context *)en->context)->enabledRecognizers;
374 enumNext(UEnumeration *en, int32_t *resultLength, UErrorCode * /*status*/) {
377 if (((Context *)en->context)->currIndex < fCSRecognizers_size) {
378 if (((Context *)en->context)->all)
442 UEnumeration *en = NEW_ARRAY(UEnumeration, 1); local
465 UEnumeration *en = NEW_ARRAY(UEnumeration, 1); local
    [all...]

Completed in 1166 milliseconds

1 2 3 4 5 6 7 8 91011>>