Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 50) sorted by relevance

12

/system/libbase/include/android-base/
Dparsedouble.h32 static inline bool ParseFloatingPoint(const char* s, T* out, T min, T max) { in ParseFloatingPoint()
/system/update_engine/update_manager/
Dprng.h37 int RandMinMax(int min, int max) { in RandMinMax()
/system/extras/tests/schedtest/
Dschedtest.c29 long max = 0; in main() local
/system/chre/apps/chqts/src/general_test/
Dcell_info_lte.cc50 constexpr int32_t max = INT32_MAX; in validateSignalStrength() local
Dcell_info_cdma.cc23 constexpr int32_t max = INT32_MAX; in validateIdentity() local
/system/extras/tests/kernel.config/
Daslr_test.h47 static unsigned int def, min, max; variable
Daslr_test.cpp159 unsigned int AslrMmapTest::def, AslrMmapTest::min, AslrMmapTest::max; member in AslrMmapTest
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h212 void SetLeConnectionIntervalMax(uint16_t max) { in SetLeConnectionIntervalMax()
224 void SetLeMaximumCeLength(uint16_t max) { in SetLeMaximumCeLength()
/system/nfc/src/nfc/nfc/
Dnfc_utils.cc48 int xx, max = NCI_MAX_CONN_CBS; in nfc_alloc_conn_cb() local
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dbroken_adv.cc112 static void RandomizeAdvertisement(vector<uint8_t>& ad, size_t max) { in RandomizeAdvertisement()
/system/update_engine/
Dmetrics_reporter_android.h84 void ReportInstallDateProvisioningSource(int source, int max) override {} in ReportInstallDateProvisioningSource()
Dmetrics_reporter_stub.h84 void ReportInstallDateProvisioningSource(int source, int max) override {} in ReportInstallDateProvisioningSource()
/system/core/init/
Dsecurity.cpp91 static bool SetHighestAvailableOptionValue(const std::string& path, int min, int max) { in SetHighestAvailableOptionValue()
/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c120 uint8_t max = common->maxBitneed; in OI_CODEC_SBC_GetMaxBitneed() local
/system/extras/latencytop/
Dlatencytop.c37 unsigned long max; member
318 unsigned long count, max, total; in read_latency_file() local
/system/bt/bta/ag/
Dbta_ag_at.h53 int16_t max; /* maximum value for int arg */ member
/system/libbase/
Dproperties.cpp84 T GetIntProperty(const std::string& key, T default_value, T min, T max) { in GetIntProperty()
92 T GetUintProperty(const std::string& key, T default_value, T max) { in GetUintProperty()
Dfile_test.cpp267 std::string max(static_cast<size_t>(4096 - 2 - 1 - 1), 'x'); in TEST() local
/system/media/alsa_utils/
Dalsa_device_profile.c250 static unsigned profile_enum_sample_rates(alsa_device_profile* profile, unsigned min, unsigned max) in profile_enum_sample_rates()
304 unsigned max) in profile_enum_channel_counts()
/system/extras/tests/ext4/
Drand_emmc_perf.c55 struct timeval max = { 0, 0 }; in print_stats() local
/system/extras/simpleperf/
Dcommand.cpp128 double min, double max) { in GetDoubleOption()
/system/extras/tests/audio/alsa/
Dpcmtest.cpp131 unsigned int max; in getPcmParams() local
/system/nvram/messages/
Dio.cpp34 T max(T x, T y) { in max() function
/system/core/logd/
DLogBufferTest.cpp261 auto rand_uint32 = [](int max) -> uint32_t { return rand() % max; }; in GenerateRandomLogMessage()
/system/extras/libfec/
Dfec_read.cpp458 static inline size_t get_max_count(uint64_t offset, size_t count, uint64_t max) in get_max_count()

12