Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 25 of 200) sorted by relevance

12345678

/external/chromium/net/http/
Dhttp_alternate_protocols_unittest.cc23 const HttpAlternateProtocols::PortProtocolPair alternate = in TEST() local
25 EXPECT_EQ(443, alternate.port); in TEST()
26 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); in TEST()
34 HttpAlternateProtocols::PortProtocolPair alternate = in TEST() local
36 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol); in TEST()
42 alternate = alternate_protocols.GetAlternateProtocolFor(test_host_port_pair); in TEST()
43 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol) in TEST()
61 HttpAlternateProtocols::PortProtocolPair alternate = in TEST() local
63 EXPECT_EQ(default_protocol.port, alternate.port); in TEST()
64 EXPECT_EQ(default_protocol.protocol, alternate.protocol); in TEST()
[all …]
Dhttp_alternate_protocols.cc91 PortProtocolPair alternate; in SetAlternateProtocolFor() local
92 alternate.port = alternate_port; in SetAlternateProtocolFor()
93 alternate.protocol = alternate_protocol; in SetAlternateProtocolFor()
103 if (alternate_protocol != BROKEN && !existing_alternate.Equals(alternate)) { in SetAlternateProtocolFor()
114 protocol_map_[http_host_port_pair] = alternate; in SetAlternateProtocolFor()
Dhttp_stream_factory_impl.cc135 HttpAlternateProtocols::PortProtocolPair alternate = in GetAlternateProtocolRequestFor() local
137 if (alternate.protocol == HttpAlternateProtocols::BROKEN) in GetAlternateProtocolRequestFor()
140 DCHECK_LE(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); in GetAlternateProtocolRequestFor()
142 alternate.protocol); in GetAlternateProtocolRequestFor()
144 if (alternate.protocol != HttpAlternateProtocols::NPN_SPDY_2) in GetAlternateProtocolRequestFor()
147 origin.set_port(alternate.port); in GetAlternateProtocolRequestFor()
/external/chromium/chrome/browser/ui/cocoa/
Dobjc_method_swizzle.mm34 Method alternate = GetImplementedInstanceMethod(aClass, alternateSelector);
36 DCHECK(alternate);
37 if (!original || !alternate) {
43 const char* alternateTypes = method_getTypeEncoding(alternate);
54 method_exchangeImplementations(original, alternate);
/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java85 public String doubleMetaphone(String value, boolean alternate) { in doubleMetaphone() argument
189 return alternate ? result.getAlternate() : result.getPrimary(); in doubleMetaphone()
243 boolean alternate) { in isDoubleMetaphoneEqual() argument
244 return doubleMetaphone(value1, alternate).equals(doubleMetaphone in isDoubleMetaphoneEqual()
245 (value2, alternate)); in isDoubleMetaphoneEqual()
1033 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in DoubleMetaphone.DoubleMetaphoneResult
1045 public void append(char primary, char alternate) { in append() argument
1047 appendAlternate(alternate); in append()
1057 if (this.alternate.length() < this.maxLength) { in appendAlternate()
1058 this.alternate.append(value); in appendAlternate()
[all …]
/external/webkit/Source/WebCore/platform/graphics/qt/
DTileQt.cpp48 bool alternate = y % checkerSize; in checkeredPixmap() local
50 … painter.fillRect(x, y, checkerSize / 2, checkerSize / 2, alternate ? color1 : color2); in checkeredPixmap()
51 alternate = !alternate; in checkeredPixmap()
/external/icu4c/layout/
DAlternateSubstSubtables.cpp30 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); in process() local
32 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) { in process()
/external/skia/gm/
Dshaderbounds.cpp12 static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate) { in MakeLinear() argument
15 if (alternate) { in MakeLinear()
29 bool alternate);
/external/icu4c/test/intltest/
Dssearch.cpp1691 virtual void append(UnicodeString &test, UnicodeString &alternate) = 0;
1714 virtual void append(UnicodeString &test, UnicodeString &alternate);
1731 void SetMonkey::append(UnicodeString &test, UnicodeString &alternate) in append() argument
1739 alternate.append(str); // flip case, or some junk? in append()
1748 void append(UnicodeString &testCase, UnicodeString &alternate);
1751 UnicodeString &generateAlternative(const UnicodeString &testCase, UnicodeString &alternate);
1769 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append() argument
1785 generateAlternative(str, alternate); in append()
1791 generateAlternative(str, alternate); in append()
1797 …ring &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &alternate) in generateAlternative() argument
[all …]
/external/libcap-ng/libcap-ng-0.7/src/
Dlibcap-ng.pc.in7 Description: An alternate posix capabilities library.
/external/e2fsprogs/e2fsck/
DCHANGES43 the superblock and the group descriptors.) (Doesn't update alternate
47 alternate superblock.
/external/icu4c/data/coll/
Dth.txt17 " [alternate shifted] [normalization on] [reorder Thai]"
/external/webkit/Source/WebCore/dom/
DProcessingInstruction.cpp135 String alternate = attrs.get("alternate"); in checkStyleSheet() local
136 m_alternate = alternate == "yes"; in checkStyleSheet()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
DcustomTest.xml.template10 <!--copy in the properties file for testing with alternate vm args-->
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.17 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/apache-xml/src/main/java/org/apache/xml/utils/
DStylesheetPIHandler.java151 boolean alternate = false; // (yes|no) "no" in processingInstruction()
258 alternate = token.substring(1, token.length() in processingInstruction()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
Dwebkit13 alternate
/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m34 // alternate inherited protocol.
/external/regex-re2/doc/
Dmksyntaxgo32 Parts of the syntax can be disabled by passing alternate flags to Parse.
/external/guava/
DREADME.maven9 provide alternate packaging of the sub-pmodules, which
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt28 If a two element list is too confusing, I would recommend an alternate
/external/libusb-compat/libusb/
Dcore.c719 API_EXPORTED int usb_set_altinterface(usb_dev_handle *dev, int alternate) in usb_set_altinterface() argument
721 usbi_dbg("alternate %d", alternate); in usb_set_altinterface()
726 dev->last_claimed_interface, alternate)); in usb_set_altinterface()
Dusb.h314 int usb_set_altinterface(usb_dev_handle *dev, int alternate);
/external/clang/
DLICENSE.TXT57 The following pieces of software have additional or alternate copyrights,
/external/quake/quake/src/QW/progs/
Dbuttons.qc13 self.frame = 1; // use alternate textures

12345678