Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 25 of 167) sorted by relevance

1234567

/aosp_15_r20/build/make/tools/ide_query/cc_analyzer_proto/
H A Dcc_analyzer.pb.go335 type SourceFile struct { struct
336 state protoimpl.MessageState
337 sizeCache protoimpl.SizeCache
338 unknownFields protoimpl.UnknownFields
341 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
345 …tring `protobuf:"bytes,2,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
349 …s,3,rep,name=compiler_arguments,json=compilerArguments,proto3" json:"compiler_arguments,omitempty"`
351 …enerated []*GeneratedFile `protobuf:"bytes,4,rep,name=generated,proto3" json:"generated,omitempty"`
357 Deps []string `protobuf:"bytes,5,rep,name=deps,proto3" json:"deps,omitempty"`
360 Status *Status `protobuf:"bytes,6,opt,name=status,proto3,oneof" json:"status,omitempty"`
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/kotlinx.coroutines/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/executorch/extension/android_test/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/nullaway/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/executorch/extension/android/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/lazyclasskey/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/platform_testing/libraries/sts-common-util/autorepro/plugin/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/robolectric/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/kotlinpoet/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/external/jspecify/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
/aosp_15_r20/prebuilts/bazel/common/proto/build/
Dbuild.pb.go1520 type SourceFile struct { struct
1521 state protoimpl.MessageState
1522 sizeCache protoimpl.SizeCache
1523 unknownFields protoimpl.UnknownFields
1526 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
1529 Location *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
1534 Subinclude []string `protobuf:"bytes,3,rep,name=subinclude" json:"subinclude,omitempty"`
1537 …string `protobuf:"bytes,4,rep,name=package_group,json=packageGroup" json:"package_group,omitempty"`
1540 …rotobuf:"bytes,5,rep,name=visibility_label,json=visibilityLabel" json:"visibility_label,omitempty"`
1543 Feature []string `protobuf:"bytes,6,rep,name=feature" json:"feature,omitempty"`
[all …]
/aosp_15_r20/external/skia/bazel/exporter/build_proto/build/
H A Dbuild.pb.go1520 type SourceFile struct { struct
1521 state protoimpl.MessageState
1522 sizeCache protoimpl.SizeCache
1523 unknownFields protoimpl.UnknownFields
1526 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
1529 Location *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
1534 Subinclude []string `protobuf:"bytes,3,rep,name=subinclude" json:"subinclude,omitempty"`
1537 …string `protobuf:"bytes,4,rep,name=package_group,json=packageGroup" json:"package_group,omitempty"`
1540 …rotobuf:"bytes,5,rep,name=visibility_label,json=visibilityLabel" json:"visibility_label,omitempty"`
1543 Feature []string `protobuf:"bytes,6,rep,name=feature" json:"feature,omitempty"`
[all …]
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DSourceFile.java35 public final class SourceFile extends Attribute { class
44 public SourceFile(final SourceFile c) { in SourceFile() method in SourceFile
57SourceFile(final int name_index, final int length, final DataInput input, final ConstantPool const… in SourceFile() method in SourceFile
76 …public SourceFile(final int name_index, final int length, final int sourcefile_index, final Consta… in SourceFile() method in SourceFile
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/
Dlib.rs340 pub struct SourceFile { struct
341 inner: imp::SourceFile, argument
346 impl SourceFile { impl
379 impl Debug for SourceFile { implementation
471 pub fn source_file(&self) -> SourceFile { in source_file()
Dfallback.rs299 pub(crate) struct SourceFile { struct
303 impl SourceFile { implementation
314 impl Debug for SourceFile { implementation
530 pub fn source_file(&self) -> SourceFile { in source_file()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/
H A Dlib.rs344 pub struct SourceFile { struct
345 inner: imp::SourceFile, argument
350 impl SourceFile { implementation
383 impl Debug for SourceFile { implementation
475 pub fn source_file(&self) -> SourceFile { in source_file()
H A Dfallback.rs304 pub(crate) struct SourceFile { struct
309 impl SourceFile { implementation
321 impl Debug for SourceFile { implementation
547 pub fn source_file(&self) -> SourceFile { in source_file()
/aosp_15_r20/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
H A Dgenerator.py305 class SourceFile(NamedTuple): class
335 sources: Iterable[SourceFile],
363 name: str, base: str, sources: Iterable[SourceFile], output: Path
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs486 pub fn source_file(&self) -> SourceFile { in source_file()
610 pub struct SourceFile(bridge::client::SourceFile); struct
612 impl SourceFile { implementation
640 impl fmt::Debug for SourceFile { implementation
650 impl PartialEq for SourceFile { implementation
657 impl Eq for SourceFile {} implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs488 pub fn source_file(&self) -> SourceFile { in source_file()
612 pub struct SourceFile(bridge::client::SourceFile); struct
614 impl SourceFile { impl
642 impl fmt::Debug for SourceFile { implementation
652 impl PartialEq for SourceFile { implementation
659 impl Eq for SourceFile {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs488 pub fn source_file(&self) -> SourceFile { in source_file()
612 pub struct SourceFile(bridge::client::SourceFile); struct
614 impl SourceFile { implementation
642 impl fmt::Debug for SourceFile { implementation
652 impl PartialEq for SourceFile { implementation
659 impl Eq for SourceFile {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs488 pub fn source_file(&self) -> SourceFile { in source_file()
612 pub struct SourceFile(bridge::client::SourceFile); struct
614 impl SourceFile { impl
642 impl fmt::Debug for SourceFile { implementation
652 impl PartialEq for SourceFile { implementation
659 impl Eq for SourceFile {} implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs486 pub fn source_file(&self) -> SourceFile { in source_file()
610 pub struct SourceFile(bridge::client::SourceFile); struct
612 impl SourceFile { implementation
640 impl fmt::Debug for SourceFile { implementation
650 impl PartialEq for SourceFile { implementation
657 impl Eq for SourceFile {} implementation
/aosp_15_r20/external/turbine/java/com/google/turbine/diag/
H A DSourceFile.java25 public class SourceFile { class
39 public SourceFile(String path, String source) { in SourceFile() method in SourceFile

1234567