Searched refs:generator (Results 1 – 12 of 12) sorted by relevance
/system/tpm/trunks/ |
D | README | 18 generator/raw_structures.txt 19 generator/raw_structures_fixed.txt 25 generator/raw_commands.txt 26 generator/raw_commands_fixed.txt 38 generator/extract_structures.sh 42 parsed by generator.py. 44 generator/extract_commands.sh 47 The output of this script is intended to be parsed by generator.py. 49 generator/generator.py
|
/system/tpm/trunks/generator/ |
D | generator_test.py | 26 import generator 34 typedef = generator.Typedef('int', 'INT') 44 typedef2 = generator.Typedef('TYPE1', 'TYPE2') 45 typemap = {'TYPE1': generator.Structure('TYPE1', False)} 59 typedef = generator.Typedef('int', 'INT') 60 typedef2 = generator.Typedef('INT', 'INT2') 70 constant = generator.Constant('INT', 'test', '1') 71 typemap = {'INT': generator.Structure('INT', False)} 81 struct = generator.Structure('STRUCT', False) 84 union = generator.Structure('UNION', True) [all …]
|
D | raw_commands_fixed.txt | 10966 This command returns the next bytesRequested octets from the random number generator (RNG). 15458 [r]G where G is the generator point associated with curveID. 26457 change the SPS to a new value from the TPM’s random number generator (RNG),
|
D | raw_structures_fixed.txt | 1180 generator used in the construction of the reference code. The actual code contains additional param…
|
D | raw_structures.txt | 1180 generator used in the construction of the reference code. The actual code contains additional param…
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 282 IBase* (*generator)(const char* name); in get() local 283 *(void **)(&generator) = dlsym(handle, sym.c_str()); in get() 284 if(!generator) { in get() 293 IBase *interface = (*generator)(name.c_str()); in get()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 9 - the aidl generator which transforms AIDL into client/server IPC interfaces 195 The C++ generator needs to know what header defines the C++ parcelable. It 196 learns this from the `cpp_header` directive shown below. The generator takes 217 The aidl generator for both C++ and Java languages has been expanded to 257 C++ methods generated by the aidl generator return `android::binder::Status`
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 569 default_random_engine generator; in TEST_P() local 583 int timelineOffset = timelineDist(generator); in TEST_P() 585 int syncPoint = syncPointDist(generator); in TEST_P()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 229 dsa_params->prime_q_len == 0 || dsa_params->generator == NULL || in generate_dsa_keypair() 237 dsa->g = BN_bin2bn(dsa_params->generator, dsa_params->generator_len, NULL); in generate_dsa_keypair()
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 543 generator = PprofProfileGenerator(config) 544 profile = generator.gen()
|
/system/update_engine/ |
D | update_engine.gyp | 411 # server-side delta generator.
|
D | pylintrc | 317 # generator expression variable names
|