/packages/apps/Mms/res/values/ |
strings.xml | 41 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) --> 91 to be downloaded (imperative verb) --> 155 <!-- Button next to an attachment during message composition to view the attachment (imperative verb) --> 157 <!-- Button next to an attachment during message composition to replace the attachment (imperative verb) --> 159 <!-- Button next to an attachment during message composition to remove the attachment (imperative verb) --> 162 <!-- Button in conversation screen for sending the SMS message currently being composed (imperative verb) --> 166 <!-- Content description for the send button when sending an mms (imperative verb) --> 242 <!-- Button in the slide editor screen used to preview the slide (imperative verb) --> 244 <!-- Menu item in the slide editor screen used to preview the entire slideshow (imperative verb) --> 298 <!-- Button text used for playing an attachment or slideshow (imperative verb) -- [all...] |
/external/chromium/webkit/glue/ |
webkit_strings.grd | 298 <message name="IDS_AX_BUTTON_ACTION_VERB" desc="Verb stating the action that will occur when a button is pressed, as used by accessibility."> 301 <message name="IDS_AX_RADIO_BUTTON_ACTION_VERB" desc="Verb stating the action that will occur when a radio button is clicked, as used by accessibility."> 304 <message name="IDS_AX_TEXT_FIELD_ACTION_VERB" desc="Verb stating the action that will occur when a text field is selected, as used by accessibility."> 307 <message name="IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility."> 310 <message name="IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB" desc="Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility."> 313 <message name="IDS_AX_LINK_ACTION_VERB" desc="Verb stating the action that will occur when a link is clicked, as used by accessibility.">
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 148 for (SkPath::Verb verb = iter.next(current_points); 149 verb != SkPath::kDone_Verb; 150 verb = iter.next(current_points)) { 151 switch (verb) { 153 // This move will be duplicated in the next verb, so we can ignore. [all...] |
/external/icu4c/layout/ |
IndicRearrangementProcessor.cpp | 66 void IndicRearrangementProcessor::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const 72 switch(verb)
|
/external/compiler-rt/make/ |
AppleBI.mk | 24 Verb :=
|
/external/skia/gm/ |
aarectmodes.cpp | 38 switch ((SkPath::Verb) verbs[i]) {
|
/external/skia/src/core/ |
SkPictureRecord.cpp | 107 // Return the size of the specified drawType's recorded block, or 0 if this verb 186 // Walk forward until we get back to either a draw-verb (abort) or we hit 196 // drawing verb, abort 313 // assert that the final offset value points to a save verb
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnPathProcessor.cpp | 620 SkPath::Verb verb; local 625 verb = iter.next(points); 626 if (verb != SkPath::kMove_Verb) { 632 switch (verb) { 704 } while (verb != SkPath::kDone_Verb); [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | [all...] |
AudioHardwareALSA.h | 547 void disableVoiceCall(char* verb, char* modifier, int mode, int device); 548 void enableVoiceCall(char* verb, char* modifier, int mode, int device);
|
/external/icu4c/i18n/unicode/ |
selfmt.h | 50 * verb forms, articles, and adjectives. Special care needs to be 70 * verb forms ("allé", "allée").
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
httpportallocator.cc | 176 request->request().verb = talk_base::HV_GET;
|
/external/dnsmasq/src/ |
cache.c | 1240 char *verb = "is"; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GLES2Canvas.cpp | 628 SkPath::Verb verb; local 629 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { 630 switch (verb) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MoveGesture.java | 499 String verb = (detail == DND.DROP_MOVE) ? "Move" : "Drop"; local 512 // When we localize this: $1 is the verb (Move or Drop), $2 is the 515 return String.format("%1$s %2$s in %3$s", verb, object, where); [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 53 Pattern.compile("(verb|noun|adjective|pronoun|interjection)", Pattern.CASE_INSENSITIVE);
|
/external/javasqlite/src/main/java/SQLite/ |
Shell.java | 11 * <verb> 15 * </verb>
|
/packages/apps/Launcher2/res/values/ |
strings.xml | 141 <!-- Verb, menu item used to add an item on the desktop --> 147 <!-- Verb, menu item used to initiate global search -->
|
/external/valgrind/main/VEX/switchback/ |
test_bzip2.c | 3059 Int32 verb = s->verbosity; local [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.c | 3083 Int32 verb = s->verbosity; local [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 3074 Int32 verb = s->verbosity; local [all...] |
varinfo6.c | 3112 Int32 verb = s->verbosity; local [all...] |
/external/valgrind/main/perf/ |
bz2.c | 3074 Int32 verb = s->verbosity; local [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 89 this.exifReader.postMessage({verb: 'init'}); [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
powershell.php | 112 '-Year', '-Wrap', '-Word', '-Width', '-WhatIf', '-Wait', '-View', '-Verbose', '-Verb',
|