/dalvik/tests/068-classloader/src/ |
InaccessibleBase.java | 4 * Non-public base class, inaccessible from alternate class loader.
|
InaccessibleInterface.java | 4 * Non-public interface class, inaccessible from alternate class loader.
|
/external/chromium/net/http/ |
http_alternate_protocols_unittest.cc | 6 // of which HTTP HostPortPairs have an alternate protocol that can be used 23 const HttpAlternateProtocols::PortProtocolPair alternate = local 25 EXPECT_EQ(443, alternate.port); 26 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); 34 HttpAlternateProtocols::PortProtocolPair alternate = local 36 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol); 42 alternate = alternate_protocols.GetAlternateProtocolFor(test_host_port_pair); 43 EXPECT_EQ(HttpAlternateProtocols::BROKEN, alternate.protocol) 48 // Test forced alternate protocols. 61 HttpAlternateProtocols::PortProtocolPair alternate local [all...] |
http_alternate_protocols.h | 6 // of which HTTP HostPortPairs have an alternate protocol that can be used 28 BROKEN, // The alternate protocol is known to be broken. 51 // Reports whether or not we have received Alternate-Protocol for 61 // SetAlternateProtocolFor() will ignore the request if the alternate protocol 67 // Marks the alternate protocol as broken. Once marked broken, any further 68 // attempts to set the alternate protocol for |http_host_port_pair| will fail. 74 // If we don't have an alternate protocol in the map for any given host/port 84 // The forced alternate protocol. If not-null, there is a protocol being
|
http_alternate_protocols.cc | 13 const char HttpAlternateProtocols::kHeader[] = "Alternate-Protocol"; 70 // We must be forcing an alternate. 91 PortProtocolPair alternate; local 92 alternate.port = alternate_port; 93 alternate.protocol = alternate_protocol; 99 DVLOG(1) << "Ignore alternate protocol since it's known to be broken."; 103 if (alternate_protocol != BROKEN && !existing_alternate.Equals(alternate)) { 104 LOG(WARNING) << "Changing the alternate protocol for: " 114 protocol_map_[http_host_port_pair] = alternate;
|
/external/chromium/chrome/browser/ui/cocoa/ |
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/chromium_org/chrome/common/mac/ |
objc_method_swizzle.mm | 32 Method alternate = GetImplementedInstanceMethod(aClass, alternateSelector); 34 DCHECK(alternate); 35 if (!original || !alternate) { 41 const char* alternateTypes = method_getTypeEncoding(alternate); 52 method_exchangeImplementations(original, alternate);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasAlternateSelection.java | 22 * Information for the current alternate selection, i.e. the possible selected items 31 * Creates a new alternate selection based on the given originating view and the 32 * given list of alternate views. Both cannot be null. 42 /** Returns the list of alternate views. Cannot be null. */ 53 * Returns the current alternate view to select. 62 * This loops through the alternate views.
|
/external/chromium_org/ui/base/touch/ |
touch_device.cc | 9 // Platforms supporting touch link in an alternate implementation of this
|
/external/libcap-ng/libcap-ng-0.7/src/ |
libcap-ng.pc.in | 7 Description: An alternate posix capabilities library.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
transition-accelerated.html | 15 -webkit-animation: slow 2s infinite linear alternate; 19 -webkit-animation: fast 2s infinite linear alternate;
|
/external/icu4c/layout/ |
AlternateSubstSubtables.cpp | 30 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); local 32 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
|
/external/chromium_org/base/profiler/ |
alternate_timer.h | 20 // Provide type for an alternate timer function. 23 // Environment variable name that is used to activate alternate timer profiling 28 // Set an alternate timer function to replace the OS time function when
|
alternate_timer.cc | 21 // Set an alternate timer function to replace the OS time function when
|
/external/chromium_org/net/http/ |
http_stream_factory_impl.cc | 119 PortAlternateProtocolPair alternate = local 122 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) { 132 alternate_job->MarkAsAlternate(request_info.url, alternate); 163 PortAlternateProtocolPair alternate = local 166 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) { 171 job->MarkAsAlternate(request_info.url, alternate); 205 PortAlternateProtocolPair alternate = 207 if (alternate.protocol == ALTERNATE_PROTOCOL_BROKEN) 210 DCHECK_LE(NPN_SPDY_1, alternate.protocol); 211 DCHECK_GT(NUM_ALTERNATE_PROTOCOLS, alternate.protocol) [all...] |
http_server_properties.h | 32 ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken. 63 // * Alternate-Protocol support 84 // Returns true if |server| has an Alternate-Protocol header. 87 // Returns the Alternate-Protocol and port for |server|. 92 // Sets the Alternate-Protocol for |server|. 97 // Sets the Alternate-Protocol for |server| to be BROKEN. 100 // Returns all Alternate-Protocol mappings.
|
/external/chromium_org/third_party/WebKit/Source/core/tests/ |
LinkRelAttribute.cpp | 73 testLinkRelAttribute("alternate stylesheet", true, InvalidIcon, true, false, false, false); 74 testLinkRelAttribute("stylesheet alternate", true, InvalidIcon, true, false, false, false); 75 testLinkRelAttribute("aLtErNaTe sTyLeShEeT", true, InvalidIcon, true, false, false, false); 76 testLinkRelAttribute("sTyLeShEeT aLtErNaTe", true, InvalidIcon, true, false, false, false); 78 testLinkRelAttribute("stylesheet icon prerender aLtErNaTe", true, Favicon, true, false, false, true); 79 testLinkRelAttribute("alternate subresource", false, InvalidIcon, true, false, true, false); 80 testLinkRelAttribute("alternate icon stylesheet", true, Favicon, true, false, false, false);
|
/external/chromium_org/chrome/browser/ui/ |
alternate_error_tab_observer.h | 20 // Per-tab class to implement alternate error page functionality. 45 // Returns the server that can provide alternate error pages. If the returned 51 // Send the alternate error page URL to the renderer.
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
Action.java | 35 /** Returns an icon that can be clicked for the alternate action. */ 38 /** Returns the content description of the icon for the alternate action. */ 44 /** Build an {@link Intent} that will perform the alternate action. */
|
/art/test/068-classloader/src/ |
InaccessibleBase.java | 18 * Non-public base class, inaccessible from alternate class loader.
|
InaccessibleInterface.java | 18 * Non-public interface class, inaccessible from alternate class loader.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
spdy_view.html | 4 <li>Use Alternate Protocol: <span jscontent="use_alternate_protocols"></span></li> 71 <h4>Alternate Protocol Mappings</h4> 72 <div id=spdy-view-alternate-protocol-mappings> 79 <th>Alternate Protocol</th>
|
/external/e2fsprogs/tests/f_crashdisk/ |
expect.1 | 7 is corrupt, and you might try running e2fsck with an alternate superblock:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
customTest.xml.template | 10 <!--copy in the properties file for testing with alternate vm args-->
|
/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...] |