Home
last modified time | relevance | path

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

12

/external/autotest/client/bin/
Dkernelexpand.py91 def mirror_kernel_components(mirrors, components): argument
95 for mirror in mirrors:
129 def expand_classic(kernel, mirrors): argument
131 if mirrors:
132 components = mirror_kernel_components(mirrors, components)
171 mirrors = options.mirror variable
179 if mirrors:
180 components = mirror_kernel_components(mirrors, components)
Dkernel.py227 mirrors = self.job.config_get('mirror.mirrors')
228 if not mirrors:
233 mirrors = [
239 patches = kernelexpand.expand_classic(kernel, mirrors)
Dkernel_unittest.py228 mirrors = [
234 mirrors).and_return('patches')
/external/icu/icu4c/source/common/
Dubidi_props.c33 const uint32_t *mirrors; member
80 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]); in ubidi_addPropertyStarts()
161 const uint32_t *mirrors; in getMirror() local
166 mirrors=bdp->mirrors; in getMirror()
171 m=mirrors[i]; in getMirror()
175 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]); in getMirror()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DBuildMirroringTables.java56 int[] mirrors = new int[count]; in writeMirroredDataFile() local
67 mirrors[total++] = m & 0xFFFF; in writeMirroredDataFile()
81 dump("srahCderorrim", mirrors, total, 8); in writeMirroredDataFile()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java74 mirrors=ICUBinary.getInts(bytes, count, 0); in readData()
113 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts()
193 m=mirrors[i]; in getMirror()
197 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror()
256 private int mirrors[]; field in UBiDiProps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java70 mirrors=ICUBinary.getInts(bytes, count, 0); in readData()
109 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts()
189 m=mirrors[i]; in getMirror()
193 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror()
252 private int mirrors[]; field in UBiDiProps
/external/curl/docs/
DHISTORY149 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 web site mirrors: 12
181 More than 100,000 unique visitors of the curl web site. 25 mirrors.
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DConfigurationAnnotations.java98 List<? extends AnnotationMirror> mirrors = element.getAnnotationMirrors(); in getNullableType() local
99 for (AnnotationMirror mirror : mirrors) { in getNullableType()
/external/dexmaker/
DREADME12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving y…
/external/skia/site/dev/tools/
Dcodesearch.md23 The Github mirrors of the [skia](https://github.com/google/skia) and
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/dagger2/lib/
Dauto-common-1.0-20151022.071545-39.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/v8/src/debug/
Ddebug.js2130 var mirrors = {};
2137 mirrors[handle] = mirror;
2139 response.body = mirrors;
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td296 // VSX register classes (the allocation order mirrors that of the corresponding
/external/llvm/docs/
DGettingStarted.rst520 Git mirrors are available for a number of LLVM subprojects. These mirrors sync
523 mirrors reflect only ``trunk`` for each project. You can do the read-only Git
DGarbageCollection.rst407 [:ref:`Henderson2002 <henderson02>`]. This so-called "shadow stack" mirrors the
/external/fio/
DREADME29 There are also two official mirrors. Both of these are synced within
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb948 …E@miningE ministercminorAmintAminusBD!5E&Jmiracle )D!+I&B%mirrorsc���������������…
/external/v8/
DAndroid.v8common.mk567 src/debug/mirrors.js \
/external/llvm/docs/tutorial/
DLangImpl6.rst329 This AST node is very simple and obvious by now. It directly mirrors the
DLangImpl5.rst718 the loop should exit. This mirrors the condition evaluation for the
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td95 // This mirrors sections 7.7-7.9 of the Tuning Guide v1.0.1.

12