/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 146 const char* ToString(HttpVerb verb); 147 bool FromString(HttpVerb& verb, const std::string& str); 397 HttpVerb verb; member in struct:talk_base::HttpRequestData 400 HttpRequestData() : verb(HV_GET) { }
|
/external/llvm/unittests/ |
Makefile.unittest | 52 $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \
|
/external/zlib/contrib/blast/ |
blast.h | 28 * that library. (Note: PKWare overused the "implode" verb, and the format
|
/external/skia/include/core/ |
SkPath.h | 147 * verb. 579 enum Verb { 598 /** Return the next verb in this iteration of the path. When all 601 @param pts The points representing the current verb and/or segment 602 @return The verb for the current segment 604 Verb next(SkPoint pts[4]); 609 verb, this returns an undefined value. 633 Verb autoClose(SkPoint pts[2]);
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 345 run. Figure~\ref{fig:verb-out} (page~\pageref{fig:verb-out}) shows 346 an example of some output, while figure~\ref{fig:verb-defs} 347 (page~\pageref{fig:verb-defs}) shows what the fields mean. 356 \caption{\label{fig:verb-out}Verbose Output Example} 377 \caption{\label{fig:verb-defs}Verbose Field Definitions}
|
/external/webkit/Source/WebCore/platform/ |
DefaultLocalizationStrategy.cpp | 616 return WEB_UI_STRING("press", "Verb stating the action that will occur when a button is pressed, as used by accessibility"); 621 return WEB_UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility"); 626 return WEB_UI_STRING("activate", "Verb stating the action that will occur when a text field is selected, as used by accessibility"); 631 return WEB_UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility"); 636 return WEB_UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility"); 653 return WEB_UI_STRING("jump", "Verb stating the action that will occur when a link is clicked, as used by accessibility"); [all...] |
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
SdkCommandLine.java | 33 * - Each action is defined as a "verb object" followed by parameters. 97 * This list serves two purposes: first it is used to know which verb/object 103 * <li> the verb. 475 /** Helper to retrieve the --rename value for a move verb. */ 521 public boolean getFlagNoUI(String verb) { 522 return ((Boolean) getValue(verb, null, KEY_NO_UI)).booleanValue();
|
Main.java | 232 String verb = mSdkCommandLine.getVerb(); local 235 if (SdkCommandLine.VERB_LIST.equals(verb)) { 251 } else if (SdkCommandLine.VERB_CREATE.equals(verb)) { 268 } else if (SdkCommandLine.VERB_UPDATE.equals(verb)) { 282 if (mSdkCommandLine.getFlagNoUI(verb)) { 292 } else if (SdkCommandLine.VERB_SDK.equals(verb)) { 295 } else if (SdkCommandLine.VERB_AVD.equals(verb)) { 298 } else if (SdkCommandLine.VERB_DELETE.equals(verb) && 302 } else if (SdkCommandLine.VERB_MOVE.equals(verb) && 306 } else if (verb == null && directObject == null) [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)
|
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | [all...] |
/packages/apps/Mms/res/values/ |
strings.xml | 40 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) --> 87 to be downloaded (imperative verb) --> 149 <!-- Button next to an attachment during message composition to view the attachment (imperative verb) --> 151 <!-- Button next to an attachment during message composition to replace the attachment (imperative verb) --> 153 <!-- Button next to an attachment during message composition to remove the attachment (imperative verb) --> 156 <!-- Button in conversation screen for sending the SMS message currently being composed (imperative verb) --> 236 <!-- Button in the slide editor screen used to preview the slide (imperative verb) --> 238 <!-- Menu item in the slide editor screen used to preview the entire slideshow (imperative verb) --> 292 <!-- Button text used for playing an attachment or slideshow (imperative verb) --> 294 <!-- Button text used for editing a slideshow (imperative verb) -- [all...] |
/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...] |
/external/icu4c/i18n/unicode/ |
selfmt.h | 45 * verb forms, articles, and adjectives. Special care needs to be 65 * verb forms ("allé", "allée").
|
/packages/apps/Launcher2/res/values/ |
strings.xml | 134 <!-- Verb, menu item used to add an item on the desktop --> 140 <!-- Verb, menu item used to initiate global search -->
|
/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...] |
/external/pcre/doc/ |
pcrepattern.3 | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MoveGesture.java | 491 String verb = (detail == DND.DROP_MOVE) ? "Move" : "Drop"; local 504 // When we localize this: $1 is the verb (Move or Drop), $2 is the 507 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>
|
/external/pcre/doc/html/ |
pcrepattern.html | [all...] |
/external/valgrind/main/exp-ptrcheck/tests/ |
hackedbz2.c | 3083 Int32 verb = s->verbosity; local [all...] |