/aosp_15_r20/external/perfetto/ui/ |
H A D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 41 '@types/color-convert': 62 '@types/w3c-web-usb': 68 color-convert: 71 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 116 vega-lite: 133 '@rollup/plugin-commonjs': [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 16 "js-yaml": "^4.1.0", 17 "node_modules-path": "^2.0.8", 18 "strip-ansi": "^7.1.0" 24 "@types/js-yaml": "^4.0.9", 27 "@typescript-eslint/eslint-plugin": "^7.16.0", 28 "@typescript-eslint/parser": "^7.16.0", 29 "@vscode/test-cli": "^0.0.10", 30 "@vscode/test-electron": "^2.4.1", 33 "node-polyfill-webpack-plugin": "^4.0.0", [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
H A D | gpu_process_state.h | 7 http://www.apache.org/licenses/LICENSE-2.0 40 // Singleton that manages per-process state when GPUs are present. 47 // A non-null ps may ONLY be provided during program static storage 48 // initialization. Must not be called more than once with a non-null ps. 83 // the current system environment. Otherwise returns nullptr. 100 // Registers a Visitor to be invoked on new chunks of memory allocated by the 105 // device memory registration. "bus_id" is platform-specific. On many 110 const SubAllocator::Visitor& visitor); 112 // Registers a Visitor to be invoked on new chunks of memory allocated by 115 const SubAllocator::Visitor& visitor); [all …]
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | package-lock.json | 2 "name": "pathkit-local", 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", 10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O… 18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz", 19 …"integrity": "sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dp… 22 "@babel/code-frame": "^7.10.4", 24 "@babel/helper-module-transforms": "^7.12.1", 30 "convert-source-map": "^1.7.0", 32 "gensync": "^1.0.0-beta.1", [all …]
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | package-lock.json | 2 "name": "canvaskit-local", 8 "name": "canvaskit-local", 10 "license": "BSD-3-Clause", 12 "is-docker": "~1.1.0", 13 "jasmine-core": "~3.6.0", 15 "karma-chrome-launcher": "~3.1.0", 16 "karma-coverage": "~2.0.3", 17 "karma-jasmine": "~4.0.1", 21 "node_modules/@babel/code-frame": { 23 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", [all …]
|
/aosp_15_r20/tools/netsim/ui/ |
H A D | package-lock.json | 2 "name": "netsim-app", 8 "name": "netsim-app", 17 "@custom-elements-manifest/analyzer": "^0.4.17", 18 "@open-wc/building-rollup": "^2.2.1", 19 "@open-wc/eslint-config": "^4.3.0", 20 "@open-wc/testing": "next", 21 "@rollup/plugin-node-resolve": "^15.0.1", 22 "@typescript-eslint/eslint-plugin": "^4.33.0", 23 "@typescript-eslint/parser": "^4.33.0", 24 "@web/dev-server": "^0.1.28", [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/art/compiler/optimizing/ |
H A D | code_generator.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 #include "art_method-inl.h" 47 #include "class_root-inl.h" 50 #include "dex/code_item_accessors-inl.h" 55 #include "mirror/array-inl.h" 56 #include "mirror/object_array-inl.h" 61 #include "scoped_thread_state_change-inl.h" 67 #include "thread-current-inl.h" 91 if (location.GetConstant()->IsIntConstant()) { in CheckType() 93 } else if (location.GetConstant()->IsNullConstant()) { in CheckType() [all …]
|
H A D | code_generator.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 98 // Save live core and floating-point caller-save registers and 102 // Restore live core and floating-point caller-save registers. 133 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc; in GetDexPc() 138 static constexpr uint32_t kRegisterNotSaved = -1; 163 // The current index for floating-point registers. 208 + parameter->GetIndex() * kVRegSize; in GetStackSlotOfParameter() 291 return invoke->IsIntrinsic() && in IsImplementedIntrinsic() 292 !unimplemented_intrinsics_[static_cast<size_t>(invoke->GetIntrinsic())]; in IsImplementedIntrinsic() 301 return GetNumberOfCoreRegisters() - GetNumberOfCoreCalleeSaveRegisters(); in GetNumberOfCoreCallerSaveRegisters() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | XmlDataSource.java | 55 // Whether the memoized map is in DTD order (we re-sort after it's cached). 59 // See: https://en.wikipedia.org/wiki/Double-checked_locking#Usage_in_Java 69 // However in practice, there's only ever one path with draft status present in the non-LDML 74 // CLDRFile code has a "top-most one wins" strategy, which can be affected in this code by 99 read(value -> map.put(value.getPath(), value), dtdType, true); in getPathValueMap() 128 public void accept(PathOrder order, ValueVisitor visitor) { in accept() argument 129 getPathValueMap(order).values().forEach(visitor::visit); in accept() 137 // Helper used to open files but which allows alternate implementation for in-memory testing. 146 private void read(ValueVisitor visitor, CldrDataType dtdType, boolean validating) { in read() argument 149 xmlReader.setContentHandler(new PathValueHandler(visitor, dtdType)); in read() [all …]
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | events.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 #include "android-base/logging.h" 25 #include "android-base/thread_annotations.h" 96 constexpr jint kInternalEventCount = static_cast<jint>(ArtJvmtiEvent::kMaxInternalEventTypeVal) - 165 static_cast<size_t>(ArtJvmtiEvent::kMaxEventTypeVal) - 175 bit_set.set(static_cast<size_t>(event) - static_cast<size_t>(ArtJvmtiEvent::kMinEventTypeVal), 182 static_cast<size_t>(event) - static_cast<size_t>(ArtJvmtiEvent::kMinEventTypeVal)); in Test() 190 // The per-thread enabled events. 196 // A union of the per-thread events, for fast-pathing. 205 // REQUIRES(env->event_info_mutex_); [all …]
|
H A D | ti_heap.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 #include "android-base/logging.h" 23 #include "android-base/thread_annotations.h" 25 #include "art_field-inl.h" 34 #include "events-inl.h" 37 #include "gc/heap-visit-objects-inl.h" 38 #include "gc/heap-inl.h" 40 #include "gc_root-inl.h" 47 #include "jvmti_weak_table-inl.h" 48 #include "mirror/array-inl.h" [all …]
|
/aosp_15_r20/development/tools/winscope/ |
H A D | package-lock.json | 19 "@angular/platform-browser": "^14.0.0", 20 "@angular/platform-browser-dynamic": "^14.0.0", 22 "@auth0/auth0-angular": "^1.10.0", 28 "gl-matrix": "^3.4.3", 29 "html-loader": "^3.1.0", 32 "jsbn-rsa": "^1.0.4", 35 "style-loader": "^3.3.1", 37 "ts-loader": "^9.3.0", 40 "webgl-utils": "^1.0.1", 41 "webgl-utils.js": "^1.1.0", [all …]
|
/aosp_15_r20/development/tools/ota_analysis/ |
H A D | package-lock.json | 13 "core-js": "^3.6.5", 15 "eslint-config-airbnb-base": "^14.2.1", 16 "flush-promises": "^1.0.2", 18 "material-design-icons": "^3.0.1", 20 "roboto-fontface": "*", 21 "vue": "^3.0.0-0", 22 "vue-echarts": "^6.0.0-rc.6", 23 "vue-router": "^4.0.0-0", 24 "vue-uuid": "^2.0.2", 25 "vuetify": "^3.0.0-alpha.0", [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/lib/ |
H A D | python_object_to_proto_visitor.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 """A visitor class that generates protobufs for each python object.""" 60 … "'tensorflow.lite.python.op_hint.OpHint.OpHintArgumentTracker'>": # pylint: disable=line-too-long 64 …ython.training.monitored_session._MonitoredSession.StepContext'>": # pylint: disable=line-too-long 88 def _SkipMember(cls, member): # pylint: disable=unused-argument 160 """Get a list of superclasses with minimal amount of non-TF classes. 164 can change. We only return the first non-TF class to be robust to non API 187 # Hack - tensorflow.test.StubOutForTesting may or may not be type <object> 188 # depending on the environment. To avoid inconsistency, break after we add 202 """A visitor that summarizes given python objects as protobufs.""" [all …]
|
/aosp_15_r20/art/runtime/ |
H A D | runtime.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 291 // Aborts semi-cleanly. Used in the implementation of LOG(FATAL), which most 462 // Visit all the roots. If only_dirty is true then non-dirty roots won't be visited. If 463 // clean_dirty is true then dirty roots will be marked as non-dirty after visiting. 464 EXPORT void VisitRoots(RootVisitor* visitor, VisitRootFlags flags = kVisitRootFlagAllRoots) 470 EXPORT void VisitImageRoots(RootVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_); 473 void VisitConcurrentRoots(RootVisitor* visitor, 479 void VisitNonThreadRoots(RootVisitor* visitor) 482 // Sweep system weaks, the system weak is deleted if the visitor return null. Otherwise, the 483 // system weak is updated to be the visitor's returned value. [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/sphinxdocs/src/sphinx_bzl/ |
H A D | bzl.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 29 from sphinx import domains, environment, roles 48 # See https://www.sphinx-doc.org/en/master/extdev/domainapi.html#sphinx.domains.Domain.get_objects 58 # NOTE: Non-warning log messages go to stdout and are only 59 # visible when -q isn't passed to Sphinx. Note that the sphinx_docs build 60 # rule passes -q by default; use --//sphinxdocs:quiet=false to disable it. 64 def _position_iter(values: Collection[_T]) -> tuple[bool, bool, _T]: 65 last_i = len(values) - 1 99 … https://www.sphinx-doc.org/en/master/extdev/domainapi.html#sphinx.domains.Domain.get_objects 109 def to_get_objects_tuple(self) -> _GetObjectsTuple: [all …]
|
/aosp_15_r20/development/tools/otagui/ |
H A D | package-lock.json | 13 "core-js": "^3.6.5", 15 "eslint-config-airbnb-base": "^14.2.1", 17 "material-design-icons": "^3.0.1", 19 "roboto-fontface": "*", 20 "vue": "^3.0.0-0", 21 "vue-echarts": "^6.0.0-rc.6", 22 "vue-router": "^4.0.0-0", 23 "vue-uuid": "^2.0.2", 24 "vue3-table-lite": "^1.0.5", 25 "vuetify": "^3.0.0-alpha.0", [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.11.rc1/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/ |
H A D | JsonFormatVisitorWrapper.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:44:43 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.11.0.rc1 A… 8 <meta name="date" content="2020-03-24"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.11.0.rc1 A… 21 //--> [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.11/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/ |
H A D | JsonFormatVisitorWrapper.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 17:14:54 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.11.0 API)<… 8 <meta name="date" content="2020-04-25"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.11.0 API)"; 21 //--> [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.10/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/ |
H A D | JsonFormatVisitorWrapper.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:12 PST 2019 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.10.0 API)<… 8 <meta name="date" content="2019-11-05"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.10.0 API)"; 21 //--> [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.8/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/ |
H A D | JsonFormatVisitorWrapper.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Wed Jul 20 08:39:15 PDT 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.8.0 API)</… 8 <meta name="date" content="2016-07-20"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 …sterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.8.0 API)"; 16 //--> [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.9/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/ |
H A D | JsonFormatVisitorWrapper.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:22:18 PST 2018 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.9.0 API)</… 8 <meta name="date" content="2018-01-23"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …sterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.9.0 API)"; 21 //--> [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.7/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/ |
H A D | JsonFormatVisitorWrapper.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Fri Jan 15 20:28:45 PST 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 …terxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.7.0 API)</… 8 <meta name="date" content="2016-01-15"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 …sterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper (jackson-databind 2.7.0 API)"; 16 //--> [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", 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", 34 "@algolia/autocomplete-shared": "1.9.3" [all …]
|