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

  /external/chromium/third_party/icu/source/tools/genbidi/
store.c 71 const uint32_t mirrors[mirrorLength];
81 -4 look in mirrors table
90 Mirrors:
144 static uint32_t mirrors[UBIDI_MAX_MIRROR_INDEX+1][2]; variable
169 /* delta does not fit into the trie properties value, store in the mirrors[] table */
170 if(mirrorTop==LENGTHOF(mirrors)) {
177 mirrors[mirrorTop][0]=(uint32_t)src;
178 mirrors[mirrorTop][1]=(uint32_t)mirror;
215 uprv_sortArray(mirrors, mirrorTop, 8,
230 c=mirrors[i][1]; /* mirror code point *
    [all...]
  /external/icu4c/tools/genbidi/
store.c 71 const uint32_t mirrors[mirrorLength];
81 -4 look in mirrors table
90 Mirrors:
144 static uint32_t mirrors[UBIDI_MAX_MIRROR_INDEX+1][2]; variable
169 /* delta does not fit into the trie properties value, store in the mirrors[] table */
170 if(mirrorTop==LENGTHOF(mirrors)) {
177 mirrors[mirrorTop][0]=(uint32_t)src;
178 mirrors[mirrorTop][1]=(uint32_t)mirror;
215 uprv_sortArray(mirrors, mirrorTop, 8,
230 c=mirrors[i][1]; /* mirror code point *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 134 http://mirrors.us.kernel.org/ubuntu//pool/main/l/linux/linux-libc-dev_2.6.24-28.81_i386.deb \
140 http://mirrors.us.kernel.org/ubuntu//pool/main/libx/libx11/libx11-6_1.1.3-1ubuntu2_i386.deb \
141 http://mirrors.us.kernel.org/ubuntu//pool/main/libx/libx11/libx11-dev_1.1.3-1ubuntu2_i386.deb \
142 http://mirrors.us.kernel.org/ubuntu//pool/main/x/x11proto-core/x11proto-core-dev_7.0.11-1_all.deb \
143 http://mirrors.us.kernel.org/ubuntu//pool/main/x/x11proto-xext/x11proto-xext-dev_7.0.2-5ubuntu1_all.deb \
144 http://mirrors.us.kernel.org/ubuntu//pool/main/x/x11proto-input/x11proto-input-dev_1.4.2-1_all.deb \
145 http://mirrors.us.kernel.org/ubuntu//pool/main/x/x11proto-kb/x11proto-kb-dev_1.0.3-2ubuntu1_all.deb
149 http://mirrors.us.kernel.org/ubuntu//pool/main/a/alsa-lib/libasound2_1.0.15-3ubuntu4_i386.deb \
150 http://mirrors.us.kernel.org/ubuntu//pool/main/a/alsa-lib/libasound2-dev_1.0.15-3ubuntu4_i386.deb \
151 http://mirrors.us.kernel.org/ubuntu//pool/main/e/esound/libesd-alsa0_0.2.38-0ubuntu9_i386.deb
    [all...]
  /external/chromium/third_party/icu/source/common/
ubidi_props.c 34 const uint32_t *mirrors; member in struct:UBiDiProps
109 /* get mirrors[] */
111 bdpProto->mirrors=(const uint32_t *)bin;
349 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]);
418 /* look for mirror code point in the mirrors[] table */
419 const uint32_t *mirrors; local
424 mirrors=bdp->mirrors;
429 m=mirrors[i];
433 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)])
    [all...]
  /external/icu4c/common/
ubidi_props.c 34 const uint32_t *mirrors; member in struct:UBiDiProps
109 /* get mirrors[] */
111 bdpProto->mirrors=(const uint32_t *)bin;
349 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]);
418 /* look for mirror code point in the mirrors[] table */
419 const uint32_t *mirrors; local
424 mirrors=bdp->mirrors;
429 m=mirrors[i];
433 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)])
    [all...]
  /external/v8/test/mjsunit/
debug-mirror-cache.js 60 // Make a backtrace request to create some mirrors.
65 // Some mirrors where cached.
  /external/v8/src/
mirror-debugger.js 56 // Look for non transient mirrors in the mirror cache.
146 // Type names of the different mirrors.
688 * @return {Array} Property mirrors for this object
750 // Make mirrors for all the references found.
884 // Make mirrors for all the instances found.
    [all...]
debug-debugger.js     [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 244 ;# The input/output is in registers v0...v7. We use v10...v17 as mirrors;
    [all...]
  /external/grub/docs/
texinfo.tex 35 % (and all CTAN mirrors, see http://www.ctan.org).
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 155 milliseconds