Home
last modified time | relevance | path

Searched defs:short (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-resources.json25520 "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 …]
Dprofiles-types.json62 "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 …]
Dextension-definitions.json47 "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 …]
Dprofiles-others.json67 "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 …]
Ddataelements.json43 "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/
Ddoc_comments.rs60 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 Dboxing.m18 - (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 Dobjcmt-numeric-literals.m24 - (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 Dobjcmt-boxing.m26 - (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 DParseableCommand.kt255 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/
Dbuild.rs65 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 DCommonProfilingUtils.cpp146 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 DXMLSource.java1632 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 Dgki_ulinux_fakes.cc30 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 Dobjc-literals.m14 + (NSNumber *)numberWithShort:(short)value; argument
15 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dboxing-illegal-types.mm12 + (NSNumber *)numberWithShort:(short)value; argument
13 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/test/
Dinteger_test.cpp47 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 Dobjc-literal-sig.m9 + (NSNumber *)numberWithShort:(short)value; argument
10 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
H A Dboxing-illegal.m12 + (NSNumber *)numberWithShort:(short)value; argument
13 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
H A Dobjc-literal-nsnumber.m37 + (NSNumber *)numberWithShort:(short)value; argument
38 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
/aosp_15_r20/external/clang/test/Analysis/
H A Dobjc-boxing.m16 + (NSNumber *)numberWithShort:(short)value; argument
17 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
/aosp_15_r20/external/clang/test/PCH/
H A Dobjc_literals.m18 + (NSNumber *)numberWithShort:(short)value; argument
19 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
H A Dobjc_literals.mm18 + (NSNumber *)numberWithShort:(short)value; argument
19 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
/aosp_15_r20/external/clang/test/Index/
H A Dannotate-literals.m8 + (NSNumber *)numberWithShort:(short)value; argument
9 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-modern-container-literal.mm13 + (NSNumber *)numberWithShort:(short)value; argument
14 + (NSNumber *)numberWithUnsignedShort:(unsigned short)value;

1234567