/external/chromium_org/tools/perf/page_sets/mse_cases/ |
startup_test.html | 30 <input type="submit" value="Run Again">
|
/external/compiler-rt/ |
CREDITS.TXT | 3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
|
/external/doclava/res/assets/templates/components/ |
search_box.cs | 23 <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
|
/frameworks/base/tests/TransitionTests/res/layout/ |
changing_text_1.xml | 12 android:text="@string/submit"
|
changing_text_2.xml | 12 android:text="@string/submit"
|
fading_hierarchy.xml | 12 android:text="@string/submit"
|
fading_test.xml | 12 android:text="@string/submit"
|
fading_test_scene_2.xml | 12 android:text="@string/submit"
|
hierarchical_move.xml | 12 android:text="@string/submit"
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ExecutorCompletionService.java | 33 * ecs.submit(s); 58 * futures.add(ecs.submit(s)); 149 public Future<V> submit(Callable<V> task) { method in class:ExecutorCompletionService 156 public Future<V> submit(Runnable task, V result) { method in class:ExecutorCompletionService
|
/libcore/support/src/test/java/tests/support/ |
Support_Exec.java | 87 Future<String> errFuture = executorService.submit( 89 Future<String> outFuture = executorService.submit( 128 executorService.submit(streamToStringCallable(process.getErrorStream())); 130 executorService.submit(streamToStringCallable(process.getInputStream()));
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
ThreadPool.java | 95 // Submit a job to the thread pool. The listener will be called when the 97 public <T> Future<T> submit(Job<T> job, FutureListener<T> listener) { method in class:ThreadPool 103 public <T> Future<T> submit(Job<T> job) { method in class:ThreadPool 104 return submit(job, null);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
widgets.css | 15 input[type='submit']):not(.custom-appearance):not(.link-button), 34 input[type='submit']):not(.custom-appearance):not(.link-button), 48 input[type='submit']):not(.custom-appearance):not(.link-button) { 153 input[type='submit']):not(.custom-appearance):not(.link-button)) { 176 input[type='submit']):not(.custom-appearance):not(.link-button)) { 193 input[type='submit']):not(.custom-appearance):not(.link-button), 235 input[type='submit']):not(.custom-appearance):not(.link-button)) {
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
options_widgets.css | 15 input[type='submit']:not(.custom-appearance):not(.link-button), 34 input[type='submit']:not(.custom-appearance):not(.link-button), 47 input[type='submit']:not(.custom-appearance):not(.link-button) { 141 input[type='submit']:not(.custom-appearance):not(.link-button):enabled:hover, 162 input[type='submit']:not(.custom-appearance):not(.link-button):enabled:active, 181 input[type='submit']:not(.custom-appearance):not(.link-button):disabled, 216 input[type='submit']:not(.custom-appearance):enabled:focus,
|
/external/chromium_org/ui/webui/resources/css/ |
widgets.css | 13 input[type='submit']):not(.custom-appearance):not(.link-button), 33 input[type='submit']):not(.custom-appearance):not(.link-button), 47 input[type='submit']):not(.custom-appearance):not(.link-button) { 155 input[type='submit']):not(.custom-appearance):not(.link-button)) { 178 input[type='submit']):not(.custom-appearance):not(.link-button)) { 195 input[type='submit']):not(.custom-appearance):not(.link-button), 238 input[type='submit']):not(.custom-appearance):not(.link-button)) {
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
example.php | 28 if (isset($_POST['submit'])) { 107 if (isset($_POST['submit'])) { 163 <p>Enter your source and a language to highlight the source in and submit, or just choose a language to 166 if (isset($_POST['submit'])) { 209 <input type="submit" name="submit" value="Highlight Source" /> 210 <input type="submit" name="clear" onclick="document.getElementById('source').value='';document.getElementById('language').value='';return false" value="clear" />
|
/external/chromium_org/chrome/browser/resources/ |
sync_setup_overlay.css | 96 #sync-setup-overlay * input[type='submit'] { 297 .signin-box input[type=submit] { 318 .signin-box input[type=submit]:hover { 327 .signin-box input[type=submit]:focus { 334 .signin-box input[type=submit]:active, 335 .signin-box input[type=submit]:focus:active { 339 .signin-box input[type=submit]:focus:hover { 343 .signin-box input[type=submit][disabled], 344 .signin-box input[type=submit][disabled]:hover, 345 .signin-box input[type=submit][disabled]:active [all...] |
/external/chromium_org/chrome/renderer/autofill/ |
form_autofill_browsertest.cc | 82 " <INPUT type=\"submit\" name=\"reply-send\" value=\"Send\"/>" 506 " <INPUT type=\"submit\" id=\"submit\" value=\"Send\"/>" 524 web_element = frame->document().getElementById("submit"); 527 expected.name = ASCIIToUTF16("submit"); 528 expected.form_control_type = "submit"; 655 " <INPUT type=\"submit\" name=\"reply-send\" value=\"Send\"/>" 766 " <INPUT type=\"submit\" name=\"reply-send\" value=\"Send\"/>" 775 " <INPUT type=\"submit\" name=\"reply-send\" value=\"Send\"/>" 781 " <INPUT type=\"submit\" name=\"reply-send\" value=\"Send\"/> [all...] |
/external/chromium/chrome/browser/autofill/ |
form_structure_unittest.cc | 67 ASCIIToUTF16("Submit"), 69 ASCIIToUTF16("submit"), 100 ASCIIToUTF16("Submit"), 102 ASCIIToUTF16("submit"), 140 ASCIIToUTF16("Submit"), 142 ASCIIToUTF16("submit"), 253 ASCIIToUTF16("Submit"), 255 ASCIIToUTF16("submit"), 283 // Submit. 357 ASCIIToUTF16("Submit"), [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSearchableFormData.cpp | 70 // Returns true if the submit request results in an HTTP URL. 79 // If the form does not have an activated submit button, the first submit 90 // There's a button that is already activated for submit, return 0. 274 // The form does not have an active submit button, make the first button 276 // name of the submit button.
|
/development/ndk/platforms/android-9/include/EGL/ |
eglplatform.h | 31 * You are encouraged to submit all modifications to the Khronos group so that 32 * they can be included in future versions of this file. Please submit changes
|
/external/chromium/chrome/browser/sync/resources/ |
firstpassphrase.html | 56 input[type='submit'] { 62 html[os='mac'] input[type='submit'] {
|
/external/chromium_org/chrome/installer/setup/eula/ |
oem_hu.html | 43 <input type="submit" name="submit" value="Elfogadás és futtatás" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Mégse" />
|
/external/chromium_org/content/test/data/accessibility/ |
input-types-expected-android.txt | 54 android.view.View clickable name='Submit:' 55 android.widget.Button clickable focusable name='Submit'
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
eglplatform.h | 31 * You are encouraged to submit all modifications to the Khronos group so that 32 * they can be included in future versions of this file. Please submit changes
|