Home
last modified time | relevance | path

Searched defs:random_value (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/AIDL_V3/
Dmirror_pad.mod.py19 def random_value(r): function
/aosp_15_r20/external/mesa3d/src/util/tests/hash_table/
H A Drandom_entry.c61 uint32_t i, random_value = 0; in main() local
/aosp_15_r20/external/python/cpython2/Modules/
Drotatingtree.c11 static unsigned int random_value = 1; variable
/aosp_15_r20/external/python/cpython3/Modules/
Drotatingtree.c11 static unsigned int random_value = 1; variable
/aosp_15_r20/external/cronet/third_party/icu/fuzzers/
H A Dfuzzer_utils.h58 std::vector<char16_t> RandomChar16Array(size_t random_value, in RandomChar16Array()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dgenerators.hpp31 std::size_t random_value(std::size_t max) in random_value() function
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5PreciseQualifier.cpp297 … glw::GLfloat random_value = static_cast<glw::GLfloat>(randomFormula(m_position_range)) / in iterate() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_aac_ec.c71 WORD32 random_value; in ixheaacd_aac_ec_flip_spec_sign() local
/aosp_15_r20/external/libbrillo/brillo/
H A Dfile_utils.cc148 int random_value = buffer[i] % (2 * 26 + 10); in GetRandomSuffix() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/security/BluetoothGeneratedPacketsSmp_h/gen/security/
Dsmp_packets.h600 …d::unique_ptr<PairingRandomBuilder> Create(const std::array<uint8_t,16>& random_value) {auto build… in Create()
620 explicit PairingRandomBuilder(const std::array<uint8_t,16>& random_value) :CommandBuilder(Code::PAI… in Create()
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc2524 auto random_value = rand(); in TEST_P() local