/external/fmtlib/.github/workflows/ |
D | doc.yml | 16 - name: Add Ubuntu mirrors 20 … printf 'http://azure.archive.ubuntu.com/ubuntu\tpriority:1\n' | sudo tee /etc/apt/mirrors.txt 21 curl http://mirrors.ubuntu.com/mirrors.txt | sudo tee --append /etc/apt/mirrors.txt 22 …sudo sed -i 's~http://azure.archive.ubuntu.com/ubuntu/~mirror+file:/etc/apt/mirrors.txt~' /etc/apt…
|
D | linux.yml | 82 - name: Add Ubuntu mirrors 86 … printf 'http://azure.archive.ubuntu.com/ubuntu\tpriority:1\n' | sudo tee /etc/apt/mirrors.txt 87 curl http://mirrors.ubuntu.com/mirrors.txt | sudo tee --append /etc/apt/mirrors.txt 88 …sudo sed -i 's~http://azure.archive.ubuntu.com/ubuntu/~mirror+file:/etc/apt/mirrors.txt~' /etc/apt…
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MirrorImpl.java | 83 * Throw NullPointerException on null mirrors. 86 void validateMirrors(Collection<? extends Mirror> mirrors) { in validateMirrors() argument 87 Iterator<? extends Mirror> iter = mirrors.iterator(); in validateMirrors() 96 * Allow null mirrors. 99 void validateMirrorsOrNulls(Collection<? extends Mirror> mirrors) { in validateMirrorsOrNulls() argument 100 Iterator<? extends Mirror> iter = mirrors.iterator(); in validateMirrorsOrNulls()
|
/external/cronet/stable/third_party/icu/source/common/ |
D | ubidi_props.cpp | 35 const uint32_t *mirrors; member 77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts() 151 /* look for mirror code point in the mirrors[] table */ in getMirror() 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/cronet/tot/third_party/icu/source/common/ |
D | ubidi_props.cpp | 35 const uint32_t *mirrors; member 77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts() 151 /* look for mirror code point in the mirrors[] table */ in getMirror() 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/icu/icu4c/source/common/ |
D | ubidi_props.cpp | 35 const uint32_t *mirrors; member 77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts() 151 /* look for mirror code point in the mirrors[] table */ in getMirror() 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-lang/src/site/resources/ |
D | download_lang.cgi | 2 # Just call the standard mirrors.cgi script. It will use download.html 4 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
|
/external/apache-commons-bcel/src/site/resources/ |
D | download_bcel.cgi | 2 # Just call the standard mirrors.cgi script. It will use download.html 4 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
|
/external/apache-commons-io/src/site/resources/ |
D | download_io.cgi | 2 # Just call the standard mirrors.cgi script. It will use download.html 4 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | Accessible.java | 30 * Mirrors for program elements which allow an 53 * Determines if this object mirrors a private item. 67 * Determines if this object mirrors a package private item. 82 * Determines if this object mirrors a protected item. 96 * Determines if this object mirrors a public item.
|
D | Mirror.java | 31 * interface hierarchy for this package. Mirrors can be proxies for objects 43 * whether a single mirror will be used for some or all mirrors. Clients 45 * two mirrors for equality. 49 * throw {@link com.sun.jdi.VMMismatchException} if the mirrors are from different
|
/external/apache-commons-compress/src/site/resources/ |
D | download_compress.cgi | 18 # Just call the standard mirrors.cgi script. It will use download.html 20 exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
D | UBiDiProps.java | 69 // read mirrors[] in readData() 72 mirrors=ICUBinary.getInts(bytes, count, 0); in readData() 112 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts() 183 /* look for mirror code point in the mirrors[] table */ in getMirror() 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/ |
D | UBiDiProps.java | 73 // read mirrors[] in readData() 76 mirrors=ICUBinary.getInts(bytes, count, 0); in readData() 116 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts() 187 /* look for mirror code point in the mirrors[] table */ in getMirror() 196 m=mirrors[i]; in getMirror() 200 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror() 259 private int mirrors[]; field in UBiDiProps
|
/external/nanohttpd/ |
D | settings.xml | 11 <mirrors> 12 </mirrors>
|
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
D | BuildMirroringTables.java | 58 int[] mirrors = new int[count]; in writeMirroredDataFile() local 69 mirrors[total++] = m & 0xFFFF; in writeMirroredDataFile() 83 dump("srahCderorrim", mirrors, total, 8); in writeMirroredDataFile()
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | enhanced_retransmission_mode_engines_test.cc | 71 // TxWindow. This mirrors the L2CAP Test Specification L2CAP/ERM/BV-06-C. 134 // mirrors L2CAP Test Specification v5.0.2 L2CAP/ERM/BV-11-C. 189 // raising a local error for the channel. This mirrors L2CAP Test Specification 252 // retransmission of requested unacknowledged I-Frames. This mirrors the L2CAP 310 // transmit window. This mirrors the L2CAP Test Specification v5.0.2 363 // poll requests, triggering retransmission only. This mirrors the L2CAP Test 434 // triggering retransmission of unacknowledged I-Frames. This mirrors the L2CAP 486 // unacknowledged outbound I-Frame. This mirrors L2CAP Test Specification v5.0.2 548 // This mirrors the L2CAP Test Specification v5.0.2 L2CAP/ERM/BI-03-C. 633 // of retransmissions. This mirrors the L2CAP Test Specification v5.0.2 [all …]
|
/external/apache-commons-compress/src/site/xdoc/ |
D | download_compress.xml | 70 be available from all the mirrors. 76 mirror. If all mirrors are failing, there are <i>backup</i> 77 mirrors (at the end of the mirrors list) that should be 85 Other mirrors:
|
/external/apache-commons-bcel/src/site/xdoc/ |
D | download_bcel.xml | 72 be available from all the mirrors. 78 mirror. If all mirrors are failing, there are <i>backup</i> 79 mirrors (at the end of the mirrors list) that should be 87 Other mirrors:
|
/external/apache-commons-io/src/site/xdoc/ |
D | download_io.xml | 72 be available from all the mirrors. 78 mirror. If all mirrors are failing, there are <i>backup</i> 79 mirrors (at the end of the mirrors list) that should be 87 Other mirrors:
|
/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
D | Key.java | 19 import static com.google.auto.factory.processor.Mirrors.isProvider; 20 import static com.google.auto.factory.processor.Mirrors.unwrapOptionalEquivalence; 21 import static com.google.auto.factory.processor.Mirrors.wrapOptionalInEquivalence;
|
D | ProviderField.java | 18 import static com.google.auto.factory.processor.Mirrors.unwrapOptionalEquivalence; 19 import static com.google.auto.factory.processor.Mirrors.wrapOptionalInEquivalence;
|
/external/iproute2/man/man8/ |
D | tc-matchall.8 | 52 where the second command attaches a matchall filters on it that mirrors the 71 where the second command attaches a matchall filters on it that mirrors the
|
/external/google-cloud-java/ |
D | settings.xml | 21 <mirrors> 31 </mirrors>
|
/external/sdk-platform-java/ |
D | settings.xml | 21 <mirrors> 31 </mirrors>
|