/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_org/third_party/WebKit/ManualTests/animation/ |
animation-direction-reverse-timing-functions-hardware.html | 51 #alternate .expected.delay_three_thirds { 57 #alternate-reverse .expected.delay_zero, #alternate-reverse .expected.delay_six_thirds { 64 #alternate div { 65 -webkit-animation-direction: alternate; 70 #alternate-reverse div { 71 -webkit-animation-direction: alternate-reverse; 102 <div class="wrapper" id="alternate"> 103 <div class="expected delay_zero">alternate</div> 104 <div class="animated delay_zero">alternate</div [all...] |
/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/skia/config/ |
sk_ref_cnt_ext_release.h | 12 // Alternate implementation of SkRefCnt for Chromium release builds
|
/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_server_properties.h | 32 ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken. 74 // * Alternate-Protocol support 95 // Returns true if |server| has an Alternate-Protocol header. 98 // Returns the Alternate-Protocol and port for |server|. 103 // Sets the Alternate-Protocol for |server|. 108 // Sets the Alternate-Protocol for |server| to be BROKEN. 111 // Returns all Alternate-Protocol mappings.
|
http_stream_factory_impl.cc | 120 PortAlternateProtocolPair alternate = local 123 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) { 133 alternate_job->MarkAsAlternate(request_info.url, alternate); 164 PortAlternateProtocolPair alternate = local 167 if (alternate.protocol != UNINITIALIZED_ALTERNATE_PROTOCOL) { 172 job->MarkAsAlternate(request_info.url, alternate); 206 PortAlternateProtocolPair alternate = 208 if (alternate.protocol == ALTERNATE_PROTOCOL_BROKEN) 211 if (!IsAlternateProtocolValid(alternate.protocol)) { 218 // idea already, but with Alternate-Protocol, it provides the ability for [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
LinkRelAttributeTest.cpp | 74 testLinkRelAttribute("alternate stylesheet", true, InvalidIcon, true, false, false, false); 75 testLinkRelAttribute("stylesheet alternate", true, InvalidIcon, true, false, false, false); 76 testLinkRelAttribute("aLtErNaTe sTyLeShEeT", true, InvalidIcon, true, false, false, false); 77 testLinkRelAttribute("sTyLeShEeT aLtErNaTe", true, InvalidIcon, true, false, false, false); 79 testLinkRelAttribute("stylesheet icon prerender aLtErNaTe", true, Favicon, true, false, false, true); 80 testLinkRelAttribute("alternate subresource", false, InvalidIcon, true, false, true, false); 81 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:
|