Searched refs:alt (Results 51 - 75 of 234) sorted by last modified time

12345678910

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... lon org.osgi.util.measurement.Measurement alt
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... LF public static final char TAB public static final int ALT public static final int SHIFT public static final int CTRL ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css971 tr.alt-color {
990 table.download tr.alt-color {
1023 /* 240px alt */
1024 .g-tpl-240-alt .g-unit,
1025 .g-unit .g-tpl-240-alt .g-unit,
1026 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1032 .g-unit .g-unit .g-tpl-240-alt .g-first,
1033 .g-unit .g-tpl-240-alt .g-first,
1034 .g-tpl-240-alt .g-first {
1058 /* 180px alt */
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Dmakefile46 ALTUSRLOCALLIBSYSTEM ?= $(RootsDirectory)/alt-usr-local-lib-system/
/external/chromium_org/v8/src/
H A Djsregexp.cc3469 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) { argument
3471 AddAlternative(alt);
3472 loop_node_ = alt.node();
3476 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) { argument
3478 AddAlternative(alt);
3479 continue_node_ = alt.node();
4550 GuardedAlternative alt = that->alternatives()->at(i); local
4551 os_ << " n" << that << " -> n" << alt.node();
4555 GuardedAlternative alt = that->alternatives()->at(i); local
4556 alt
5843 GuardedAlternative& alt = alts->at(i); local
[all...]
H A Djsregexp.h1173 void AddLoopAlternative(GuardedAlternative alt);
1174 void AddContinueAlternative(GuardedAlternative alt);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c3226 struct sctp_nets *alt; local
3286 alt = tp1->whoTo;
3290 alt = sctp_find_alternate_net(stcb, alt, 2);
3294 alt = sctp_find_alternate_net(stcb, alt, 1);
3296 if (alt == NULL) {
3297 alt = tp1->whoTo;
3315 alt = sctp_find_alternate_net(stcb, tp1->whoTo, 0);
3322 alt
[all...]
H A Dsctp_output.c4060 struct sctp_nets *alt; local
4062 alt = sctp_find_alternate_net(stcb, net, 0);
4063 if (alt != net) {
4067 stcb->asoc.alternate = alt;
10992 /* We used an alt last time, don't this time */
H A Dsctp_timer.c183 struct sctp_nets *alt, *mnet, *min_errors_net = NULL , *max_cwnd_net = NULL; local
336 alt = TAILQ_NEXT(mnet, sctp_next);
337 if (alt == NULL)
343 alt = TAILQ_FIRST(&stcb->asoc.nets);
344 if (alt == NULL) {
348 if (alt->ro.ro_rt == NULL) {
349 if (alt->ro._s_addr) {
350 sctp_free_ifa(alt->ro._s_addr);
351 alt->ro._s_addr = NULL;
353 alt
460 sctp_mark_all_for_resend(struct sctp_tcb *stcb, struct sctp_nets *net, struct sctp_nets *alt, int window_probe, int *num_marked, int *num_abandoned) argument
804 struct sctp_nets *alt; local
1016 struct sctp_nets *alt; local
1039 struct sctp_nets *alt; local
1102 struct sctp_nets *alt; local
1163 struct sctp_nets *alt; local
1278 struct sctp_nets *alt; local
1301 struct sctp_nets *alt; local
[all...]
/external/chromium_org/third_party/skia/experimental/benchtools/
H A Drebase.py132 alt, _, _ = extra_dic[key]
133 avg = (exp + alt) / 2
135 new_lb = min(exp, alt) - (exp - lb)
136 new_ub = max(exp, alt) + (ub - exp)
/external/chromium_org/third_party/opus/src/doc/
H A Dcustomdoxygen.css584 .directory-alt {
589 .directory-alt h3 {
595 .directory-alt > h3 {
599 .directory-alt p {
604 .directory-alt div {
609 .directory-alt img {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvpxenc.sh177 --auto-alt-ref=1 \
314 --auto-alt-ref=1
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_x86_asm.py215 alt = "%s@%u" % (name, stack)
217 print '\tGL_STUB(%s, %d, %s)' % (name, f.offset, alt)
220 print '\tHIDDEN(GL_PREFIX(%s, %s))' % (name, alt)
226 alt = "%s@%u" % (name, stack)
232 text = '\tGL_STUB_ALIAS(%s, %d, %s, %s, %s)' % (n, f.offset, alt2, name, alt)
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.h224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0) argument
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) { argument
238 altitude = alt;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1103 UnicodeString alt; local
1143 alt.append(*string);
1148 const CEList altCEs(coll, alt, status);
1151 return alternate.append(alt);
[all...]
H A Dwbnf.cpp1170 Alternation * alt = new Alternation();
1188 alt->append(n,w);
1200 alt->append(n,w);
1201 node = alt;
1205 delete alt;
1445 Alternation alt; local
1446 alt.append(new Literal("aaa_10%"),10);
1447 alt.append(new Literal("bbb_0%"),0);
1448 alt.append(new Literal("ccc_10%"),10);
1449 alt
1692 Alternation * alt = new Alternation(); local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/rc4/asm/
H A Drc4-586.pl93 if ($alt=0) {
198 &mov ($out,&wparam(3)) if (!$alt);
199 &movd ("mm7",&wparam(3)) if ($alt);
218 if ($alt) {
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha1-586.pl149 $alt=0; # 1 denotes alternative IALU implementation, which performs
176 &mov($tmp1,$a) if ($alt && $n==15);
185 if ($alt) {
229 if ($alt) {
272 if ($alt) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp271 bool alt = mouseEvent->modifiers & WebMouseEvent::AltKey; local
275 navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &userPolicy);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXImageMapLink.cpp107 const AtomicString& alt = getAttribute(altAttr); local
108 if (!alt.isEmpty())
109 return alt;
H A DAXNodeObject.cpp88 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
89 if (!alt.isEmpty())
90 return alt;
1139 // Images should use alt as long as the attribute is present, even if empty.
1141 const AtomicString& alt = getAttribute(altAttr); local
1142 if (!alt.isNull())
1143 return alt;
1679 // Images should use alt as long as the attribute is present, even if empty.
1681 const AtomicString& alt = getAttribute(altAttr); local
1682 if (!alt
[all...]

Completed in 489 milliseconds

12345678910