/system/chre/util/include/chre/util/ |
D | macros.h | 62 #ifndef MAX 63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
D | macros.h | 62 #ifndef MAX 63 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/system/chre/chpp/include/chpp/ |
D | macros.h | 42 #ifndef MAX 43 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
D | app.h | 58 MAX(CHPP_MAX_REGISTERED_SERVICES, CHPP_MAX_REGISTERED_CLIENTS)
|
/system/chre/util/include/chre/util/system/ |
D | stats_container.h | 62 mMax = MAX(value, mMax); in addValue()
|
/system/teeui/libteeui/include/teeui/ |
D | generic_operation.h | 85 if (promptText.size() >= uint32_t(MessageSize::MAX)) in init() 266 uint8_t formattedMessageBuffer_[uint32_t(MessageSize::MAX)]; 268 char promptStringBuffer_[uint32_t(MessageSize::MAX)];
|
D | common_message_types.h | 58 MAX = 6144u, enumerator
|
/system/libufdt/ |
D | ufdt_node_pool.c | 25 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro 31 MAX(sizeof(struct ufdt_node_fdt_node), sizeof(struct ufdt_node_fdt_prop))
|
/system/tools/hidl/lint/test/interfaces/enum_max_all/1.0/ |
D | IMax.hal | 22 MAX = 4
|
/system/extras/ioshark/ |
D | ioshark_bench.h | 37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
|
D | ioshark_bench_mmap.c | 65 slice = MAX(IOSHARK_MAX_MMAP_IOLEN, in setup_mmap_io_state()
|
D | ioshark_bench_subr.c | 250 *buflen = MAX(MINBUFLEN, len * 2); in get_buf()
|
/system/security/keystore2/src/ |
D | key_parameter.rs | 1262 &(i64::MAX), in test_new_from_sql_i64() 1269 KeyParameterValue::RSAPublicExponent(i64::MAX) in test_new_from_sql_i64() 1345 KeyParameterValue::RSAPublicExponent(i64::MAX), in test_to_sql_i64() 1516 KeyParameter::new(KeyParameterValue::UserSecureID(i64::MAX), SecurityLevel::STRONGBOX); in test_convert_to_wire_long_integer() 1520 value: KmKeyParameterValue::LongInteger(i64::MAX) in test_convert_to_wire_long_integer() 1564 value: KmKeyParameterValue::LongInteger(i64::MAX), in test_convert_from_wire_long_integer() 1566 assert_eq!(KeyParameterValue::UserSecureID(i64::MAX), aidl_kp.into()); in test_convert_from_wire_long_integer()
|
/system/chre/apps/power_test/common/include/generated/ |
D | chre_power_test_generated.h | 78 MAX = WIFI_NAN_SUB_RESP enumerator 134 MAX = NO_PREFERENCE enumerator 173 MAX = HIGH_ACCURACY enumerator 209 MAX = ALL enumerator 256 MAX = GEOMAGNETIC_FIELD_TEMPERATURE enumerator
|
/system/chre/chpp/clients/ |
D | timesync.c | 119 clippedOffsetChangeNs = MAX(clippedOffsetChangeNs, in chppDispatchTimesyncServiceResponse()
|
/system/timezone/input_tools/android/tzids/src/test/java/com/android/timezone/tzids/ |
D | TimeZoneIdsTest.java | 59 assertEquals(expectedMap, tzIds.getCountryIdMap("gb", Instant.MAX)); in getCountryIdMap_links()
|
/system/core/fs_mgr/tools/ |
D | dmuserd.cpp | 21 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/system/nfc/src/rust/nci/ |
D | nci.rs | 167 let timeout = sleep(Duration::MAX); in dispatch()
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test_generated.h | 90 MAX = WIFI_NAN_SUB_RESP enumerator 146 MAX = NO_PREFERENCE enumerator 185 MAX = HIGH_ACCURACY enumerator 221 MAX = ALL enumerator 268 MAX = GEOMAGNETIC_FIELD_TEMPERATURE enumerator
|
/system/tools/hidl/test/hidl_test/ |
D | static_test.cpp | 244 static_assert(IExpression::Number::MAX == 255, "");
|
/system/chre/platform/shared/include/chre/platform/shared/generated/ |
D | host_messages_generated.h | 115 MAX = BLE_AVAILABLE enumerator 152 MAX = ENABLED enumerator 185 MAX = VERBOSE enumerator 222 MAX = BLUETOOTH enumerator 254 MAX = OUTGOING_TO_ARBITER enumerator 313 MAX = DebugConfiguration enumerator
|
/system/chre/chpp/services/ |
D | wifi.c | 806 MAX(gWifiServiceContext.requestRangingAsync.transaction, in chppWifiServiceRangingEventCallback()
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 546 maxTimestamp = MAX(maxTimestamp, event->cells[i].timeStamp); in handleCellInfoResult()
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 619 assert_eq!(parcelable.int32_max, i32::MAX); in test_parcelable() 620 assert_eq!(parcelable.int64_max, i64::MAX); in test_parcelable()
|
/system/chre/chpp/test/ |
D | transport_test.cpp | 373 size_t preambleLoc = MAX(0, len - CHPP_PREAMBLE_LEN_BYTES); in TEST_P()
|