OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:will
(Results
426 - 450
of
18421
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/WebCore/manual-tests/resources/
before-go-back.html
3
<a href="
will
-go-back.html">
named-window-blank-target-step4.html
7
<p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7747">Bugzilla bug 7747</a> REGRESSION: Background tab/window auto-refresh in GMail
will
take focus.</p>
/external/webkit/WebCore/manual-tests/
show-modal-dialog-test.html
14
<p>Text
will
appear here from the modal window: <input name="fromModal">
stale-currentEvent.html
39
1. Click the Open button below. A pop up window
will
open.<br>
45
The black square
will
be replaced by the word “SUCCESS” and Safari
will
not crash.
49
Safari
will
crash (the word “SUCCESS” may appear before the crash).
svg-text-selection.svg
4
<text x="0" y="100" fill="black" font-size="32">Selection
will
be constrained to this line.</text>
textarea-after-stylesheet-link.html
13
<p>Success: You
will
see "passed" inside the texarea below</p>
timeout-test.html
8
Clicking on this button
will
post a form that takes over 10 minutes for the server to respond. The connection should not time out!<br>
/external/webkit/WebCore/manual-tests/wml/
anchor-img-element.wml
5
<p>Test for WML img enclosed with anchor element, when the mouse move into the image, the tip "go to StartTests.wml"
will
appear</p>
card-onenterforward.wml
6
<p>Card one
will
jump to card two when entered forward it</p>
select-onpick-event.wml
6
<p>When you select the 'Lion' option,
will
jump to StartTests.wml</p>
setvar-element.wml
7
<p>Click "Refresh"
will
update the value of VAR varaible which specified by setvar element</p>
template-ontimer.wml
9
<p>This is Card one,we
will
jump to card 2 after 5s because of the template ontimer event</p>
/external/webkit/WebCore/rendering/
RenderButton.h
9
* This library is distributed in the hope that it
will
be useful,
32
// RenderButtons are just like normal flexboxes except that they
will
generate an anonymous block child.
33
// For inputs, they
will
also generate an anonymous RenderText and keep its style and content up
87
// This
will
catch anyone doing an unnecessary cast.
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
Makefile
7
# The 'reconfig' target
will
tell a buildmaster to reload its config file.
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
early_warning_system_unittest.py
38
"begin_work_queue" : "CAUTION: chromium-ews
will
discard all local changes in \"%s\"\nRunning WebKit chromium-ews.\n" % os.getcwd(),
45
"begin_work_queue" : "CAUTION: qt-ews
will
discard all local changes in \"%s\"\nRunning WebKit qt-ews.\n" % os.getcwd(),
52
"begin_work_queue" : "CAUTION: gtk-ews
will
discard all local changes in \"%s\"\nRunning WebKit gtk-ews.\n" % os.getcwd(),
59
"begin_work_queue" : "CAUTION: mac-ews
will
discard all local changes in \"%s\"\nRunning WebKit mac-ews.\n" % os.getcwd(),
/frameworks/base/core/java/android/accounts/
AccountManagerFuture.java
41
* Attempts to cancel execution of this task. This attempt
will
50
* <p>After this method returns, subsequent calls to {@link #isDone}
will
52
*
will
always return <tt>true</tt> if this method returned <tt>true</tt>.
75
* cancellation -- in all of these cases, this method
will
return
84
* call
will
block until the result is available. In order to check if the result is
87
*
will
be thrown rather than the call returning normally.
100
* call
will
block until the result is available. In order to check if the result is
103
*
will
be thrown rather than the call returning normally. If a timeout is specified then
104
* the request
will
automatically be canceled if it does not complete in that amount of time.
/frameworks/base/core/java/android/app/backup/
RestoreObserver.java
24
* methods
will
all be called on your application's main thread.
34
* the current device. If no applicable datasets exist, {@code result}
will
be
55
* data for one or more of the requested packages, no onUpdate() call
will
68
* The restore process has completed. This method
will
always be called,
/frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java
30
*
will
be returned to the new request and the existing request
will
be allowed to continue.
32
*
will
be started to run the operation and {@link #onPerformSync}
will
be invoked on that thread.
34
* that is running that sync operation
will
be interrupted, which
will
indicate to the thread
58
* {@link ContentResolver#SYNC_EXTRAS_INITIALIZE} set
will
be internally handled by
175
// synchronize so that the assignment
will
be seen by other threads
211
* Indicates that a sync operation has been canceled. This
will
be invoked on a separate
ComponentCallbacks.java
34
* object
will
have been updated to return resource values matching the
44
* the exact point at which this
will
be called is not defined, generally
45
* it
will
happen around the time all background process have been killed,
51
* The system
will
perform a gc for you after returning from this method.
/frameworks/base/core/java/android/view/inputmethod/
package.html
8
however, you
will
need to implement the
/frameworks/base/docs/html/guide/tutorials/views/
hello-timepicker.jd
33
will
display the time and a {@link android.widget.Button} that
will
initiate the
35
With this layout, the TextView
will
sit above the Button.
36
The text value in the TextView is set empty, as it
will
be filled by our Activity
79
We then set an on-click listener for the Button, so that when it is clicked, it
will
80
show our TimePicker dialog. The <code>showDialog()</code> method
will
perform a callback
83
<code>updateDisplay()</code>—our own method that
will
fill the TextView with the time.</p>
99
the TimePicker to the time we retrieved from our Calendar instance. It
will
be called by
143
It
will
prefix a zero to the number if it's a single digit.
/frameworks/base/libs/rs/
rsAdapter.h
31
// By policy this allocation
will
hold a pointer to the type
32
// but
will
not destroy it on destruction.
65
// By policy this allocation
will
hold a pointer to the type
66
// but
will
not destroy it on destruction.
/frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java
34
* In order to support the lifecycle of a Application, this test case
will
make the
37
* <ul><li>The test case
will
not call onCreate() until your test calls
42
* automatically called, and it
will
stop & destroy your application by calling its
52
* <p>If simply run your tests as-is, your Application
will
be injected with a fully-functional
83
* This
will
do the work to instantiate the Application under test. After this, your test
109
* If you use this method to start the Application, it
will
automatically
127
* This
will
make the necessary calls to terminate the Application under test (it
will
128
* call onTerminate(). Ordinarily this
will
be called automatically (by {@link #tearDown}, but
/packages/apps/IM/src/com/android/im/engine/
SmsService.java
26
* The listener which
will
be notified when an incoming SMS is received.
51
* @param errorCode the error code;
will
be one of
87
* If not null, it
will
be notified if the message could not be
102
* The listener which
will
be notified when SMS received.
/packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateColorElement.java
7
* hope that it
will
be useful, but WITHOUT ANY WARRANTY; without even
Completed in 51 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>