/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/securitycenter/snippets/ |
H A D | FindingSnippets.java | 53 static Finding createFinding(SourceName sourceName, String findingId) { in createFinding() 97 static Finding createFindingWithSourceProperties(SourceName sourceName) { in createFindingWithSourceProperties() 231 SourceName sourceName = SourceName.of(organizationName.getOrganization(), "-"); in listAllFindings() local 258 static ImmutableList<ListFindingsResult> listFilteredFindings(SourceName sourceName) { in listFilteredFindings() 291 static ImmutableList<ListFindingsResult> listFindingsAtTime(SourceName sourceName) { in listFindingsAtTime() 330 static TestIamPermissionsResponse testIamPermissions(SourceName sourceName) { in testIamPermissions() 362 SourceName sourceName = SourceName.of(organizationName.getOrganization(), "-"); in groupFindings() local 391 static ImmutableList<GroupResult> groupFindingsWithSource(SourceName sourceName) { in groupFindingsWithSource() 423 static ImmutableList<GroupResult> groupActiveFindingsWithSource(SourceName sourceName) { in groupActiveFindingsWithSource() 458 static ImmutableList<GroupResult> groupActiveFindingsWithSourceAtTime(SourceName sourceName) { in groupActiveFindingsWithSourceAtTime() [all …]
|
H A D | SourceSnippets.java | 104 static Source updateSource(SourceName sourceName) { in updateSource() 136 static Source getSource(SourceName sourceName) { in getSource() 161 static Policy setIamPolicySource(SourceName sourceName, String userEmail) { in setIamPolicySource() 196 static Policy getIamPolicySource(SourceName sourceName) { in getIamPolicySource()
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | NonConcreteMethodImpl.java | 68 String sourceName) { in allLineLocations() 73 String sourceName) { in allLineLocations() 78 String sourceName, in locationsOfLine() 84 String sourceName, in locationsOfLine()
|
H A D | SDE.java | 45 String sourceName; field in SDE.FileTableRecord 161 private String sourceName = null; field in SDE.LineStratum 215 String sourceName() { in sourceName() method in SDE.LineStratum 444 void storeFile(int fileId, String sourceName, String sourcePath) { in storeFile() 455 String sourceName; in fileLine() local
|
H A D | MethodImpl.java | 41 String sourceName) in allLineLocations() 45 String sourceName, in locationsOfLine() 100 String sourceName) in allLineLocations() 113 String sourceName, in locationsOfLine()
|
H A D | LocationImpl.java | 180 public String sourceName() throws AbsentInformationException { in sourceName() method in LocationImpl 184 public String sourceName(String stratumID) in sourceName() method in LocationImpl 189 String sourceName(SDE.Stratum stratum) in sourceName() method in LocationImpl
|
H A D | StratumLineInfo.java | 33 private final String sourceName; field in StratumLineInfo 37 String sourceName, String sourcePath) { in StratumLineInfo()
|
H A D | ConcreteMethodImpl.java | 103 String sourceName) in sourceNameFilter() 120 String sourceName) in allLineLocations() 133 String sourceName, in locationsOfLine()
|
H A D | ReferenceTypeImpl.java | 693 public String sourceName() throws AbsentInformationException { in sourceName() method in ReferenceTypeImpl 841 public List<Location> allLineLocations(String stratumID, String sourceName) in allLineLocations() 875 String sourceName, in locationsOfLine()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
H A D | YamlDocument.java | 31 public YamlDocument(String sourceName, boolean check, Constructor constructor) { in YamlDocument() 55 public YamlDocument(String sourceName, boolean check) { in YamlDocument() 59 public YamlDocument(String sourceName) { in YamlDocument()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessorLib/linux_glibc_common/kapt/gen/stubs/com/android/systemui/plugins/processor/ |
D | ProtectedPluginProcessor.java | 70 private final java.lang.String sourceName = null; field in ProtectedPluginProcessor.TargetData 77 java.lang.String sourcePkg, @org.jetbrains.annotations.NotNull() in TargetData() 137 java.lang.String sourcePkg, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessorLib/linux_glibc_common/kotlin/ |
D | PluginAnnotationProcessorLib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__packages__SystemUI__plugin_core__linux_glibc_common__PluginAnnotationProcessorLib.kotlin_module
com ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin_core/processor/src/com/android/systemui/plugins/processor/ |
H A D | ProtectedPluginProcessor.kt | 62 val sourceName: String, in getSupportedAnnotationTypes() constant in com.android.systemui.plugins.processor.ProtectedPluginProcessor.TargetData 71 val sourceName = "${target.simpleName}" in getSupportedAnnotationTypes() constant 83 for ((_, sourceType, sourcePkg, sourceName, outputName) in targets.values) { in getSupportedAnnotationTypes() constant
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | ReferenceType.java | 143 String sourceName() throws AbsentInformationException; in sourceName() method 594 List<Location> allLineLocations(String stratum, String sourceName) in allLineLocations() 663 String sourceName, in locationsOfLine()
|
H A D | Location.java | 130 String sourceName() throws AbsentInformationException; in sourceName() method 158 String sourceName(String stratum) in sourceName() method
|
H A D | Method.java | 269 List<Location> allLineLocations(String stratum, String sourceName) in allLineLocations() 328 List<Location> locationsOfLine(String stratum, String sourceName, in locationsOfLine()
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | ANTLRStringStream.as | 202 public function get sourceName():String { property in org.antlr.runtime.ANTLRStringStream 206 public function set sourceName(sourceName:String):void { property in org.antlr.runtime.ANTLRStringStream
|
H A D | ANTLRFileStream.as | 32 public override function get sourceName():String { property in org.antlr.runtime.ANTLRFileStream
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | ANTLRStringStream.cs | 85 public ANTLRStringStream(string input, string sourceName) in ANTLRStringStream() 94 public ANTLRStringStream(char[] data, int numberOfActualCharsInArray, string sourceName) { in ANTLRStringStream()
|
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/ |
H A D | DexFile.java | 156 private DexFile(String sourceName, String outputName, int flags, ClassLoader loader, in DexFile() 403 private static Object openDexFile(String sourceName, String outputName, int flags, in openDexFile() 477 private static native Object openDexFileNative(String sourceName, String outputName, int flags, in openDexFileNative()
|
/aosp_15_r20/cts/tools/vm-tests-tf/build/src/util/build/ |
H A D | BuildCTSHostSources.java | 103 String sourceName = depFqcn.replaceAll("\\.", "/") + ".jar"; in addCTSHostMethod() local 137 String sourceName = classOnlyName; in openCTSHostFileFor() local
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | SDE.c | 58 String sourceName; member 502 private void storeFile(int fileId, String sourceName, String sourcePath) { in storeFile() 513 String sourceName; in fileLine() local
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | BaseRecognizer.h | 57 __strong NSString *sourceName; variable
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
H A D | TreeParser.as | 62 public override function get sourceName():String { property in org.antlr.runtime.tree.TreeParser
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/ |
H A D | log-source.ts | 30 protected sourceName: string; property in LogSource
|