/system/tools/xsdc/src/com/android/xsdc/tag/ |
D | XsdElement.java | 25 private boolean multiple; field in XsdElement 27 public XsdElement(String name, QName ref, XsdType type, boolean multiple) in XsdElement() argument 38 this.multiple = multiple; in XsdElement() 45 public void setMultiple(boolean multiple) { in setMultiple() argument 46 this.multiple = multiple; in setMultiple() 50 return multiple; in isMultiple()
|
D | XsdAll.java | 24 public XsdAll(String name, QName ref, XsdType type, boolean multiple) in XsdAll() argument 26 super(name, ref, type, multiple); in XsdAll()
|
D | XsdChoice.java | 24 public XsdChoice(String name, QName ref, XsdType type, boolean multiple) in XsdChoice() argument 26 super(name, ref, type, multiple); in XsdChoice()
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 41 uint32_t multiple = 1; in parse_len() local 54 multiple <<= 10; in parse_len() 57 multiple <<= 10; in parse_len() 71 if (multiple > 1) { in parse_len() 77 if (multiple > 1024) in parse_len() 78 multiple >>= 10; in parse_len() 79 *plen *= multiple; in parse_len()
|
/system/extras/power_profile/gps_on/Application/ |
D | build.gradle | 21 // The sample build uses multiple directories to 26 'common', // components that are reused by multiple samples
|
/system/extras/power_profile/camera_flashlight/Application/ |
D | build.gradle | 24 // The sample build uses multiple directories to 29 'common', // components that are reused by multiple samples
|
/system/extras/power_profile/camera_avg/Application/ |
D | build.gradle | 24 // The sample build uses multiple directories to 29 'common', // components that are reused by multiple samples
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | CMakeLists.txt | 10 # You can define multiple libraries, and CMake builds them for you. 36 # can link multiple libraries, such as libraries you define in this
|
/system/sepolicy/tools/ |
D | README | 7 A tool to build SELinux policy for multiple targets in parallel. 9 on multiple targets.
|
/system/iorap/docs/binder/ |
D | TaskResult.dot | 26 // graph-easy does not support multiple state syntax {}, write one-by-one
|
/system/extras/memtrack/ |
D | Android.bp | 48 // __aeabi_uidiv(). Allowing multiple definitions lets the build proceed, but
|
/system/core/libcrypto_utils/ |
D | android_pubkey.c | 27 #error RSA modulus size must be multiple of the word size!
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 93 /// but multiple requests can be outstanding at any given time. 99 /// For loading via a buffer, loading may optionally be fragmented into multiple 111 /// multiple LoadNanoappRequest with incremental nanoapp binary fragments. 184 /// This pattern repeats until the end of the buffer for multiple log
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_neverallows.te | 24 # have multiple HALs in it (or even all of them) with the subsequent policy of
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_neverallows.te | 23 # have multiple HALs in it (or even all of them) with the subsequent policy of
|
/system/update_engine/ |
D | pylintrc | 38 # Use multiple processes to speed up Pylint. 52 # be used to obtain the result of joining multiple strings with the addition 69 # either give multiple identifier separated by comma (,) or put this option 70 # multiple time. See also the "--disable" option for examples. 74 # can either give multiple identifiers separated by comma (,) or put this 75 # option multiple times (only on the command line, not in the configuration
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_neverallows.te | 30 # have multiple HALs in it (or even all of them) with the subsequent policy of
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_neverallows.te | 30 # have multiple HALs in it (or even all of them) with the subsequent policy of
|
/system/sepolicy/public/ |
D | hal_neverallows.te | 30 # have multiple HALs in it (or even all of them) with the subsequent policy of
|
/system/core/libmemunreachable/tests/ |
D | Allocator_test.cpp | 48 TEST_F(AllocatorTest, multiple) { in TEST_F() argument
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 260 boolean multiple = false; in makeElement() 263 if (maxOccurs.equals("unbounded") || Integer.parseInt(maxOccurs) > 1) multiple = true; in makeElement() 277 return setDeprecated(new XsdElement(name, ref, type, multiple), state.deprecated); in makeElement()
|
/system/netd/tests/benchmarks/ |
D | README.md | 48 If the graphing ecosystem ever becomes advanced enough to plot multiple outputs from one
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 84 // multiple binaries.
|
/system/extras/partition_tools/ |
D | README.md | 22 …ck size. That block size can be specified here. The alignment must be a multiple of the block size…
|
/system/extras/app-launcher/ |
D | README | 25 -s <serial number>:Optional, specify serial number if multiple devices are
|