HomeSort by relevance Sort by last modified time
    Searched refs:submit (Results 126 - 150 of 214) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/WebKit/Source/core/html/
InputType.cpp 110 map->add(InputTypeNames::submit(), SubmitInputType::create);
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 95 * <td> {@link #submit(ForkJoinTask)}</td>
451 * When external threads submit to the common pool, they can
539 * Per-thread records for threads that submit to pools. Currently
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 576 executor.submit(new Runnable() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 406 mMenuTask = mActivity.getThreadPool().submit(new Job<Void>() {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 545 mWifiSettings.submit(mWifiConfig.getController());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 472 mSubmittedTask = executor.submit(mTask);
  /frameworks/base/core/java/android/widget/
SearchView.java 66 * A widget that provides a user interface for the user to enter a search query and submit a request
180 * keyboard or due to pressing a submit button.
182 * to indicate that it has handled the submit request. Otherwise return false to
507 * @param submit whether to submit the query right now or only update the contents of
510 public void setQuery(CharSequence query, boolean submit) {
517 // If the query is not empty and submit is requested, submit the query
518 if (submit && !TextUtils.isEmpty(query)) {
614 * Enables showing a submit button when the query is non-empty. In cases where the SearchVie
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 75 * A widget that provides a user interface for the user to enter a search query and submit a request
193 * keyboard or due to pressing a submit button.
195 * to indicate that it has handled the submit request. Otherwise return false to
538 * @param submit whether to submit the query right now or only update the contents of
541 public void setQuery(CharSequence query, boolean submit) {
548 // If the query is not empty and submit is requested, submit the query
549 if (submit && !TextUtils.isEmpty(query)) {
645 * Enables showing a submit button when the query is non-empty. In cases where the SearchVie
    [all...]
  /libcore/
JavaLibrary.mk 172 # allow us to submit such a file. So we create it here
  /device/asus/grouper/keymaster/
NOTICE 95 or by an individual or Legal Entity authorized to submit on behalf of
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 95 or by an individual or Legal Entity authorized to submit on behalf of
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 95 or by an individual or Legal Entity authorized to submit on behalf of
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
prototype-1.6.0.3.js     [all...]
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 462 button.setAttribute("type", "submit");
  /external/v8/benchmarks/spinning-balls/
v.js 462 button.setAttribute("type", "submit");
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java     [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 500 Future<Void> future = executor.submit(new Callable<Void>() {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 218 DEFINE_ATTRIBUTE_EVENT_LISTENER(submit);
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 370 Submit</h3>
629 <input align="right" type="submit" name="Submit" value="Submit">
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 551 threadPool.submit(new Runnable() {
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 1050 function changeLangPref(lang, submit) {
1061 if (submit) {
1062 $("#setlang").submit();
1067 if (submit) {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 956 milliseconds

1 2 3 4 56 7 8 9