Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 23 of 23) sorted by relevance

/system/tools/xsdc/src/test/java/com/android/xsdc/cpp/
DTestCppCodeGenerator.java57 CppCodeGenerator gen = in testSimpleTypeRootParser() local
76 CppCodeGenerator gen = in testPrintWithoutEnumOutput() local
96 CppCodeGenerator gen = in printWithEnumOutput() local
135 CppCodeGenerator gen = in generateParsersForSpecifiedRoot() local
/system/media/audio_utils/benchmarks/
Dprimitives_benchmark.cpp35 std::minstd_rand gen(count); in BM_MemcpyToFloatFromFloatWithClamping() local
65 std::minstd_rand gen(count); in BM_MemcpyFloat() local
94 std::minstd_rand gen(count); in BM_MemcpyToFloatFromI16() local
121 std::minstd_rand gen(count); in BM_MemcpyToI16FromFloat() local
Dintrinsic_benchmark.cpp45 std::minstd_rand gen(SEED); in BM_Intrinsic() local
Dbiquad_filter_benchmark.cpp51 std::minstd_rand gen(SEED); in BM_BiquadFilter1D() local
430 std::minstd_rand gen(occupancy); in BM_BiquadFilter() local
Dchannelmix_benchmark.cpp160 std::minstd_rand gen(channelMask); in BenchmarkChannelMix() local
Dstatistics_benchmark.cpp28 std::minstd_rand gen(count); in initUniform() local
/system/vold/
DMetadataCrypt.cpp121 static bool read_key(const std::string& metadata_key_dir, const KeyGeneration& gen, bool first_key, in read_key()
291 auto gen = needs_encrypt ? makeGen(options) : neverGen(); in fscrypt_mount_metadata_encrypted() local
368 bool defaultkey_volume_keygen(KeyGeneration* gen) { in defaultkey_volume_keygen()
DKeyUtil.cpp61 bool generateStorageKey(const KeyGeneration& gen, KeyBuffer* key) { in generateStorageKey()
473 const KeyAuthentication& key_authentication, const KeyGeneration& gen, in retrieveOrGenerateKey()
/system/vold/model/
DVolumeEncryption.cpp63 KeyGeneration gen; in generate_volume_key() local
/system/media/audio_utils/tests/
Dbiquad_filter_tests.cpp72 static std::minstd_rand gen(42); in randomBuffer() local
82 static std::minstd_rand gen(42); in randomFilter() local
92 static std::minstd_rand gen(42); in randomUnstableFilter() local
Dstatistics_tests.cpp29 std::minstd_rand gen(count); in initUniform() local
42 std::minstd_rand gen(count); in initNormal() local
/system/tools/aidl/
Dgenerate_cpp_analyzer.cpp200 auto gen = [&](auto file, GenFn fn) { in GenerateCppAnalyzer() local
Dgenerate_ndk.cpp105 auto gen = [&](auto file, GenFn fn) { in GenerateNdk() local
Dgenerate_cpp.cpp1526 auto gen = [&](auto file, GenFn fn) { in GenerateCpp() local
/system/update_engine/payload_generator/
Dab_generator_unittest.cc67 std::mt19937 gen(12345); in TestSplitReplaceOrReplaceXzOperation() local
215 std::mt19937 gen(12345); in TestMergeReplaceOrReplaceXzOperations() local
Ddelta_diff_utils_unittest.cc199 std::mt19937 gen(12345); in TEST_F() local
/system/core/fastboot/
Dfs.cpp243 int fs_generator_generate(const struct fs_generator* gen, const char* fileName, long long partSize, in fs_generator_generate()
Dfastboot.cpp2030 const struct fs_generator* gen = nullptr; in fb_perform_format() local
/system/core/storaged/tests/
Dstoraged_test.cpp272 std::mt19937 gen(rd()); in TEST() local
/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp517 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> gen; in TEST_F() local
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py360 def gen(self, jobs: int): member in PprofProfileGenerator
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java894 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> gen = in testToString() local
/system/tools/hidl/
DgenerateCpp.cpp599 void AST::generateMethods(Formatter& out, const MethodGenerator& gen, bool includeParent) const { in generateMethods() argument