Home
last modified time | relevance | path

Searched refs:generator (Results 1 – 12 of 12) sorted by relevance

/system/tpm/trunks/
DREADME18 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/
Dgenerator_test.py26 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 …]
Draw_commands_fixed.txt10966 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),
Draw_structures_fixed.txt1180 generator used in the construction of the reference code. The actual code contains additional param…
Draw_structures.txt1180 generator used in the construction of the reference code. The actual code contains additional param…
/system/libhidl/transport/
DServiceManagement.cpp282 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/
Daidl-cpp.md9 - 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/
Dsync_test.cpp569 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/
Dkeymaster_openssl.cpp229 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/
Dpprof_proto_generator.py543 generator = PprofProfileGenerator(config)
544 profile = generator.gen()
/system/update_engine/
Dupdate_engine.gyp411 # server-side delta generator.
Dpylintrc317 # generator expression variable names