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

1 2 3

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
BuildMirroringTables.java 58 int[] mirrors = new int[count]; local
69 mirrors[total++] = m & 0xFFFF;
83 dump("srahCderorrim", mirrors, total, 8);
  /external/icu/icu4c/source/common/
ubidi_props.cpp 35 const uint32_t *mirrors; member in struct:UBiDiProps
84 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]);
164 /* look for mirror code point in the mirrors[] table */
165 const uint32_t *mirrors; local
170 mirrors=bdp->mirrors;
175 m=mirrors[i];
179 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 73 // read mirrors[]
76 mirrors=ICUBinary.getInts(bytes, count, 0);
116 c=getMirrorCodePoint(mirrors[i]);
187 /* look for mirror code point in the mirrors[] table */
196 m=mirrors[i];
200 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]);
259 private int mirrors[]; field in class:UBiDiProps
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 69 // read mirrors[]
72 mirrors=ICUBinary.getInts(bytes, count, 0);
112 c=getMirrorCodePoint(mirrors[i]);
183 /* look for mirror code point in the mirrors[] table */
192 m=mirrors[i];
196 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]);
255 private int mirrors[]; field in class:UBiDiProps
  /external/curl/docs/cmdline-opts/
version.d 53 describes mirrors and hashes. curl will use mirrors for failover if
metalink.d 7 (both version 3 and 4 (RFC 5854) are supported) and make use of the mirrors
  /external/v8/
Android.v8gen.mk 27 src/debug/mirrors.js \
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ConfigurationAnnotations.java 98 List<? extends AnnotationMirror> mirrors = element.getAnnotationMirrors(); local
99 for (AnnotationMirror mirror : mirrors) {
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-settings-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs1.go 14 // pkcs1PrivateKey is a structure which mirrors the PKCS#1 ASN.1 for an RSA private key.
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs1.go 14 // pkcs1PrivateKey is a structure which mirrors the PKCS#1 ASN.1 for an RSA private key.
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.3/
auto-common-0.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.6/
auto-common-0.6.jar 
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 97 // AttributeTypeAndValue mirrors the ASN.1 structure of the same name in
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 97 // AttributeTypeAndValue mirrors the ASN.1 structure of the same name in
  /external/v8/src/debug/
mirrors.js 55 // Type names of the different mirrors.
661 * @return {Array} Property mirrors for this object
677 * @return {Array} Property mirrors for this object
733 // Make mirrors for all the references found.
762 * values without mirrors.
900 // Make mirrors for all the instances found.
    [all...]
  /external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.4/
auto-common-0.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.7/
auto-common-0.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.9/
auto-common-0.9.jar 
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 33 tt []uint32 // mirrors the `tt' array in the bzip2 source and contains the P array in the upper 24 bits.
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 33 tt []uint32 // mirrors the `tt' array in the bzip2 source and contains the P array in the upper 24 bits.

Completed in 562 milliseconds

1 2 3