/aosp_15_r20/external/skia/src/gpu/ |
H A D | KeyBuilder.h | 29 virtual void addBits(uint32_t numBits, uint32_t val, std::string_view label) { in addBits() 62 virtual void appendComment(const char* comment) {} in appendComment() 84 void addBits(uint32_t numBits, uint32_t val, std::string_view label) override { in addBits() 89 void appendComment(const char* comment) override { in appendComment()
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | enum_ty.rs | 138 let comment = cursor.raw_comment(); in from_ty() localVariable 250 comment: Option<String>, field 253 val: EnumVariantValue, field 301 pub(crate) fn val(&self) -> EnumVariantValue { in val() method 306 pub(crate) fn comment(&self) -> Option<&str> { in comment() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 918 String val = (String)e.getValue(); in store0() local 997 public void storeToXML(OutputStream os, String comment) in storeToXML() 1047 public void storeToXML(OutputStream os, String comment, String encoding) in storeToXML() 1104 public void storeToXML(OutputStream os, String comment, Charset charset) in storeToXML() 1146 String val = getProperty(key); in getProperty() local 1208 String val = (String)e.getValue(); in list() local 1236 String val = (String)e.getValue(); in list() local
|
D | XMLUtils.java | 125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local 131 static void save(Properties props, OutputStream os, String comment, in save()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Properties.java | 918 String val = (String)e.getValue(); in store0() local 997 public void storeToXML(OutputStream os, String comment) in storeToXML() 1047 public void storeToXML(OutputStream os, String comment, String encoding) in storeToXML() 1104 public void storeToXML(OutputStream os, String comment, Charset charset) in storeToXML() 1146 String val = getProperty(key); in getProperty() local 1208 String val = (String)e.getValue(); in list() local 1236 String val = (String)e.getValue(); in list() local
|
H A D | XMLUtils.java | 125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local 131 static void save(Properties props, OutputStream os, String comment, in save()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 918 String val = (String)e.getValue(); in store0() local 997 public void storeToXML(OutputStream os, String comment) in storeToXML() 1047 public void storeToXML(OutputStream os, String comment, String encoding) in storeToXML() 1104 public void storeToXML(OutputStream os, String comment, Charset charset) in storeToXML() 1146 String val = getProperty(key); in getProperty() local 1208 String val = (String)e.getValue(); in list() local 1236 String val = (String)e.getValue(); in list() local
|
D | XMLUtils.java | 125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local 131 static void save(Properties props, OutputStream os, String comment, in save()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/ |
H A D | icu-test-functions.json | 52 "comment": "Make sure we ignore date / time fields if needed", string 57 "comment": "Make sure we ignore date / time fields if needed", string 62 "comment": "Make sure we ignore date / time fields if needed", string 67 "comment": "Make sure we ignore date / time fields if needed", string 100 …"comment": "Horibly long, but I really wanted to test multiple declarations with overrides, and yo… string 122 "params": { "val": 31 }, number
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
H A D | icu-test-functions.json | 52 "comment": "Make sure we ignore date / time fields if needed", string 57 "comment": "Make sure we ignore date / time fields if needed", string 62 "comment": "Make sure we ignore date / time fields if needed", string 67 "comment": "Make sure we ignore date / time fields if needed", string 100 …"comment": "Horibly long, but I really wanted to test multiple declarations with overrides, and yo… string 122 "params": { "val": 31 }, number
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipOut.cpp | 64 void COutArchive::Write16(UInt16 val) in Write16() 70 void COutArchive::Write32(UInt32 val) in Write32() 79 void COutArchive::Write64(UInt64 val) in Write64() 349 …SULT COutArchive::WriteCentralDir(const CObjectVector<CItemOut> &items, const CByteBuffer *comment) in WriteCentralDir()
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | device_util.c | 425 static resource_t align_up(resource_t val, unsigned long gran) in align_up() 441 static resource_t align_down(resource_t val, unsigned long gran) in align_down() 519 const char *comment) in report_resource_stored() 750 struct resource *resource, const char *comment) in show_one_resource()
|
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 125 void setIncludeCopyright(UBool val){ in setIncludeCopyright() 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 273 const UString* comment, UErrorCode &errorCode) in StringBaseResource() 331 const UString* comment, UErrorCode &errorCode) in IntResource() 341 const UString* comment, UErrorCode &errorCode) in IntVectorResource() 374 const UString* comment, UErrorCode &errorCode) in BinaryResource() 1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open() 1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open() 1106 …*bundle, const char *tag, const char16_t *value, int32_t len, const struct UString* comment, UErro… in string_open() 1112 …BRoot *bundle, const char *tag, char16_t *value, int32_t len, const struct UString* comment, UErro… in alias_open() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/ |
H A D | reslist.cpp | 125 void setIncludeCopyright(UBool val){ in setIncludeCopyright() 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 273 const UString* comment, UErrorCode &errorCode) in StringBaseResource() 331 const UString* comment, UErrorCode &errorCode) in IntResource() 341 const UString* comment, UErrorCode &errorCode) in IntVectorResource() 374 const UString* comment, UErrorCode &errorCode) in BinaryResource() 1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open() 1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open() 1106 …*bundle, const char *tag, const char16_t *value, int32_t len, const struct UString* comment, UErro… in string_open() 1112 …BRoot *bundle, const char *tag, char16_t *value, int32_t len, const struct UString* comment, UErro… in alias_open() [all …]
|
/aosp_15_r20/external/strace/ |
H A D | futex.c | 56 const unsigned int val = tcp->u_arg[2]; in SYS_FUNC() local 59 const char *comment; in SYS_FUNC() local
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 299 String16 comment; member 383 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute() local 401 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute() local 998 String16 comment( in compileResourceFile() local 1080 String16 comment( in compileResourceFile() local 1181 String16 comment( in compileResourceFile() local 1254 String16 comment( in compileResourceFile() local 1290 String16 comment( in compileResourceFile() local 1534 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile() local 2066 const String16& comment, in appendComment() [all …]
|
H A D | Resource.cpp | 185 void preprocessComment(String8& comment) { in preprocessComment() 1051 Res_value val; in getPlatformAssetCookie() local 1840 Res_value val; in buildResources() local 2388 String16 comment = symbols->getComment(realClassName); in writeLayoutClasses() local 2421 String16 comment(sym.comment); in writeLayoutClasses() local 2498 String16 comment(sym.comment); in writeLayoutClasses() local 2640 String16 comment(sym.comment); in writeTextLayoutClasses() local 2696 String16 comment(sym.comment); in writeSymbolClass() local 2738 String16 comment(sym.comment); in writeSymbolClass() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/gendict/ |
H A D | gendict.cpp | 228 const char16_t *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine() local 462 int32_t val = it.getValue(); in main() local 470 int32_t val = it.getValue(); in main() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ResourceParser.cpp | 115 std::string comment; member 430 std::string comment; in ParseResources() local 1024 std::string comment; in ParseGroupImpl() local 1190 std::string comment; in ParseOverlayable() local 1397 std::string comment; in ParseAttrImpl() local 1500 android::Res_value val; in ParseEnumOrFlagItem() local 1815 std::string comment; in ParseDeclareStyleable() local
|
/aosp_15_r20/external/icu/icu4c/source/tools/gendict/ |
H A D | gendict.cpp | 232 const char16_t *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine() local 489 int32_t val = it.getValue(); in main() local 497 int32_t val = it.getValue(); in main() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | SerializerBase.java | 254 public void comment(String data) throws SAXException in comment() method in SerializerBase 580 String val = b ? "yes":"no"; in setOmitXMLDeclaration() local 761 String val = doIndent ? "yes":"no"; in setIndent() local 1552 String val = getOutputPropertyNonDefault(name); in getOutputProperty() local 1600 public void setOutputProperty(String name, String val) { in setOutputProperty() 1609 public void setOutputPropertyDefault(String name, String val) { in setOutputPropertyDefault() 1640 String val; in getProp() local 1656 void setProp(String name, String val, boolean defaultVal) { in setProp()
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
D | zipfs.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/java. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
D | zipfs.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/java. ... |
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
H A D | ICUResourceWriter.java | 72 String comment; field in ICUResourceWriter.Resource 196 public StringBuffer escapeSyntaxChars(String val) { in escapeSyntaxChars() 334 String val; field in ICUResourceWriter.ResourceAlias 554 String val; field in ICUResourceWriter.ResourceInt 658 public ResourceString(String name, String val) { in ResourceString() 663 public String val; field in ICUResourceWriter.ResourceString 1151 String val; field in ICUResourceWriter.ResourceProcess 1197 String val; field in ICUResourceWriter.ResourceImport 1226 String val; field in ICUResourceWriter.ResourceInclude 1263 public static Resource createString(String name, String val) { in createString()
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_write_buffer.c | 144 const char *comment; member 460 int val = 0; in main() local
|