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

1 2

  /external/icu/icu4c/source/common/
ubidi_props.c 33 const uint32_t *mirrors; member in struct:UBiDiProps
80 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]);
160 /* look for mirror code point in the mirrors[] table */
161 const uint32_t *mirrors; local
166 mirrors=bdp->mirrors;
171 m=mirrors[i];
175 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 67 // read mirrors[]
70 mirrors=new int[count];
72 mirrors[i]=bytes.getInt();
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/v8/test/mjsunit/
debug-mirror-cache.js 60 // Make a backtrace request to create some mirrors.
68 // Some mirrors where cached.
  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 137 List<? extends AnnotationMirror> mirrors = annotation.getAnnotationMirrors(); local
138 for (AnnotationMirror mirror : mirrors) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
maven-settings-builder-3.2.1.jar 
maven-compat-3.2.1.jar 
aether-util-0.9.0.M2.jar 
maven-core-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.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 
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /external/v8/src/
mirror-debugger.js 45 // Look for non transient mirrors in the mirror cache.
146 // Type names of the different mirrors.
786 * @return {Array} Property mirrors for this object
802 * @return {Array} Property mirrors for this object
858 // Make mirrors for all the references found.
887 * values without mirrors.
1036 // Make mirrors for all the instances found.
    [all...]
debug-debugger.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 151 UBUNTU_MIRROR=http://mirrors.us.kernel.org
701 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 151 UBUNTU_MIRROR=http://mirrors.us.kernel.org
703 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 244 ;# The input/output is in registers v0...v7. We use v10...v17 as mirrors;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 244 ;# The input/output is in registers v0...v7. We use v10...v17 as mirrors;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 

Completed in 414 milliseconds

1 2