Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 43) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/
Ddata.hdf2 which = normal
/build/make/tools/releasetools/
Dpylintrc37 # optimizer, which will apply various small optimizations. For instance, it can
83 # Python expression which should return a note less than 10 (10 is the highest
84 # note). You have access to the variables errors warning, statement which
120 # List of module names for which member attributes should not be checked
125 # List of classes names for which member attributes should not be checked
133 # List of members which are set dynamically and missed by pylint inference
150 # Good variable names which should always be accepted, separated by a comma
153 # Bad variable names which should always be refused, separated by a comma
223 # Regular expression which should only match function or class names that do
261 # List of optional constructs for which whitespace checking is disabled
[all …]
Dvalidate_target_files.py72 def CheckAllFiles(which): argument
73 logging.info('Checking %s image.', which)
77 image = common.GetSparseImage(which, input_tmp, input_zip, True)
78 prefix = '/' + which
112 input_tmp, which.upper(), entry[(len(prefix) + 1):])
Dcommon.py1989 def GetUserImage(which, tmpdir, input_zip, argument
2030 img = GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks,
2035 return GetNonSparseImage(which, tmpdir, hashtree_info_generator)
2038 def GetNonSparseImage(which, tmpdir, hashtree_info_generator=None): argument
2049 path = os.path.join(tmpdir, "IMAGES", which + ".img")
2050 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
2059 def GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks, argument
2078 path = os.path.join(tmpdir, "IMAGES", which + ".img")
2079 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
2109 if which == 'system' and not arcname.startswith('system'):
[all …]
/build/soong/android/
Dlicense_test.go68 `which is not visible to this module`,
70 `which is not visible to this module`,
Dnamespace_test.go176 Module "b" is defined in namespace "dir3" which can read these 2 namespaces: ["dir3" "."]
427 Module "b" is defined in namespace "dir1/subdir1" which can read these 2 namespaces: ["dir1/subdir1…
490 Module "c" is defined in namespace "dir3" which can read these 3 namespaces: ["dir3" "dir2" "."]
Dconfig_test.go64 …expectedError := `Field configType.PopulateMe has tag json:"omitempty" which specifies to change i…
/build/bazel/bazel_skylib/
DREADME.md6 from `bazel-skylib`, add a comment containing `Divergence from bazel-skylib` which
/build/bazel/rules_cc/
DREADME.md9 from `rules_cc`, add a comment containing `Divergence from rules_cc` which
/build/make/
DUsage.txt81 DIST_DIR The directory in which to place the distribution
83 OUT_DIR The directory in which to place non-distribution
86 There is not yet known a convenient method by which to discover the full
DChanges.md33 in incorrect class loader context recorded in the .odex file, which will cause
222 been a mistake in the Android.mk -- assuming that `LOCAL_C_INCLUDES` (which is
223 relative to the top of the source tree) acts like `LOCAL_SRC_FILES` (which is
314 specify which modules should be installed, effectively making it impossible to
337 trigger them to be re-read every time the `BUILD_NUMBER` changes (which it does
354 files (or other build tasks). Always use `dist-for-goals` instead, which takes
417 with `.PHONY`, which will satisfy this warning. This isn't the case for this
511 …ated modules, so they're now obsolete. Instead, use static pattern rules, which are similar, but e…
616 Many of these variables also include absolute path names, which we'd like to
649 root of the source tree, so this can just be replaced with '.' (which is what
[all …]
/build/bazel/rules/
Dcc_library_static.bzl40 # may expect they are depending directly on a target which generates linker inputs,
41 # as opposed to a proxy target which is a level of indirection to such a target.
130 # A rule which depends on a single cc_library target. If the cc_library target
/build/blueprint/bootstrap/
Dbuild.ninja1 # Included by .minibootstrap/build.ninja, which is written by bootstrap.bash
/build/make/tools/acp/
DREADME6 - Uses the BSD cp, not the fancy GNU cp. It lacks the "-u" flag, which
9 - Doesn't take the "-d" flag, which causes symlinks to be copied as
/build/soong/docs/
Dmap_files.md15 each of which contain a list of symbols. For example:
89 Indicates the version in which an API was first introduced. For example,
97 determine which API level an API was added in. The `first_version` property of
98 `ndk_library` will dictate which API levels stubs are generated for. If the
100 **Symbol names for which no other rule applies will implicitly be introduced in
/build/make/core/
DLINUX_KERNEL_COPYING56 (2) offer you this license which gives you legal permission to copy,
78 0. This License applies to any program or other work which contains
135 distribute the same sections as part of a whole which is a work based
155 source code, which must be distributed under the terms of Sections
179 operating system on which the executable runs, unless that component
234 integrity of the free software distribution system, which is
259 specifies a version number of this License which applies to it and "any
268 to ask for permission. For software which is copyrighted by the Free
302 free software which everyone can redistribute and change under these terms.
347 `Gnomovision' (which makes passes at compilers) written by James Hacker.
Dproduct_config.rbc274 Otherwise, string_or_list is considered to be a string which
288 Otherwise, string_or_list is considered to be a string which
308 """Constructs a handle which is passed to PCM."""
392 which stands for any sequence of characters.
Dproguard_basic_keeps.flags69 # Futures.getChecked (which often won't work with Proguard anyway) uses this. It
/build/bazel/json_module_graph/
DREADME.md26 * `usedVariations` returns a map that shows which variations are used in the
/build/blueprint/
DCONTRIBUTING.md6 (CLA), which you can do online. The CLA is necessary mainly because you own the
/build/make/core/tasks/
Dvendor_module_check.mk114 … $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor, odm, vendor_dlkm or odm_dlkm tree))))
/build/make/tools/zipalign/
DREADME.txt37 The "-p" flag aligns any file with a ".so" extension, and which is stored
/build/soong/
DREADME.md4 replaces Android.mk files with Android.bp files, which are JSON-like simple
46 Glob patterns can also contain a single `**` wildcard as a path element, which
135 package includes all files in its directory, plus all subdirectories beneath it, except those which
329 it will use the `default_visibility` of its closest ancestor package for which
342 which point all packages that do not currently specify a `default_visibility`
378 The androidmk converter will produce multiple conflicting modules, which must
439 variables `board`, `feature` and `width`, which can affect properties `cflags`
546 modules (`cc_defaults`, `java_defaults`, etc.), which can then be referenced
/build/make/tools/rbcrun/
DREADME.md38 `"|symbol"` which defines a single variable `symbol` with `None` value if a
/build/bazel/rules_cc/cc/
Dfind_cc_toolchain.bzl58 ctx: The rule context for which to find a toolchain.

12