Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 25 of 202) sorted by relevance

123456789

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dprotobuf.bzl10 if not ctx.attr.includes:
12 if not ctx.attr.includes[0]:
15 return _GetPath(ctx, ctx.attr.includes[0])
16 return _GetPath(ctx, ctx.label.package + '/' + ctx.attr.includes[0])
89 "includes": attr.string_list(),
146 includes = []
148 includes = [include]
157 includes=includes,
177 includes=includes,
194 includes=includes,
[all …]
Dgmock.BUILD12 includes = [
DBUILD106 includes = ["src/"],
176 includes = ["src/"],
185 includes = ["objectivec"],
325 includes = ["src/"],
510 includes = [
600 includes = [
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/util/python/
DBUILD8 # that includes the Python headers. For example, the protobuf WORKSPACE file
9 # includes the following local_repository rule that points to this directory:
/frameworks/multidex/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
/frameworks/rs/cpp/
DAndroid.bp58 // RenderScript.h includes rsCppStructs.h, which includes rs/rsDefines.h.
/frameworks/av/media/img_utils/src/
DNOTICE1 This product includes DNG technology under license by Adobe Systems
/frameworks/base/core/java/android/app/backup/
DFullBackup.java461 Map<String, Set<PathWithRequiredFlags>> includes) in parseBackupSchemeFromXmlLocked() argument
511 parser, excludes, includes, domainFromXml); in parseBackupSchemeFromXmlLocked()
562 if (includes.isEmpty()) { in parseBackupSchemeFromXmlLocked()
567 : includes.entrySet()) { in parseBackupSchemeFromXmlLocked()
618 Map<String, Set<PathWithRequiredFlags>> includes, String domain) in parseCurrentTagForDomain() argument
622 Set<PathWithRequiredFlags> includeSet = includes.get(domainToken); in parseCurrentTagForDomain()
625 includes.put(domainToken, includeSet); in parseCurrentTagForDomain()
DBackupAgent.java845 Map<String, Set<PathWithRequiredFlags>> includes = null; in isFileEligibleForRestore() local
849 includes = bs.maybeParseAndGetCanonicalIncludePaths(); in isFileEligibleForRestore()
871 if (includes != null && !includes.isEmpty()) { in isFileEligibleForRestore()
875 for (Set<PathWithRequiredFlags> domainIncludes : includes.values()) { in isFileEligibleForRestore()
/frameworks/av/services/camera/libcameraservice/tests/
DAndroid.mk41 external/dynamic_depth/includes \
/frameworks/opt/gamesdk/samples/unitypackaging/
Dbuild.gradle34 from('../../includes/swappy') {
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME4 NDK (sensor.h). It includes a subset of these APIs and introduces a few
10 ISensorMangaer includes member functions that adapts the ASensorManager_*
69 IEventQueue includes member functions that adapts some of the
/frameworks/av/services/camera/libcameraservice/
DAndroid.bp123 "external/dynamic_depth/includes",
161 "external/dynamic_depth/includes",
/frameworks/base/tests/net/smoketest/
DAndroid.bp10 // TODO: remove this hack when there is a better solution for jni_libs that includes
/frameworks/av/media/libaaudio/
DAndroid.bp26 // deliberately includes symbols from AAudioTesting.h
/frameworks/minikin/doc/
Dminikin_style.md8 dir2/foo2.h, order your includes as follows:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
DREADME.md15 The complete package includes the C++ source code, which includes the
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3_lite.proto39 // This proto includes every type of field in both singular and repeated
184 // This proto includes a recusively nested message.
Dunittest_proto3_arena.proto39 // This proto includes every type of field in both singular and repeated
184 // This proto includes a recusively nested message.
Dunittest_proto3_arena_lite.proto40 // This proto includes every type of field in both singular and repeated
185 // This proto includes a recusively nested message.
/frameworks/av/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/native/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/base/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
213 (d) If the Work includes a "NOTICE" text file as part of its
291 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/av/media/ndk/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/av/camera/ndk/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any

123456789