HomeSort by relevance Sort by last modified time
    Searched refs:alternate (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/base/mac/
scoped_objc_class_swizzler.h 26 // and |alternate|.
27 ScopedObjCClassSwizzler(Class target, SEL original, SEL alternate);
38 void Init(Class target, Class source, SEL original, SEL alternate);
  /external/chromium_org/net/http/
http_stream_factory_impl.cc 110 AlternateProtocolInfo alternate = local
113 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) {
123 alternate_job->MarkAsAlternate(request_info.url, alternate);
154 AlternateProtocolInfo alternate = local
157 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) {
162 job->MarkAsAlternate(request_info.url, alternate);
195 AlternateProtocolInfo alternate =
197 if (alternate.protocol == ALTERNATE_PROTOCOL_BROKEN) {
204 if (!IsAlternateProtocolValid(alternate.protocol)) {
211 // idea already, but with Alternate-Protocol, it provides the ability for
    [all...]
http_server_properties_impl_unittest.cc 248 const AlternateProtocolInfo alternate = local
250 EXPECT_EQ(443, alternate.port);
251 EXPECT_EQ(NPN_SPDY_3, alternate.protocol);
271 const AlternateProtocolInfo alternate = local
273 EXPECT_EQ(443, alternate.port);
274 EXPECT_EQ(NPN_SPDY_3, alternate.protocol);
275 EXPECT_EQ(.5, alternate.probability);
356 AlternateProtocolInfo alternate = local
358 EXPECT_EQ(443, alternate.port);
359 EXPECT_EQ(NPN_SPDY_3, alternate.protocol)
370 AlternateProtocolInfo alternate = local
388 AlternateProtocolInfo alternate = local
404 AlternateProtocolInfo alternate = local
440 AlternateProtocolInfo alternate = local
    [all...]
http_network_session.cc 178 // Enable the corresponding alternate protocol, except for HTTP
181 AlternateProtocol alternate = AlternateProtocolFromNextProto(proto); local
182 if (!IsAlternateProtocolValid(alternate)) {
186 enabled_protocols_[alternate - ALTERNATE_PROTOCOL_MINIMUM_VALID_VERSION] =
http_server_properties_impl.cc 246 // We must be forcing an alternate.
261 AlternateProtocolInfo alternate(alternate_port,
269 DVLOG(1) << "Ignore alternate protocol since it's known to be broken.";
274 !existing_alternate.Equals(alternate)) {
275 LOG(WARNING) << "Changing the alternate protocol for: "
293 alternate_protocol_map_.Put(server, alternate);
313 AlternateProtocolInfo alternate(server.port(),
316 alternate_protocol_map_.Put(server, alternate);
http_stream_factory_impl_job.h 58 // Marks this Job as the "alternate" job, from Alternate-Protocol. Tracks the
59 // original url so we can mark the Alternate-Protocol as broken if
60 // we fail to connect. |alternate| specifies the alternate protocol to use
61 // and alternate port to connect to.
63 AlternateProtocolInfo alternate);
107 // Note that when Alternate-Protocol says we can connect to an alternate
109 // the original protocol, or speaking the alternate protocol (currently
    [all...]
  /external/icu/icu4c/source/layout/
AlternateSubstSubtables.cpp 31 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); local
33 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 111 * Returns the alternate flags for this configuration. Corresponds to
343 State alternate = getNextDeviceState(state); local
345 return alternate;
403 * @param alternate if true, alternate the inherited value
405 public void setAlternateLocale(boolean alternate) {
421 * @param alternate if true, alternate the inherited value
423 public void setAlternateTarget(boolean alternate) {
439 * @param alternate if true, alternate the inherited valu
    [all...]
  /external/chromium_org/third_party/skia/gm/
shaderbounds.cpp 12 static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate,
16 if (alternate) {
30 bool alternate, const SkMatrix& localMatrix);
  /external/skia/gm/
shaderbounds.cpp 12 static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate,
16 if (alternate) {
30 bool alternate, const SkMatrix& localMatrix);
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 83 * Encode a value with Double Metaphone, optionally using the alternate
87 * @param alternate use alternate encode
90 public String doubleMetaphone(String value, boolean alternate) {
194 return alternate ? result.getAlternate() : result.getPrimary();
238 * are equal, optionally using the alternate value.
242 * @param alternate use the alternate value if <code>true</code>.
248 boolean alternate) {
249 return doubleMetaphone(value1, alternate).equals(doubleMetaphon
1038 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 1384 UnicodeString alternate; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1381 UnicodeString alternate; local
    [all...]
  /build/core/combo/
javac.mk 6 # ALTERNATE_JAVAC -- the alternate java compiler to use
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 119 const std::string& alternate,
130 // Localized text describing an alternate option, eg “Get a verification
google_service_auth_error.cc 43 const std::string& alternate, int length)
44 : token(token), prompt_text(prompt), alternate_text(alternate),
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 151 boolean alternate = false; // (yes|no) "no"
252 else if (name.equals("alternate"))
258 alternate = token.substring(1, token.length()
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ProcessingInstruction.cpp 126 String alternate = attrs.get("alternate"); local
127 m_alternate = alternate == "yes";
  /external/chromium_org/third_party/re2/doc/
mksyntaxgo 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
  /external/chromium_org/tools/cr/cr/
config.py 110 def Optional(cls, value, alternate=''):
111 """Returns a dynamic value that defaults to an alternate.
115 alternate: The value to use if the main value does not resolve.
117 value if it resolves, alternate otherwise.
123 return base.Substitute(alternate)
  /external/regex-re2/doc/
mksyntaxgo 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
  /external/chromium_org/third_party/ots/src/
gsub.cc 216 uint16_t alternate = 0; local
217 if (!subtable.ReadU16(&alternate)) {
220 if (alternate >= num_glyphs) {
221 OTS_WARNING("too arge alternate: %u", alternate);
229 // Alternate Substitution Subtable
546 // # too large alternate (value is 0xFFFF)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.c 1369 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; local
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 1369 FT_Bool alternate = op1 == cf2_cmdHVCURVETO; local
    [all...]

Completed in 815 milliseconds

1 2 3 4