/aosp_15_r20/external/mesa3d/bin/pick/ |
H A D | core.py | 1 # Copyright © 2019-2020 Intel Corporation 21 """Core data structures and routines for pick.""" 34 from .ui import UI 49 IS_FIX = re.compile(r'^\s*fixes:\s*([a-f0-9]{6,40})', flags=re.MULTILINE | re.IGNORECASE) 51 IS_CC = re.compile(r'^\s*cc:\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*["\']?([0-9]{2}\.[0-9])?["\']?\s*\<… 53 IS_REVERT = re.compile(r'This reverts commit ([0-9a-f]{40})') 54 IS_BACKPORT = re.compile(r'^\s*backport-to:\s*(\d{2}\.\d),?\s*(\d{2}\.\d)?', 62 git_toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel'], 91 async def commit_state(*, amend: bool = False, message: str = 'Update') -> bool: 104 cmd = ['--amend', '--no-edit'] [all …]
|
H A D | ui.py | 1 # Copyright © 2019-2020 Intel Corporation 21 """Urwid UI for pick script.""" 46 def __init__(self, *args, ui: 'UI', **kwargs): argument 48 self.ui = ui 53 def __init__(self, *args, ui: 'UI', **kwargs): argument 55 self.ui = ui 57 def keypress(self, size: int, key: str) -> typing.Optional[str]: 61 asyncio.ensure_future(self.ui.update()) 63 self.ui.add() 75 def __init__(self, ui: 'UI', commit: 'core.Commit'): argument [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.0.4.rst | 1 Mesa 23.0.4 Release Notes / 2023-05-30 18 --------------- 22 ee7f2cad1c58f943ea3048e59871908900b0a656ebdcf6a309e60af4270792f6 mesa-23.0.4.tar.xz 27 ------------ 29 - None 33 --------- 35 - radv: Battlefield {1,5} hangs on RX 7900 XTX 36 - radv: graphical artifacts in MSFS running via DXVK on RX7900XT 37 - [radeonsi] flickering debug chunk border lines in Minecraft 38 - vulkan/device_select: no way to select between GPUs of the same model due to bugs [all …]
|
H A D | 22.0.1.rst | 1 Mesa 22.0.1 Release Notes / 2022-03-29 18 --------------- 22 c05f9682c54560b36e0afa70896233fc73f1ed715e10d1a028b0eb84fd04426f mesa-22.0.1.tar.xz 26 ------------ 28 - None 32 --------- 34 - freedreno: crash in PUBG 35 - [regression][bisected] MSVC: Build failure in libmesa_util when targeting x86 32-bit 36 - A crash in radeonsi driver 37 - freedreno: deqp cts fails [all …]
|
H A D | 21.1.7.rst | 1 Mesa 21.1.7 Release Notes / 2021-08-11 18 --------------- 22 e9e67c10654f2e4bf15b944bb048007a614292aa4792b1b7512eb700b7b3a7bb mesa-21.1.7.tar.xz 26 ------------ 28 - None 32 --------- 34 - Miscompilation of a switch case 35 - [radeonsi][regression] CPU is being used ~10 times more than usual after c5478f9067f. 36 - dEQP-VK.wsi.android.swapchain.create#image_swapchain_create_info crash on Android R 37 - The image is distorted while use iGPU(Intel GPU) rendering and output via dGPU (AMD GPU) [all …]
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationActivityUiState.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 16 package com.android.messaging.ui.conversation; 21 import com.android.messaging.ui.contact.ContactPickerFragment; 26 * Keeps track of the different UI states that the ConversationActivity may be in. This acts as 28 * ConversationActivity about any state UI change so it can update the visuals. This class 36 /*------ Overall UI states (conversation & contact picker) ------*/ 40 /** Only a full screen contact picker is showing asking user to pick the initial contact. */ 43 * Only a full screen contact picker is showing asking user to pick more participants. This 48 * Only a full screen contact picker is showing asking user to pick more participants. However 54 * right after the user picked the initial contact for which a 1-1 conversation is fetched or [all …]
|
/aosp_15_r20/external/perfetto/docs/visualization/ |
H A D | perfetto-ui-release-process.md | 1 # Perfetto UI Release Process 3 The UI has three release channels which are configured by the 4 [channels.json](/ui/release/channels.json) file. The channels are: 6 - `stable`, the version served by default on ui.perfetto.dev. 8 - `canary`, a less stable but fresher release. Updated every 1-2 weeks. 9 - `autopush`, the current HEAD version of the UI. Unstable. 13 - Week 1: Update `canary` to `HEAD`. 14 - Week 2: Update `canary` to `HEAD`. 16 Only critical bug fixes can be cherry-picked onto `canary`. 17 - Week 3: Canary stabilization week 2/2. [all …]
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityController.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 134 private final Ui mUi; 156 @NonNull Ui ui) { in PreProvisioningActivityController() argument 157 this(activity, ui, in PreProvisioningActivityController() 188 @NonNull Ui ui, in PreProvisioningActivityController() argument 199 mUi = requireNonNull(ui, "Ui must not be null"); in PreProvisioningActivityController() 249 mRoleHolderHelper.ensureRoleGranted(mContext, success -> { in startAppropriateProvisioning() 300 interface Ui { interface in PreProvisioningActivityController 380 * List of headings for the organization-provided terms and conditions. 418 "Pre-provisioning checks have failed, cancelling provisioning"); in initiateProvisioning() [all …]
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
D | PeopleAndOptionsFragment.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 16 package com.android.messaging.ui.conversationsettings; 48 import com.android.messaging.ui.CompositeAdapter; 49 import com.android.messaging.ui.PersonItemView; 50 import com.android.messaging.ui.UIIntents; 51 import com.android.messaging.ui.conversation.ConversationActivity; 96 final Parcelable pick = data.getParcelableExtra( in onActivityResult() local 98 final String pickedUri = pick == null ? "" : pick.toString(); in onActivityResult() 211 count--; in getCount()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | UIIntents.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 16 package com.android.messaging.ui; 90 // Per-Subscription setting activity title 172 * Launch an activity to show the document picker to pick an image/video/audio. 179 * Launch an activity to show the contacts list to pick one. 248 * @param topLevel indicates whether the app settings is launched as the top-level settings 256 * Launch an activity to show per-subscription settings 272 * @param toneType type of ringtone to pick, maybe any of RingtoneManager.TYPE_* 288 * Broadcast conversation self id change so it may be reflected in the message compose UI. 318 * Get a PendingIntent for sending a message to a conversation, without opening the Bugle UI. [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/tools/photopickerV2/src/com/android/providers/media/tools/photopickerv2/photopicker/ |
D | PhotoPickerScreen.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 23 import androidx.compose.ui.res.stringResource in <lambda>() 46 import androidx.compose.ui.Alignment in <lambda>() 47 import androidx.compose.ui.Modifier in <lambda>() 48 import androidx.compose.ui.graphics.Color in <lambda>() 49 import androidx.compose.ui.platform.LocalContext in <lambda>() 50 import androidx.compose.ui.text.input.KeyboardType in <lambda>() 51 import androidx.compose.ui.unit.dp in <lambda>() 52 import androidx.compose.ui.viewinterop.AndroidView in <lambda>() 99 // The Pick Images intent is selected by default in <lambda>() [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 #include <ui/ConfigStoreTypes.h> 30 #include <ui/DisplayedFrameStats.h> 31 #include <ui/FrameStats.h> 32 #include <ui/GraphicBuffer.h> 33 #include <ui/GraphicTypes.h> 34 #include <ui/PhysicalDisplayId.h> 35 #include <ui/PixelFormat.h> 36 #include <ui/Rotation.h> 65 namespace ui { [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 #include <ui/ConfigStoreTypes.h> 30 #include <ui/DisplayedFrameStats.h> 31 #include <ui/FrameStats.h> 32 #include <ui/GraphicBuffer.h> 33 #include <ui/GraphicTypes.h> 34 #include <ui/PhysicalDisplayId.h> 35 #include <ui/PixelFormat.h> 36 #include <ui/Rotation.h> 65 namespace ui { [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 #include <ui/ConfigStoreTypes.h> 30 #include <ui/DisplayedFrameStats.h> 31 #include <ui/FrameStats.h> 32 #include <ui/GraphicBuffer.h> 33 #include <ui/GraphicTypes.h> 34 #include <ui/PhysicalDisplayId.h> 35 #include <ui/PixelFormat.h> 36 #include <ui/Rotation.h> 65 namespace ui { [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 #include <ui/ConfigStoreTypes.h> 30 #include <ui/DisplayedFrameStats.h> 31 #include <ui/FrameStats.h> 32 #include <ui/GraphicBuffer.h> 33 #include <ui/GraphicTypes.h> 34 #include <ui/PhysicalDisplayId.h> 35 #include <ui/PixelFormat.h> 36 #include <ui/Rotation.h> 65 namespace ui { [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/ |
H A D | README.md | 21 3. Based on your choice of the image, pick one of the scripts under 31 2. Pick the appropriate OS and python version you have installed, 37 tests on either [Jenkins](https://jenkins-ci.org/) or a CI system 52 Results from Jenkins are displayed in the Jenkins UI. For more information, 55 Results from the internal CI system are displayed in the Build Status UI. In 56 this UI, to see the logs for a failed build: 100 CI is run in the Mellanox lab on a 2-node cluster with the following parameters: 101 * Hardware * IB: 1x ConnectX-6 HCA (connected to Mellanox Quantum™ HDR switch) * 104 [HPC-X™](https://www.mellanox.com/page/hpcx_overview) and
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | PickActivity.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 65 import com.android.documentsui.ui.DialogController; 66 import com.android.documentsui.ui.MessageBuilder; 110 (Collection<RootInfo> roots) -> { in onCreate() 291 // cross-profile action. in includeState() 314 getIntent().getIntExtra(DocumentsContract.EXTRA_PROMPT, -1)); in getDrawerTitle() 367 // In recents we pick layout mode based on the mimetype, in refreshDirectory() 389 final PickFragment pick = PickFragment.get(fm); in refreshDirectory() local 390 if (pick != null) { in refreshDirectory() 391 pick.setPickTarget(mState.action, in refreshDirectory() [all …]
|
/aosp_15_r20/external/conscrypt/release/ |
H A D | README.md | 4 One-Time Setup 5 -------------- 22 <!-- TODO(flooey): Expand and link these, there's probably more --> 31 - Follow the instructions on [this 32 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an 34 - You only need to create the account, not set up a new project 35 - Contact a Conscrypt maintainer to add your account after you have created it. 36 - Install GnuPG and [generate your key 38 - [Publish your public key](https://www.gnupg.org/gph/en/manual.html#AEN464) 40 (e.g. `gpg --keyserver pgp.mit.edu --send-key <key ID>`). [all …]
|
/aosp_15_r20/external/executorch/build/ |
H A D | pick_doc_commits.py | 5 # This source code is licensed under the BSD-style license found in the 11 pick_doc_commits.py --main=origin/main --release=origin/release/5.5 14 filter them down to the docs-only commits that should be cherrypicked. It will 34 # Controlled by the --verbose flag. 45 def run_git(command: List[str]) -> List[str]: 54 A list of the non-empty lines printed to stdout, without trailing 66 # Remove empty and whitespace-only lines. 70 debug_log("-----BEGIN GIT OUTPUT-----") 73 debug_log("-----END GIT OUTPUT-----") 80 """A git commit hash and its one-line message.""" [all …]
|
/aosp_15_r20/external/angle/doc/ |
H A D | ChoosingANGLEBranch.md | 26 branches will be short-lived. 48 ## Cherry-picking a change to a release branch 56 entirely in the Gerrit UI. Click the "Cherry pick" button and enter 62 2. `git cherry-pick [commit_hash]` 66 Have the cherry-pick reviewed, and then land it. It's also OK to skip 70 There is one final step to pick up the ANGLE change into a Chromium Beta or 71 Stable branch. A Skia auto-roller updates the DEPS file in the corresponding 74 these auto-rollers: 76 1. https://autoroll.skia.org/r/angle-chromium-beta-autoroll 77 1. https://autoroll.skia.org/r/angle-chromium-stable-autoroll
|
/aosp_15_r20/external/libcups/cups/ |
H A D | ppd.h | 7 * Copyright © 2007-2019 by Apple Inc. 8 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 73 typedef enum ppd_ui_e /**** UI Types @deprecated@ ****/ 76 PPD_UI_PICKONE, /* Pick one from a list */ 77 PPD_UI_PICKMANY /* Pick zero or more from a list */ 92 PPD_CS_CMYK = -4, /* CMYK colorspace */ 106 PPD_MISSING_PPDADOBE4, /* Missing PPD-Adobe-4.x header */ 144 char text[PPD_MAX_TEXT]; /* Human-readable text, if any */ 154 char choice[PPD_MAX_NAME]; /* Computer-readable option name */ 155 char text[PPD_MAX_TEXT]; /* Human-readable option name */ [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dialogflow_v2beta1.projects.agent.intents.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | dialogflow_v2beta1.projects.locations.agent.intents.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/ |
H A D | tasks.sql | 1 -- Copyright 2023 The Chromium Authors 2 -- Use of this source code is governed by a BSD-style license that can be 3 -- found in the LICENSE file. 5 -- Checks if slice has an ancestor with provided name. 7 -- Id of the slice to check parents of. 9 -- Name of potential ancestor slice. 11 -- Whether `parent_name` is a name of an ancestor slice. 20 -- Returns the mojo ipc hash for a given task, looking it up from the 21 -- argument of descendant ScopedSetIpcHash slice. 22 -- This is relevant only for the older Chrome traces, where mojo IPC [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/ |
H A D | tasks.sql | 1 -- Copyright 2023 The Chromium Authors 2 -- Use of this source code is governed by a BSD-style license that can be 3 -- found in the LICENSE file. 5 -- Checks if slice has an ancestor with provided name. 7 -- Id of the slice to check parents of. 9 -- Name of potential ancestor slice. 11 -- Whether `parent_name` is a name of an ancestor slice. 20 -- Returns the mojo ipc hash for a given task, looking it up from the 21 -- argument of descendant ScopedSetIpcHash slice. 22 -- This is relevant only for the older Chrome traces, where mojo IPC [all …]
|