HomeSort by relevance Sort by last modified time
    Searched full:verb (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /external/bzip2/
blocksort.c 216 Int32 verb )
229 if (verb >= 4)
263 if (verb >= 4)
308 if (verb >= 4)
320 if (verb >= 4)
756 Int32 verb,
767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" );
800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" );
893 if (verb >= 4)
1008 if (verb >= 4
1037 Int32 verb = s->verbosity; local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
report.proto 32 optional bytes verb = 1; // Also known as method, eg "GET"
  /external/skia/gm/
techtalk1.cpp 19 SkPath::Verb verb; local
20 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
21 switch (verb) {
  /external/skia/legacy/src/core/
SkScan_Hairline.cpp 281 SkPath::Verb verb;
283 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
284 switch (verb) {
SkStroke.cpp 579 SkPath::Verb verb, lastSegment = SkPath::kMove_Verb; local
581 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
582 switch (verb) {
590 lastSegment = verb;
595 lastSegment = verb;
600 lastSegment = verb;
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 152 const char* ToString(HttpVerb verb) {
153 return Enum<HttpVerb>::Name(verb);
156 bool FromString(HttpVerb& verb, const std::string& str) {
157 return Enum<HttpVerb>::Parse(verb, str);
510 verb = HV_GET;
517 verb = src.verb;
525 return sprintfn(buffer, size, "%s %.*s HTTP/%s", ToString(verb), path.size(),
547 if (!FromString(verb, sverb.c_str())) {
555 if (HV_CONNECT == verb)
    [all...]
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/clang/
Makefile 84 $(Verb) for dir in test unittests; do \
104 $(Verb) etags `find . -type f -name '*.h' -or -name '*.cpp' | \
  /external/iproute2/doc/
nstat.sgml 19 <tscreen><verb>
21 </verb></tscreen>
  /external/skia/legacy/src/utils/
SkParsePath.cpp 206 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[],
208 stream->write(&verb, 1);
  /external/skia/src/utils/
SkParsePath.cpp 206 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[],
208 stream->write(&verb, 1);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 441 return UI_STRING("press", "Verb stating the action that will occur when a button is pressed, as used by accessibility");
446 return UI_STRING("select", "Verb stating the action that will occur when a radio button is clicked, as used by accessibility");
451 return UI_STRING("activate", "Verb stating the action that will occur when a text field is selected, as used by accessibility");
456 return UI_STRING("uncheck", "Verb stating the action that will occur when a checked checkbox is clicked, as used by accessibility");
461 return UI_STRING("check", "Verb stating the action that will occur when an unchecked checkbox is clicked, as used by accessibility");
466 return UI_STRING("jump", "Verb stating the action that will occur when a link is clicked, as used by accessibility");
471 return UI_STRING("open", "Verb stating the action that will occur when a select element is clicked, as used by accessibility");
476 return UI_STRING_KEY("press", "press (select element)", "Verb stating the action that will occur when a select element's popup list is clicked, as used by accessibility");
  /external/skia/include/core/
SkPath.h 282 verbs are copied as one byte per verb.
789 enum Verb {
804 move command) will be completed with a close verb regardless of the
814 /** Return the next verb in this iteration of the path. When all
817 @param pts The points representing the current verb and/or segment
820 @return The verb for the current segment
822 Verb next(SkPoint pts[4], bool doConsumeDegerates = true) {
832 verb, this returns an undefined value.
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 128 ALOGV("Index:%d Verb:%s", index,
138 ALOGE("Use case verb name not set, invalid current verb");
162 ALOGE("Use case verb name not set, invalid current verb");
320 ALOGE("Invalid current verb value: %s - %d",
381 ALOGE("Invalid current verb value: %s - %d",
417 ALOGE("Invalid current verb value: %s - %d",
619 ALOGE("Invalid current verb value: %s - %d",
726 ALOGE("Invalid current verb value: %s - %d"
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 329 // not clear what is supposed to happen if verb is must refer to another sibling.
339 // issue 1695243, not clear what is supposed to happen when verb is exceptional.
346 // issue 1695243, not clear what is supposed to happen when verb is exceptional.
384 // issue 1695243, not clear what is supposed to happen when verb is exceptional.
391 // issue 1695243, not clear what is supposed to happen when verb is exceptional.
  /external/skia/tests/
PathTest.cpp 438 REPORTER_ASSERT(reporter, !"unexpected quad verb");
441 REPORTER_ASSERT(reporter, !"unexpected cubic verb");
658 SkPath::Verb v;
    [all...]
  /external/skia/src/core/
SkStroke.cpp 651 SkPath::Verb verb, lastSegment = SkPath::kMove_Verb; local
653 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
654 switch (verb) {
662 lastSegment = verb;
667 lastSegment = verb;
672 lastSegment = verb;
SkScan_Hairline.cpp 304 SkPath::Verb verb;
306 while ((verb = iter.next(pts, false)) != SkPath::kDone_Verb) {
307 switch (verb) {
  /external/valgrind/main/massif/
ms_main.c 224 #define VERB(verb, format, args...) \
225 if (VG_(clo_verbosity) > verb) { \
    [all...]
  /external/llvm/unittests/
Makefile.unittest 52 $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \
  /external/zlib/src/contrib/blast/
blast.h 28 * that library. (Note: PKWare overused the "implode" verb, and the format
  /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...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java     [all...]
  /external/skia/bench/
PathBench.cpp 246 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
266 int verb = fVerbs[(fCurrVerb++) & (kNumVerbs - 1)]; local
267 switch (verb) {
289 SkDEBUGFAIL("Unexpected path verb");
309 SkAutoTArray<SkPath::Verb> fVerbs;

Completed in 667 milliseconds

1 2 34 5 6 7 8 9