/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/apkparser/cli/ |
HD | analyzer-cli.jar | ... , java.lang.String)
String subject
String verb
String description
public transient void execute (java.io ... |
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsAsWinding.cpp | 60 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge() 113 static SkScalar conic_weight(const SkPath::Iter& iter, SkPath::Verb verb) { in conic_weight() 117 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight) { in left_edge() 209 SkPath::Verb verb; in getDirection() local 248 SkPath::Verb verb; in nextEdge() local
|
H A D | SkOpEdgeBuilder.cpp | 43 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() 102 auto verb = static_cast<SkPath::Verb>(pathVerb); in preFetch() local 184 SkPath::Verb verb; in walk() local
|
H A D | SkOpAngle.cpp | 654 SkPath::Verb verb = segment->verb(); in endToSide() local 723 int SkOpAngle::findSector(SkPath::Verb verb, double x, double y) const { in findSector() 875 SkPath::Verb verb = segment->verb(); in midToSide() local 999 const SkPath::Verb verb = segment->verb(); in setSpans() local 1080 SkPath::Verb verb = segment->verb(); in setSector() local
|
H A D | SkPathOpsCurve.cpp | 18 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() 90 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep()
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePathIteratorTest.java | 98 int verb = segment.getVerb(); in testDoneDone() local 183 int verb = segment.getVerb(); in testIterable() local 406 var verb = iterator.next(mPoints, 0); in testRecreation() local 428 Path pathCopy, float[] points, boolean lineDone, int verb, float conicWeight) { in issuePathCommand()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/ |
H A D | ShapeMarshaller.java | 22 private String verb; field in ShapeMarshaller 49 public void setVerb(String verb) { in setVerb() 53 public ShapeMarshaller withVerb(String verb) { in withVerb()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPathRef.cpp | 338 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb() 391 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() 482 uint8_t verb = iter.next(pts); in getRRect() local 575 unsigned verb = *fVerbs++; in next() local
|
H A D | SkRegion_path.cpp | 262 static unsigned verb_to_initial_last_index(unsigned verb) { in verb_to_initial_last_index() 276 static unsigned verb_to_max_edges(unsigned verb) { in verb_to_max_edges() 294 SkPath::Verb verb; in count_path_runtype_values() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPath.h | 1585 auto verb = static_cast<SkPathVerb>(*fVerb++); variable 1601 SkPathVerb verb = this->peekVerb(); variable 1610 constexpr static int pts_advance_after_verb(SkPathVerb verb) { in pts_advance_after_verb() 1621 constexpr static int pts_backset_for_verb(SkPathVerb verb) { in pts_backset_for_verb()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PathIteratorTest.java | 109 int verb = segment.getVerb(); in testDoneDone() local 441 var verb = iterator.next(mPoints, 0); in testRecreation() local 462 int verb, float conicWeight) { in issuePathCommand()
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | azalia_device.c | 138 u32 azalia_find_verb(const u32 *verb_table, u32 verb_table_bytes, u32 viddid, const u32 **verb) in azalia_find_verb() 212 static int azalia_write_verb(u8 *base, u32 verb) in azalia_write_verb() 258 const u32 *verb; in azalia_codec_init() local
|
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 60 constexpr static bool IsVerbGeometric(Verb verb) { return verb < Verb::kMoveWithinContour; } in IsVerbGeometric() 133 Verb verb() const { return this->atVerb(1); } in verb() function 165 void enqueue(Verb verb, const SkPoint* pts, const float* w) { in enqueue()
|
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v2/src/main/proto/google/devtools/cloudbuild/v2/ |
H A D | cloudbuild.proto | 68 string verb = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field 95 string verb = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
/aosp_15_r20/external/googleapis/google/devtools/cloudbuild/v2/ |
H A D | cloudbuild.proto | 68 string verb = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field 95 string verb = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
/aosp_15_r20/external/libaom/build/cmake/ |
H A D | util.cmake | 51 set(verb "Enabled") variable 54 set(verb "Disabled") variable
|
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/ |
H A D | Subject.java | 782 final void fail(String verb, Object other) { in fail() 796 final void fail(String verb, @Nullable Object... messageParts) { in fail() 1012 final void failWithBadResults(String verb, Object expected, String failVerb, Object actual) { in failWithBadResults() 1036 final void failWithCustomSubject(String verb, Object expected, Object actual) { in failWithCustomSubject()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/include/ |
D | log.h | 41 static void Log(Verbosity verb, char const* file, int line, int instance, char const* format, in Log() 47 static void Log(Verbosity verb, char const* file, int line, char const* format, in Log()
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkPathRangeIterTest.cpp | 58 for (Verb verb : verbs) { in DEF_TEST() local 98 for (Verb verb : verbs) { in DEF_TEST() local
|
/aosp_15_r20/external/skia/bench/ |
H A D | PathIterBench.cpp | 83 auto handle = [this](int verb, const SkPoint pts[]) { in onDraw() 93 SkPath::Verb verb; in onDraw() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/ |
H A D | netlink.cc | 352 uint32_t interface_index, Verb verb, const QuicIpAddress& address, in ChangeLocalAddress() 509 bool Netlink::ChangeRoute(Netlink::Verb verb, uint32_t table, in ChangeRoute() 698 bool Netlink::ChangeRule(Verb verb, uint32_t table, IpRange source_range) { in ChangeRule()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
H A D | ProblemHandlerLocation1440Test.java | 81 public String verb; field in ProblemHandlerLocation1440Test.Activity 86 …ct, @JsonProperty("target") final ActivityEntity target, @JsonProperty("verb") final String verb) { in Activity()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | PathIterator.java | 187 @Verb int verb = IS_DALVIK in nextInternal() local 286 Segment(@NonNull @Verb int verb, @NonNull float[] points, float conicWeight) { in Segment()
|
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/utils/ |
H A D | ir_test.cc | 129 const Nonterm verb = ir.AddUnshareableNonterminal(); in TEST() local 170 const Nonterm verb = ir.AddUnshareableNonterminal(); in TEST() local
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_xcopy.c | 628 int verb, res; in scsi_extended_copy() local 664 int verb; in scsi_read_capacity() local 707 int res, ftype, snlid, verb; in scsi_operating_parameter() local 1026 int res, verb; in desc_from_vpd_id() local
|