Home
last modified time | relevance | path

Searched refs:mirrors (Results 1 – 25 of 106) sorted by relevance

12345

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DMirrorImpl.java86 void validateMirrors(Collection<? extends Mirror> mirrors) { in validateMirrors() argument
87 Iterator<? extends Mirror> iter = mirrors.iterator(); in validateMirrors()
99 void validateMirrorsOrNulls(Collection<? extends Mirror> mirrors) { in validateMirrorsOrNulls() argument
100 Iterator<? extends Mirror> iter = mirrors.iterator(); in validateMirrorsOrNulls()
/external/icu/icu4c/source/common/
Dubidi_props.cpp35 const uint32_t *mirrors; member
77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts()
152 const uint32_t *mirrors; in getMirror() local
157 mirrors=ubidi_props_singleton.mirrors; in getMirror()
162 m=mirrors[i]; in getMirror()
166 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]); in getMirror()
/external/apache-commons-bcel/src/site/resources/
Ddownload_bcel.cgi4 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
/external/apache-commons-compress/src/site/resources/
Ddownload_compress.cgi20 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DBuildMirroringTables.java58 int[] mirrors = new int[count]; in writeMirroredDataFile() local
69 mirrors[total++] = m & 0xFFFF; in writeMirroredDataFile()
83 dump("srahCderorrim", mirrors, total, 8); in writeMirroredDataFile()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java72 mirrors=ICUBinary.getInts(bytes, count, 0); in readData()
112 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts()
192 m=mirrors[i]; in getMirror()
196 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror()
255 private int mirrors[]; field in UBiDiProps
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java76 mirrors=ICUBinary.getInts(bytes, count, 0); in readData()
116 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts()
196 m=mirrors[i]; in getMirror()
200 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror()
259 private int mirrors[]; field in UBiDiProps
/external/dagger2/java/dagger/internal/codegen/binding/
DConfigurationAnnotations.java80 List<? extends AnnotationMirror> mirrors = element.getAnnotationMirrors(); in getNullableType() local
81 for (AnnotationMirror mirror : mirrors) { in getNullableType()
/external/llvm-project/libc/docs/
Dsource_layout.rst37 directory structure within this directory mirrors the directory structure of the
83 directory structure within this directory mirrors the directory structure of the
/external/curl/docs/cmdline-opts/
Dmetalink.d8 (both version 3 and 4 (RFC 5854) are supported) and make use of the mirrors
/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java438 private static int hashList(List<? extends TypeMirror> mirrors, Set<Element> visiting) { in hashList() argument
440 for (TypeMirror mirror : mirrors) { in hashList()
544 public static ImmutableSet<TypeElement> asTypeElements(Iterable<? extends TypeMirror> mirrors) { in asTypeElements() argument
545 checkNotNull(mirrors); in asTypeElements()
547 for (TypeMirror mirror : mirrors) { in asTypeElements()
/external/curl/docs/
DHISTORY.md149 to the curl.haxx.se site. Five official web mirrors.
158 June: curl 7.12.0 introduced IDN support. 10 official web mirrors.
170 Amount of public website mirrors: 12
183 More than 100,000 unique visitors of the curl website. 25 mirrors.
/external/libabigail/
Drelease-text-template.txt5 You can download it at http://mirrors.kernel.org/sourceware/libabigail/libabigail-<insert-version-n…
/external/dexmaker/
DREADME.version7 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving y…
/external/angle/extensions/
DEGL_ANGLE_display_semaphore_share_group.txt77 This mirrors how regular share groups work, releasing all objects when the
DEGL_ANGLE_display_texture_share_group.txt77 This mirrors how regular share groups work, releasing all objects when the
/external/libabigail/doc/website/
Dmainpage.txt56 Libabigail at http://mirrors.kernel.org/sourceware/libabigail. The
58 http://mirrors.kernel.org/sourceware/libabigail/libabigail-1.8.tar.gz.
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dinstall_openmpi_horovod.sh66 …cd /tmp/buildssh && curl -fSsL -O https://mirrors.sonic.net/pub/OpenBSD/OpenSSH/portable/openssh-8…
/external/skqp/experimental/canvaskit/
DCHANGELOG.md44 - Add Canvas2D JS layer. This mirrors the HTML Canvas API. This may be omitted at compile time
/external/skqp/site/dev/tools/
Dcodesearch.md20 The Github mirrors of the [skia](https://github.com/google/skia) and
/external/skia/site/docs/dev/tools/
Dcodesearch.md25 The GitHub mirrors of the [skia](https://github.com/google/skia) and
/external/python/cpython3/PCbuild/
Dprepare_libffi.bat14 echo Select http://mirrors.kernel.org as the download site
196 if NOT DEFINED CYG_MIRROR (set CYG_MIRROR=http://mirrors.kernel.org/sourceware/cygwin/)
/external/skqp/experimental/canvaskit/canvaskit/
DREADME.md79 CanvasKit has an optional API (included by default) that mirrors the HTML canvas.
/external/skia/modules/canvaskit/npm_build/
DREADME.md83 CanvasKit has an optional API (included by default) that mirrors the HTML canvas.
/external/python/cpython2/Doc/library/
Ddbhash.rst14 ``db`` library. This module mirrors the interface of the other Python database

12345