Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 121) sorted by relevance

12345

/build/soong/android/
Dexpand.go30 func ExpandNinjaEscaped(s string, mapping func(string) (string, bool, error)) (string, error) { argument
44 func expand(s string, ninjaEscape bool, mapping func(string) (string, bool, error)) (string, error)…
69 func getMapping(s string, mapping func(string) (string, bool, error)) (string, bool, int, error) { argument
Dtest_asserts.go37 func AssertBoolEquals(t *testing.T, message string, expected bool, actual bool) {
132 …sertStringContainsEquals(t *testing.T, message string, s string, substring string, expected bool) {
162 …ertStringListContainsEquals(t *testing.T, message string, list []string, s string, expected bool) {
/build/soong/cmd/symbols_map/
Dsymbols_map.go151 func writeTextProto(output string, message proto.Message, writeIfChanged bool) error {
173 …s(output string, inputs []string, stripPrefix string, writeIfChanged bool, ignoreMissingFiles bool
Delf.go31 func elfIdentifier(filename string, allowMissing bool) (string, error) {
43 func elfIdentifierFromReaderAt(r io.ReaderAt, filename string, allowMissing bool) (string, error) {
/build/bazel/scripts/bp2build_progress/
Dbp2build_progress.py107 converted: Set[str], show_converted: bool):
146 show_converted: bool = False) -> ReportData:
293 ignore_java_auto_deps: bool,
295 collect_transitive_dependencies: bool = True,
341 collect_transitive_dependencies: bool = True
381 use_queryview: bool,
383 ignore_java_auto_deps: bool = False,
384 collect_transitive_dependencies: bool = True,
385 banchan_mode: bool = False) -> Dict[ModuleInfo, Set[ModuleInfo]]:
/build/blueprint/proptools/
Dproptools.go57 func BoolPtr(b bool) *bool {
74 func BoolDefault(b *bool, def bool) bool {
83 func Bool(b *bool) bool {
/build/soong/dexpreopt/
Dtesting.go158 func FixtureSetPreoptWithUpdatableBcp(value bool) android.FixturePreparer {
172 func FixtureDisableGenerateProfile(disable bool) android.FixturePreparer {
179 func FixtureDisableDexpreoptBootImages(disable bool) android.FixturePreparer {
186 func FixtureDisableDexpreopt(disable bool) android.FixturePreparer {
/build/soong/bp2build/
Dconfigurability.go143 func labelListSelectValue(selectKey string, list bazel.LabelList, emitEmptyList bool) (bool, reflec…
253 …ectMap map[string]reflect.Value, defaultValue *string, indent int, emitZeroValues bool) (string, e…
313 func prettyPrintSelectEntry(value reflect.Value, key string, indent int, emitZeroValues bool) (stri…
Dsymlink_forest.go100 func mergeBuildFiles(output string, srcBuildFile string, generatedBuildFile string, verbose bool) e…
245 func maybeCleanSymlinkForest(topdir, forest string, verbose bool) error {
467 func PlantSymlinkForest(verbose bool, topdir string, forest string, buildFiles string, exclude []st…
/build/soong/cc/
Dimage.go245 SetRamdiskVariantNeeded(b bool)
248 SetVendorRamdiskVariantNeeded(b bool)
251 SetRecoveryVariantNeeded(b bool)
254 SetCoreVariantNeeded(b bool)
352 func (m *Module) SetRamdiskVariantNeeded(b bool) {
356 func (m *Module) SetVendorRamdiskVariantNeeded(b bool) {
360 func (m *Module) SetRecoveryVariantNeeded(b bool) {
364 func (m *Module) SetCoreVariantNeeded(b bool) {
Dcoverage.go190 …roperties(ctx android.BaseModuleContext, properties CoverageProperties, moduleTypeHasCoverage bool,
191 useSdk bool, sdkVersion string) CoverageProperties {
232 MarkAsCoverageVariant(bool) argument
Dtesting.go729 ….TestingSingleton, moduleName, snapshotFilename, subDir, variant string, include bool, fake bool) {
773 …VendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expected bool, variant strin…
790 …coverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expected bool, variant strin…
Dcmakelists.go121 seenProjects map[string]bool) {
210 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) {
234 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) {
/build/bazel/ci/
Drbc_dashboard.py128 async def run_config(product: Product, rbc_product: bool, out_dir: str) -> bool:
147 async def has_diffs(success: bool, file_pairs: List[Tuple[str]], results_folder: str) -> bool:
168 def generate_status_cell(success: bool, diffs: bool) -> str:
/build/soong/rust/
Dimage.go64 func (mod *Module) SetRamdiskVariantNeeded(b bool) {
68 func (mod *Module) SetVendorRamdiskVariantNeeded(b bool) {
72 func (mod *Module) SetRecoveryVariantNeeded(b bool) {
76 func (mod *Module) SetCoreVariantNeeded(b bool) {
Dsource_provider.go67 …ndroid.HostOrDeviceSupported, sourceProvider SourceProvider, enableLints bool, rlibOnly bool) *Mod…
/build/soong/starlark_fmt/
Dformat.go37 func PrintBool(item bool) string {
84 func PrintBoolDict(dict map[string]bool, indentLevel int) string {
/build/pesto/experiments/prepare_bazel_test_env/
Dprepare_bazel_test_env.py32 def _configure_logging(verbose: bool) -> None:
/build/soong/ui/terminal/
Dstatus.go29 …t(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild, forceKeepANSI bool) status.Stat…
/build/soong/cc/symbolfile/
D__init__.py212 def __init__(self, arch: Arch, api: int, llndk: bool = False, apex: bool = False, systemapi:
213 bool = False, ndk: bool = True):
/build/soong/apex/
Ddexpreopt_bootjars_test.go27 …oot(t *testing.T, ruleFile string, expectedInputs, expectedOutputs []string, preferPrebuilt bool) {
/build/soong/java/
Dandroid_manifest.go65 …oid.ModuleContext, targetSdkVersionLevel android.ApiLevel, enforceDefaultTargetSdkVersion bool) bo…
204 isLibrary bool) android.Path {
Ddexpreopt_config.go168 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
234 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
/build/soong/cmd/soong_build/
Dqueryview.go28 func createBazelWorkspace(ctx *bp2build.CodegenContext, outDir string, generateFilegroups bool) err…
/build/make/tools/compliance/
Dpolicy_policy.go175 … *LicenseGraph, e *TargetEdge, depConditions LicenseConditionSet, treatAsAggregate bool) LicenseCo…
199 …icenseGraph, e *TargetEdge, targetConditions LicenseConditionSet, treatAsAggregate bool, condition…

12345