/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | iterative-parser-states-diagram.dot | 13 Start -> ArrayInitial [label=" ["]; 14 Start -> ObjectInitial [label=" {"]; 20 label = "Array" 29 label = "Object" 34 ArrayInitial -> ArrayInitial [label="["]; 35 ArrayInitial -> ArrayFinish [label=" ]"]; 36 ArrayInitial -> ObjectInitial [label="{", constraint=false]; 37 ArrayInitial -> Element [label="string\nfalse\ntrue\nnull\nnumber"]; 39 Element -> ArrayFinish [label="]"]; 40 Element -> ElementDelimiter [label=","]; [all …]
|
D | tutorial.dot | 15 label = "Document" 20 root [label="{object|}", fillcolor=3] 23 hello [label="{string|\"hello\"}", fillcolor=5] 24 t [label="{string|\"t\"}", fillcolor=5] 25 f [label="{string|\"f\"}", fillcolor=5] 26 n [label="{string|\"n\"}", fillcolor=5] 27 i [label="{string|\"i\"}", fillcolor=5] 28 pi [label="{string|\"pi\"}", fillcolor=5] 29 a [label="{string|\"a\"}", fillcolor=5] 31 world [label="{string|\"world\"}", fillcolor=5] [all …]
|
D | move2.dot | 15 label = "Before Copying (Hypothetic)" 21 c1 [label="{contact:array|}", fillcolor=4] 22 c11 [label="{|}"] 23 c12 [label="{|}"] 24 c13 [shape="none", label="...", style="solid"] 25 o1 [label="{o:object|}", fillcolor=3] 26 ghost [label="{o:object|}", style=invis] 28 c1 -> o1 [style="dashed", label="AddMember", constraint=false] 38 label = "After Copying (Hypothetic)" 44 c2 [label="{contact:array|}", fillcolor=4] [all …]
|
D | move3.dot | 16 label = "Before Moving" 22 c1 [label="{contact:array|}", fillcolor=4] 23 c11 [label="{|}"] 24 c12 [label="{|}"] 25 c13 [shape=none, label="...", style="solid"] 26 o1 [label="{o:object|}", fillcolor=3] 27 ghost [label="{o:object|}", style=invis] 29 c1 -> o1 [style="dashed", constraint=false, label="AddMember"] 39 label = "After Moving" 45 c2 [label="{contact:null|}", fillcolor=1] [all …]
|
D | simpledom.dot | 14 srcjson [label="\{|\"|p|r|o|j|e|c|t|\"|:|\"|r|a|p|i|d|j|s|o|n|\"|,|\"|s|t|a|r|s|\"|:|1|0|\}"] 15 dstjson [label="\{|\"|p|r|o|j|e|c|t|\"|:|\"|r|a|p|i|d|j|s|o|n|\"|,|\"|s|t|a|r|s|\"|:|1|1|\}"] 20 Document2 [label="(Modified) Document"] 27 label = "Document" 32 root [label="{object|}", fillcolor=3] 35 project [label="{string|\"project\"}", fillcolor=5] 36 rapidjson [label="{string|\"rapidjson\"}", fillcolor=5] 37 stars [label="{string|\"stars\"}", fillcolor=5] 38 ten [label="{number|10}", fillcolor=6] 49 srcjson -> root [label=" Parse()", lhead="cluster1"] [all …]
|
D | normalparsing.dot | 14 …normaljson [label="\{|\"|m|s|g|\"|:|\"|H|e|l|l|o|\\|n|W|o|r|l|d|!|\"|,|\"|\\|u|0|0|7|3|t|a|r|s\"|:… 18 msgstring [label="m|s|g|\\0"] 19 helloworldstring [label="H|e|l|l|o|\\n|W|o|r|l|d|!|\\0"] 20 starsstring [label="s|t|a|r|s\\0"] 27 label = "Document by Normal Parsing" 32 root [label="{object|}", fillcolor=3] 35 msg [label="{string|<a>}", fillcolor=5] 36 helloworld [label="{string|<a>}", fillcolor=5] 37 stars [label="{string|<a>}", fillcolor=5] 38 ten [label="{number|10}", fillcolor=6] [all …]
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | DirectoryListBot.java | 85 for (String label : labels) { in assertDocumentsPresent() 86 if (!findDocument(label).exists()) { in assertDocumentsPresent() 87 absent.add(label); in assertDocumentsPresent() 98 for (String label : labels) { in assertDocumentsAbsent() 99 if (findDocument(label).exists()) { in assertDocumentsAbsent() 100 found.add(label); in assertDocumentsAbsent() 182 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() argument 185 UiObject doc = findDocument(label); in openDocument() 190 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument() argument 191 waitForDocument(label); in selectDocument() [all …]
|
D | SidebarBot.java | 55 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot() argument 67 new UiScrollable(rootsList).scrollIntoView(new UiSelector().text(label)); in findRoot() 68 return new UiObject(rootsList.childSelector(new UiSelector().text(label))); in findRoot() 71 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() argument 72 findRoot(label).click(); in openRoot() 111 for (String label : labels) { in assertRootsPresent() 112 if (!findRoot(label).exists()) { in assertRootsPresent() 113 missing.add(label); in assertRootsPresent() 124 for (String label : labels) { in assertRootsAbsent() 125 if (findRoot(label).exists()) { in assertRootsAbsent() [all …]
|
/packages/services/Car/tools/emulator/ |
D | VehicleHalProto_pb2.py | 188 number=1, type=5, cpp_type=1, label=2, 195 number=2, type=17, cpp_type=1, label=1, 202 number=3, type=17, cpp_type=1, label=1, 209 number=4, type=18, cpp_type=2, label=1, 216 number=5, type=18, cpp_type=2, label=1, 223 number=6, type=2, cpp_type=6, label=1, 230 number=7, type=2, cpp_type=6, label=1, 258 number=1, type=5, cpp_type=1, label=2, 265 number=2, type=5, cpp_type=1, label=1, 272 number=3, type=5, cpp_type=1, label=1, [all …]
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
D | TopRow.java | 54 @Nullable public final CharSequence label; field in TopRow.Info 58 public Info(@Nullable CharSequence label, @Nullable Drawable icon, boolean labelIsSingleLine) { in Info() argument 59 this.label = label; in Info() 68 CharSequence label = null; in getInfo() local 82 label = state.callSubject(); in getInfo() 85 label = getLabelForIncoming(context, state); in getInfo() 89 label = TextUtils.concat(label, " ", spanDisplayNumber(primaryInfo.number())); in getInfo() 94 label = getLabelForVideoRequest(context, state); in getInfo() 96 label = context.getString(R.string.incall_transferring); in getInfo() 101 label = getLabelForDialing(context, state); in getInfo() [all …]
|
D | BottomRow.java | 41 @Nullable public final CharSequence label; field in BottomRow.Info 51 @Nullable CharSequence label, in Info() 59 this.label = label; in Info() 73 CharSequence label; in getInfo() local 83 label = context.getString(R.string.contact_grid_incoming_suspected_spam); in getInfo() 91 label = context.getString(R.string.incall_hanging_up); in getInfo() 93 label = state.disconnectCause().getLabel(); in getInfo() 94 if (TextUtils.isEmpty(label)) { in getInfo() 95 label = context.getString(R.string.incall_call_ended); in getInfo() 98 label = getLabelForPhoneNumber(primaryInfo); in getInfo() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/events/ |
D | Events.java | 38 public static void sendAlarmEvent(@StringRes int action, @StringRes int label) { in sendAlarmEvent() argument 39 sendEvent(R.string.category_alarm, action, label); in sendAlarmEvent() 48 public static void sendClockEvent(@StringRes int action, @StringRes int label) { in sendClockEvent() argument 49 sendEvent(R.string.category_clock, action, label); in sendClockEvent() 58 public static void sendTimerEvent(@StringRes int action, @StringRes int label) { in sendTimerEvent() argument 59 sendEvent(R.string.category_timer, action, label); in sendTimerEvent() 68 public static void sendStopwatchEvent(@StringRes int action, @StringRes int label) { in sendStopwatchEvent() argument 69 sendEvent(R.string.category_stopwatch, action, label); in sendStopwatchEvent() 78 public static void sendScreensaverEvent(@StringRes int action, @StringRes int label) { in sendScreensaverEvent() argument 79 sendEvent(R.string.category_screensaver, action, label); in sendScreensaverEvent() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | AbstractLayoutBase.java | 31 public static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key() argument 32 return ExpectedKey.newInstance(label, moreKeys); in key() 36 public static ExpectedKey key(final String label, final String outputText, in key() argument 38 return ExpectedKey.newInstance(label, outputText, moreKeys); in key() 42 public static ExpectedKey key(final String label, final int code, in key() argument 44 return ExpectedKey.newInstance(label, code, moreKeys); in key() 69 public static ExpectedAdditionalMoreKey additionalMoreKey(final String label) { in additionalMoreKey() argument 70 return ExpectedAdditionalMoreKey.newInstance(label); in additionalMoreKey() 74 public static ExpectedKey moreKey(final String label) { in moreKey() argument 75 return ExpectedKey.newInstance(label); in moreKey() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | ResultActivity.java | 83 private void addRowForValue(String label, Object value) { in addRowForValue() argument 85 addRow(label, "null"); in addRowForValue() 87 addRowWithBitmap(label, (Bitmap)value); in addRowForValue() 89 addRow(label, "INTENT"); in addRowForValue() 92 addRow(label, "DATA"); in addRowForValue() 95 addRow(label, "ARRAY"); in addRowForValue() 101 addRow(label, String.valueOf(value)); in addRowForValue() 134 TextView label = new TextView(this); in addRow() local 135 label.setPadding(4, 4, 4, 4); in addRow() 136 label.setText(column0); in addRow() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.java | 67 public static LabelDialogFragment newInstance(Alarm alarm, String label, String tag) { in newInstance() argument 69 args.putString(ARG_LABEL, label); in newInstance() 127 String label = args.getString(ARG_LABEL); in onCreateDialog() local 129 label = savedInstanceState.getString(ARG_LABEL, label); in onCreateDialog() 135 .setMessage(R.string.label) in onCreateDialog() 152 mLabelBox.setText(label); in onCreateDialog() 180 String label = mLabelBox.getText().toString(); in setLabel() local 181 if (label.trim().isEmpty()) { in setLabel() 183 label = ""; in setLabel() 187 ((AlarmLabelDialogHandler) getActivity()).onDialogLabelSet(mAlarm, label, mTag); in setLabel() [all …]
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | legacy_contacts.sql | 11 …(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INT… field 32 …EXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NULL,label TEXT,person INTEGE… field 55 … REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INT… field 91 …N contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 92 …N contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 104 … ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 105 … ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 115 … INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 116 … UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE…
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | legacy_contacts.sql | 12 …(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INT… field 42 …EXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NULL,label TEXT,person INTEGE… field 100 … REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INT… field 147 …N contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 148 …N contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 160 … ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 161 … ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 171 … INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 172 … UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE…
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | legacy_contacts.sql | 14 …(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INT… field 51 …EXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NULL,label TEXT,person INTEGE… field 78 … REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INT… field 123 …N contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 124 …N contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 136 … ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 137 … ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 147 … INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE… 148 … UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NE…
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | ButtonController.java | 156 @StringRes private final int label; field in ButtonController.SimpleCheckableButtonController 164 @StringRes int label, in SimpleCheckableButtonController() argument 169 checkedContentDescription == 0 ? label : checkedContentDescription, in SimpleCheckableButtonController() 170 uncheckedContentDescription == 0 ? label : uncheckedContentDescription); in SimpleCheckableButtonController() 171 this.label = label; in SimpleCheckableButtonController() 180 button.setLabelText(label); in setButton() 261 @StringRes private final int label; field in ButtonController.SimpleNonCheckableButtonController 268 @StringRes int label, in SimpleNonCheckableButtonController() argument 270 super(delegate, buttonId, contentDescription == 0 ? label : contentDescription); in SimpleNonCheckableButtonController() 271 this.label = label; in SimpleNonCheckableButtonController() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/ |
D | AppGridView.java | 120 final CharSequence label = info.loadLabel(pm); in loadAllApps() local 121 if (label != null) { in loadAllApps() 122 results.add(new ActivityEntry(info, label.toString(), iconFactory)); in loadAllApps() 142 public final String label; field in AppGridView.ActivityEntry 146 public ActivityEntry(ResolveInfo info, String label, IconDrawableFactory iconFactory) { in ActivityEntry() argument 148 this.label = label; in ActivityEntry() 155 return label.compareToIgnoreCase(entry.label); in compareTo() 160 return label; in toString()
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerService.java | 116 final int label = intent.getIntExtra(Events.EXTRA_EVENT_LABEL, R.string.label_intent); in onStartCommand() local 123 DataModel.getDataModel().resetOrDeleteExpiredTimers(label); in onStartCommand() 127 DataModel.getDataModel().resetUnexpiredTimers(label); in onStartCommand() 131 DataModel.getDataModel().resetMissedTimers(label); in onStartCommand() 148 Events.sendTimerEvent(R.string.action_show, label); in onStartCommand() 161 Events.sendTimerEvent(R.string.action_start, label); in onStartCommand() 165 Events.sendTimerEvent(R.string.action_pause, label); in onStartCommand() 169 Events.sendTimerEvent(R.string.action_add_minute, label); in onStartCommand() 173 DataModel.getDataModel().resetOrDeleteTimer(timer, label); in onStartCommand() 176 Events.sendTimerEvent(R.string.action_fire, label); in onStartCommand()
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | AppGridView.java | 120 final CharSequence label = info.loadLabel(pm); in loadAllApps() local 121 if (label != null) { in loadAllApps() 122 results.add(new ActivityEntry(info, label.toString(), iconFactory)); in loadAllApps() 142 public final String label; field in AppGridView.ActivityEntry 146 public ActivityEntry(ResolveInfo info, String label, IconDrawableFactory iconFactory) { in ActivityEntry() argument 148 this.label = label; in ActivityEntry() 155 return label.compareToIgnoreCase(entry.label); in compareTo() 160 return label; in toString()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParser.java | 150 final String label = parseEscape(getBeforeLabelEnd(keySpec, labelEnd)); in getLabel() local 151 if (label.isEmpty()) { in getLabel() 154 return label; in getLabel() 188 final String label = getLabel(keySpec); in getOutputText() local 189 if (label == null) { in getOutputText() 193 return (StringUtils.codePointCount(label) == 1) ? null : label; in getOutputText() 215 final String label = getLabel(keySpec); in getCode() local 216 if (label == null) { in getCode() 220 return (StringUtils.codePointCount(label) == 1) ? label.codePointAt(0) : CODE_OUTPUT_TEXT; in getCode()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/ |
D | AccessibilityServiceConfirmationFragment.java | 61 CharSequence label, boolean enabling) { in newInstance() argument 63 prepareArgs(args, cn, label, enabling); in newInstance() 77 public static void prepareArgs(@NonNull Bundle args, ComponentName cn, CharSequence label, in prepareArgs() argument 80 args.putCharSequence(ARG_LABEL, label); in prepareArgs() 87 final CharSequence label = getArguments().getCharSequence(ARG_LABEL); in onCreateGuidance() local 91 label), in onCreateGuidance() 93 label), in onCreateGuidance() 100 label), in onCreateGuidance() 102 label), in onCreateGuidance()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | LayoutTestsBase.java | 70 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key() argument 71 return AbstractLayoutBase.key(label, moreKeys); in key() 75 static ExpectedKey key(final String label, final String outputText, in key() argument 77 return AbstractLayoutBase.key(label, outputText, moreKeys); in key() 87 public static ExpectedAdditionalMoreKey additionalMoreKey(final String label) { in additionalMoreKey() argument 88 return AbstractLayoutBase.additionalMoreKey(label); in additionalMoreKey() 92 static ExpectedKey moreKey(final String label) { in moreKey() argument 93 return AbstractLayoutBase.moreKey(label); in moreKey() 98 static ExpectedKey moreKey(final String label, final String outputText) { in moreKey() argument 99 return AbstractLayoutBase.moreKey(label, outputText); in moreKey()
|