Home
last modified time | relevance | path

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

123456

/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
Draw_files.go62 func newTempFile(ctx BuilderContext, pattern string, testMode bool) *tempFile {
112 func writeContentToTempFileAndHash(ctx BuilderContext, content string, newline bool) (*tempFile, st…
129 …(ctx BuilderContext, outputFile WritablePath, content string, newline bool, executable bool, valid…
Dconfigurable_properties.go8 func CreateSelectOsToBool(cases map[string]*bool) proptools.Configurable[bool] {
Dconfig_test.go216 func (p partialCompileFlags) updateUseD8(value bool) partialCompileFlags {
221 func (p partialCompileFlags) updateDisableApiLint(value bool) partialCompileFlags {
226 func (p partialCompileFlags) updateDisableStubValidation(value bool) partialCompileFlags {
/build/soong/cmd/symbols_map/
Dsymbols_map.go157 func writeTextProto(output string, message proto.Message, writeIfChanged bool) error {
179 …s(output string, inputs []string, stripPrefix string, writeIfChanged bool, ignoreMissingFiles bool
/build/soong/cc/
Dimage.go189 SetRamdiskVariantNeeded(b bool)
192 SetVendorRamdiskVariantNeeded(b bool)
195 SetRecoveryVariantNeeded(b bool)
198 SetCoreVariantNeeded(b bool)
201 SetProductVariantNeeded(b bool)
204 SetVendorVariantNeeded(b bool)
249 func (m *Module) SetRamdiskVariantNeeded(b bool) {
253 func (m *Module) SetVendorRamdiskVariantNeeded(b bool) {
257 func (m *Module) SetRecoveryVariantNeeded(b bool) {
261 func (m *Module) SetCoreVariantNeeded(b bool) {
[all …]
Dfuzz.go268 libraryBase string, isHost bool, isVendor bool, fuzzDir string, archString string) string {
283 func SharedLibrarySymbolsInstallLocation(libraryBase string, isVendor bool, fuzzDir string, archStr…
557 func GetSharedLibsToZip(sharedLibraries android.RuleBuilderInstalls, isHost bool, inVendor bool, s …
558 …archString string, destinationPathPrefix string, sharedLibraryInstalled *map[string]bool) []fuzz.F…
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/make/tools/aconfig/aconfig_storage_write_api/src/
Dlib.rs56 value: bool, in set_boolean_flag_value()
75 value: bool, in set_flag_has_server_override()
94 value: bool, in set_flag_has_local_override()
135 value: bool, in update_boolean_flag_value_cxx()
142 value: bool, in update_flag_has_server_override_cxx()
149 value: bool, in update_flag_has_local_override_cxx()
157 value: bool, in update_boolean_flag_value_cxx()
177 value: bool, in update_flag_has_server_override_cxx()
208 value: bool, in update_flag_has_local_override_cxx()
245 fn get_boolean_flag_value_at_offset(file: &str, offset: u32) -> bool { in get_boolean_flag_value_at_offset()
/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) {
80 func (mod *Module) SetProductVariantNeeded(b bool) {
84 func (mod *Module) SetVendorVariantNeeded(b bool) {
/build/soong/elf/
Delf.go31 func Identifier(filename string, allowMissing bool) (string, error) {
43 func elfIdentifierFromReaderAt(r io.ReaderAt, filename string, allowMissing bool) (string, error) {
/build/blueprint/proptools/
Dproptools.go63 func BoolPtr(b bool) *bool {
80 func BoolDefault(b *bool, def bool) bool {
89 func Bool(b *bool) bool {
/build/soong/dexpreopt/
Dtesting.go174 func FixtureSetPreoptWithUpdatableBcp(value bool) android.FixturePreparer {
188 func FixtureDisableGenerateProfile(disable bool) android.FixturePreparer {
195 func FixtureDisableDexpreoptBootImages(disable bool) android.FixturePreparer {
202 func FixtureDisableDexpreopt(disable bool) android.FixturePreparer {
/build/bazel/ci/
Drbc_dashboard.py136 async def run_config(product: Product, rbc_product: bool, out_dir: str) -> bool:
156 async def has_diffs(success: bool, file_pairs: List[Tuple[str]], results_folder: str) -> bool:
177 def generate_status_cell(success: bool, diffs: bool) -> str:
/build/bazel/scripts/incremental_build/
Dplot_metrics.py58 summary_csv_data: str, output: Path, filter: bool = True
120 def plot(summary_csv_data: str, output: Path, filter: bool):
/build/soong/ui/terminal/
Dformat.go36 func newFormatter(colorize bool, format string, quiet bool) formatter {
Dstatus.go29 …t(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild, forceKeepANSI bool) status.Stat…
/build/make/ci/
Dci_test_lib.py61 def __init__(self, delete: bool, ):
65 def create(cls, test_case: TestCase, delete: bool = True):
/build/soong/apex/
Dsystemserver_classpath_fragment_test.go459 …eGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string, expected bool) {
467 …ebuilt(t *testing.T, ctx *android.TestContext, apexName string, moduleName string, expected bool) {
/build/pesto/experiments/prepare_bazel_test_env/
Dprepare_bazel_test_env.py32 def _configure_logging(verbose: bool) -> None:
/build/soong/java/
Ddexpreopt_config.go178 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
216 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
/build/soong/starlark_fmt/
Dformat.go104 func PrintBool(item bool) string {
151 func PrintBoolDict(dict map[string]bool, indentLevel int) string {
/build/soong/cmd/release_config/release_config_lib/
Dutil.go170 func SortedMapKeys(inputMap map[string]bool) []string {
214 func GetDefaultMapPaths(queryMaps bool) (defaultMapPaths StringList, err error) {
/build/soong/ui/build/
Dsource_inputs.go15 func sortedStringSetKeys(m map[string]bool) []string {
/build/soong/cc/symbolfile/
D__init__.py226 def __init__(self, arch: Arch, api: int, llndk: bool = False, apex: bool = False, systemapi:
227 bool = False, ndk: bool = True):

123456