HomeSort by relevance Sort by last modified time
    Searched refs:that (Results 326 - 350 of 5043) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
string-compare-alignment.js 3 // modification, are permitted provided that the following conditions are
28 // Test that we can compare two strings that are not 4-byte aligned.
30 // that was fixed in r554.
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
create-event.js 1 description("Tests that document.createEvent() works with DeviceMotinEvent.");
window-property.js 1 description("Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present.");
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
create-event.js 1 description('Tests that document.createEvent() works with DeviceOrientationEvent.');
window-property.js 1 description('Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.');
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context.js 1 description("Tests that when a Geolocation request is made from a remote frame, callbacks are made as usual.");
delayed-permission-denied.js 1 description("Tests that when a position is available, no callbacks are invoked until permission is denied.");
notimer-after-unload.js 1 description("Tests that no timers will trigger for navigator.geolocation object after onunload.");
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
timeout.js 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list-crash.js 1 description("This test ensures that WebKit doesn't crash when the document.createTouchList API is called with non-Touch parameters");
send-oncancel-event.js 1 description("Tests that the cancel touch event is sent correctly.");
  /external/webkit/LayoutTests/fast/js/resources/
js-constructors-use-correct-global.js 1 description("Test to ensure that js constructors create objects with the correct constructor");
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 1 description("Test URLs that have a port number.");
  /frameworks/base/core/java/android/app/
Notification.java 44 * A class that represents how a persistent notification is to be presented to
101 * Choose a timestamp that will be most relevant to the user. For most finite events, this
102 * corresponds to the time the event happened (or will happen, in the case of events that have
112 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
136 * The number of events that this notification represents. For example, in a new mail
153 * that you take care of task management as described in the
193 * The view that will represent this notification in the expanded status bar.
205 * The bitmap that may escape the bounds of the panel and bar.
219 * Use this constant as the value for audioStreamType to request that
280 * Bit to be bitwise-ored into the {@link #flags} field that should b
641 Notification that = new Notification(); local
    [all...]
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 10 # Notice that we don't have to include the src files of SmokeTestApp because, by
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 10 # create an intermediate one, called 'bar' that includes 'foo' as a whole
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
10 # libgcc.a are made static to libdl.so. This in turn ensures that libraries that
  /external/blktrace/btt/
proc.c 11 * This program is distributed in the hope that it will be useful,
103 static void insert_pid(struct p_info *that, __u32 pid)
123 this->pip = that;
129 static void insert_name(struct p_info *that)
139 cmp = strcmp(that->name, this->u.name);
150 this->u.name = strdup(that->name);
151 this->pip = that;
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedMultimapTest.java 95 /* TODO: verify that the Collection is also synchronized? */
139 /* TODO: verify that the Set is also synchronized? */
145 /* TODO: verify that the Set is also synchronized? */
151 /* TODO: verify that the Collection is also synchronized? */
157 /* TODO: verify that the Collection is also synchronized? */
163 /* TODO: verify that the Map is also synchronized? */
176 ASSERT.that(multimap.removeAll("foo")).hasContentsInOrder(3, -1, 2, 4, 1);
178 ASSERT.that(multimap.replaceValues("bar", Arrays.asList(6, 5)))
180 ASSERT.that(multimap.get("bar")).hasContentsInOrder(6, 5);
189 ASSERT.that(multimap.removeAll("foo")).hasContentsInOrder(-1, 1, 2, 3, 4)
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 24 The Ogg/Vorbis I specification currently dictates that Ogg/Vorbis
26 form only. That is:
41 This is not to say that it is not currently possible to multiplex
118 position of the last packet \emph{completed} on that
121 subsequent block. A page that is entirely spanned by a single
122 packet (that completes on a subsequent page) has no granule
126 Note that the last decoded (fully lapped) PCM sample from a packet
127 is not necessarily the middle sample from that block. If, eg, the
136 that the stream started at position zero. Although the granule
139 inference it may indicate that the PCM position of the beginnin
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1213.js 3 // modification, are permitted provided that the following conditions are
28 // Test that we do not allow overwriting a global property with a
29 // redeclaration that makes the property configurable (and hence
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 27 destroy a barrier that has waiting threads
36 destroy a barrier that was never initialised
41 Destruction of barrier that is being waited upon: barrier 0x........
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 67 * TODO: add a hidden method so that Socket.tryAllAddresses can does this for us
111 // TODO: if the selector recommends a direct connection, attempt that?
213 * Return an {@code SSLSocket} that is not only connected but has
261 * being used. It also includes the SSL socket factory so that a socket will
319 Address that = (Address) other; local
320 return Objects.equal(this.proxy, that.proxy)
321 && this.uriHost.equals(that.uriHost)
322 && this.uriPort == that.uriPort
323 && Objects.equal(this.sslSocketFactory, that.sslSocketFactory)
324 && this.requiresTunnel == that.requiresTunnel
    [all...]
  /ndk/build/core/
check-cygwin-make.mk 16 # Check that we have a Cygwin-compatible make.
19 # have another GNU Make installed in their path, that fails
43 # that's all

Completed in 244 milliseconds

<<11121314151617181920>>