HomeSort by relevance Sort by last modified time
    Searched full:over (Results 201 - 225 of 13432) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ether.h 64 #define ETH_P_IPX 0x8137 /* IPX over DIX */
65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
74 #define ETH_P_ATMMPOA 0x884c /* MultiProtocol Over ATM */
77 * over Ethernet
80 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
85 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */
108 #define ETH_P_PPPTALK 0x0010 /* Dummy type for Atalk over PPP*/
  /external/ImageMagick/PerlMagick/demo/
compose-specials.pl 57 $clone->Label('Over\n(normal compose)');
60 compose=>'over',
100 compose=>'over',
116 $clone->Label('Dissolve 50x50\n(50% over 50%)');
126 $clone->Label('Dissolve 50\n(50% over 100%)');
191 compose=>'over',
202 compose=>'over',
213 compose=>'over',
224 compose=>'over',
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 89 // Expects that the given OuterMessage will be sent over the interface.
123 // Verifies that a ConfigurationMessage is successfully sent over the interface.
147 // Verifies that a ConfigurationAckMessage is successfully sent over the
166 // Verifies that an OptionsMessage is successfully sent over the interface.
215 // Verifies that a PairingRequestMessage is successfully sent over the
236 // Verifies that a SendPairingRequestAckMesssage is successfully sent over the
256 // Verifies that a SecretMessage is successfully sent over the interface.
281 // Verifies that a SecretAckMessage is successfully sent over the interface.
306 // Verifies that an ErrorMessage is successfully sent over the interface.
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 426 "in", "the", "quick", "jumped", "over", "a").build();
427 assertThat(set).has().exactly("a", "in", "the", "over", "quick", "jumped").inOrder();
433 "over", "a", "lazy", "dog").build();
434 assertThat(set).has().exactly("a", "in", "the", "over", "quick", "jumped").inOrder();
439 "in", "the", "quick", "jumped", "over", "a").build();
449 "in", "the", "quick", "jumped", "over", "a").build();
455 "in", "the", "quick", "jumped", "over", "a").build();
461 "in", "the", "quick", "jumped", "over", "a").build();
466 .exactly("a", "in", "the", "over", "quick", "jumped").inOrder();
473 "in", "the", "quick", "jumped", "over", "a").build()
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 196 bench(b, color.RGBAModel, nil, nil, Over)
204 bench(b, color.RGBAModel, color.RGBAModel, nil, Over)
212 bench(b, color.RGBAModel, color.NRGBAModel, nil, Over)
220 bench(b, color.RGBAModel, color.YCbCrModel, nil, Over)
224 bench(b, color.RGBAModel, color.GrayModel, nil, Over)
228 bench(b, color.RGBAModel, color.CMYKModel, nil, Over)
232 bench(b, color.RGBAModel, nil, color.AlphaModel, Over)
246 bench(b, color.RGBA64Model, color.RGBA64Model, nil, Over)
250 bench(b, color.RGBA64Model, color.RGBA64Model, color.AlphaModel, Over)
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 196 bench(b, color.RGBAModel, nil, nil, Over)
204 bench(b, color.RGBAModel, color.RGBAModel, nil, Over)
212 bench(b, color.RGBAModel, color.NRGBAModel, nil, Over)
220 bench(b, color.RGBAModel, color.YCbCrModel, nil, Over)
224 bench(b, color.RGBAModel, color.GrayModel, nil, Over)
228 bench(b, color.RGBAModel, color.CMYKModel, nil, Over)
232 bench(b, color.RGBAModel, nil, color.AlphaModel, Over)
246 bench(b, color.RGBA64Model, color.RGBA64Model, nil, Over)
250 bench(b, color.RGBA64Model, color.RGBA64Model, color.AlphaModel, Over)
  /external/e2fsprogs/lib/ext2fs/
irel.h 50 * Initialize for iterating over the inode relocation entries.
69 * Initialize for iterating over the inode references for a
77 * over at a time, as the iterator state is stored in ext2_irel.
  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash128Test.java 41 "The quick brown fox jumps over the lazy dog");
43 "The quick brown fox jumps over the lazy cog");
47 murmur3_128(0).hashString("The quick brown fox jumps over the lazy dog", Charsets.UTF_8);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundleIterator.java 14 * <p>Class for enabling iteration over UResourceBundle objects.
45 * @param bndl The resource bundle to iterate over
85 * Checks whether the given resource has another element to iterate over.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundleIterator.java 13 * <p>Class for enabling iteration over UResourceBundle objects.
44 * @param bndl The resource bundle to iterate over
88 * Checks whether the given resource has another element to iterate over.
  /external/skia/site/dev/testing/
skiaperf.md 18 Skia Perf has the ability to perform calculations over the test data
21 For example, this query displays the [total code size of the library over time](https://perf.skia.org/#1877):
43 here is an embedding code for showing the ratio of all 565 tests over all 8888
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.h 20 // bitrate when no over-use is detected and multiplicative decreases when
21 // over-uses are detected. When we think the available bandwidth has changes or
37 // when over-using.
  /external/webrtc/webrtc/modules/video_coding/
content_metrics_processing.cc 85 // Update the recursive averaged metrics: average is over longer window
86 // of time: over QmMinIntervalMs ms.
88 // Update the uniform averaged metrics: average is over shorter window
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 30 // An object of this class facilitates sending of media data over an RTP
31 // channel. The channel is established over a UDP or TCP connection depending
33 // schemes are supported such as "Transport Stream Packets over RTP",
  /frameworks/base/docs/html/distribute/stories/apps/
segundamano.jd 23 over the past year have seen significant growth in mobile, which now accounts
24 for 70% of their business. They have also seen <strong>270% year-over-year
50 <strong>installs are over seven times higher on Android than on other
  /frameworks/base/docs/html/distribute/users/
ota-installs.jd 1 page.title=Offer Over-the-air Installs
18 href="https://developers.google.com/identity/sign-in/web/android-app-installs">over-the-air
36 over-the-air installation.</li>
  /frameworks/support/compat/java/android/support/v4/view/
WindowCompat.java 38 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
40 * over how the Action Bar is displayed, such as letting application content scroll beneath
42 * Action Bar over application content.
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
uart_over_ble.h 57 * Command to stop sending UART over BLE packets
65 * Command to allow sending UART over BLE packets
71 * @brief State of the UART RTS over Bluetooth Low Energy(BLE)
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 81 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
82 u32 cca_busy_time; // msecs the CCA register is busy (32 bits number accruing over time)
91 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
92 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time)
95 // msecs accured over time
96 u32 rx_time; // msecs the radio is in active receive (32 bits number accruing over time)
97 u32 on_time_scan; // msecs the radio is awake due to all scan (32 bits number accruing over time)
98 u32 on_time_nbd; // msecs the radio is awake due to NAN (32 bits number accruing over time)
99 u32 on_time_gscan; // msecs the radio is awake due to G?scan (32 bits number accruing over time)
100 u32 on_time_roam_scan; // msecs the radio is awake due to roam?scan (32 bits number accruing over time)
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java 27 * but it is subject to change over time, so it is not appropriate
37 * implementation-specific and may vary over time.
40 * but it is subject to change over time, so it is not appropriate
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FramerateJankDetector.java 48 * @param logFactory the logger to use when over the logs threshold.
49 * @param usageStatistics the usage statistics to report to when over the
72 (fractionalChange * 100) + "% over the last frame delta (" +
  /packages/apps/Messaging/res/xml-mcc310-mnc010/
mms_config.xml 27 <!-- If true, The text message over 160 characters will be sent in multi part.
28 If false, The text message over 160 characters will be sent
33 <!-- If this is true, The text message over 160 characters will be sent in separate,
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
iterators.py 22 """Walk over the message tree, yielding each subpart.
38 """Iterate over the parts, returning string payloads line-by-line.
50 """Iterate over the subparts with a given MIME type.
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
iterators.py 22 """Walk over the message tree, yielding each subpart.
38 """Iterate over the parts, returning string payloads line-by-line.
50 """Iterate over the subparts with a given MIME type.
  /prebuilts/go/darwin-x86/src/net/http/
doc.go 27 For control over HTTP client headers, redirect policy, and other
43 For control over proxies, TLS configuration, keep-alives,
68 More control over the server's behavior is available by creating a

Completed in 635 milliseconds

1 2 3 4 5 6 7 891011>>