Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 114) 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/soong/tradefed/
Dautogen.go47 …Path(ctx android.ModuleContext, prop *string, testSuites []string, autoGenConfig *bool, testConfig…
141 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool, testIns…
161 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool, outputF…
176 …testConfigTemplateProp *string, testSuites []string, configs []Config, autoGenConfig *bool) androi…
191 testSuites []string, config []Config, autoGenConfig *bool, unitTest *bool) android.Path {
214 testConfigTemplateProp *string, testSuites []string, autoGenConfig *bool) android.Path {
230 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool, testIns…
249 …testConfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool) android…
268 testSuites []string, autoGenConfig *bool) android.Path {
292 …testConfigTemplateProp *string, manifest android.Path, testSuites []string, autoGenConfig *bool, c…
/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/bazel/ci/
Drbc_dashboard.py129 async def run_config(product: Product, rbc_product: bool, rbc_board: bool, out_dir: str) -> bool:
149 async def has_diffs(success: bool, file_pairs: List[Tuple[str]], results_folder: str) -> bool:
170 def generate_status_cell(success: bool, diffs: bool) -> str:
/build/soong/cc/symbolfile/
D__init__.py202 def _should_omit_tags(tags: Tags, arch: Arch, api: int, llndk: bool,
203 apex: bool) -> bool:
226 def should_omit_version(version: Version, arch: Arch, api: int, llndk: bool,
227 apex: bool) -> bool:
241 def should_omit_symbol(symbol: Symbol, arch: Arch, api: int, llndk: bool,
242 apex: bool) -> bool:
320 api: int, llndk: bool, apex: bool) -> None:
/build/soong/bp2build/
Dconfigurability.go114 func labelListSelectValue(selectKey string, list bazel.LabelList, emitEmptyList bool) (bool, reflec…
205 …ectMap map[string]reflect.Value, defaultValue *string, indent int, emitZeroValues bool) (string, e…
265 func prettyPrintSelectEntry(value reflect.Value, key string, indent int, emitZeroValues bool) (stri…
/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.go184 …roperties(ctx android.BaseModuleContext, properties CoverageProperties, moduleTypeHasCoverage bool,
185 useSdk bool, sdkVersion string) CoverageProperties {
222 MarkAsCoverageVariant(bool) argument
Dtesting.go645 ….TestingSingleton, moduleName, snapshotFilename, subDir, variant string, include bool, fake bool) {
689 …VendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expected bool, variant strin…
706 …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/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) {
Dsanitize.go95 func boolPtr(v bool) *bool {
451 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
457 func (mod *Module) SetSanitizeDep(b bool) {
/build/soong/cc/ndkstubgen/
D__init__.py32 symbol_list: TextIO, arch: Arch, api: int, llndk: bool,
33 apex: bool) -> None:
/build/soong/starlark_fmt/
Dformat.go36 func PrintBool(item bool) string {
79 func PrintBoolDict(dict map[string]bool, indentLevel int) string {
/build/soong/ui/terminal/
Dsimple_status.go34 func NewSimpleStatusOutput(w io.Writer, formatter formatter, keepANSI bool, quietBuild bool) status…
Dstatus.go29 …t(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild, forceKeepANSI bool) status.Stat…
Dformat.go35 func newFormatter(format string, quiet bool) formatter {
/build/pesto/experiments/prepare_bazel_test_env/
Dprepare_bazel_test_env.py32 def _configure_logging(verbose: bool) -> None:
/build/soong/dexpreopt/
Dtesting.go158 func FixtureSetPreoptWithUpdatableBcp(value bool) android.FixturePreparer {
172 func FixtureDisableGenerateProfile(disable bool) android.FixturePreparer {
/build/soong/ui/build/
Dupload.go78 func UploadMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...…
/build/make/tools/compliance/
Dpolicy_policy.go194 … *LicenseGraph, e *TargetEdge, depConditions LicenseConditionSet, treatAsAggregate bool) LicenseCo…
221 …icenseGraph, e *TargetEdge, targetConditions LicenseConditionSet, treatAsAggregate bool, condition…
/build/soong/python/
Dbuilder.go82 func registerBuildActionForParFile(ctx android.ModuleContext, embeddedLauncher bool,

12345