OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:request_args
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/generator/
command_generator.py
138
request_args
: A list to hold command input arguments. Each element is a dict
146
response_args: A list identical in form to
request_args
but to hold command
383
Initially the
request_args
and response_args attributes are not set.
389
self.
request_args
= None
398
if self.
request_args
:
400
for r in self.
request_args
:
448
if not self.
request_args
:
451
handles, parameters = self._SplitArgs(self.
request_args
)
476
if self.
request_args
and self.response_args:
481
elif self.
request_args
[
all
...]
tpm_table.py
371
its '
request_args
' property is set, the second time it is encountered -
403
command.
request_args
= params
/system/tpm/trunks/generator/
generator_test.py
140
command.
request_args
= [self._MakeArg('int', 'input')]
248
self.assertEqual(len(commands[0].
request_args
), 1)
249
self.assertEqual(commands[0].
request_args
[0]['type'], 'UINT16')
250
self.assertEqual(commands[0].
request_args
[0]['name'], 'input')
generator.py
[
all
...]
/external/autotest/scheduler/
rdb_requests.py
108
request_args
necessary to create the request, and will in turn get a
/external/v8/src/debug/
debug.cc
1909
Handle<Object>
request_args
[] = { request_text };
local
[
all
...]
Completed in 152 milliseconds