Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 57) sorted by relevance

123

/development/vndk/tools/header-checker/proto/
Dabi_dump.proto20 optional uint64 size = 2 [default = 0];
21 optional uint32 alignment = 3 [default = 0];
71 optional AccessSpecifier access = 7 [default = public_access];
85 optional AccessSpecifier access = 4 [default = public_access];
119 optional string mangled_component_name = 2 [default = ""];
122 optional uint64 value = 3 [default = 0];
123 optional int64 component_value = 4 [default = 0];
131 optional string unique_id = 1 [default = ""];
140 optional AccessSpecifier access = 8 [default = public_access];
142 optional RecordKind record_kind = 10 [default = struct_kind];
[all …]
/development/testrunner/
Druntest.py107 default=False, action="store_true",
109 parser.add_option("-b", "--skip-build", dest="skip_build", default=False,
112 metavar="X", default=self._DEFAULT_JOBS,
114 parser.add_option("-n", "--skip_execute", dest="preview", default=False,
117 parser.add_option("-i", "--build-install-only", dest="build_install_only", default=False,
120 parser.add_option("-r", "--raw-mode", dest="raw_mode", default=False,
124 default=False, action="store_true",
127 parser.add_option("-v", "--verbose", dest="verbose", default=False,
131 default=False, action="store_true",
148 metavar="FILE", default=user_test_default,
[all …]
/development/tools/repo_diff/
Drepo_diff_android.py38 default=DEFAULT_MANIFEST_URL)
41 default=DEFAULT_MANIFEST_BRANCH)
44 default=DEFAULT_UPSTREAM_MANIFEST_URL)
47 default=DEFAULT_UPSTREAM_MANIFEST_BRANCH)
50 default=DEFAULT_EXCLUSIONS_FILE)
/development/vndk/tools/sourcedr/sourcedr/tests/testdata/ninja/
Dbad_path.ninja1 default ||
Ddefault.ninja8 default foo.o bar.o
/development/apps/CustomLocale/
D.gitignore4 default.properties
/development/ide/intellij/
Dmake+intelligen.sh3 if [ ! -f buildspec.mk.default ]; then
/development/samples/training/basic/ActivityLifecycle/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
Dbuild.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/development/vndk/snapshot/
Dutils.py50 def _get_dir_from_env(env_var, default): argument
51 return os.path.realpath(os.getenv(env_var, default))
/development/sys-img/
Dimages_x86_64_source.prop_template8 SystemImage.TagId=default
Dimages_mips_source.prop_template8 SystemImage.TagId=default
Dimages_x86_source.prop_template8 SystemImage.TagId=default
Dimages_mips64_source.prop_template8 SystemImage.TagId=default
Dimages_armeabi_source.prop_template8 SystemImage.TagId=default
Dimages_armeabi-v7a_source.prop_template8 SystemImage.TagId=default
Dimages_arm64-v8a_source.prop_template8 SystemImage.TagId=default
/development/sdk/
Dsdk.properties5 sdk.skin.default=WVGA800
/development/vndk/tools/sourcedr/sourcedr/commands/
Dreview.py14 parser.add_argument('--project-dir', default='.')
Dinit.py19 parser.add_argument('--project-dir', default='.')
Dcollect.py18 parser.add_argument('--project-dir', default='.')
/development/vndk/tools/sourcedr/sourcedr/
Dninja.py52 def get_recursive(self, key, default=None): argument
57 return self.parent.get_recursive(key, default)
58 return default
70 def get_recursive(self, key, default=None): argument
83 return self._build_env.parent.get_recursive(key, default)
84 return default
788 default = Default()
790 default.outs = eval_path_strings(outs, self._env)
794 self._defaults.append(default)
992 parser.add_argument('--encoding', default='utf-8',
[all …]
/development/gsi/gsi_util/gsi_util/commands/
Dpull.py74 default='.',
/development/tools/findunused/
Dfindunusedstrings8 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
/development/samples/TicTacToeMain/
DREADME.txt22 file TicTacToeMain/default.properties contains the special line:
28 APK. To define this is a library, the file TicTacToeLib/default.project

123