Home
last modified time | relevance | path

Searched +defs:val +defs:comment (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/skia/src/gpu/
H A DKeyBuilder.h29 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/
Denum_ty.rs138 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/
DProperties.java918 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
DXMLUtils.java125 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 DProperties.java918 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 DXMLUtils.java125 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/
DProperties.java918 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
DXMLUtils.java125 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 Dicu-test-functions.json52 "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 Dicu-test-functions.json52 "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 DZipOut.cpp64 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 Ddevice_util.c425 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 Dreslist.cpp125 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 Dreslist.cpp125 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 Dfutex.c56 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 DResourceTable.cpp299 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 DResource.cpp185 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 Dgendict.cpp228 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 DResourceParser.cpp115 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 Dgendict.cpp232 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 DSerializerBase.java254 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/
Dzipfs.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/java. ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
Dzipfs.jarMETA-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 DICUResourceWriter.java72 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 Dsg_write_buffer.c144 const char *comment; member
460 int val = 0; in main() local

12345678910>>...26