HomeSort by relevance Sort by last modified time
    Searched full:submit (Results 651 - 675 of 1817) sorted by null

<<21222324252627282930>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java 137 QueuedWork.singleThreadExecutor().submit(new Runnable() {
  /sdk/
README.txt 98 to submit 30 JARs just because their timestamp changed.
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 1394 Future<?> submit = mExecutorService.submit(new Runnable() { local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 276 * <p>Submit a request for an image to be captured by this CameraDevice.</p>
321 * Submit a list of requests to be captured in sequence as a burst. The
373 * continually submit identical requests through {@link #capture}.</p>
382 * preview or other continuous stream of frames, without having to submit
440 * submit requests through {@link #captureBurst} .</p>
    [all...]
  /external/chromium_org/chrome_frame/test/
navigation_test.cc 670 GetTestUrl(L"action.html?field1=a&field2=b&submit=Submit");
671 std::wstring kFormPostTitle(L"ChromeFrame form submit test(GET method)");
679 .WillOnce(AccDoDefaultAction(AccObjectMatcher(L"Submit")))
788 " document.getElementById(\"myform\").submit();}</script></head>"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 704 input[type="button"], input[type="submit"], input[type="reset"] {
718 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
761 input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,
768 input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active {
772 input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled {
1061 input[type="submit"]:focus,
  /docs/source.android.com/src/source/
submit-patches.jd 122 <p>After either automatic or manual rebase is complete, run <code>repo upload</code> to submit your rebased patch.</p>
197 required to submit there) or (optionally) at <a href="https://launchpad.net/mksh">Launchpad</a>.
code-lines.jd 98 "submit-patches.html#upstream-projects">Upstream Projects</a> for details. In both cases,
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 284 // just pick the first one and whichever the user selects for submit will
429 // the action, the password name, the submit button name, and finally the
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 51 // Submit a job to this executor.
415 // If there is an executor that is ready to run this request, submit it!
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 203 void SearchTabHelper::Submit(const base::string16& text) {
204 ipc_router_.Submit(text);
  /external/chromium_org/chrome/test/functional/gtalk/
test_basic.py 90 # Fill and submit the login form.
97 self.RunInLoginPage('document.forms[0].submit() || true')
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.h 43 // The saved details to Online Wallet on submit.
45 // The saved details to the local Autofill database on submit.
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc 40 // Submit a job to this executor.
422 // If there is an executor that is ready to run this request, submit it!
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 134 form.addEventListener('submit', onPinSubmit, false);
145 return; // Otherwise the "submit" action can't be triggered by Enter.
  /frameworks/base/docs/html/distribute/googleplay/policies/
ads.jd 298 force the user to click on ads or submit personal information for advertising
311 click on ads or submit personal information for advertising purposes in order
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 431 return mThreadPool.submit(mMediaItem.requestImage(
495 return mThreadPool.submit(mLabelMaker.requestLabel(
MenuExecutor.java 346 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null);
355 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null);
  /packages/services/Telephony/src/com/android/phone/
FdnSetting.java 182 // If the PIN is valid, then we submit the change PIN request.
224 // Both puk2 and new pin2 are ready to submit
  /cts/hostsidetests/holo/src/android/holo/cts/
HoloHostTest.java 202 mCompletionService.submit(new ComparisonTask(mDevice, ref, name));
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 189 Future<List<String>> result = executor.submit(new Callable<List<String>>() {
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 138 submit the form which will change the contact's avatar.
  /docs/source.android.com/src/compatibility/
cts-development.jd 107 <p>Follow the <a href="{@docRoot}source/submit-patches.html">Android Contributors' Workflow</a>
cts-intro.jd 92 <p>When you are ready, you can submit the report generated by the CTS to cts@android.com. The report is a .zip archived file that contains XML results and supplemental information such as screen captures.</p>
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/
index.jd 93 <p>A Test Service might, for instance, allow app developers to submit apps and run tests on devices

Completed in 1743 milliseconds

<<21222324252627282930>>