/external/junit/src/org/junit/experimental/ |
ParallelComputer.java | 44 fResults.add(fService.submit(new Callable<Object>() {
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
README | 21 report at BenBE@omorphia.de, or submit it to the bug tracker at
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionPool.java | 142 executorService.submit(new Runnable() { 208 executorService.submit(connectionsCleanupCallable); 242 executorService.submit(connectionsCleanupCallable); 250 executorService.submit(connectionsCleanupCallable);
|
/frameworks/support/v7/appcompat/res/values-en-rGB/ |
strings.xml | 26 <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Submit query"</string>
|
/frameworks/support/v7/appcompat/res/values-en-rIN/ |
strings.xml | 26 <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Submit query"</string>
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 113 // If the current page is a form submit, find the last page that was not a 114 // form submit and use its url to generate the keyword from. 153 // normally due to a form submit that opened in a new tab.
|
/external/chromium_org/chrome/installer/util/ |
html_dialog_impl.cc | 26 // <input name="submit" type="submit" value="[accept]" /> 38 // Note that on the submit handler you need to set window.returnValue to one of
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/ |
BulletAppState.java | 86 return executor.submit(call).get(); 129 // executor.submit(detachedPhysicsUpdate); 183 physicsFuture = executor.submit(parallelPhysicsUpdate);
|
/external/llvm/docs/ |
Phabricator.rst | 9 you can now submit your patches for Clang and LLVM at 68 To submit an updated patch: 84 You can add overall comments or submit your comments at the bottom of the page.
|
/docs/source.android.com/src/source/ |
cla-corporate.jd | 28 <p>This version of the Grant allows an entity (the "Corporation") to submit Contributions to the Project Leads, to authorize Contributions submitted by its designated employees to the Project Leads, and to grant copyright and patent licenses thereto. If you have not already done so, please complete and send an original signed Grant to</p> 56 <p>You represent that You are legally entitled to grant the above license. You represent further that each employee of the Corporation designated on Schedule A below (or in a subsequent written modification to that Schedule) is authorized to submit Contributions on behalf of the Corporation.</p> 65 <p>Should You wish to submit work that is not Your original creation, You may submit it to the Project Leads separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".<br></p></p> 68 <p>It is your responsibility to notify the Project Leads when any change is required to the list of designated employees authorized to submit Contributions on behalf of the Corporation, or to the Corporation's Point of Contact with the Project.</p>
|
/external/chromium_org/chrome_frame/test/ |
delete_chrome_history_test.cc | 43 "<input type=\"submit\" title=\"Submit\" name=\"Submit\" />" 208 // top.html contains a form. Fill in the username field and submit, causing 214 AccLeftClickInRenderer(&ie_mock_, AccObjectMatcher(L"Submit"))));
|
/external/oprofile/ |
HACKING | 103 When you submit a patch, we ask that you include a "Signed-off-by" 118 have the right to submit it under the open source license 123 license and I have the right under that license to submit that 126 permitted to submit under a different license), as indicated 135 personal information I submit with it, including my sign-off) is
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketTest.java | 298 Future<Void> future = executor.submit(new Callable<Void>() { 355 final Future<byte[]> future1 = executor.submit(new SSLServerSessionIdCallable(server1)); 368 final Future<byte[]> future2 = executor.submit(new SSLServerSessionIdCallable(server2)); 393 Future<Void> future = executor.submit(new Callable<Void>() { 430 Future<Void> future = executor.submit(new Callable<Void>() { 450 Future<Void> future = executor.submit(new Callable<Void>() { 570 Future<Void> future = executor.submit(new Callable<Void>() { 636 Future<IOException> future = executor.submit(new Callable<IOException>() { 690 Future<Void> future = executor.submit(new Callable<Void>() { [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
MoreExecutors.java | 192 * that invokes {@code execute/submit}, as in {@link CallerRunsPolicy} This 352 * Creates an {@link ExecutorService} whose {@code submit} and {@code 353 * invokeAll} methods submit {@link ListenableFutureTask} instances to the 358 * never calls the delegate's {@code submit}, {@code invokeAll}, and {@code 379 * Creates a {@link ScheduledExecutorService} whose {@code submit} and {@code 380 * invokeAll} methods submit {@link ListenableFutureTask} instances to the 386 * submit}, {@code invokeAll}, and {@code invokeAny} methods, so any special
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac_unittest.cc | 629 different_form.submit_element = ASCIIToUTF16("submit"); 704 L"submit", L"username", L"password", L"joe_user", L"", 710 L"submit", L"username", L"password", L"joe_user", L"", 716 L"submit", L"username", L"password", L"second-account", L"", 721 L"submit", L"username", L"password", NULL, NULL, 727 L"submit", L"username", L"password", L"joe_user", L"sekrit", 733 L"submit", L"username", L"password", L"joe_user", L"sekrit", 739 L"submit", L"username", L"password", L"joe_user", L"otherpassword", [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_password_unittest.cc | 356 new_form->action = GURL("http://pie.com/submit"); 389 new_form->action = GURL("http://pie.com/submit"); 406 new_form->action = GURL("http://pie.com/submit"); 442 new_form->action = GURL("http://pie.com/submit"); 461 new_form.action = GURL("http://pie2.com/submit"); 502 new_form->action = GURL("http://pie.com/submit"); 521 new_form.action = GURL("http://pie2.com/submit"); 565 new_form->action = GURL("http://pie.com/submit"); 583 new_form.action = GURL("http://pie.com/submit"); 600 new_form.action = GURL("http://pie.com/submit"); [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_password_unittest.cc | 387 new_form->action = GURL("http://pie.com/submit"); 421 new_form->action = GURL("http://pie.com/submit"); 438 new_form->action = GURL("http://pie.com/submit"); 474 new_form->action = GURL("http://pie.com/submit"); 493 new_form.action = GURL("http://pie2.com/submit"); 535 new_form->action = GURL("http://pie.com/submit"); 554 new_form.action = GURL("http://pie2.com/submit"); 597 new_form->action = GURL("http://pie.com/submit"); 615 new_form.action = GURL("http://pie.com/submit"); 632 new_form.action = GURL("http://pie.com/submit"); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFormElement.cpp | 152 if (event->eventPhase() != Event::CAPTURING_PHASE && targetNode && targetNode != this && (event->type() == EventTypeNames::submit || event->type() == EventTypeNames::reset)) { 191 // Default (submit) button is not activated; no implicit submission. 275 // Interactive validation must be done before dispatching the submit event. 286 if (dispatchEvent(Event::createCancelableBubble(EventTypeNames::submit))) 292 submit(event, true, true, NotSubmittedByJavaScript); 297 void HTMLFormElement::submit() function in class:WebCore::HTMLFormElement 299 submit(0, false, true, NotSubmittedByJavaScript); 304 submit(0, false, UserGestureIndicator::processingUserGesture(), SubmittedByJavaScript); 336 void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger formSubmissionTrigger) function in class:WebCore::HTMLFormElement 352 bool needButtonActivation = activateSubmitButton; // do we need to activate a submit button [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac_unittest.cc | 613 different_form.submit_element = ASCIIToUTF16("submit"); 688 L"submit", L"username", L"password", L"joe_user", L"", 694 L"submit", L"username", L"password", L"joe_user", L"", 700 L"submit", L"username", L"password", L"second-account", L"", 705 L"submit", L"username", L"password", NULL, NULL, 711 L"submit", L"username", L"password", L"joe_user", L"sekrit", 717 L"submit", L"username", L"password", L"joe_user", L"sekrit", 723 L"submit", L"username", L"password", L"joe_user", L"otherpassword", [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmmDNSImpl.java | 90 executor.submit(new Runnable() { 203 executor.submit(new Runnable() { 257 _jmDNSExecutor.submit(new Runnable() { 406 executor.submit(new Runnable() { 498 _ListenerExecutor.submit(new Runnable() { 529 _ListenerExecutor.submit(new Runnable() {
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/ |
AutoFocusStateMachine.java | 202 * <p>After calling this function, submit the new requestBuilder as a separate capture. 203 * Do not submit it as a repeating request or the AF lock will be repeated every time.</p> 242 * <p>After calling this function, submit the new requestBuilder as a separate capture. 243 * Do not submit it as a repeating request or the AF lock will be repeated every time.</p> 293 * <p>After calling this function, submit the new requestBuilder as a separate capture. 294 * Do not submit it as a repeating request or the AF trigger will be repeated every time.</p>
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
NavigationHistoryTest.java | 218 final String submitButtonId = "submit"; 233 " <input id='" + submitButtonId + "' type='submit' value='Submit'>" +
|
/external/chromium/chrome/browser/policy/resources/ |
enrollment.html | 50 <input type="submit" class="button" id="close"
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_log_unittest.cc | 247 // Submit a DOM API call which should have its URL extracted into the arg_url 260 // Submit a DOM API call with a relative URL in the argument, which should be 273 // Submit a DOM API call with a relative URL but no base page URL against 285 // Submit an API call with an embedded URL.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
charger_replacement.js | 45 SUBMIT: 'SUBMIT', 102 * submit again. 274 } else if (type == ORDER_CHARGER_IFRAME_MESSAGE.SUBMIT) {
|