HomeSort by relevance Sort by last modified time
    Searched refs:res_index (Results 1 - 7 of 7) sorted by null

  /external/icu4c/stubdata/
icu_dat_generator.py 106 res_index = "res_index.txt"
110 f.write("res_index:table(nofallback) {\n")
134 # Go through the list and generate res_index.txt for locales, brkitr,
137 res_index = "res_index.txt"
151 if line.find("res_index") >= 0:
198 WriteIndex(os.path.join(TMP_DAT_PATH, res_index), locales, CLDR_VERSION)
199 WriteIndex(os.path.join(TMP_DAT_PATH, "brkitr", res_index), brkitrs)
200 WriteIndex(os.path.join(TMP_DAT_PATH, "coll", res_index), colls
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_tns.cpp 37 calculated based on res_index. Also, the flag coef_res was changed
350 Int res_index; local
446 /* res is post-incremented for correct calculation of res_index */
511 res_index = res - compress;
513 s_mask = 2 << res_index;
516 * If res_index = 0, grab 2 bits of data
517 * If res_index = 1, grab 3 bits of data
518 * If res_index = 2, grab 4 bits of data
520 res_index += 2;
531 tempInt = get9_n_lessbits(res_index,
    [all...]
  /external/icu4c/data/
makedata.mak 265 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
283 ALL_RES = $(ALL_RES) res_index.res
305 ALL_RES = $(ALL_RES) curr\res_index.res
326 ALL_RES = $(ALL_RES) lang\res_index.res
347 ALL_RES = $(ALL_RES) region\res_index.res
368 ALL_RES = $(ALL_RES) zone\res_index.res
389 ALL_RES = $(ALL_RES) $(ICUCOL)\res_index.res
410 ALL_RES = $(ALL_RES) $(ICURBNF)\res_index.res
431 #ALL_RES = $(ALL_RES) $(ICUTRNS)\res_index.res
759 res_index.res
    [all...]
Makefile 297 INDEX_NAME=res_index
Makefile.in 342 INDEX_NAME=res_index
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 252 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
270 ALL_RES = $(ALL_RES) res_index.res
292 ALL_RES = $(ALL_RES) $(ICUCOL)\res_index.res
313 ALL_RES = $(ALL_RES) $(ICURBNF)\res_index.res
334 #ALL_RES = $(ALL_RES) $(ICUTRNS)\res_index.res
566 res_index.res:
567 @echo Generating <<res_index.txt
569 res_index:table(nofallback) {
576 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -k -d"$(ICUBLD_PKG)" .\res_index.txt
582 $(ICUCOL)\res_index.res
    [all...]
Makefile.in 300 INDEX_NAME=res_index

Completed in 108 milliseconds