/frameworks/base/cmds/statsd/benchmark/ |
D | get_dimensions_for_condition_benchmark.cpp | 29 static void createLogEventAndLink(LogEvent* event, Metric2Condition *link) { in createLogEventAndLink() argument 41 link->conditionId = 1; in createLogEventAndLink() 50 translateFieldMatcher(field_matcher, &link->metricFields); in createLogEventAndLink() 52 translateFieldMatcher(field_matcher, &link->conditionFields); in createLogEventAndLink() 56 Metric2Condition link; in BM_GetDimensionInCondition() local 58 createLogEventAndLink(&event, &link); in BM_GetDimensionInCondition() 62 getDimensionForCondition(event.getValues(), link, &output); in BM_GetDimensionInCondition()
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | StackOverflowXmlParser.java | 72 public final String link; field in StackOverflowXmlParser.Entry 75 private Entry(String title, String summary, String link) { in Entry() argument 78 this.link = link; in Entry() 89 String link = null; in readEntry() local 100 link = readLink(parser); in readEntry() 105 return new Entry(title, summary, link); in readEntry() 118 String link = ""; in readLink() local 124 link = parser.getAttributeValue(null, "href"); in readLink() 129 return link; in readLink()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextLinksParams.java | 125 for (TextLink link : textLinks.getLinks()) { in apply() 126 final TextLinkSpan span = mSpanFactory.apply(link); in apply() 129 link.getStart(), link.getEnd(), ClickableSpan.class); in apply() 135 text.setSpan(span, link.getStart(), link.getEnd(), in apply() 140 text.setSpan(span, link.getStart(), link.getEnd(), in apply()
|
D | GenerateLinksLogger.java | 79 for (TextLinks.TextLink link : links.getLinks()) { in logGenerateLinks() 80 if (link.getEntityCount() == 0) continue; in logGenerateLinks() 81 final String entityType = link.getEntity(0); in logGenerateLinks() 87 totalStats.countLink(link); in logGenerateLinks() 88 perEntityTypeStats.computeIfAbsent(entityType, k -> new LinkifyStats()).countLink(link); in logGenerateLinks() 156 void countLink(TextLinks.TextLink link) { in countLink() argument 158 mNumLinksTextLength += link.getEnd() - link.getStart(); in countLink()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
D | RichTextViewTest.java | 51 Annotation link = new Annotation("link", "foobar"); in testLinkAnnotation() local 53 ssb.setSpan(link, 1, 2, 0 /* flags */); in testLinkAnnotation() 76 Annotation link = new Annotation("link", "foobar"); in testOnLinkClickListener() local 78 ssb.setSpan(link, 1, 2, 0 /* flags */); in testOnLinkClickListener() 98 Annotation link = new Annotation("link", "foobar"); in testLegacyContextOnClickListener() local 100 ssb.setSpan(link, 1, 2, 0 /* flags */); in testLegacyContextOnClickListener() 116 Annotation link = new Annotation("link", "foobar"); in onTouchEvent_clickOnLinks_shouldReturnTrue() local 118 ssb.setSpan(link, 0, 2, 0 /* flags */); in onTouchEvent_clickOnLinks_shouldReturnTrue() 134 Annotation link = new Annotation("link", "foobar"); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() local 136 ssb.setSpan(link, 0, 2, 0 /* flags */); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() [all …]
|
/frameworks/base/core/java/android/text/method/ |
D | LinkMovementMethod.java | 146 ClickableSpan link = links[0]; in action() local 147 if (link instanceof TextLinkSpan) { in action() 148 ((TextLinkSpan) link).onClick(widget, TextLinkSpan.INVOCATION_METHOD_KEYBOARD); in action() 150 link.onClick(widget); in action() 226 ClickableSpan link = links[0]; in onTouchEvent() local 228 if (link instanceof TextLinkSpan) { in onTouchEvent() 229 ((TextLinkSpan) link).onClick( in onTouchEvent() 232 link.onClick(widget); in onTouchEvent() 242 buffer.getSpanStart(link), in onTouchEvent() 243 buffer.getSpanEnd(link)); in onTouchEvent()
|
/frameworks/base/tools/aapt2/ |
D | Android.bp | 107 "link/AutoVersioner.cpp", 108 "link/ManifestFixer.cpp", 109 "link/NoDefaultResourceRemover.cpp", 110 "link/ProductFilter.cpp", 111 "link/PrivateAttributeMover.cpp", 112 "link/ReferenceLinker.cpp", 113 "link/ResourceExcluder.cpp", 114 "link/TableMerger.cpp", 115 "link/XmlCompatVersioner.cpp", 116 "link/XmlNamespaceRemover.cpp", [all …]
|
/frameworks/base/core/proto/android/telecomm/ |
D | enums.proto | 31 * not expected to ever interact with NEW calls, but {@link android.telecom.InCallService}s will 38 * Common transitions are to {@link #DIALING} state for a successful call or 39 * {@link #DISCONNECTED} if it failed. 45 * {@link android.telecom.PhoneAccount} through which to place the call. 52 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED} 60 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED} 68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party. 75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing 97 * to a {@link #DISCONNECTED} state. 109 * {@link android.telecom.Connection#PROPERTY_IS_EXTERNAL_CALL} and [all …]
|
/frameworks/base/cmds/idmap2/tests/data/overlay/ |
D | build | 19 aapt2 link \ 26 aapt2 link \ 33 aapt2 link \ 40 aapt2 link \ 47 aapt2 link \
|
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/ |
D | NestedClass.java.txt | 9 * Inspection companion for {@link Outer.Inner}. 11 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 12 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | NoAttributeId.java.txt | 9 * Inspection companion for {@link TestNode}. 11 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 12 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | SuppliedAttributeId.java.txt | 9 * Inspection companion for {@link TestNode}. 11 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 12 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | FieldProperty.java.txt | 10 * Inspection companion for {@link TestNode}. 12 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 13 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
/frameworks/compile/mclinker/lib/LD/ |
D | StaticResolver.cpp | 146 if (pNew.link() == NULL) { in resolve() 159 old->setLink(pNew.link()); in resolve() 165 if (old->link() == pNew.link()) { in resolve() 192 if (old->link() == NULL) { in resolve() 197 old = old->link(); in resolve()
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/opt/gamesdk/samples/bouncyball/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/multidex/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/opt/gamesdk/samples/unitypackaging/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/opt/gamesdk/third_party/cube/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/base/cmds/statsd/tests/metrics/ |
D | EventMetricProducer_test.cpp | 98 MetricConditionLink* link = metric.add_links(); in TEST() local 99 link->set_condition(StringToId("APP_IN_BACKGROUND_PER_UID")); in TEST() 100 buildSimpleAtomFieldMatcher(tagId, 1, link->mutable_fields_in_what()); in TEST() 101 buildSimpleAtomFieldMatcher(conditionTagId, 2, link->mutable_fields_in_condition()); in TEST()
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/opt/gamesdk/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/opt/gamesdk/samples/cube/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|