Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 3029) sorted by relevance

12345678910>>...122

/aosp_15_r20/development/tools/winscope/src/viewers/viewer_transactions/
H A Dpresenter.ts174 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
175 {spec: Presenter.COLUMNS.pid, value: pid}, constant
176 {spec: Presenter.COLUMNS.uid, value: uid}, constant
178 spec: Presenter.COLUMNS.type, constant
182 spec: Presenter.COLUMNS.layerOrDisplayId, constant
203 {spec: Presenter.COLUMNS.vsyncId, value: vsyncId}, constant
204 {spec: Presenter.COLUMNS.pid, value: pid}, constant
205 {spec: Presenter.COLUMNS.uid, value: uid}, constant
207 spec: Presenter.COLUMNS.type, constant
211 spec: Presenter.COLUMNS.layerOrDisplayId, constant
[all …]
/aosp_15_r20/external/lottie/lottie-compose/src/test/java/com/airbnb/lottie/compose/
H A DLottieClipSpecTest.kt15 val spec = LottieClipSpec.Frame(min = 20) in testMinFrame() constant
23 val spec = LottieClipSpec.Frame(max = 20) in testMaxFrame() constant
31 val spec = LottieClipSpec.Frame(max = 20, maxInclusive = false) in testMaxFrameNotInclusive() constant
39 val spec = LottieClipSpec.Frame(min = 20, max = 30) in testMinAndMaxFrame() constant
47 val spec = LottieClipSpec.Frame(min = 20, max = 30, maxInclusive = false) in testMinAndMaxFrameNotExclusive() constant
55 val spec = LottieClipSpec.Progress(min = 0.5f) in testMinProgress() constant
63 val spec = LottieClipSpec.Progress(max = 0.5f) in testMaxProgress() constant
71 val spec = LottieClipSpec.Progress(min = 0.5f, max = 0.75f) in testMinAndMaxProgress() constant
79 val spec = LottieClipSpec.Markers(min = "start") in testMinMarker() constant
87 val spec = LottieClipSpec.Markers(max = "end") in testMaxMarker() constant
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderSpecTest.java37 CacheBuilderSpec spec = parse(""); in testParse_empty() local
50 CacheBuilderSpec spec = parse("initialCapacity=10"); in testParse_initialCapacity() local
69 CacheBuilderSpec spec = parse("maximumSize=9000"); in testParse_maximumSize() local
86 CacheBuilderSpec spec = parse("maximumWeight=9000"); in testParse_maximumWeight() local
107 CacheBuilderSpec spec = parse("concurrencyLevel=32"); in testParse_concurrencyLevel() local
126 CacheBuilderSpec spec = parse("weakKeys"); in testParse_weakKeys() local
147 CacheBuilderSpec spec = parse("softValues"); in testParse_softValues() local
164 CacheBuilderSpec spec = parse("weakValues"); in testParse_weakValues() local
191 CacheBuilderSpec spec = parse("expireAfterWrite=10d"); in testParse_writeExpirationDays() local
206 CacheBuilderSpec spec = parse("expireAfterWrite=150h"); in testParse_writeExpirationHours() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DCacheBuilderSpecTest.java37 CacheBuilderSpec spec = parse(""); in testParse_empty() local
50 CacheBuilderSpec spec = parse("initialCapacity=10"); in testParse_initialCapacity() local
69 CacheBuilderSpec spec = parse("maximumSize=9000"); in testParse_maximumSize() local
86 CacheBuilderSpec spec = parse("maximumWeight=9000"); in testParse_maximumWeight() local
107 CacheBuilderSpec spec = parse("concurrencyLevel=32"); in testParse_concurrencyLevel() local
126 CacheBuilderSpec spec = parse("weakKeys"); in testParse_weakKeys() local
147 CacheBuilderSpec spec = parse("softValues"); in testParse_softValues() local
164 CacheBuilderSpec spec = parse("weakValues"); in testParse_weakValues() local
191 CacheBuilderSpec spec = parse("expireAfterWrite=10d"); in testParse_writeExpirationDays() local
206 CacheBuilderSpec spec = parse("expireAfterWrite=150h"); in testParse_writeExpirationHours() local
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java87 void parse(CacheBuilderSpec spec, String key, @CheckForNull String value); in parse()
139 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
291 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
294 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
309 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
312 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
328 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
340 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
352 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
364 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java87 void parse(CacheBuilderSpec spec, String key, @CheckForNull String value); in parse()
139 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
291 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
294 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
309 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
312 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
328 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
340 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
352 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
364 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/aosp_15_r20/external/cronet/url/
H A Durl_canon_host.cc202 void ScanHostname(const CHAR* spec, in ScanHostname()
446 bool DoHostSubstring(const CHAR* spec, in DoHostSubstring()
506 void DoHost(const CHAR* spec, in DoHost()
573 bool CanonicalizeHost(const char* spec, in CanonicalizeHost()
582 bool CanonicalizeHost(const char16_t* spec, in CanonicalizeHost()
591 bool CanonicalizeSpecialHost(const char* spec, in CanonicalizeSpecialHost()
602 bool CanonicalizeSpecialHost(const char16_t* spec, in CanonicalizeSpecialHost()
613 bool CanonicalizeNonSpecialHost(const char* spec, in CanonicalizeNonSpecialHost()
624 bool CanonicalizeNonSpecialHost(const char16_t* spec, in CanonicalizeNonSpecialHost()
635 void CanonicalizeHostVerbose(const char* spec, in CanonicalizeHostVerbose()
[all …]
H A Durl_canon_ip.cc44 CanonHostInfo::Family IPv4ComponentToNumber(const CHAR* spec, in IPv4ComponentToNumber()
128 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec, in DoIPv4AddressToNumber()
216 bool DoCanonicalizeIPv4Address(const CHAR* spec, in DoCanonicalizeIPv4Address()
302 bool DoParseIPv6(const CHAR* spec, const Component& host, IPv6Parsed* parsed) { in DoParseIPv6()
428 uint16_t IPv6HexComponentToNumber(const CHAR* spec, in IPv6HexComponentToNumber()
446 bool DoIPv6AddressToNumber(const CHAR* spec, in DoIPv6AddressToNumber()
552 bool DoCanonicalizeIPv6Address(const CHAR* spec, in DoCanonicalizeIPv6Address()
636 void CanonicalizeIPAddress(const char* spec, in CanonicalizeIPAddress()
648 void CanonicalizeIPAddress(const char16_t* spec, in CanonicalizeIPAddress()
660 void CanonicalizeIPv6Address(const char* spec, in CanonicalizeIPv6Address()
[all …]
H A Durl_canon_path.cc103 DotDisposition ClassifyAfterDot(const CHAR* spec, in ClassifyAfterDot()
181 bool DoPartialPathInternal(const CHAR* spec, in DoPartialPathInternal()
286 bool DoPartialPath(const CHAR* spec, in DoPartialPath()
300 bool DoPath(const CHAR* spec, in DoPath()
341 bool CanonicalizePath(const char* spec, in CanonicalizePath()
349 bool CanonicalizePath(const char16_t* spec, in CanonicalizePath()
357 bool CanonicalizePath(const char* spec, in CanonicalizePath()
365 bool CanonicalizePath(const char16_t* spec, in CanonicalizePath()
373 bool CanonicalizePartialPath(const char* spec, in CanonicalizePartialPath()
380 bool CanonicalizePartialPath(const char16_t* spec, in CanonicalizePartialPath()
[all …]
H A Durl_canon_fileurl.cc19 bool IsLocalhost(const char* spec, int begin, int end) { in IsLocalhost()
25 bool IsLocalhost(const char16_t* spec, int begin, int end) { in IsLocalhost()
32 int DoFindWindowsDriveLetter(const CHAR* spec, int begin, int end) { in DoFindWindowsDriveLetter()
65 int FileDoDriveSpec(const CHAR* spec, int begin, int end, CanonOutput* output) { in FileDoDriveSpec()
89 bool DoFileCanonicalizePath(const CHAR* spec, in DoFileCanonicalizePath()
177 int FindWindowsDriveLetter(const char* spec, int begin, int end) { in FindWindowsDriveLetter()
181 int FindWindowsDriveLetter(const char16_t* spec, int begin, int end) { in FindWindowsDriveLetter()
185 bool CanonicalizeFileURL(const char* spec, in CanonicalizeFileURL()
196 bool CanonicalizeFileURL(const char16_t* spec, in CanonicalizeFileURL()
207 bool FileCanonicalizePath(const char* spec, in FileCanonicalizePath()
[all …]
/aosp_15_r20/external/cronet/url/third_party/mozilla/
H A Durl_parse.cc71 int FindNextAuthorityTerminator(const CHAR* spec, in FindNextAuthorityTerminator()
84 void ParseUserInfo(const CHAR* spec, in ParseUserInfo()
106 void ParseServerInfo(const CHAR* spec, in ParseServerInfo()
156 void DoParseAuthority(const CHAR* spec, in DoParseAuthority()
204 inline void FindQueryAndRefParts(const CHAR* spec, in FindQueryAndRefParts()
246 void ParsePath(const CHAR* spec, in ParsePath()
336 void DoParseAfterSpecialScheme(const CHAR* spec, in DoParseAfterSpecialScheme()
365 void DoParseStandardURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseStandardURL()
388 void DoParseAfterNonSpecialScheme(const CHAR* spec, in DoParseAfterNonSpecialScheme()
475 void DoParseNonSpecialURL(const CHAR* spec, in DoParseNonSpecialURL()
[all …]
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp126 …S2SharingTest(EglTestContext &eglTestCtx, const char *name, const char *desc, const TestSpec &spec) in GLES2SharingTest()
320 const GLES2SharingTest::TestSpec &spec) in GLES2BufferSharingTest()
497const GLES2SharingTest::TestSpec &spec, bool asColorAttachment) in GLES2TextureSharingTest()
713 const GLES2SharingTest::TestSpec &spec) in GLES2ProgramSharingTest()
854 … GLenum shaderType, const GLES2SharingTest::TestSpec &spec) in GLES2ShaderSharingTest()
1125 GLES2SharingTest::TestSpec spec; in init() local
1139 GLES2SharingTest::TestSpec spec; in init() local
1160 GLES2SharingTest::TestSpec spec; in init() local
1174 GLES2SharingTest::TestSpec spec; in init() local
1188 GLES2SharingTest::TestSpec spec; in init() local
[all …]
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/phr/validations/
DFhirSpecProviderTest.java99 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_immunization_returnsConfig() local
278 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_allergy_returnsConfig() local
331 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_observation_returnsConfig() local
394 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_condition_returnsConfig() local
425 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_procedure_returnsConfig() local
456 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_medication_returnsConfig() local
481 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_medicationRequest_returnsConfig() local
512 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_medicationStatement_returnsConfig() local
534 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_patient_returnsConfig() local
565 FhirSpecProvider spec = new FhirSpecProvider(FHIR_VERSION_R4); in testGetFhirDataTypeConfigForResourceType_practitioner_returnsConfig() local
[all …]
/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_file.h46 struct spec { struct
57 char from_mmap; /* this spec is from an mmap of the data */ argument
80 * The array of specifications, initially in the same order as in argument
150 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
195 struct spec spec; in sort_specs() local
340 static inline int compile_regex(struct spec *spec, const char **errbuf) in compile_regex()
/aosp_15_r20/external/openscreen/third_party/mozilla/
H A Durl_parse.cc56 int FindNextAuthorityTerminator(const char* spec, in FindNextAuthorityTerminator()
66 void ParseUserInfo(const char* spec, in ParseUserInfo()
87 void ParseServerInfo(const char* spec, in ParseServerInfo()
136 void DoParseAuthority(const char* spec, in DoParseAuthority()
171 inline void FindQueryAndRefParts(const char* spec, in FindQueryAndRefParts()
195 void ParsePath(const char* spec, in ParsePath()
283 void DoParseAfterScheme(const char* spec, in DoParseAfterScheme()
314 void DoParseStandardURL(const char* spec, int spec_len, Parsed* parsed) { in DoParseStandardURL()
334 void DoParseFileSystemURL(const char* spec, int spec_len, Parsed* parsed) { in DoParseFileSystemURL()
449 void DoParsePathURL(const char* spec, in DoParsePathURL()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/auth/scheme/
H A DEndpointBasedAuthSchemeProviderSpec.java140 MethodSpec.Builder spec = MethodSpec.methodBuilder("resolveAuthScheme") in resolveAuthSchemeMethod() local
173 private void addAuthSchemeSwitch(MethodSpec.Builder spec) { in addAuthSchemeSwitch()
185 private void addAuthSchemeSwitchSigV4Case(MethodSpec.Builder spec) { in addAuthSchemeSwitchSigV4Case()
213 private void addAuthSchemeSwitchSigV4aCase(MethodSpec.Builder spec) { in addAuthSchemeSwitchSigV4aCase()
244 private void addAuthSchemeSwitchS3ExpressCase(MethodSpec.Builder spec) { in addAuthSchemeSwitchS3ExpressCase()
279 private void addAuthSchemeSwitchDefaultCase(MethodSpec.Builder spec) { in addAuthSchemeSwitchDefaultCase()
286 MethodSpec.Builder spec = MethodSpec.methodBuilder("applySigV4FamilyDefaults") in addV4Defaults() local
312 private void addCasesForOperations(MethodSpec.Builder spec, List<String> operations, in addCasesForOperations()
320 private void addCasesForDefault(MethodSpec.Builder spec, in addCasesForDefault()
326 … private void addAuthTypeProperties(MethodSpec.Builder spec, AuthSchemeCodegenMetadata metadata) { in addAuthTypeProperties()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/pipeline/shared/
DTileSpec.java18 private final java.lang.String spec = null; field in TileSpec
22 private TileSpec(java.lang.String spec) { in TileSpec()
33 … final com.android.systemui.qs.pipeline.shared.TileSpec create(@org.jetbrains.annotations.NotNull() in create()
50 … final com.android.systemui.qs.pipeline.shared.TileSpec create(@org.jetbrains.annotations.NotNull() in create()
78 private final java.lang.String spec = null; field in TileSpec.CustomTileSpec
82 public CustomTileSpec(@org.jetbrains.annotations.NotNull() in CustomTileSpec()
115 …droid.systemui.qs.pipeline.shared.TileSpec.CustomTileSpec copy(@org.jetbrains.annotations.NotNull() in copy()
168 private final java.lang.String spec = null; field in TileSpec.PlatformTileSpec
170 public PlatformTileSpec(@org.jetbrains.annotations.NotNull() in PlatformTileSpec()
192 …oid.systemui.qs.pipeline.shared.TileSpec.PlatformTileSpec copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DQuadPerEdgeAA.cpp60 const VertexSpec& spec, in write_quad_generic()
111 const VertexSpec& spec, in write_2d_color()
143 const VertexSpec& spec, in write_2d_uv()
170 const VertexSpec& spec, in write_2d_color_uv()
202 const VertexSpec& spec, in write_2d_cov_uv()
236 const VertexSpec& spec, in write_2d_uv_strict()
264 const VertexSpec& spec, in write_2d_color_uv_strict()
297 const VertexSpec& spec, in write_2d_cov_uv_strict()
346 Tessellator::WriteQuadProc Tessellator::GetWriteQuadProc(const VertexSpec& spec) { in GetWriteQuadProc()
383 Tessellator::Tessellator(const VertexSpec& spec, char* vertices) in Tessellator()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/shared/
H A DTileSpecTest.kt35 val spec = "spec" in platformTile() constant
46 val spec = CUSTOM_TILE_PREFIX + componentName.flattenToString() + ")" in customTile() constant
57 val spec = CUSTOM_TILE_PREFIX + ")" in emptyCustomTile_invalid() constant
66 val spec = CUSTOM_TILE_PREFIX + "invalid)" in invalidCustomTileSpec_invalid() constant
76 val spec = CUSTOM_TILE_PREFIX + componentName.flattenToString() in customTileNotEndsWithParenthesis_invalid() constant
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DFileSpecTest.kt1111 val spec = FileSpec.builder("testsrc", "Test") in defaultPackageMemberImport() constant
1145 …val spec = FileSpec.builder("com.squareup.taco.enchilada.quesadillas.tamales.burritos.super.burrit… in longFilePackageName() constant
1163 val spec = FileSpec.builder("testsrc", "Test") in importLongPackageName() constant
1178 val spec = FileSpec.builder("testsrc", "Test") in importAliasedLongPackageName() constant
1253 val spec = FileSpec.scriptBuilder("Taco") in simpleScriptTest() constant
1287 val spec = FileSpec.scriptBuilder("Taco") in defaultImports() constant
1312 val spec = FileSpec.builder(className).build() in classNameFactory() constant
1326 val spec = FileSpec.builder(memberName).build() in memberNameFactory() constant
1332 val spec = FileSpec.builder("com.example.foo", "Test") in topLevelPropertyWithControlFlow() constant
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecSet.java91 RegisterSpec spec = specs[i]; in hashCode() local
109 RegisterSpec spec = specs[i]; in toString() local
184 public RegisterSpec get(RegisterSpec spec) { in get()
197 public RegisterSpec findMatchingLocal(RegisterSpec spec) { in findMatchingLocal()
226 RegisterSpec spec = specs[reg]; in localItemToSpec() local
262 public void put(RegisterSpec spec) { in put()
301 RegisterSpec spec = set.get(i); in putAll() local
330 RegisterSpec spec = specs[i]; in intersect() local
361 RegisterSpec spec = specs[i]; in withOffset() local
386 RegisterSpec spec = specs[i]; in mutableCopy() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpecSet.java92 RegisterSpec spec = specs[i]; in hashCode() local
110 RegisterSpec spec = specs[i]; in toString() local
185 public RegisterSpec get(RegisterSpec spec) { in get()
198 public RegisterSpec findMatchingLocal(RegisterSpec spec) { in findMatchingLocal()
227 RegisterSpec spec = specs[reg]; in localItemToSpec() local
263 public void put(RegisterSpec spec) { in put()
302 RegisterSpec spec = set.get(i); in putAll() local
331 RegisterSpec spec = specs[i]; in intersect() local
362 RegisterSpec spec = specs[i]; in withOffset() local
387 RegisterSpec spec = specs[i]; in mutableCopy() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp95 MultiVertexArrayTest::Spec spec; in init() local
166 MultiVertexArrayTest::Spec spec; in init() local
236 MultiVertexArrayTest::Spec spec; in init() local
304 MultiVertexArrayTest::Spec spec; in init() local
364 MultiVertexArrayTest::Spec spec; in init() local
427 MultiVertexArrayTest::Spec spec; in init() local
499 std::string MultiVertexArrayCountTests::getTestName(const MultiVertexArrayTest::Spec &spec) in getTestName()
514 MultiVertexArrayTest::Spec spec; in init() local
561 std::string MultiVertexArrayStorageTests::getTestName(const MultiVertexArrayTest::Spec &spec) in getTestName()
574 void MultiVertexArrayStorageTests::addStorageCases(MultiVertexArrayTest::Spec spec, int depth) in addStorageCases()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/pipeline/domain/model/
DAutoAddSignal.java23 private final com.android.systemui.qs.pipeline.shared.TileSpec spec = null; field in AutoAddSignal.Add
26 public Add(@org.jetbrains.annotations.NotNull() in Add()
51 …droid.systemui.qs.pipeline.domain.model.AutoAddSignal.Add copy(@org.jetbrains.annotations.NotNull() in copy()
80 private final com.android.systemui.qs.pipeline.shared.TileSpec spec = null; field in AutoAddSignal.Remove
82 public Remove(@org.jetbrains.annotations.NotNull() in Remove()
99 …id.systemui.qs.pipeline.domain.model.AutoAddSignal.Remove copy(@org.jetbrains.annotations.NotNull() in copy()
128 private final com.android.systemui.qs.pipeline.shared.TileSpec spec = null; field in AutoAddSignal.RemoveTracking
130 public RemoveTracking(@org.jetbrains.annotations.NotNull() in RemoveTracking()
147 …mui.qs.pipeline.domain.model.AutoAddSignal.RemoveTracking copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/external/OpenCL-Headers/scripts/gen/
H A D__init__.py60 def get_apitypedefs(spec): argument
79 def get_apimacros(spec): argument
99 def get_apistructs(spec): argument
129 def get_apienums(spec): argument
140 def get_apisigs(spec): argument
183 def get_coreapis(spec, apisigs): argument
196 def get_extapis(spec, apisigs): argument
209 def get_apis(spec, apisigs): argument

12345678910>>...122