Home
last modified time | relevance | path

Searched defs:sourceName (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/securitycenter/snippets/
H A DFindingSnippets.java53 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 DSourceSnippets.java104 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 DNonConcreteMethodImpl.java68 String sourceName) { in allLineLocations()
73 String sourceName) { in allLineLocations()
78 String sourceName, in locationsOfLine()
84 String sourceName, in locationsOfLine()
H A DSDE.java45 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 DMethodImpl.java41 String sourceName) in allLineLocations()
45 String sourceName, in locationsOfLine()
100 String sourceName) in allLineLocations()
113 String sourceName, in locationsOfLine()
H A DLocationImpl.java180 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 DStratumLineInfo.java33 private final String sourceName; field in StratumLineInfo
37 String sourceName, String sourcePath) { in StratumLineInfo()
H A DConcreteMethodImpl.java103 String sourceName) in sourceNameFilter()
120 String sourceName) in allLineLocations()
133 String sourceName, in locationsOfLine()
H A DReferenceTypeImpl.java693 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 DYamlDocument.java31 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/
DProtectedPluginProcessor.java70 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/
DPluginAnnotationProcessorLib.jarMETA-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 DProtectedPluginProcessor.kt62 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 DReferenceType.java143 String sourceName() throws AbsentInformationException; in sourceName() method
594 List<Location> allLineLocations(String stratum, String sourceName) in allLineLocations()
663 String sourceName, in locationsOfLine()
H A DLocation.java130 String sourceName() throws AbsentInformationException; in sourceName() method
158 String sourceName(String stratum) in sourceName() method
H A DMethod.java269 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 DANTLRStringStream.as202 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 DANTLRFileStream.as32 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 DANTLRStringStream.cs85 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 DDexFile.java156 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 DBuildCTSHostSources.java103 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 DSDE.c58 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 DBaseRecognizer.h57 __strong NSString *sourceName; variable
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DTreeParser.as62 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 Dlog-source.ts30 protected sourceName: string; property in LogSource

123456789