Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h24 MIN = 0, enumerator
65 MIN = 0, enumerator
72 MIN = 0, enumerator
78 MIN = 0, enumerator
86 MIN = 0, enumerator
93 MIN = -1, enumerator
103 MIN = -1, enumerator
/aosp12/system/chre/host/common/include/chre_host/generated/
H A Dhost_messages_generated.h112 MIN = LOCATION, enumerator
147 MIN = DISABLED, enumerator
199 MIN = NONE, enumerator
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/
H A Dhost_messages_generated.h89 MIN = LOCATION, enumerator
124 MIN = DISABLED, enumerator
176 MIN = NONE, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_message.h30 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h32 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/frameworks/native/services/powermanager/include/android/
H A DSoundTriggerMode.h26 MIN = IPowerManager::SOUND_TRIGGER_MODE_ALL_ENABLED, enumerator
H A DLocationMode.h29 MIN = IPowerManager::LOCATION_MODE_NO_CHANGE, enumerator
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_status_change_listener.h26 MIN, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dapp_device_change_listener.h25 MIN, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
H A Ddistributed_hardware_fwk_kit_paras.h32 MIN = 0, enumerator
/aosp12/frameworks/base/media/aidl/android/media/audio/common/
H A DAudioStreamType.aidl32 MIN = 0, enumConstant
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/
H A DQCSliderTest.java32 private static final int MIN = 50; field in QCSliderTest
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h30 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/aosp12/bionic/libc/include/sys/
H A Dparam.h69 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_box_progress_unit_test.cpp25 const int16_t MIN = 100; variable
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/
H A Dpwm_fuzzer.cpp20 constexpr int32_t MIN = 0; variable
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/
H A Duart_fuzzer.cpp20 constexpr int32_t MIN = 0; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddms_continue_send_manager.h71 MIN = -1, enumerator
81 MIN = -1, enumerator
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfvwrite.c66 #define MIN(a, b) ((a) < (b) ? (a) : (b)) in __sfvwrite() macro
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/gpio_fuzzer/
H A Dgpio_fuzzer.cpp20 constexpr int32_t MIN = 0; variable
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacEnc.h30 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/aosp12/system/chre/util/include/chre/util/
H A Dmacros.h59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/rtc_fuzzer/
H A Drtc_fuzzer.cpp20 constexpr int32_t MIN = 0; variable
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h44 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro

12345