HomeSort by relevance Sort by last modified time
    Searched full:mirrors (Results 1 - 25 of 64) sorted by null

1 2 3

  /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...]
  /external/webkit/WebKitTools/CygwinDownloader/
cygwin-downloader.py 33 # This is mostly just the list of North America http mirrors from http://cygwin.com/mirrors.html,
38 "http://mirrors.kernel.org/sourceware/cygwin/",
39 "http://mirrors.xmission.com/cygwin/",
40 "http://sourceware.mirrors.tds.net/pub/sourceware.org/cygwin/"]
  /external/netcat/
netcat.blurb 56 zippy.telcom.arizona.edu:/pub/mirrors/avian.org/hacks/nc110.tgz
57 ftp.sterling.com:/mirrors/avian.org/src/hacks/nc110.tgz
59 ftp.rge.com:/pub/security/coast/mirrors/avian.org/netcat/nc110.tgz
  /external/bluetooth/glib/
HACKING 11 fine GNU mirrors. Beta software can be found at alpha.gnu.org.
  /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...]
  /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/v8/test/mjsunit/
debug-mirror-cache.js 60 // Make a backtrace request to create some mirrors.
65 // Some mirrors where cached.
  /external/quake/quake/src/QW/client/
modelgen.h 92 // This mirrors trivert_t in trilib.h, is present so Quake knows how to
  /external/quake/quake/src/WinQuake/
modelgen.h 92 // This mirrors trivert_t in trilib.h, is present so Quake knows how to
  /frameworks/base/core/java/android/text/
AndroidCharacter.java 74 * right-to-left mirrors (if any), returning true if any
  /external/webkit/WebKitTools/Scripts/
update-webkit-auxiliary-libs 47 # because the zip file is served from a set of mirrors with slightly different
  /packages/apps/Phone/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 160 //Mirrors IccPinUnlockPanel.onKeyDown().
  /external/webkit/WebKitTools/wx/
install-unix-extras 59 GPERF_URL="ftp://mirrors.kernel.org/gnu/gperf/$GPERF_TARBALL"
  /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...]
handles.h 273 // Computes the enumerable keys from interceptors. Used for debug mirrors and
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 362 // This mirrors the behaviour on Windows. See the comment in
  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 25 * mirrors the order of information in the document itself. For
  /packages/apps/Camera/src/com/android/camera/
Util.java 58 // Rotates and/or mirrors the bitmap. If a new bitmap is created, the
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 25 * Log class that mirrors the API in main Android sources.
  /external/chromium/net/base/
mime_util.cc 320 // Mirrors WebViewImpl::CanShowMIMEType()
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 60 // and mirrors JSLocationCustom.cpp.
  /external/webkit/WebKit/wx/
WebView.h 56 static const int defaultCacheCapacity = 8192 * 1024; // mirrors Cache.cpp
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 279 * This mirrors the behavior from org.eclipse.pde.internal.ui.editor.text.PDETextHover

Completed in 570 milliseconds

1 2 3