/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGElementInstance.cpp | 82 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), submit);
|
SVGElementInstance.h | 141 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), submit); member in class:WebCore::SVGElementInstance
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPasswordFormData.h | 73 // The name of the submit button used. Optional; only used in scoring
|
/external/chromium_org/third_party/launchpad_translations/ |
webkit_strings_en-AU.xtb | 14 <translation id="2653659639078652383">Submit</translation>
|
/external/chromium_org/tools/grit/grit/gather/ |
tr_html_unittest.py | 171 # Check that the translateable attributes in <img>, <submit>, <button> and 174 '<input type=submit value="hello">' 179 (False, '"><input type=submit value="', ''), (True, 'hello', ''), 301 <td class="header-element"><input type=submit value="Save Preferences"
|
/external/chromium_org/tools/grit/grit/testdata/ |
about.html | 43 <tr><td><a href="http://desktop.google.com/feedback.html?hl=[LANG_CODE]"><B>Submit Feedback</B></A> - Send us your comments and ideas</td></tr>
|
install_prefs.html | 67 <p><input type=submit value="Set Preferences and Continue" id=s><br>
|
/external/clang/tools/scan-view/ |
ScanView.py | 370 Submit</h3> 629 <input align="right" type="submit" name="Submit" value="Submit">
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
SimpleTimeLimiter.java | 126 Future<T> future = executor.submit(callable);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ConcurrentHashMultisetBasherTest.java | 74 futures.add(pool.submit(new MutateTask(multiset, keys)));
|
MapMakerTest.java | 133 threadPool.submit(new Runnable() {
|
/external/icu4c/data/mappings/ |
gsm-03.38-2000.ucm | 47 # For problems with the table format please submit a bug
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
VideoRecorderAppState.java | 127 executor.submit(new Callable<Void>() {
|
/external/libusb/ |
PORTING | 15 In terms of USB I/O, your backend provides functionality to submit
|
/external/skia/gm/rebaseline_server/ |
server.py | 139 editable: whether HTTP clients are allowed to submit new baselines 172 """ Returns true iff HTTP clients are allowed to submit new baselines. """ 445 'results and submit the modifications again.' % 508 help=('Allow HTTP clients to submit new baselines.'))
|
/external/smack/asmack-master/ |
README.markdown | 26 [](https://flattr.com/submit/auto?user_id=Flowdalic&url=https://github.com/flowdalic/asmack&title=asmack&language=&tags=github&category=software)
|
/frameworks/base/docs/html/training/design-navigation/ |
screen-planning.jd | 65 <p>If we later wanted to allow users to submit news stories or upload photos, we could add additional screens to this diagram.</p>
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlingerConsumer.cpp | 144 // Assume that whatever we submit now will appear on the next flip,
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsMessage.java | 165 * Get the TP-Layer-Length for the given SMS-SUBMIT PDU Basically, the 231 * Get an SMS-SUBMIT PDU for a destination address and a message 260 * Get an SMS-SUBMIT PDU for a destination address and a message 286 * Get an SMS-SUBMIT PDU for a data message to a destination address & port
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 20 * {@link ExecutorService} {@code submit} methods are scheduled with
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterOutputStreamTest.java | 76 executor.submit(new Callable<Void>() {
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 209 * Test native Submit PDU encoding and decoding, based on the example in the MAP 1.1 specification. 212 * - The PDU is converted to a submit PDU by adding the TP-MR and removing the service center time stamp. 282 * Test native Submit PDU encoding and decoding, based on the example in the MAP 1.1 specification. 285 * - The PDU is converted to a submit PDU by adding the TP-MR and removing the service center time stamp.
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailPlaybackPresenter.java | 204 mAsyncTaskExecutor.submit(Tasks.CHECK_FOR_CONTENT, new AsyncTask<Void, Void, Boolean>() { 274 mAsyncTaskExecutor.submit(Tasks.CHECK_CONTENT_AFTER_CHANGE, 306 mAsyncTaskExecutor.submit(Tasks.PREPARE_MEDIA_PLAYER, 498 mPrepareTask = mAsyncTaskExecutor.submit(Tasks.RESET_PREPARE_START_MEDIA_PLAYER,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbumSet.java | 170 mLoadTask = mApplication.getThreadPool().submit(new AlbumsLoader(), this);
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
BitmapJobDrawable.java | 170 return sThreadPool.submit(
|