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

<<11121314151617181920>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 61 * Instructs the executor to submit the next batch of results.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 59 /* During creation, the submit button can be unavailable to determine
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLog.java 102 mExecutor.submit(new Callable<Object>() {
157 mExecutor.submit(new Callable<Object>() {
211 mExecutor.submit(mFlushCallable);
244 mExecutor.submit(new Callable<Object>() {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 123 mReporterService.submit(mCurrentIssue);
182 .submit(); method
  /external/chromium/chrome/browser/password_manager/
password_manager.cc 95 // tried to submit credentials before we had time to even find matching
119 // password form submit, we're ready to reset and move on.
  /external/chromium_org/chrome/browser/resources/feedback/html/
default.html 73 <button id="cancel-button" type="submit"
76 <button id="send-report-button" type="submit"
  /external/chromium_org/chrome/browser/resources/net_internals/
test_view.js 32 form.addEventListener('submit', this.onSubmitForm_.bind(this), false);
48 TestView.SUBMIT_BUTTON_ID = 'test-view-connection-tests-submit';
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/subversion_file_system/
api_icons_214898 46 <input type="submit" value="Set" />
54 <input type="submit" value="Clear" />
  /external/chromium_org/chrome/installer/setup/eula/
oem_el.html 43 <input type="submit" name="submit" value="&Alpha;&pi;&omicron;&delta;&omicron;&chi;? &kappa;&alpha;&iota; &epsilon;&kappa;&tau;?&lambda;&epsilon;&sigma;&eta;" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="&Alpha;&kappa;?&rho;&omega;&sigma;&eta;" />
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.h 74 void submit();
141 void submit(Event*, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger);
  /external/chromium_org/third_party/khronos/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_org/third_party/mesa/src/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_org/tools/grit/grit/testdata/
oem_enable.html 100 <P align=center><INPUT style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-WEIGHT: bold; FONT-SIZE: 17px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px" type=submit value="Agree and Start Using" name=Submit>
sidebar_h.html 43 <tr><td nowrap align=center valign=middle><nobr><input TABINDEX="2" style="font-size:10px" type=submit value="Local search" name=btnG> <input TABINDEX="3" style="font-size:9px" type=submit value="Web search" name=redir></nobr></td></tr>
  /external/libogg/doc/libogg/
decoding.html 21 <p>Decoding is based around the ogg synchronization layer. The <a href="ogg_sync_state.html">ogg_sync_state</a> struct coordinates between incoming data and the decoder. We read data into the synchronization layer, submit the data to the stream, and output raw packets to the decoder.
28 <li>Submit the completed page to the streaming layer with <a href="ogg_stream_pagein.html">ogg_stream_pagein</a>.
  /external/mesa3d/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/proguard/docs/
feedback.html 33 target="other">bug tracking page</a> (at SourceForge) allows you to submit
43 submit and consult feature requests. I generally have my own road map in
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FaultTolerantNegotiator.java 89 futures.add(service.submit(new NegotiatorService(collector)));
90 futures.add(service.submit(new NegotiatorService(collector)));
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 41 void SkipCutBuffer::submit(MediaBuffer *buffer) { function in class:android::SkipCutBuffer
68 void SkipCutBuffer::submit(const sp<ABuffer>& buffer) { function in class:android::SkipCutBuffer
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 55 * Submit request for capture. The CameraDevice takes ownership of the
61 * Submit request for streaming. The CameraDevice makes a copy of the
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 59 <string name="submit">submit</string>
  /libcore/luni/src/main/java/java/util/concurrent/
Future.java 35 * = executor.submit(new Callable<String>() {
48 * For example, the above construction with {@code submit} could be replaced by:
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 251 * just encoded using GSM encoding, or it is an actual GSM submit PDU embedded
269 throw new IllegalArgumentException("wrongly formatted gsm submit PDU. offset = " + offset);
380 * Change the GSM Submit Pdu data in this object to a deliver PDU:
382 * - Extract encoding details from the submit PDU
569 * For CDMA the only difference between deliver and submit pdus are the messageType,
602 /* This is able to handle both submit and deliver PDUs */
605 /* For GSM, there is no submit pdu decoder, and most parser utils are private, and only minded for submit pdus */
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 154 mTask = mThreadPool.submit(
157 mTask = mThreadPool.submit(
SlideshowDataAdapter.java 175 return mThreadPool.submit(new Job<Slide>() {
202 mReloadTask = mThreadPool.submit(new ReloadTask());

Completed in 1706 milliseconds

<<11121314151617181920>>