Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 14 of 14) sorted by relevance

/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd40 <xs:element name="multi-choice">
42 <xs:choice maxOccurs="unbounded">
46 </xs:choice>
49 <xs:element name="single-choice">
51 <xs:choice>
55 </xs:choice>
/system/iorap/src/prefetcher/
Dprefetcher_daemon.h69 CommandChoice choice; member
90 return choice == CommandChoice::kCreateFdSession; in RequiresFd()
Dprefetcher_daemon.cc82 std::ostream& operator<<(std::ostream& os, CommandChoice choice) { in operator <<() argument
83 switch (choice) { in operator <<()
120 os << "choice=" << command.choice << ","; in operator <<()
124 switch (command.choice) { in operator <<()
147 switch (command.choice) { in operator <<()
630 cmd.choice = parsed_choice.value; in Read()
780 space_requirement = sizeof(choice); in Write()
782 switch (choice) { in Write()
827 LOG(FATAL) << "unrecognized command number " << static_cast<uint32_t>(choice); in Write()
840 memcpy(&buf[buf_offset], &choice, sizeof(choice)); in Write()
[all …]
Dsession_manager.cc171 cmd.choice = CommandChoice::kExit; in ~SessionManagerIndirect()
180 cmd.choice = CommandChoice::kDumpEverything; in Dump()
235 cmd.choice = CommandChoice::kExit; in ~SessionManagerIndirectSocket()
244 cmd.choice = CommandChoice::kDumpEverything; in Dump()
Dsession.cc618 cmd.choice = CommandChoice::kCreateSession;
632 cmd.choice = CommandChoice::kDestroySession; in ~SessionIndirect()
646 cmd.choice = CommandChoice::kDumpSession; in Dump()
654 cmd.choice = CommandChoice::kRegisterFilePath; in RegisterFilePath()
664 cmd.choice = CommandChoice::kUnregisterFilePath; in UnregisterFilePath()
675 cmd.choice = CommandChoice::kReadAhead; in ReadAhead()
704 cmd.choice = CommandChoice::kCreateFdSession;
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dsimple_link_layer_socket.py64 return ''.join(random.SystemRandom().choice(string.ascii_uppercase + \
69 return ''.join(random.SystemRandom().choice(string.digits) for _ in \
Dsend_simple_commands.py78 return ''.join(random.SystemRandom().choice(string.ascii_uppercase + \
83 return ''.join(random.SystemRandom().choice(string.digits) for _ in \
Dtest_channel.py53 return ''.join(random.SystemRandom().choice(string.ascii_uppercase + \
58 return ''.join(random.SystemRandom().choice(string.digits) for _ in \
/system/tools/xsdc/tests/resources/simple_complex_content/
Dsimple_complex_content.xsd35 <xs:choice>
44 </xs:choice>
/system/timezone/debug_tools/host/
DREADME.android23 Android still need to offer a choice between two zones that will be the
/system/tools/xsdc/
DREADME.md170 "xsd:choice": [
/system/chre/doc/
Dnanoapp_developer_guide.md142 NanoPB section below) or FlatBuffers, is usually a better choice.
/system/timezone/input_data/android/
Dcountryzones.txt46 # has only one obvious choice then the defaultTimeZoneId can be omitted.
64 # a distinct zone, then the defaultTimeZoneId is a good choice for devices
/system/bt/gd/hci/
Dhci_packets.pdl1387 // [0] Not applicable (implied by the choice of audio data transport)
1439 // [0] Not applicable (implied by the choice of audio data transport)