/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | profiles-resources.json | 25520 "short" : "Base Resource", string 25539 "short" : "Logical id of this artifact", string 25562 "short" : "Metadata about the resource", string 25588 "short" : "A set of rules under which this content was created", string 25616 "short" : "Language of the resource content", string 25662 "short" : "Base Resource", string 25674 "short" : "Logical id of this artifact", string 25691 "short" : "Metadata about the resource", string 25703 "short" : "A set of rules under which this content was created", string 25718 "short" : "Language of the resource content", string [all …]
|
D | profiles-types.json | 62 "short" : "Base for all elements", string 89 "short" : "Unique id for inter-element referencing", string 123 "short" : "Additional content defined by implementations", string 174 "short" : "Base for all elements", string 195 "short" : "Unique id for inter-element referencing", string 222 "short" : "Additional content defined by implementations", string 296 "short" : "Base for elements defined inside a resource", string 324 "short" : "Unique id for inter-element referencing", string 358 "short" : "Additional content defined by implementations", string 399 "short" : "Extensions that cannot be ignored even if unrecognized", string [all …]
|
D | extension-definitions.json | 47 "short" : "An alternative computable expression of the value set content", string 80 "short" : "Unique id for inter-element referencing", string 114 "short" : "Extension", string 149 "short" : "identifies the meaning of the extension", string 177 "short" : "Value of extension", string 209 "short" : "An alternative computable expression of the value set content", string 275 "short" : "all-codes | ungrouped | groups-only", string 307 "short" : "Unique id for inter-element referencing", string 341 "short" : "Extension", string 376 "short" : "identifies the meaning of the extension", string [all …]
|
D | profiles-others.json | 67 "short" : "A quality measure definition", string 154 "short" : "Logical id of this artifact", string 177 "short" : "Metadata about the resource", string 203 "short" : "A set of rules under which this content was created", string 231 "short" : "Language of the resource content", string 275 "short" : "Text summary of the resource, for human interpretation", string 310 "short" : "Contained, inline Resources", string 336 "short" : "Additional content defined by implementations", string 377 "short" : "Extensions that cannot be ignored", string 420 "short" : "Canonical identifier for this measure, represented as a URI (globally unique)", string [all …]
|
D | dataelements.json | 43 "short" : "xml:id (or equivalent in JSON)", string 100 "short" : "Primitive value for date", string 161 "short" : "xml:id (or equivalent in JSON)", string 218 "short" : "Primitive value for dateTime", string 279 "short" : "Primitive value for code", string 340 "short" : "xml:id (or equivalent in JSON)", string 397 "short" : "Primitive value for string", string 459 "short" : "xml:id (or equivalent in JSON)", string 516 "short" : "Primitive value for integer", string 579 "short" : "Primitive value for oid", string [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/utils/ |
D | doc_comments.rs | 60 let short = paragraphs[0].clone(); in format_doc_comment() localVariable 64 let short = lines[..first_blank].join("\n"); in format_doc_comment() localVariable 72 let short = merge_lines(lines); in format_doc_comment() localVariable 74 let short = remove_period(short); in format_doc_comment() localVariable 77 let short = lines.join("\n"); in format_doc_comment() localVariable
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | boxing.m | 18 - (id)initWithShort:(short)value; argument 19 - (id)initWithUnsignedShort:(unsigned short)value; 34 + (NSNumber *)numberWithShort:(short)value; argument 35 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-numeric-literals.m | 24 - (id)initWithShort:(short)value; argument 25 - (id)initWithUnsignedShort:(unsigned short)value; 40 + (NSNumber *)numberWithShort:(short)value; argument 41 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
H A D | objcmt-boxing.m | 26 - (id)initWithShort:(short)value; argument 27 - (id)initWithUnsignedShort:(unsigned short)value; 42 + (NSNumber *)numberWithShort:(short)value; argument 43 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | ParseableCommand.kt | 255 val short = shortName?.let { "-$shortName" } in flag() constant 277 val short = shortName?.let { "-$shortName" } in param() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm-fourcc/ |
D | build.rs | 65 let short = caps.name("short").unwrap().as_str(); in generate() localVariable 83 let short = caps.name("short").unwrap().as_str(); in generate() localVariable 106 let short = caps.name("short").unwrap().as_str(); in generate() localVariable
|
/aosp_15_r20/external/armnn/profiling/common/src/ |
H A D | CommonProfilingUtils.cpp | 146 void PrintDeviceDetails(const std::pair<const unsigned short, std::unique_ptr<Device>>& devicePair) in PrintDeviceDetails() 161 void PrintCounterSetDetails(const std::pair<const unsigned short, std::unique_ptr<CounterSet>>& cou… in PrintCounterSetDetails() 209 std::unordered_map<unsigned short, std::shared_ptr<Counter>> counterMap) in PrintCategoryDetails()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XMLSource.java | 1632 addFallbackCode(CLDRFile.LANGUAGE_NAME, "en_GB", "en_GB", "short"); in addFallbackCode() 1633 addFallbackCode(CLDRFile.LANGUAGE_NAME, "en_US", "en_US", "short"); in addFallbackCode() 1634 addFallbackCode(CLDRFile.LANGUAGE_NAME, "az", "az", "short"); in addFallbackCode() 1647 addFallbackCode(CLDRFile.TERRITORY_NAME, "GB", "GB", "short"); in addFallbackCode() 1648 addFallbackCode(CLDRFile.TERRITORY_NAME, "HK", "HK", "short"); in addFallbackCode() 1649 addFallbackCode(CLDRFile.TERRITORY_NAME, "MO", "MO", "short"); in addFallbackCode() 1650 addFallbackCode(CLDRFile.TERRITORY_NAME, "PS", "PS", "short"); in addFallbackCode() 1651 addFallbackCode(CLDRFile.TERRITORY_NAME, "US", "US", "short"); in addFallbackCode()
|
/aosp_15_r20/system/nfc/src/fuzzers/integration/fakes/ |
H A D | gki_ulinux_fakes.cc | 30 uint8_t GKI_send_event(unsigned char, unsigned short) { return 0; } in GKI_send_event() 34 uint16_t GKI_wait(unsigned short, unsigned int) { abort(); } in GKI_wait()
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | objc-literals.m | 14 + (NSNumber *)numberWithShort:(short)value; argument 15 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/clang/test/SemaObjCXX/ |
H A D | boxing-illegal-types.mm | 12 + (NSNumber *)numberWithShort:(short)value; argument 13 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/test/ |
D | integer_test.cpp | 47 const char* get_name_of_type(short){ return "short"; } in get_name_of_type() argument 48 const char* get_name_of_type(unsigned short){ return "unsigned short"; } in get_name_of_type()
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | objc-literal-sig.m | 9 + (NSNumber *)numberWithShort:(short)value; argument 10 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
H A D | boxing-illegal.m | 12 + (NSNumber *)numberWithShort:(short)value; argument 13 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
H A D | objc-literal-nsnumber.m | 37 + (NSNumber *)numberWithShort:(short)value; argument 38 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | objc-boxing.m | 16 + (NSNumber *)numberWithShort:(short)value; argument 17 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | objc_literals.m | 18 + (NSNumber *)numberWithShort:(short)value; argument 19 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
H A D | objc_literals.mm | 18 + (NSNumber *)numberWithShort:(short)value; argument 19 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | annotate-literals.m | 8 + (NSNumber *)numberWithShort:(short)value; argument 9 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | rewrite-modern-container-literal.mm | 13 + (NSNumber *)numberWithShort:(short)value; argument 14 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
|