/aosp_15_r20/external/pigweed/pw_web/webconsole/ |
H A D | package-lock.json | 12 "@codemirror/lang-javascript": "^6.0.2", 14 "@codemirror/theme-one-dark": "^6.0.0", 15 "@emotion/react": "^11.10.0", 20 "object-path": "^0.11.8", 22 "react": "18.2.0", string 23 "react-dom": "18.2.0", 24 "react-virtualized": "^9.22.3", 25 "react-virtualized-auto-sizer": "^1.0.6", 26 "react-window": "^1.8.7", 28 "xterm-addon-fit": "^0.5.0" [all …]
|
/aosp_15_r20/external/jspecify/docs/ |
H A D | package-lock.json | 12 "@docusaurus/preset-classic": "3.4.0", 13 "@mdx-js/react": "^3.0.0", 15 "prism-react-renderer": "^2.3.0", 16 "react": "^18.0.0", string 17 "react-dom": "^18.0.0" 20 "@docusaurus/module-type-aliases": "3.4.0", 27 "node_modules/@algolia/autocomplete-core": { 29 … "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz", 30 …"integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL… 33 "@algolia/autocomplete-plugin-algolia-insights": "1.9.3", [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | parser.rs | 37 pub(crate) fn new(cmd: &'cmd mut Command<'help>) -> Self { in new() 56 ) -> ClapResult<()> { in get_matches_with() 67 // If the user already passed '--'. Meaning only positional args follow. in get_matches_with() 101 // Has the user already passed '--'? Meaning only positional args follow in get_matches_with() 203 // AllowNegativeNumbers is set, parse_short_arg will *not* throw in get_matches_with() 220 // Is a single dash `-`, try positional. in get_matches_with() 237 .seek(&mut args_cursor, clap_lex::SeekFrom::Current(-1)); in get_matches_with() 240 self.flag_subcmd_skip = self.cur_idx.get() - at + 1; in get_matches_with() 280 // Assume this is a value of a previous arg. in get_matches_with() 370 // Came to -- and one positional has .last(true) set, so we go immediately in get_matches_with() [all …]
|
/aosp_15_r20/external/easymock/src/org/easymock/ |
H A D | MockControl.java | 2 * Copyright 2001-2009 OFFIS, Tammo Freese 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 117 * if the mock object already is in replay state. 128 * if the mock object is in record state. 138 * will react by returning silently. 141 * if the mock object is in replay state, if no method was 153 * will react by throwing the provided Throwable. 158 * if the mock object is in replay state or if no method was 164 * if throwable is null. [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/ |
H A D | speedometer_3.sql | 1 -- Copyright 2024 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 -- List Speedometer 3 measures. Used to find relevant slices. 7 -- Expected slice name 9 -- Suite name 11 -- Test name 13 -- Measure type 19 VALUES('TodoMVC-JavaScript-ES5', 'Adding100Items'), 20 ('TodoMVC-JavaScript-ES5', 'CompletingAllItems'), [all …]
|
H A D | speedometer_2_1.sql | 1 -- Copyright 2024 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 -- List Speedometer 2.1 test marks. Used to find relevant slices. 7 -- Expected slice name 9 -- Suite name 11 -- Test name 13 -- Mark type 19 VALUES('Angular2-TypeScript-TodoMVC', 'Adding100Items'), 20 ('Angular2-TypeScript-TodoMVC', 'CompletingAllItems'), [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/ |
H A D | parser.rs | 35 pub(crate) fn new(cmd: &'cmd mut Command) -> Self { in new() 54 ) -> ClapResult<()> { in get_matches_with() 65 // If the user already passed '--'. Meaning only positional args follow. in get_matches_with() 84 // Has the user already passed '--'? Meaning only positional args follow in get_matches_with() 183 // AllowNegativeNumbers is set, parse_short_arg will *not* throw in get_matches_with() 196 // Is a single dash `-`, try positional. in get_matches_with() 213 .seek(&mut args_cursor, clap_lex::SeekFrom::Current(-1)); in get_matches_with() 216 self.flag_subcmd_skip = self.cur_idx.get() - at + 1; in get_matches_with() 260 // Assume this is a value of a previous arg. in get_matches_with() 351 // Came to -- and one positional has .last(true) set, so we go immediately in get_matches_with() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | parser.rs | 35 pub(crate) fn new(cmd: &'cmd mut Command) -> Self { in new() 54 ) -> ClapResult<()> { in get_matches_with() 65 // If the user already passed '--'. Meaning only positional args follow. in get_matches_with() 84 // Has the user already passed '--'? Meaning only positional args follow in get_matches_with() 183 // AllowNegativeNumbers is set, parse_short_arg will *not* throw in get_matches_with() 196 // Is a single dash `-`, try positional. in get_matches_with() 213 .seek(&mut args_cursor, clap_lex::SeekFrom::Current(-1)); in get_matches_with() 216 self.flag_subcmd_skip = self.cur_idx.get() - at + 1; in get_matches_with() 260 // Assume this is a value of a previous arg. in get_matches_with() 351 // Came to -- and one positional has .last(true) set, so we go immediately in get_matches_with() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | tsconfig.json | 10 …// "disableSolutionSearching": true, /* Opt a project out of multi-project referen… 16 // "jsx": "preserve", /* Specify what JSX code is generated. */ 18 …// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated de… 19 … /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createE… 20 …y the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment… 21 … Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ 22 …ecify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */ 24 …// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class f… 25 …tection": "auto", /* Control what method is used to detect module-format JS… 28 … "module": "commonjs", /* Specify what module code is generated. */ [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 30 * This is the API that a view sees when it wants to interact with its parent. 52 * performance of the system. When no such a view is present in the 64 * requires the hierarchy to re-render. 66 * This method is called by the View hierarchy to signal ancestors that a View either needs to 67 * re-record its drawing commands, or drawing properties have changed. This is how Views 70 * This signal is generally only dispatched for attached Views, since only they need to draw. 83 * All or part of a child is dirty and needs to be redrawn. 85 * @param child The child which is dirty [all …]
|
H A D | DragEvent.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 30 * Represents an event that is sent out by the system at various times during a drag and drop 31 * operation. It is a data structure that contains several important pieces of data about 36 * object to react to a change in state by changing its appearance or performing other actions. 37 * For example, a View can react to the {@link #ACTION_DRAG_ENTERED} action type by 42 * is called a drag shadow. Several action types reflect the position of the drag shadow relative 46 * Most methods return valid data only for certain event actions. This is summarized in the 47 * following table. Each possible {@link #getAction()} value is listed in the first column. The 62 * <td style="text-align: center;">X</td> [all …]
|
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/ |
D | NetworkInfo.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 41 * synchronous calls have no such constraints, and as such it is unadvisable to use the 43 * networking that is consistent (that is: they may return a past or a future state with 52 * Coarse-grained network state. This is probably what most applications should 54 * The mapping between the two is as follows: 57 * <tr><td><b>Detailed state</b></td><td><b>Coarse-grained state</b></td></tr> 81 * The fine-grained state of a network connection. This level of detail 82 * is probably of interest to few applications. Most should use 101 /** IP traffic is suspended */ [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 set -e 27 echo -n "$name" >"$DIR"/trigger_request & 29 # Give kernel a chance to react. 31 while [ ! -e "$DIR"/"$name"/loading ]; do 33 timeout=$(( $timeout - 1 )) 34 if [ "$timeout" -eq 0 ]; then 54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null & 56 # Give kernel a chance to react. 58 while [ ! -e "$DIR"/"$name"/loading ]; do [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 16 "ts-protoc-gen": "^0.15.0" 23 "@codemirror/lang-python": "^6.1.6", 25 "@codemirror/theme-one-dark": "^6.1.2", 26 "@lit-labs/virtualizer": "^2.0.7", 27 "@material-ui/core": "^4.12.1", 28 "@material-ui/lab": "^4.0.0-alpha.60", 30 "@open-wc/testing": "^3.0.0-next.5", [all …]
|
/aosp_15_r20/external/pigweed/pw_web/webconsole/components/ |
H A D | log.tsx | 7 // https://www.apache.org/licenses/LICENSE-2.0 10 // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 15 import {useEffect, useRef, useState} from "react"; 17 import {AutoSizer, Table, Column} from 'react-virtualized'; 19 import 'react-virtualized/styles.css'; 40 // Not a valid message, print as-is. 47 humanTime: new Date(Date.now()).toLocaleTimeString("en-US") 58 humanTime: new Date(Date.now()).toLocaleTimeString("en-US") 91 logTable.current!.scrollToRow(logs.length - 1); 114 {/* @ts-ignore */} [all …]
|
/aosp_15_r20/external/skia/experimental/tskit/ |
H A D | package-lock.json | 9 "license": "BSD-3-Clause", 11 "@typescript-eslint/eslint-plugin": "^4.21.0", 12 "@typescript-eslint/parser": "^4.21.0", 14 "eslint-config-airbnb-typescript": "^12.3.1", 15 "eslint-plugin-import": "^2.22.1", 19 "node_modules/@babel/code-frame": { 21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", 22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG… 28 "node_modules/@babel/helper-validator-identifier": { 30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… [all …]
|
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
H A D | InputMethodStatsTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 103 runWithShellPermissionIdentity(() -> { in setUp() 131 return TestActivity.startSync(activity -> createLayout(mode, activity)); in createTestActivity() 169 * @implNote This is used to avoid the case where 171 * is called before IME insets control is available, starting a more complex flow which is 175 * TODO(b/263069667): Remove this method when the ImeInsetsSourceConsumer show flow is fixed. 179 final OnControllableInsetsChangedListener listener = (controller, typeMask) -> { in awaitControl() 184 TestUtils.runOnMainSync(() -> activity.getWindow() in awaitControl() 196 TestUtils.runOnMainSync(() -> activity.getWindow() in awaitControl() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/eventbus/ |
H A D | EventBus.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 35 * libraries offer better ways to decouple components and react to events. 37 * <p>To decouple components, we recommend a dependency-injection framework. For Android code, most 40 …* href="https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-introd… 42 * them together as a set (<a href="https://dagger.dev/dev-guide/multibindings">Dagger</a>, <a 44 …* href="https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-autowi… 46 * <p>To react to events, we recommend a reactive-streams framework like <a 50 * translating code from using an event bus to using a reactive-streams framework, see these two 51 * guides: <a href="https://blog.jkl.gg/implementing-an-event-bus-with-rxjava-rxbus/">1</a>, <a [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/eventbus/ |
H A D | EventBus.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 34 * libraries offer better ways to decouple components and react to events. 36 * <p>To decouple components, we recommend a dependency-injection framework. For Android code, most 39 …* href="https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-introd… 41 * them together as a set (<a href="https://dagger.dev/dev-guide/multibindings">Dagger</a>, <a 43 …* href="https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-autowi… 45 * <p>To react to events, we recommend a reactive-streams framework like <a 49 * translating code from using an event bus to using a reactive-streams framework, see these two 50 * guides: <a href="https://blog.jkl.gg/implementing-an-event-bus-with-rxjava-rxbus/">1</a>, <a [all …]
|
/aosp_15_r20/external/jspecify/docs/src/pages/ |
H A D | index.js | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 17 import React from 'react'; 31 <header className={clsx('hero hero--primary', styles.heroBanner)}> 34 …<img src={useBaseUrl('/img/jspecify-banner.svg')} className={styles.banner} alt='JSpecify Banner' … 39 className="button button--secondary button--lg" 40 to="/docs/start-here">
|
/aosp_15_r20/external/flashrom/doc/about_flashrom/ |
H A D | team.rst | 5 flashrom development process is happening in Gerrit. 7 add comments to patches and vote +1..-1 on patches. 26 * React to patches when added as a reviewer. 28 * Try to respond to technical questions on the mailing list if the topic is something you know about 40 There is no expectation on how much time you spend on your duties, some non-zero amount of time, 45 (potentially without waiting for you to come back, if the decision is needed quickly). 54 * React to patches when added as a reviewer. 56 * Try to respond to technical questions on the mailing list if the topic is something you know about 59 * From time to time show up in real-time channel(s) and/or dev meetings.
|
/aosp_15_r20/external/jspecify/docs/src/components/HomepageFeatures/ |
H A D | index.js | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 17 import React from 'react'; 24 Svg: require('@site/static/img/jspecify-landing-annot.svg').default, 27 JSpecify is releasing the first artifact of tool-independent annotations 34 Svg: require('@site/static/img/jspecify-landing-bugs.svg').default, 48 Png: require('@site/static/img/jspecify-landing-community.png').default, 51 JSpecify is developed by consensus of members representing a variety of 61 <div className={clsx('col col--4')}> 62 <div className="text--center"> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/ |
H A D | Task.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 75 * When a task is returned in a response, not all 76 * information is retrieved by default because some data, such as 116 * All information is returned. 125 UNRECOGNIZED(-1), 159 * All information is returned. 235 throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); in valueOf() 237 if (desc.getIndex() == -1) { in valueOf() 307 * Optionally caller-specified in [all …]
|
H A D | TaskOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 30 * Optionally caller-specified in 35 * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), 36 * hyphens (-), colons (:), or periods (.). 39 …* projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifyi… 40 * * `LOCATION_ID` is the canonical ID for the task's location. 44 * * `QUEUE_ID` can contain letters ([A-Za-z]), numbers ([0-9]), or 45 * hyphens (-). The maximum length is 100 characters. 46 * * `TASK_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), [all …]
|
/aosp_15_r20/external/lottie/ |
H A D | README.md | 1 …thub.com/airbnb/lottie-ios), [React Native](https://github.com/airbnb/lottie-react-native), [Web](… 3  7 …is a mobile library for Android and iOS that parses [Adobe After Effects](http://www.adobe.com/pro… 9 …ithout an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so… 13 Lottie is maintained and improved on nights and weekends. If you use Lottie in your app, please con… 46 Gradle is the only supported build configuration, so just add the dependency to your project `build… 54 The latest Lottie version is: 55  version is: 58 ![lottieVersion](https://maven-badges.herokuapp.com/maven-central/com.airbnb.android/lottie-compose… [all …]
|