Home
last modified time | relevance | path

Searched +full:- +full:- +full:show +full:- +full:unsupported (Results 1 – 25 of 1142) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/llvm/utils/lit/lit/
H A Dmain.py4 lit - LLVM Integrated Tester.
54 # Show the test result line.
59 # Show the test failure output, if requested.
84 lit_config.fatal('test output unsupported with Python 2.5')
129 return -os.path.getmtime(fname)
141 parser = OptionParser("usage: %prog [options] {file-or-path}")
143 parser.add_option("", "--version", dest="show_version",
144 help="Show version and exit",
146 parser.add_option("-j", "--threads", dest="numThreads", metavar="N",
149 parser.add_option("", "--config-prefix", dest="configPrefix",
[all …]
/aosp_15_r20/external/llvm/docs/CommandGuide/
H A Dlit.rst1 lit - LLVM Integrated Tester
5 --------
10 -----------
19 search for tests (see :ref:`test-discovery`).
23 of tests which passed or failed (see :ref:`test-status-results`). The
24 :program:`lit` program will execute with a non-zero exit code if any tests
28 print summary information for test failures. See :ref:`output-options` for
33 :ref:`execution-options` for more information.
37 :ref:`selection-options` for more information.
40 :program:`lit` testing implementation should see :ref:`lit-infrastructure`.
[all …]
/aosp_15_r20/external/llvm/test/MC/AMDGPU/
H A Dsopp-err.s1 // RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck --check-prefix=GCN --check-pref…
2 // RUN: not llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s 2>&1 | FileCheck --check-prefix=GCN --c…
3 // RUN: not llvm-mc -arch=amdgcn -mcpu=fiji -show-encoding %s 2>&1 | FileCheck --check-prefix=GCN -…
6 // GCN: error: invalid/unsupported code of message
9 // GCN: error: invalid/unsupported symbolic name of message
24 // GCN: error: invalid/unsupported symbolic name of message
30 // GCN: error: invalid stream id: only 2-bit values are legal
42 // GCN: error: invalid code of GS_OP: only 2-bit values are legal
45 // GCN: error: invalid stream id: only 2-bit values are legal
60 // GCN: error: invalid/unsupported code of SYSMSG_OP
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWarnings.java8 * http://www.apache.org/licenses/LICENSE-2.0
76 private static final String CONFIG_FILE_NAME = "packages-warnings.xml";
125 mConfigFile = new AtomicFile(new File(systemDir, CONFIG_FILE_NAME), "warnings-config"); in AppWarnings()
155 * Shows the "unsupported display size" warning, if necessary.
171 * Shows the "unsupported compile SDK" warning, if necessary.
186 // Don't show warning if we are running in a test harness and we don't have to always in showUnsupportedCompileSdkDialogIfNeeded()
187 // show for this activity. in showUnsupportedCompileSdkDialogIfNeeded()
191 // If the application was built against an pre-release SDK that's older than the current in showUnsupportedCompileSdkDialogIfNeeded()
192 // platform OR if the current platform is pre-release and older than the SDK against which in showUnsupportedCompileSdkDialogIfNeeded()
193 // the application was built OR both are pre-release with the same SDK_INT but different in showUnsupportedCompileSdkDialogIfNeeded()
[all …]
/aosp_15_r20/art/tools/hiddenapi/
H A Dfind_api_violations.pl8 # http://www.apache.org/licenses/LICENSE-2.0
33 cat bugreport.txt | perl find_api_violations.pl --bugreport > violations.csv
39 =item --[no]unsupported
41 (Don't) show unsupported API accesses (default true)
43 =item --[no]max-target
45 (Don't) show APIs blocked by apps target SDK (default true)
47 =item --[no]blocked
49 (Don't) show blocked list accesses (default true)
51 =item --bugreport|-b
55 =item --short|-s
[all …]
/aosp_15_r20/external/googleapis/google/cloud/dataqna/v1alpha/
H A Dquestion.proto7 // http://www.apache.org/licenses/LICENSE-2.0
43 // Output only. Immutable. The unique identifier for the Question. The ID is server-generated.
56 // `//bigquery.googleapis.com/projects/test-project/datasets/foo/tables/bar`
88 // Output only. The e-mail address of the user that created this question.
108 // Populated if parts of the query are unsupported.
118 // Details about unsupported parts in a query.
120 // Unsupported operators. For example: median.
123 // Unsupported intents.
228 // dialog if this is non-empty, even if this is the only interpretation.
284 // Show a table.
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
DPhoneLookupInfoConsolidator.java8 * http://www.apache.org/licenses/LICENSE-2.0
73 * <p>The reason for defining a name source is to avoid mixing info from different sub-messages in
74 * PhoneLookupInfo proto when we are supposed to stick with only one sub-message. For example, if
130 String.format("Unsupported name source: %s", nameSource)); in getContactSource()
174 String.format("Unsupported name source: %s", nameSource)); in getName()
200 String.format("Unsupported name source: %s", nameSource)); in getPhotoThumbnailUri()
227 String.format("Unsupported name source: %s", nameSource)); in getPhotoUri()
249 String.format("Unsupported name source: %s", nameSource)); in getPhotoId()
273 String.format("Unsupported name source: %s", nameSource)); in getLookupUri()
300 String.format("Unsupported name source: %s", nameSource)); in getNumberLabel()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ftrace/
H A Dftracetest2 # SPDX-License-Identifier: GPL-2.0-only
4 # ftracetest - Ftrace test shell scripts
11 [ ! -z "$2" ] && echo $2
12 echo "Usage: ftracetest [options] [testcase(s)] [testcase-directory(s)]"
14 echo " -h|--help Show help message"
15 echo " -k|--keep Keep passed test logs"
16 echo " -v|--verbose Increase verbosity of test messages"
17 echo " -vv Alias of -v -v (Show all results in stdout)"
18 echo " -vvv Alias of -v -v -v (Show all commands immediately)"
19 echo " --fail-unsupported Treat UNSUPPORTED as a failure"
[all …]
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
D__main__.py43 unsupported = []
48 unsupported.append(item)
68 yield 'unsupported'
71 yield from section('types', unsupported)
72 yield from section('variables', unsupported)
164 if datacmd == 'show':
170 extra = {'unsupported': ['type unknown'] * len(decl.members)}
172 extra = {'unsupported': ['type unknown']}
214 parser.add_argument('--levels', action='append', metavar='LEVEL[,...]')
215 parser.add_argument(f'--public', dest='levels',
[all …]
/aosp_15_r20/external/libcups/locale/
H A Dcups_en.po4 # Copyright © 2007-2019 by Apple Inc.
5 # Copyright © 2005-2007 by Easy Software Products.
25 "Project-Id-Version: CUPS 2.3.0\n"
26 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n"
27 "POT-Creation-Date: 2019-12-18 20:19-0500\n"
28 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
29 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
30 "Language-Team: English\n"
32 "MIME-Version: 1.0\n"
33 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
H A Dcups.strings28 "\tprinter is on device '%s' speed -1" = "\tprinter is on device ‘%s’ speed -1";
42 " REF: Pages 16-17, section 3.2." = " REF: Pages 16-17, section 3.2.";
43 " REF: Pages 42-45, section 5.2." = " REF: Pages 42-45, section 5.2.";
44 " REF: Pages 45-46, section 5.2." = " REF: Pages 45-46, section 5.2.";
45 " REF: Pages 48-49, section 5.2." = " REF: Pages 48-49, section 5.2.";
46 " REF: Pages 52-54, section 5.2." = " REF: Pages 52-54, section 5.2.";
47 " %-39.39s %.0f bytes" = " %-39.39s %.0f bytes";
68 … REF: Pages 56-57, section 5.3." = " WARN LanguageEncoding required by PPD 4.3 spe…
70 … REF: Pages 58-59, section 5.3." = " WARN Manufacturer required by PPD 4.3 spec.…
71 " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF." = " …
[all …]
H A Dcups_fr.po4 # Copyright © 2007-2018 by Apple Inc.
5 # Copyright © 2005-2007 by Easy Software Products.
12 "Project-Id-Version: CUPS 2.3\n"
13 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n"
14 "POT-Creation-Date: 2019-12-18 20:19-0500\n"
15 "PO-Revision-Date: 2012-12-12 11:12+0100\n"
16 "Last-Translator: Stéphane Blondon <[email protected]>\n"
17 "Language-Team: French <[email protected]>\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
H A Dcups_cs.po4 # Copyright © 2007-2018 by Apple Inc.
5 # Copyright © 2005-2007 by Easy Software Products.
12 "Project-Id-Version: CUPS 2.3\n"
13 "Report-Msgid-Bugs-To: https://github.com/apple/cups/issues\n"
14 "POT-Creation-Date: 2019-12-18 20:19-0500\n"
15 "PO-Revision-Date: 2012-09-14 10:26+0100\n"
16 "Last-Translator: Jan Bartos <[email protected]>\n"
17 "Language-Team: Czech\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_analyzer/
D__main__.py87 div = '--------------------'
140 process_checks = add_sepval_cli(parser, '--check', 'checks', checks)
143 parser.add_argument(f'--{check}', dest='checks',
172 print(f'{data.filename}:{name} - {failure}')
185 print(f' func: {funcname or "-"}')
192 raise ValueError(f'unsupported fmt {fmt!r}')
232 # yield f'grand total: {len(supported) + len(unsupported)}'
240 return f'{item.filename:35}\t{funcname or "-":35}\t{item.name:40}\t{extra}'
242 return f'{item.filename:35}\t{funcname or "-":35}\t{item.name}'
264 parser.add_argument('--format', dest='fmt', default=default, choices=tuple(FORMATS))
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dfifo.json15 "verifyCmd": "$TC qdisc show dev $DUMMY",
16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
36 "verifyCmd": "$TC qdisc show dev $DUMMY",
37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p",
56 "verifyCmd": "$TC qdisc show dev $DUMMY",
57 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
76 "verifyCmd": "$TC qdisc show dev $DUMMY",
96 "verifyCmd": "$TC qdisc show dev $DUMMY",
116 "verifyCmd": "$TC qdisc show dev $DUMMY",
117 "matchPattern": "qdisc bfifo 10000: root.*limit [0-9]+b",
[all …]
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Drpc_http_dialog.ts7 // http://www.apache.org/licenses/LICENSE-2.0
32 trace_processor_shell --httpd file.pftrace this is likely what you want.
37 trace_processor_shell --httpd.
43 - Only one tab can be using the accelerator.
44 - Sharing, downloading and conversion-to-legacy aren't supported.
57 curl -LO https://get.perfetto.dev/trace_processor
59 ./trace_processor --httpd
86 // +-----------------------------------+
88 // +-----------------+-----------------+
90 // +-----------------+-----------------+
[all …]
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/host/python/
Dapf_utils.py7 # http://www.apache.org/licenses/LICENSE-2.0
33 ) -> int:
40 ) -> dict:
61 r"APF packet counters:.*\n.(\s+[A-Z_0-9]+: \d+\n)+", re.MULTILINE
69 # Extract key-value pairs from APF counters section into a list of tuples,
71 counter_pattern = re.compile(r"(?P<name>[A-Z_0-9]+): (?P<value>\d+)")
88 ) -> list[str]:
91 This function executes an ADB shell command (`ip -4 address show`) to get the
109 output = adb_utils.adb_shell(ad, f"ip -4 address show {iface_name}")
120 ) -> list[str]:
[all …]
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategorySelectorFragment.java8 * http://www.apache.org/licenses/LICENSE-2.0
92 * Requests to show the Android custom photo picker for the sake of picking a photo
102 void show(Category category); in show() method
151 // In case CreativeWallpapers are enabled, it means we want to show the new view in onCreateView()
161 //TODO (b/290267060): To be fixed when re-factoring of loading categories is done in onCreateView()
186 // For nav bar edge-to-edge effect. in onCreateView()
187 mImageGrid.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView()
395 getCategorySelectorFragmentHost().show(mCategory); in onClick()
465 snackbar.show(); in showPermissionSnackbar()
494 This is re-used between both GroupedCategoryAdaptor and CategoryAdaptor
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/
DOemUnlockPreferenceController.java8 * http://www.apache.org/licenses/LICENSE-2.0
51 private static final String UNSUPPORTED = "-9999"; field in OemUnlockPreferenceController
65 if (!TextUtils.equals(SystemProperties.get(OEM_UNLOCK_SUPPORTED_KEY, UNSUPPORTED), in OemUnlockPreferenceController()
105 OemLockInfoDialog.show(mFragment); in onPreferenceChange()
170 // If the device isn't SIM-locked but OEM unlock is disallowed by some party, this in updateOemUnlockSettingDescription()
172 // able to confirm which restrictions (SIM-lock or otherwise) apply. in updateOemUnlockSettingDescription()
179 /** Returns {@code true} if the device is SIM-locked. Otherwise, returns {@code false}. */
184 "getAllowedCarriers is unsupported without " in isSimLockedDevice()
216 .show(); in showKeyguardConfirmation()
221 EnableOemUnlockSettingWarningDialog.show(mFragment); in confirmEnableOemUnlock()
/aosp_15_r20/system/extras/simpleperf/scripts/bin/android/x86/
HDsimpleperf ... ------------- - .note.gnu.build-
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentActivity.java8 * http://www.apache.org/licenses/LICENSE-2.0
71 // We have to fire off the intent and finish before trying to show the fragment, in onCreate()
77 new ShareIntentFragment().show(getFragmentManager(), "ShareIntentFragment"); in onCreate()
123 // Unsupported content type. in onAttachFragment()
124 LogUtil.e(LogUtil.BUGLE_TAG, "Unsupported shared content type for " + contentUri in onAttachFragment()
154 // Unsupported content type. in onAttachFragment()
155 LogUtil.e(LogUtil.BUGLE_TAG, "Unsupported shared content type for " + uri in onAttachFragment()
173 // Unsupported action. in onAttachFragment()
174 Assert.fail("Unsupported action type for sharing: " + action); in onAttachFragment()
218 // https://developer.android.com/training/secure-file-sharing/retrieve-info.html in extractContentType()
/aosp_15_r20/prebuilts/android-emulator/trusty-x86_64/share/qemu/
HDu-boot.e500 ... --------------------- ...
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Du-boot.e500 ... --------------------- ...
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Du-boot.e500 ... --------------------- ...
/aosp_15_r20/external/clang/include/clang/Driver/
H A DOptions.td1 //===--- Options.td - Options for clang -----------------------------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
20 // DriverOption - The option is a "driver" option, and should not be forwarded
24 // LinkerInput - The option is a linker input.
27 // NoArgumentUnused - Don't report argument unused warnings for this option; this
28 // is useful for options like -static or -dynamic which a user may always end up
32 // Unsupported - The option is unsupported, and the driver will reject command
34 def Unsupported : OptionFlag;
36 // CoreOption - This is considered a "core" Clang option, available in both
[all …]

12345678910>>...46