/compatibility/cdd/8_performance-and-power/ |
8_3_power-saving-modes.md | 3 Android includes App Standby and Doze power-saving modes to optimize battery
|
/external/flatbuffers/tests/ |
generate_code.sh | 17 ../flatc --cpp --java --csharp --go --binary --python --js --ts --php --grpc --gen-mutable --reflect-names --gen-object-api --no-includes --cpp-ptr-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.json
|
/frameworks/base/media/mca/filterfw/native/ |
Android.mk | 36 # add local includes
|
/hardware/intel/common/libmix/videodecoder/ |
Android.mk | 18 # VideoDecoderHost.cpp includes VideoDecoderWMV.h,
|
/packages/apps/Gallery2/gallerycommon/ |
Android.mk | 17 # Build the com.android.emailcommon static library. At the moment, this includes
|
/packages/services/Telephony/ |
Android.mk | 3 # Build the Phone app which includes the emergency dialer. See Contacts
|
/prebuilts/go/darwin-x86/src/internal/poll/ |
sendfile_bsd.go | 45 // This includes syscall.ENOSYS (no kernel
|
sendfile_linux.go | 42 // This includes syscall.ENOSYS (no kernel
|
/prebuilts/go/linux-x86/src/internal/poll/ |
sendfile_bsd.go | 45 // This includes syscall.ENOSYS (no kernel
|
sendfile_linux.go | 42 // This includes syscall.ENOSYS (no kernel
|
/prebuilts/jdk/jdk9/darwin-x86/legal/java.base/ |
icu.md | 15 Software includes any source code published in the Unicode Standard
|
/prebuilts/jdk/jdk9/linux-x86/legal/java.base/ |
icu.md | 15 Software includes any source code published in the Unicode Standard
|
/external/jsoncpp/devtools/ |
licenseupdater.py | 60 includes = '''**/*.h **/*.cpp **/*.inl''',
|
/external/libxkbcommon/xkbcommon/src/ |
context.h | 43 darray(char *) includes; member in struct:xkb_context
|
/external/llvm/unittests/ADT/ |
DAGDeltaAlgorithmTest.cpp | 27 return std::includes(Changes.begin(), Changes.end(),
|
DeltaAlgorithmTest.cpp | 42 return std::includes(Changes.begin(), Changes.end(),
|
/external/parameter-framework/upstream/parameter/ |
SelectionCriterion.cpp | 116 bool CSelectionCriterion::includes(int iState) const function in class:CSelectionCriterion 118 // For inclusive criterion, Includes checks if ALL the bit sets in iState are set in the
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
DAGDeltaAlgorithmTest.cpp | 27 return std::includes(Changes.begin(), Changes.end(),
|
DeltaAlgorithmTest.cpp | 42 return std::includes(Changes.begin(), Changes.end(),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveryUpdater.java | 104 // Error stream has the includes 260 List<String> includes = new ArrayList<String>(); local 274 includes.add(line.trim()); 277 mPathInfo.setIncludePaths(includes); 279 includes.add(line.trim());
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
SubPlanHelperTest.java | 131 Set<String> includes = subPlan.getIncludeFilters(); local 132 assertTrue(includes.contains(tf.toString())); 150 Set<String> includes = subPlan.getIncludeFilters(); local 151 assertTrue(includes.contains(filterWithoutSuffix.toString()));
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
ViewDataBinding.java | 551 * Walks the view hierarchy under root and pulls out tagged Views, includes, and views with 557 * @param numBindings The total number of ID'd views, views with expressions, and includes 558 * @param includes The include layout information, indexed by their container's index. 566 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) { 568 mapBindings(bindingComponent, root, bindings, includes, viewsWithIds, true); 961 * Walks the view hierarchy under roots and pulls out tagged Views, includes, and views with 967 * @param numBindings The total number of ID'd views, views with expressions, and includes 968 * @param includes The include layout information, indexed by their container's index. 976 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) { 979 mapBindings(bindingComponent, roots[i], bindings, includes, viewsWithIds, true) [all...] |
/frameworks/base/core/java/android/app/backup/ |
FullBackup.java | 459 Map<String, Set<PathWithRequiredFlags>> includes) 509 parser, excludes, includes, domainFromXml); 559 Log.v(TAG_XML_PARSER, "Includes:"); 560 if (includes.isEmpty()) { 565 : includes.entrySet()) { 616 Map<String, Set<PathWithRequiredFlags>> includes, String domain) 620 Set<PathWithRequiredFlags> includeSet = includes.get(domainToken); 623 includes.put(domainToken, includeSet); [all...] |
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
options.md | 13 * code view. Tree. Each profiler node includes to all TensorFlow 15 * op view. List. Each profiler node includes to all TensorFlow 18 2) `-account_type_regexes` is used to first select the nodes that includes
|
/external/testng/src/main/java/org/testng/xml/dom/ |
DomUtil.java | 173 List<String> includes = Lists.newArrayList(); local 182 includes.add(((Element) item4).getAttribute("name")); 200 xmlTest.setIncludedGroups(includes);
|