/dalvik/tests/068-classloader/src/ |
Main.java | 141 /* get the "alternate" version of DoubledExtend */ 190 /* get the "alternate" version of DoubledExtendOkay */ 238 /* get GetDoubled from the "alternate" class loader */ 284 /* get AbstractGet from the "alternate" loader */ 331 /* get the "alternate" version of DoubledImplement */
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
EmailPolicy.java | 35 * * Alternate strings for Exchange/ActiveSync UI 59 * "Exchange", while in the alternate configuration, the UI will refer to it as 63 * For the alternate behavior, return a bundle containing a single entry with a key of 192 * Policy: Use alternate exchange strings 195 // Un-comment the following code to select alternate exchange strings
|
/external/chromium_org/base/ |
move.h | 69 // alternate conversion sequence and a constructor. We add 107 // Foo f(MakeFoo()); // R-value so alternate conversion executed. 108 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed. 109 // f = f_copy.Pass(); // R-value so alternate conversion executed. 124 // An alternate, and incorrect, implementation of the RValue class used by
|
/external/chromium_org/chrome/browser/net/ |
http_server_properties_manager.h | 99 // Returns true if |server| has an Alternate-Protocol header. 103 // Returns the Alternate-Protocol and port for |server|. 108 // Sets the Alternate-Protocol for |server|. 114 // Sets the Alternate-Protocol for |server| to be BROKEN. 118 // Returns all Alternate-Protocol mappings.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
move.h | 69 // alternate conversion sequence and a constructor. We add 107 // Foo f(MakeFoo()); // R-value so alternate conversion executed. 108 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed. 109 // f = f_copy.Pass(); // R-value so alternate conversion executed. 124 // An alternate, and incorrect, implementation of the RValue class used by
|
/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/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view_unittest.cc | 252 // Test how the alternate button style affects which buttons are visible in the 255 // Using the alternate caption button style is dependant on all snapped 261 // both minimizing and maximizing are allowed when using the alternate
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.h | 81 // and updates the alternate nav URL. 145 // Compute the "alternate navigation URL" for a given match. This is obtained 192 // The "alternate navigation URL", if any, for this result set. This is a URL
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ProcessingInstruction.cpp | 104 String alternate = attrs.get("alternate"); local 105 m_alternate = alternate == "yes";
|
/libcore/luni/src/main/java/java/security/cert/ |
Certificate.java | 189 * Returns an alternate object to be serialized. 193 * if the creation of the alternate object fails. 204 * The alternate {@code Serializable} class to be used for serialization and
|
/bionic/libc/bionic/ |
name_mem.c | 46 * aligned anonymous memory the kernel doesn't support naming, and an alternate
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/ |
FeedParser.java | 102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 149 // non-null when reading an "alternate"-type link. Ignore other responses. 216 if (relType.equals("alternate")) {
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedContract.java | 80 * Article hyperlink. Corresponds to the rel="alternate" link in the
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/ |
FeedParser.java | 102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 149 // non-null when reading an "alternate"-type link. Ignore other responses. 216 if (relType.equals("alternate")) {
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedContract.java | 80 * Article hyperlink. Corresponds to the rel="alternate" link in the
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
FeedParser.java | 102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 149 // non-null when reading an "alternate"-type link. Ignore other responses. 216 if (relType.equals("alternate")) {
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
FeedContract.java | 80 * Article hyperlink. Corresponds to the rel="alternate" link in the
|
/external/chromium/chrome/browser/ |
alternate_nav_url_fetcher.h | 75 // the fetch of the alternate URL succeeded).
|
/external/chromium_org/cc/scheduler/ |
frame_rate_controller.h | 39 // Alternate form of FrameRateController with unthrottled frame-rate.
|
/external/chromium_org/chrome/browser/content_settings/ |
permission_queue_controller.h | 20 // An alternate approach would be to have this queue per tab, and use
|
/external/chromium_org/chrome/browser/ui/ |
alternate_error_tab_observer.cc | 75 // Disable alternate error pages when in Incognito mode.
|
/external/chromium_org/content/test/ |
mock_keyboard.h | 68 // input alternate graph characters.
|
/external/chromium_org/net/third_party/nss/ssl/ |
cmpcert.c | 47 /* compute an alternate issuer name for compatibility with 2.0
|
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
compositor-animation-delay.html | 9 -webkit-animation-direction: alternate;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
svg-css-animate-compound.html | 45 -webkit-animation-direction: alternate;
|