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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glplatform.h 15 * You are encouraged to submit all modifications to the Khronos group so that
16 * they can be included in future versions of this file. Please submit changes
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 12 * {@code submit} tasks for execution. Consumers {@code take}
38 * @param task the task to submit
44 Future<V> submit(Callable<V> task); method in interface:CompletionService
51 * @param task the task to submit
60 Future<V> submit(Runnable task, V result); method in interface:CompletionService
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_updater_unittest.cc 129 // Submit a policy fetch response.
151 // Submit a policy fetch response that exceeds the allowed maximum size.
157 // Submit two valid policy fetch responses.
177 // Submit an invalid policy fetch response.
181 // Submit two valid policy fetch responses.
212 // Submit a policy fetch response whose extension ID and hash match the
222 // Submit three policy fetch responses.
253 // Submit a policy fetch response.
262 // Submit a second policy fetch response for the same extension with an
278 // Submit a policy fetch response
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 36 * to test the submit methods only.
61 Future<?> future = e.submit(task);
67 * Completed submit(callable) returns result
71 Future<String> future = e.submit(new StringTask());
77 * Completed submit(runnable) returns successfully
81 Future<?> future = e.submit(new NoOpRunnable());
87 * Completed submit(runnable, result) returns result
91 Future<String> future = e.submit(new NoOpRunnable(), TEST_STRING);
104 Future future = e.submit(Executors.callable(
127 Future future = e.submit(Executors.callable
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 32 // Button handler for Submit/Cancel.
37 if(v.getId() == R.id.submit){
71 btn = (Button) findViewById(R.id.submit);
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
index.html 40 <input type="submit" value="Connect">
45 <input type="submit" value="Send">
64 <input type="submit" value="Listen">
  /external/smack/src/org/jivesoftware/smackx/
Form.java 36 * <li>submit -> The form is filled out, and this is the data that is being returned from
43 * to set answers if the form is of type "submit".
52 public static final String TYPE_SUBMIT = "submit";
98 * <li>submit -> The form is filled out, and this is the data that is being returned from
104 * @param type the form's type (e.g. form, submit,cancel,result).
129 * @throws IllegalStateException if the form is not of type "submit".
155 * @throws IllegalStateException if the form is not of type "submit".
179 * @throws IllegalStateException if the form is not of type "submit".
203 * @throws IllegalStateException if the form is not of type "submit".
227 * @throws IllegalStateException if the form is not of type "submit"
    [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values/
strings.xml 20 <string name="test1_description">This helps verify entering text into a pre-populated field. The pop-up dialog will echo the text entered after clicking submit. The initial value in the field must first be deleted.</string>
23 <string name="buttonSubmit">Submit</string>
32 <string name="test3_description">The tests should read the clock, then write the clock back into the EditText then press submit. A dialog will display the time it took from reading the clock until submit is press. This can be used to get an idea of performance differences.</string>
  /external/chromium/chrome/browser/remoting/resources/
remoting_setup_done.html 25 <input id="close" type="submit" i18n-values="value:okay"
  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.html 34 <button type="submit" id="certificateBackupOkButton" i18n-content="ok"
certificate_edit_ca_trust_overlay.html 29 <button type="submit" id="certificateEditCaTrustOkButton"
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 157 // Fill a form and submit through a <input type="submit"> button. Nothing
173 // Fill a form and submit through a <input type="submit"> button. Nothing
189 // Fill a form and submit using <button> that calls submit() on the form.
190 // This should work regardless of the type of element, as long as submit() is
208 // Fill the dynamic password form and submit.
215 " document.dynamic_form.submit();"
291 // Note that calling 'submit()' on a form with javascript doesn't cal
    [all...]
  /external/chromium_org/chrome/browser/
repost_form_warning_browsertest.cc 31 // Submit it.
34 GURL("javascript:document.getElementById('form').submit()"));
61 // Submit it.
64 GURL("javascript:document.getElementById('form').submit()"));
  /external/chromium_org/chrome/browser/resources/gaia_auth/
keyboard_ui.css 17 .g-button-submit:focus,
  /external/chromium_org/chrome/browser/resources/options/
certificate_backup_overlay.html 36 type="submit" i18n-content="ok" disabled>
  /external/chromium_org/chrome/browser/resources/suggestions_internals/
suggestions_internals.html 15 <input id="refresh-data" type="submit" value="Refresh data">
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.html 37 <button class="submit">Save</button>
  /external/chromium_org/third_party/WebKit/ManualTests/chromium/
autofill-popup-shiftupdown.hml 6 <li> Type the text 'hogehoge' in the following text input area. And press ENTER to submit. </li>
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
uploadform.html 22 <input class=button type="submit" value="Upload">

Completed in 1909 milliseconds

1 2 3 4 5 67 8 91011>>