Home
last modified time | relevance | path

Searched refs:include (Results 1 – 25 of 75) sorted by relevance

123

/tools/trebuchet/
Dsettings.gradle21 include 'core:model'
22 include 'core:common'
26 include 'trebuchet:analyzer'
27 include 'trebuchet:startup-analyzer'
28 include 'trebuchet:startup-common'
29 include 'trebuchet:startup-summarizer'
30 include 'trebuchet:system-server-analyzer'
31 include 'trebuchet:user-switch-analyzer'
32 include 'trebuchet:traceutils'
33 include 'trebuchet:viewer'
DLICENSE45 of this License, Derivative Works shall not include works that remain
109 include a readable copy of the attribution notices contained
183 replaced with your own identifying information. (Don't include
/tools/repohooks/tools/
Dcpplint.py4467 def _ClassifyInclude(fileinfo, include, is_system): argument
4493 is_cpp_h = include in _CPP_HEADERS
4506 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))
4561 include = match.group(2)
4563 duplicate_line = include_state.FindHeader(include)
4567 (include, filename, duplicate_line))
4568 elif (include.endswith('.cc') and
4569 os.path.dirname(fileinfo.RepositoryName()) != os.path.dirname(include)):
4572 elif not _THIRD_PARTY_HEADERS_PATTERN.match(include):
4573 include_state.include_list[-1].append((include, linenum))
[all …]
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt270 include = setOf( in <lambda>()
305 include = setOf( in <lambda>()
342 include = setOf( in <lambda>()
785 include: Set<String> = emptySet(), in <lambda>()
830 if (include.isNotEmpty() && !(include.contains(key) || include.contains(canonical))) { in <lambda>()
/tools/asuite/aidegen/lib/
Dclion_project_file_gen_unittest.py377 include = 'path_to_include'
378 clion_project_file_gen._write_all_includes(hfile, [include], True)
384 clion_project_file_gen._build_cmake_path(include))
389 clion_project_file_gen._write_all_includes(hfile, [include], False)
472 include = 'path_to_include'
473 clion_project_file_gen._write_all_headers(hfile, [include])
478 clion_project_file_gen._build_cmake_path(include))
Dclion_project_file_gen.py574 for include in includes:
575 hfile.write(_SET_INCLUDE_FORMAT.format(_build_cmake_path(include)))
591 for include in includes:
592 hfile.write(_ALL_HEADER_FILES.format(_build_cmake_path(include)))
Dnative_module_info.py192 for include in mod_info[flag][header]:
193 match = re.search(_INC_GEN_CHECK, include)
194 if match and not os.path.isdir(include):
/tools/metalava/
DFORMAT.md23 and no suffix for non-nullable types. The initial plan was to include this
55 New signature files (v2+) generally include a file header comment which states
229 We need to include annotation member methods, as well as their default values
292 contract, so we need to include them in the signature format.
347 Doclava did not include these methods in the signature files, but they **were**
349 file format, we include these.
411 The above list doesn't include the Kotlin modifiers, which are inserted
DAPI-LINT.md22 Next to an error message, metalava will include the issue id. For example,
82 diff to make sure you're really only marking the issues you intended to include.
87 (use "git add <file>..." to include in what will be committed)
/tools/test/connectivity/acts/framework/
DMANIFEST.in1 include setup.py README.txt sample_config.json
2 recursive-include acts *.py
3 recursive-include tests *
/tools/test/graphicsbenchmark/apps/sample_app/
DAndroid.mk17 include $(CLEAR_VARS)
26 include $(BUILD_PACKAGE)
28 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/tests/res/testdata/
Dtest_mapping_28 "include-filter": "some-filter"
16 "include-filter": "some-filter2"
37 "include-filter": "filter.com"
Dtest_mapping_with_mainline7 "include-filter": "test-filter"
15 "include-filter": "test-filter2"
/tools/test/graphicsbenchmark/functional_tests/java/
DAndroid.mk17 include $(CLEAR_VARS)
35 include $(BUILD_PACKAGE)
38 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/asuite/aidegen/vscode/
Dvscode_native_project_file_gen_unittest.py66 include = vscode_native_project_file_gen._INC_PATH
70 self.assertEqual(set(res), set(data[config][0][include]))
75 self.assertEqual(set(res), set(data[config][0][include]))
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/
DApiVisitor.kt120 open fun include(cls: ClassItem): Boolean { in include() method
136 fun include(vc: VisitCandidate): Boolean { in include() method
137 if (!include(vc.cls)) { in include()
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak24 include $(CLEAR_VARS)
36 $(LOCAL_PATH)/../include
47 include $(BUILD_NATIVE_TEST)
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino1 #include <ESP8266WiFi.h>
2 #include <ESP8266Ping.h>
3 #include <WiFiUdp.h>
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md36 To include a test in the suite, it must be built to device-tests or
37 general-tests artifact. That is, include following in the mk file:
54 After you build target tradefed-all (to include the new test suite
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java1314 MultiMap<String, String> include, in filterByConfigMetadata() argument
1318 for (String key : include.keySet()) { in filterByConfigMetadata()
1319 Set<String> filters = new HashSet<>(include.get(key)); in filterByConfigMetadata()
1330 if (!include.isEmpty() && !shouldInclude) { in filterByConfigMetadata()
/tools/acloud/
DLICENSE45 of this License, Derivative Works shall not include works that remain
109 include a readable copy of the attribution notices contained
183 replaced with your own identifying information. (Don't include
/tools/test/openhst/
DLICENSE45 of this License, Derivative Works shall not include works that remain
109 include a readable copy of the attribution notices contained
183 replaced with your own identifying information. (Don't include
/tools/apksig/
DLICENSE57 of this License, Derivative Works shall not include works that remain
121 include a readable copy of the attribution notices contained
195 replaced with your own identifying information. (Don't include
/tools/treble/
DLICENSE45 of this License, Derivative Works shall not include works that remain
109 include a readable copy of the attribution notices contained
183 replaced with your own identifying information. (Don't include
/tools/test/graphicsbenchmark/
DREADME16 Available options include:
33 $ atest --include-subdirs --test-mapping tools/test/graphicsbenchmark:presubmit

123