HomeSort by relevance Sort by last modified time
    Searched full:verb (Results 201 - 225 of 543) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/bench/
PathBench.cpp 240 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
260 int verb = fVerbs[(fCurrVerb++) & (kNumVerbs - 1)]; local
261 switch (verb) {
289 SkDEBUGFAIL("Unexpected path verb");
309 SkAutoTArray<SkPath::Verb> fVerbs;
  /external/chromium-trace/catapult/third_party/coverage/
igor.py 369 verb = args.pop(0)
370 handler = globals().get('do_'+verb)
372 print("*** No handler for %r" % verb)
  /external/skia/src/pathops/
SkOpSegment.cpp 590 (*CurveIntersectRay[oppSegment->verb()])(oppSegment->pts(), oppSegment->weight(), testPerp, &i);
893 void SkOpSegment::init(SkPoint pts[], SkScalar weight, SkOpContour* contour, SkPath::Verb verb) {
897 fOriginal[1] = pts[SkPathOpsVerbToPoints(verb)];
900 fVerb = verb;
914 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
917 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/input/
RemoteInputIntent.html 798 <p>Optional string to display to cancel the action. This is usually an imperative verb,
829 an imperative verb like "Send". Defaults to "Send".
859 action. This is usually a 'ing' verb ending in ellipsis like "Sending...". Defaults to
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
connection.py 137 Credentials, verb='POST')
256 FederationToken, verb='POST')
384 return self.get_object('AssumeRole', params, AssumedRole, verb='POST')
493 verb='POST')
598 verb='POST'
651 verb='POST'
  /system/connectivity/shill/vpn/
openvpn_driver.cc 871 string verb = args()->LookupString(kOpenVPNVerbProperty, ""); local
872 if (verb.empty() && SLOG_IS_ON(VPN, 0)) {
873 verb = "3";
875 if (!verb.empty()) {
876 AppendOption("verb", verb, options);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
connection.py     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestBNF.java 158 "$verb = goes | fishes | walks | sleeps;",
161 "$sentence1 = $nounPhrase $s $verb $s ($s $adverb)? 30%;",
  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor.cpp 70 void IndicRearrangementProcessor::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const
76 switch(verb)
IndicRearrangementProcessor2.cpp 67 void IndicRearrangementProcessor2::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const
73 switch(verb)
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBNF.java 157 "$verb = goes | fishes | walks | sleeps;",
160 "$sentence1 = $nounPhrase $s $verb $s ($s $adverb)? 30%;",
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 325 CAMLprim value llvm_targetmachine_set_verbose_asm(value Verb, value Machine) {
326 LLVMSetTargetMachineAsmVerbosity(TargetMachine_val(Machine), Bool_val(Verb));
  /external/skia/tools/debugger/
SkDrawCommand.cpp 517 SkPath::Verb verb; local
518 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
519 switch (verb) {
1485 Json::Value verb = verbs[i]; local
    [all...]
SkDebugCanvas.cpp 593 uint8_t verb; local
595 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
596 switch (verb) {
621 SkDEBUGFAIL("bad verb");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
connection.py 256 queue.id, verb='POST')
331 queue.id, verb='POST')
385 queue.id, verb='POST')
432 queue.id, verb='POST')
  /external/compiler-rt/make/
AppleBI.mk 28 Verb :=
  /external/icu/icu4c/source/test/intltest/
datadrivennumberformattestsuite.cpp 64 showError("Unrecognized verb.");
  /external/skia/gm/
aarectmodes.cpp 39 switch ((SkPath::Verb) verbs[i]) {
  /external/skia/src/core/
SkGlyphCache.cpp 357 SkPath::Verb verb;
358 while (SkPath::kDone_Verb != (verb = iter.next(pts))) {
359 switch (verb) {
  /external/skia/tests/
PathOpsExtendedTest.cpp 55 uint8_t verb; local
60 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
61 switch (verb) {
105 SkDEBUGFAIL("bad verb");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
connection.py 79 verb='POST', list_marker='Set'):
85 response = self.make_request(action, params, path, verb)
257 return self.get_response('PutGroupPolicy', params, verb='POST')
297 return self.get_response('GetGroupPolicy', params, verb='POST')
312 return self.get_response('DeleteGroupPolicy', params, verb='POST')
454 return self.get_response('PutUserPolicy', params, verb='POST')
469 return self.get_response('GetUserPolicy', params, verb='POST')
484 return self.get_response('DeleteUserPolicy', params, verb='POST')
677 verb='POST')
799 verb='POST'
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 35 * verb forms, articles, and adjectives. Special care needs to be
55 * verb forms ("all&#xE9;", "all&#xE9;e").
  /external/icu/icu4c/source/i18n/unicode/
selfmt.h 50 * verb forms, articles, and adjectives. Special care needs to be
70 * verb forms ("all&#x00E9;", "all&#x00E9;e").
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 34 * verb forms, articles, and adjectives. Special care needs to be
54 * verb forms ("all&#xE9;", "all&#xE9;e").

Completed in 1010 milliseconds

1 2 3 4 5 6 7 891011>>