/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | Utils.java | 84 static <X> Set<X> subtract(Set<X> a, Set<X> b) { in subtract() 85 Set<X> result = set(a); in subtract() 90 static <X> boolean allUnique(Collection<X> values) { in allUnique() 91 Set<X> set = set(values); in allUnique() 95 static <X> boolean setEquals(Collection<X> a, Collection<X> b) { in setEquals() 96 Set<X> aSet = set(a); in setEquals() 97 Set<X> bSet = set(b); in setEquals() 101 static <X> Set<X> set(Collection<X> values) { in set()
|
/system/core/bootstat/ |
D | boot_reason_test.sh | 54 if [ X"${i}" != X"${i#\'}" ]; then 56 elif [ X"${i}" != X"${i#*\\}" ]; then 58 elif [ X"${i}" != X"${i#* }" ]; then 60 elif [ X"${i}" != X"${i#*${TAB}}" ]; then 136 if [ X"${test_reason}" != X"${1}" ]; then 213 if [ X"-n" = X"${1}" ]; then 234 if [ X"${vals}" != X"${vals##*boot_completed=1}" ]; then 235 if [ X"${vals}" != X"${vals##*logbootcomple=1}" ]; then 239 if [ X"${vals}" != X"${vals##*bootstat.first_boot_completed=1}" ]; then 264 if ! ( echo X"${rval}" | grep '^X'"${lval}"'$' >/dev/null 2>/dev/null ); then [all …]
|
/system/bt/stack/include/ |
D | a2dp_codec_api.h | 740 inline constexpr bitmask operator&(bitmask X, bitmask Y) { /* NOLINT */ \ 741 return static_cast<bitmask>(static_cast<int>(X) & static_cast<int>(Y)); \ 743 inline constexpr bitmask operator|(bitmask X, bitmask Y) { /* NOLINT */ \ 744 return static_cast<bitmask>(static_cast<int>(X) | static_cast<int>(Y)); \ 746 inline constexpr bitmask operator^(bitmask X, bitmask Y) { /* NOLINT */ \ 747 return static_cast<bitmask>(static_cast<int>(X) ^ static_cast<int>(Y)); \ 749 inline constexpr bitmask operator~(bitmask X) { /* NOLINT */ \ 750 return static_cast<bitmask>(~static_cast<int>(X)); \ 752 inline bitmask& operator&=(bitmask& X, bitmask Y) { /* NOLINT */ \ 753 X = X & Y; \ [all …]
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 122 if [ X"${i}" != X"${i#\'}" ]; then 124 elif [ X"${i}" != X"${i#* }" ]; then 126 elif [ X"${i}" != X"${i#*${TAB}}" ]; then 234 if [ X"${duration}" != X"${duration%s}" ]; then 236 elif [ X"${duration}" != X"${duration%m}" ]; then 238 elif [ X"${duration}" != X"${duration%h}" ]; then 240 elif [ X"${duration}" != X"${duration%d}" ]; then 305 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then 408 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then 433 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then [all …]
|
/system/core/adb/client/ |
D | line_printer.cpp | 90 to_print = ElideMiddle(to_print, static_cast<size_t>(csbi.dwSize.X)); in Print() 97 COORD buf_size = { csbi.dwSize.X, 1 }; in Print() 100 csbi.dwCursorPosition.X, csbi.dwCursorPosition.Y, in Print() 101 static_cast<SHORT>(csbi.dwCursorPosition.X + csbi.dwSize.X - 1), in Print() 104 vector<CHAR_INFO> char_data(csbi.dwSize.X); in Print() 105 for (size_t i = 0; i < static_cast<size_t>(csbi.dwSize.X); ++i) { in Print()
|
/system/core/logcat/ |
D | logpersist | 134 if [ X"${log_tag}" != X"${tag}" ]; then 174 if [ X"${log_tag}" != X"`getprop ${log_tag_property}`" ] || 175 [ X"${logd_logpersistd}" != X"`getprop ${property}`" ]; then
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_verifier.te | 12 # Read /sys/block to find all the DM directories like (/sys/block/dm-X). 15 # Read /sys/block/dm-X/dm/name (which is a symlink to 16 # /sys/devices/virtual/block/dm-X/dm/name) to identify the mapping between 17 # dm-X and system/vendor partitions.
|
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | UtilsTest.java | 132 private static <X> List<X> list(X... values) { in list() 136 private static <X> Set<X> set(X... values) { in set()
|
/system/sepolicy/public/ |
D | update_verifier.te | 12 # Read /sys/block to find all the DM directories like (/sys/block/dm-X). 15 # Read /sys/block/dm-X/dm/name (which is a symlink to 16 # /sys/devices/virtual/block/dm-X/dm/name) to identify the mapping between 17 # dm-X and system/vendor partitions.
|
/system/iorap/src/common/ |
D | type.h | 123 template <auto X> 125 static constexpr auto value = X; 128 template <int X> 129 constexpr auto int_c = value_constant<X>{};
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | update_verifier.te | 12 # Read /sys/block to find all the DM directories like (/sys/block/dm-X). 15 # Read /sys/block/dm-X/dm/name (which is a symlink to 16 # /sys/devices/virtual/block/dm-X/dm/name) to identify the mapping between 17 # dm-X and system/vendor partitions.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | update_verifier.te | 12 # Read /sys/block to find all the DM directories like (/sys/block/dm-X). 15 # Read /sys/block/dm-X/dm/name (which is a symlink to 16 # /sys/devices/virtual/block/dm-X/dm/name) to identify the mapping between 17 # dm-X and system/vendor partitions.
|
/system/nfc/src/include/ |
D | nci_defs.h | 234 #define NCI_CORE_PARAM_SIZE_INIT(X) (((X) == NCI_VERSION_2_0) ? (0x02) : (0x00)) argument 257 #define NCI_PARAM_SIZE_DISCOVER_NFCEE(X) \ argument 258 (((X) == NCI_VERSION_2_0) ? 0X00 : 0X01) 519 #define NCI_PARAM_LEN_LF_T3T_ID(X) (((X) == NCI_VERSION_2_0) ? (0x12) : (0x0A)) argument
|
D | nfc_target.h | 162 #define NCI_CORE_RESET_RSP_LEN(X) (((X) == NCI_VERSION_2_0) ? (0x01) : (0x03)) argument
|
/system/tools/hidl/test/error_test/no_cyclic_expressions_2/1.0/ |
D | types.hal | 18 enum X : int32_t { 23 enum Y : X {
|
/system/tools/hidl/test/export_test/ |
D | test.cpp | 21 static_assert(X == 0, "");
|
/system/update_engine/scripts/update_payload/ |
D | payload-test-key.pub | 7 0mNmBNFaV54cHEUW2SlNIiRun7L01nAz/D8kuoHfx4E3Mtj0DbvngZJMX/X+rJQ5
|
D | payload-test-key.pem | 7 1nAz/D8kuoHfx4E3Mtj0DbvngZJMX/X+rJQ5cQIDAQABAoIBADmE2X7hbJxwAUcp
|
/system/extras/tools/ |
D | graph_lockdep_chains | 156 if [ X"${1}" = X"${1#* }" ]; then
|
/system/tools/hidl/test/export_test/1.0/ |
D | IFoo.hal | 21 X,
|
/system/timezone/debug_tools/host/ |
D | README.android | 24 same from time X until the end of time? If the answer is no, one of the
|
/system/bt/gd/packet/parser/ |
D | language_l.ll | 29 hexvalue 0[x|X][0-9a-fA-F]+
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | perfetto.te | 2 # explicitly allowlisted with a domain_auto_trans(X, perfetto_exec, perfetto).
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | perfetto.te | 2 # explicitly allowlisted with a domain_auto_trans(X, perfetto_exec, perfetto).
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | perfetto.te | 2 # explicitly allowlisted with a domain_auto_trans(X, perfetto_exec, perfetto).
|