/external/chromium/net/http/ |
D | http_alternate_protocols_unittest.cc | 23 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 …]
|
D | http_alternate_protocols.cc | 91 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()
|
D | http_stream_factory_impl.cc | 135 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/ |
D | objc_method_swizzle.mm | 34 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/ |
D | DoubleMetaphone.java | 85 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/ |
D | TileQt.cpp | 48 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/ |
D | AlternateSubstSubtables.cpp | 30 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/ |
D | shaderbounds.cpp | 12 static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate) { in MakeLinear() argument 15 if (alternate) { in MakeLinear() 29 bool alternate);
|
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 1691 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/ |
D | libcap-ng.pc.in | 7 Description: An alternate posix capabilities library.
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 43 the superblock and the group descriptors.) (Doesn't update alternate 47 alternate superblock.
|
/external/icu4c/data/coll/ |
D | th.txt | 17 " [alternate shifted] [normalization on] [reorder Thai]"
|
/external/webkit/Source/WebCore/dom/ |
D | ProcessingInstruction.cpp | 135 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/ |
D | customTest.xml.template | 10 <!--copy in the properties file for testing with alternate vm args-->
|
/external/e2fsprogs/tests/f_crashdisk/ |
D | expect.1 | 7 is corrupt, and you might try running e2fsck with an alternate superblock:
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StylesheetPIHandler.java | 151 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/ |
D | webkit | 13 alternate
|
/external/clang/test/SemaObjC/ |
D | protocol-implementation-inherited.m | 34 // alternate inherited protocol.
|
/external/regex-re2/doc/ |
D | mksyntaxgo | 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
|
/external/guava/ |
D | README.maven | 9 provide alternate packaging of the sub-pmodules, which
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp2.txt | 28 If a two element list is too confusing, I would recommend an alternate
|
/external/libusb-compat/libusb/ |
D | core.c | 719 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()
|
D | usb.h | 314 int usb_set_altinterface(usb_dev_handle *dev, int alternate);
|
/external/clang/ |
D | LICENSE.TXT | 57 The following pieces of software have additional or alternate copyrights,
|
/external/quake/quake/src/QW/progs/ |
D | buttons.qc | 13 self.frame = 1; // use alternate textures
|