/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/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
D | IRevReturn.hal | 23 * @param multiple 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | IRevParam.hal | 22 * @param multiple 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | ISwitched.hal | 23 * @param multiple 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | IDoubleReturn.hal | 23 * @param multiple 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | ICorrect.hal | 23 * @param multiple 27 …someMethod(vec<uint8_t> param, string multiple) generates (float second, string extra, bool retVal…
|
D | IParamAfterReturn.hal | 24 * @param multiple is the correct param, just after the @return 26 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
D | IDoubleParam.hal | 27 someMethod(vec<uint8_t> param, string multiple) generates (float second, bool retVal);
|
/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/security/ |
D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses,
|
/system/sepolicy/tools/ |
D | README | 7 A tool to build SELinux policy for multiple targets in parallel. 9 on multiple targets.
|
/system/extras/cpustats/ |
D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses,
|
/system/iorap/docs/binder/ |
D | TaskResult.dot | 26 // graph-easy does not support multiple state syntax {}, write one-by-one
|
/system/timezone/output_data/iana/ |
D | Android.bp | 25 // Please consider splitting the single license below into multiple licenses, 48 // look for the file in multiple locations. Also see the com.android.tzdata
|
/system/bt/ |
D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses,
|
/system/chre/ |
D | README.md | 72 - ``platform/shared``: Code that may apply to multiple platforms, but is not 74 multiple platforms may choose to use the binary-stable PAL interface - this 82 detail on variants can be found below). For example, multiple generations of a
|
/system/extras/memtrack/ |
D | Android.bp | 65 // __aeabi_uidiv(). Allowing multiple definitions lets the build proceed, but
|
/system/memory/libion/ |
D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses,
|
/system/core/libcrypto_utils/ |
D | android_pubkey.cpp | 27 #error RSA modulus size must be multiple of the word size!
|