/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/services/Car/tools/emulator/ |
D | VehicleHalProto_pb2.py | 159 number=1, type=5, cpp_type=1, label=2, 166 number=2, type=17, cpp_type=1, label=1, 173 number=3, type=17, cpp_type=1, label=1, 180 number=4, type=18, cpp_type=2, label=1, 187 number=5, type=18, cpp_type=2, label=1, 194 number=6, type=2, cpp_type=6, label=1, 201 number=7, type=2, cpp_type=6, label=1, 229 number=1, type=5, cpp_type=1, label=2, 236 number=2, type=5, cpp_type=1, label=1, 243 number=3, type=5, cpp_type=1, label=1, [all …]
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | DirectoryListBot.java | 74 for (String label : labels) { in assertDocumentsPresent() 75 if (!findDocument(label).exists()) { in assertDocumentsPresent() 76 absent.add(label); in assertDocumentsPresent() 87 for (String label : labels) { in assertDocumentsAbsent() 88 if (findDocument(label).exists()) { in assertDocumentsAbsent() 89 found.add(label); in assertDocumentsAbsent() 143 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() argument 146 UiObject doc = findDocument(label); in openDocument() 151 public void clickDocument(String label) throws UiObjectNotFoundException { in clickDocument() argument 152 findDocument(label).click(); in clickDocument() [all …]
|
D | SidebarBot.java | 53 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot() argument 65 new UiScrollable(rootsList).scrollIntoView(new UiSelector().text(label)); in findRoot() 66 return new UiObject(rootsList.childSelector(new UiSelector().text(label))); in findRoot() 69 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() argument 70 findRoot(label).click(); in openRoot() 109 for (String label : labels) { in assertRootsPresent() 110 if (!findRoot(label).exists()) { in assertRootsPresent() 111 missing.add(label); in assertRootsPresent() 122 for (String label : labels) { in assertRootsAbsent() 123 if (findRoot(label).exists()) { in assertRootsAbsent() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
D | BottomRow.java | 45 @Nullable public final CharSequence label; field in BottomRow.Info 55 @Nullable CharSequence label, in Info() 63 this.label = label; in Info() 77 CharSequence label; in getInfo() local 87 label = context.getString(R.string.contact_grid_incoming_suspected_spam); in getInfo() 95 label = context.getString(R.string.incall_hanging_up); in getInfo() 97 label = state.disconnectCause.getLabel(); in getInfo() 98 if (TextUtils.isEmpty(label)) { in getInfo() 99 label = context.getString(R.string.incall_call_ended); in getInfo() 103 label = in getInfo() [all …]
|
D | TopRow.java | 45 @Nullable public final CharSequence label; field in TopRow.Info 49 public Info(@Nullable CharSequence label, @Nullable Drawable icon, boolean labelIsSingleLine) { in Info() argument 50 this.label = label; in Info() 59 CharSequence label = null; in getInfo() local 72 label = state.callSubject; in getInfo() 75 label = getLabelForIncoming(context, state); in getInfo() 79 label = getLabelForVideoRequest(context, state); in getInfo() 81 label = context.getString(R.string.incall_transferring); in getInfo() 85 label = getLabelForDialing(context, state); in getInfo() 87 label = context.getString(R.string.incall_remotely_held); in getInfo() [all …]
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryHistoryChart.java | 326 final String label; field in BatteryHistoryChart.TimeLabel 333 label = DateFormat.format(bestFormat, cal).toString(); in TimeLabel() 334 width = (int)paint.measureText(label); in TimeLabel() 340 final String label; field in BatteryHistoryChart.DateLabel 347 label = DateFormat.format(bestFormat, cal).toString(); in DateLabel() 348 width = (int)paint.measureText(label); in DateLabel() 1171 TimeLabel label = mTimeLabels.get(i); in drawChart() local 1173 int x = label.x - label.width/2; in drawChart() 1177 if (DEBUG) Log.d(TAG, "Drawing left label: " + label.label + " @ " + x); in drawChart() 1178 canvas.drawText(label.label, x, y, mTextPaint); in drawChart() [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/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/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/apps/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageUtil.java | 66 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) { in initSnippet() argument 68 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label); in initSnippet() 127 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label); in initSnippetForNewApp() 132 @NonNull public CharSequence label; field in PackageUtil.AppSnippet 134 public AppSnippet(@NonNull CharSequence label, @Nullable Drawable icon) { in AppSnippet() argument 135 this.label = label; in AppSnippet() 154 CharSequence label = null; in getAppSnippet() local 159 label = res.getText(appInfo.labelRes); in getAppSnippet() 163 if (label == null) { in getAppSnippet() 164 label = (appInfo.nonLocalizedLabel != null) ? in getAppSnippet() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | ButtonController.java | 154 @StringRes private final int label; field in ButtonController.SimpleCheckableButtonController 162 @StringRes int label, in SimpleCheckableButtonController() argument 167 checkedContentDescription == 0 ? label : checkedContentDescription, in SimpleCheckableButtonController() 168 uncheckedContentDescription == 0 ? label : uncheckedContentDescription); in SimpleCheckableButtonController() 169 this.label = label; in SimpleCheckableButtonController() 178 button.setLabelText(label); in setButton() 259 @StringRes private final int label; field in ButtonController.SimpleNonCheckableButtonController 266 @StringRes int label, in SimpleNonCheckableButtonController() argument 268 super(delegate, buttonId, contentDescription == 0 ? label : contentDescription); in SimpleNonCheckableButtonController() 269 this.label = label; in SimpleNonCheckableButtonController() [all …]
|
/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/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/apps/Settings/src/com/android/settings/notification/ |
D | ZenAccessSettings.java | 125 final CharSequence label = app.loadLabel(mPkgMan); in reloadList() local 129 pref.setTitle(label); in reloadList() 141 .setPkgInfo(pkg, label) in reloadList() 145 .setPkgInfo(pkg, label) in reloadList() 228 public ScaryWarningDialogFragment setPkgInfo(String pkg, CharSequence label) { in setPkgInfo() argument 231 args.putString(KEY_LABEL, TextUtils.isEmpty(label) ? pkg : label.toString()); in setPkgInfo() 241 final String label = args.getString(KEY_LABEL); in onCreateDialog() local 244 label); in onCreateDialog() 280 public FriendlyWarningDialogFragment setPkgInfo(String pkg, CharSequence label) { 283 args.putString(KEY_LABEL, TextUtils.isEmpty(label) ? pkg : label.toString()); [all …]
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | AppGridView.java | 112 final CharSequence label = info.loadLabel(pm); in loadAllApps() local 113 if (label != null) { in loadAllApps() 114 results.add(new ActivityEntry(info, label.toString())); in loadAllApps() 129 public final String label; field in AppGridView.ActivityEntry 131 public ActivityEntry(ResolveInfo info, String label) { in ActivityEntry() argument 133 this.label = label; in ActivityEntry() 138 return label.compareToIgnoreCase(entry.label); in compareTo() 143 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/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().resetExpiredTimers(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()
|