/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.8.3/ |
HD | jsoup-1.8.3.jar | ... String word
boolean last
int i
String[] words
String text
public java.lang.String toString () ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/ |
HD | jsoup-1.6.3.jar | ... String word
boolean last
int i
String[] words
String text
public java.lang.String toString () ... |
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 1 //===- BitstreamRemarkParser.cpp ------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // parser for remark diagnostics in LLVM. 12 //===----------------------------------------------------------------------===// 42 /// Parse a record and fill in the fields in the parser. 43 static Error parseRecord(BitstreamMetaParserHelper &Parser, unsigned Code) { in parseRecord() argument 44 BitstreamCursor &Stream = Parser.Stream; in parseRecord() 57 Parser.ContainerVersion = Record[0]; in parseRecord() 58 Parser.ContainerType = Record[1]; in parseRecord() [all …]
|
H A D | BitstreamRemarkParser.h | 1 //===-- BitstreamRemarkParser.h - Parser for Bitstream remarks --*- C++/-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file provides the impementation of the Bitstream remark parser. 11 //===----------------------------------------------------------------------===// 33 /// The string table used for parsing strings. 43 /// Wether the parser is ready to parse remarks. 46 /// Create a parser that expects to find a string table embedded in the 51 /// Create a parser that uses a pre-parsed string table. 59 return P->ParserFormat == Format::Bitstream; in classof() [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", 26 "@babel/parser": "^7.12.10", 30 "convert-source-map": "^1.7.0", [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 1 //===- BitstreamRemarkParser.cpp ------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // parser for remark diagnostics in LLVM. 12 //===----------------------------------------------------------------------===// 41 /// Parse a record and fill in the fields in the parser. 42 static Error parseRecord(BitstreamMetaParserHelper &Parser, unsigned Code) { in parseRecord() argument 43 BitstreamCursor &Stream = Parser.Stream; in parseRecord() 56 Parser.ContainerVersion = Record[0]; in parseRecord() 57 Parser.ContainerType = Record[1]; in parseRecord() [all …]
|
H A D | BitstreamRemarkParser.h | 1 //===-- BitstreamRemarkParser.h - Parser for Bitstream remarks --*- C++/-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file provides the impementation of the Bitstream remark parser. 11 //===----------------------------------------------------------------------===// 23 #include <string> 31 /// The string table used for parsing strings. 41 /// Wether the parser is ready to parse remarks. 44 /// Create a parser that expects to find a string table embedded in the 49 /// Create a parser that uses a pre-parsed string table. [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/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/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/json/ |
D | json_parser.h | 3 #pragma GCC diagnostic ignored "-Wunused-parameter" 5 // Use of this source code is governed by a BSD-style license that can be 15 #include <string> 36 // This parser guarantees O(n) time through the input string. Iteration happens 38 // conversion from byte to JSON token happens without advancing the parser in 39 // GetNextToken/ParseToken, that is tokenization operates on the current parser 43 // internally. Invariant: on entry of a Consume function, the parser is wound 52 // Parses the input string according to the set options and returns the 61 // Returns the human-friendly error message. 62 std::string GetErrorMessage() const; [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/json/ |
D | json_parser.h | 3 #pragma GCC diagnostic ignored "-Wunused-parameter" 5 // Use of this source code is governed by a BSD-style license that can be 15 #include <string> 36 // This parser guarantees O(n) time through the input string. Iteration happens 38 // conversion from byte to JSON token happens without advancing the parser in 39 // GetNextToken/ParseToken, that is tokenization operates on the current parser 43 // internally. Invariant: on entry of a Consume function, the parser is wound 52 // Parses the input string according to the set options and returns the 61 // Returns the human-friendly error message. 62 std::string GetErrorMessage() const; [all …]
|
/aosp_15_r20/external/libchrome/base/json/ |
H A D | json_parser.h | 2 // Use of this source code is governed by a BSD-style license that can be 12 #include <string> 33 // This parser guarantees O(n) time through the input string. Iteration happens 35 // conversion from byte to JSON token happens without advancing the parser in 36 // GetNextToken/ParseToken, that is tokenization operates on the current parser 40 // internally. Invariant: on entry of a Consume function, the parser is wound 49 // Parses the input string according to the set options and returns the 58 // Returns the human-friendly error message. 59 std::string GetErrorMessage() const; 86 // A helper class used for parsing strings. One optimization performed is to [all …]
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | json_parser.h | 2 // Use of this source code is governed by a BSD-style license that can be 13 #include <string> 34 // This parser guarantees O(n) time through the input string. Iteration happens 36 // conversion from byte to JSON token happens without advancing the parser in 37 // GetNextToken/ParseToken, that is tokenization operates on the current parser 41 // internally. Invariant: on entry of a Consume function, the parser is wound 62 // String versions of parse error codes. 80 // Parses the input string according to the set options and returns the 89 // Returns the human-friendly error message. 90 std::string GetErrorMessage() const; [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | DOM2Helper.java | 10 * http://www.apache.org/licenses/LICENSE-2.0 19 * $Id: DOM2Helper.java 468655 2006-10-28 07:12:06Z minchau $ 39 * This class provides a DOM level 2 "helper", which provides services currently 52 * that this helper is intended to support. This is currently 72 * Returns true if the DOM implementation handled by this helper 82 /** Field m_doc: Document Node for the document this helper is currently 90 * Specify which document this helper is currently operating on. 101 * Query which document this helper is currently operating on. 117 * <p>The application can use this method to instruct the SAX parser 122 * progress (they should create a new Parser instead for each [all …]
|
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
HD | logback-core-0.9.8-SNAPSHOT.jar | ... .String)
String name
public java.lang.String getExpression ()
public void setExpression (java.lang ... |
/aosp_15_r20/external/okio/kotlin-js-store/ |
H A D | yarn.lock | 7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5… 8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9… 10 "@discoveryjs/json-ext@^0.5.0": 12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770… 13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP… 15 "@jridgewell/gen-mapping@^0.3.0": 17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df… 18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9… 20 "@jridgewell/set-array" "^1.0.1" 21 "@jridgewell/sourcemap-codec" "^1.4.10" [all …]
|
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/ |
H A D | package-lock.json | 2 "name": "watch-web-app", 8 "name": "watch-web-app", 17 "@angular/platform-browser": "^18.0.0", 18 "@angular/platform-browser-dynamic": "^18.0.0", 20 "ng-keyboard-shortcuts": "^13.0.8", 26 "@angular-devkit/build-angular": "^18.0.1", 28 "@angular/compiler-cli": "^18.0.0", 30 "jasmine-core": "~5.1.0", 32 "karma-chrome-launcher": "~3.2.0", 33 "karma-coverage": "~2.2.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/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 …]
|
/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/external/llvm/docs/tutorial/ |
H A D | LangImpl02.rst | 2 Kaleidoscope: Implementing a Parser and AST 14 `parser <http://en.wikipedia.org/wiki/Parsing>`_ for our Kaleidoscope 15 language. Once we have a parser, we'll define and build an `Abstract 18 The parser we will build uses a combination of `Recursive Descent 20 `Operator-Precedence 21 Parsing <http://en.wikipedia.org/wiki/Operator-precedence_parser>`_ to 24 talk about the output of the parser: the Abstract Syntax Tree. 36 .. code-block:: c++ 38 /// ExprAST - Base class for all expression nodes. 44 /// NumberExprAST - Expression class for numeric literals like "1.0". [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/advanced/ |
D | customization_points.qbk | 2 Copyright (C) 2001-2011 Hartmut Kaiser 3 Copyright (C) 2001-2011 Joel de Guzman 59 propagating the 'don't care' attribute status to the embedded parser. 73 whereas others are specialized to be applied for one of the sub-libraries only. 86 The template `is_container` is a template meta-function used as an attribute 123 [[`Enable`] [Helper template parameter usable to selectively 174 is to be passed as an attribute to a parser or a generator normally exposing a 179 a: A --> Op(a): vector<A> 210 [section:is_string Determine if a Type Should be Treated as a String (Qi and Karma)] 214 The `is_string` customization point is a template meta-function. It is used by [all …]
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | DeserializationContext.java | 39 * Context for the process of deserialization a single root-level value. 43 * Instance life-cycle is such that a partially configured "blueprint" object 47 * API of sub-class 49 * Each instance is guaranteed to only be used from single-threaded context; 79 * Read-only factory instance; exposed to let 115 * Currently active parser used for deserialization. 116 * May be different from the outermost parser 129 /* Per-operation reusable helper objects (not for blueprints) 140 * Lazily-constructed holder for per-call attributes. 157 /* Life-cycle [all …]
|
/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/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/constraintlayout/constraintlayout-core/1.1.0-beta01/androidx.constraintlayout_constraintlayout-core/android_common_apex10000/local-combined/ |
D | androidx.constraintlayout_constraintlayout-core.jar | ... META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META-INF/ ... |