/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | macro-seq.s | 5 seq $2, $11, $0 label 7 seq $2, $0, $11 label 9 seq $2, $0, $0 label 11 seq $2, $11, $12 label 14 seq $2, $11, 45 label 16 seq $2, $12, 0x76666 label 21 seq $2, $3 label 24 seq $2, 0x8888 label 27 seq $2, $3, -1546 label 31 seq $2, -7546 label [all …]
|
/external/u-boot/drivers/ddr/altera/ |
D | sequencer.c | 57 static void set_failing_group_stage(struct socfpga_sdrseq *seq, in set_failing_group_stage() 92 static void phy_mgr_initialize(struct socfpga_sdrseq *seq) in phy_mgr_initialize() 134 static void set_rank_and_odt_mask(struct socfpga_sdrseq *seq, in set_rank_and_odt_mask() 292 static void scc_mgr_set_dqs_io_in_delay(struct socfpga_sdrseq *seq, in scc_mgr_set_dqs_io_in_delay() 299 static void scc_mgr_set_dm_in_delay(struct socfpga_sdrseq *seq, u32 dm, in scc_mgr_set_dm_in_delay() 312 static void scc_mgr_set_dqs_out1_delay(struct socfpga_sdrseq *seq, in scc_mgr_set_dqs_out1_delay() 319 static void scc_mgr_set_dm_out1_delay(struct socfpga_sdrseq *seq, u32 dm, in scc_mgr_set_dm_out1_delay() 361 static void scc_mgr_set_all_ranks(struct socfpga_sdrseq *seq, in scc_mgr_set_all_ranks() 378 static void scc_mgr_set_dqs_en_phase_all_ranks(struct socfpga_sdrseq *seq, in scc_mgr_set_dqs_en_phase_all_ranks() 393 static void scc_mgr_set_dqdqs_output_phase_all_ranks(struct socfpga_sdrseq *seq, in scc_mgr_set_dqdqs_output_phase_all_ranks() [all …]
|
/external/perfetto/src/tracing/core/ |
D | packet_stream_validator_unittest.cc | 33 Slices seq; in TEST() local 42 Slices seq; in TEST() local 59 Slices seq; in TEST() local 69 Slices seq; in TEST() local 79 Slices seq; in TEST() local 89 Slices seq; in TEST() local 107 Slices seq; in TEST() local 125 Slices seq; in TEST() local 147 Slices seq; in TEST() local 160 Slices seq; in TEST() local [all …]
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/ |
D | BinlogHelper.java | 122 int seq, in logSendInitialMetadata() 150 int seq, in logRecvInitialMetadata() 180 int seq, Status status, Metadata metadata, boolean isServer, CallId callId) { in logTrailingMetadata() 202 int seq, in logOutboundMessage() 222 int seq, in logInboundMessage() 258 int seq, in logSendInitialMetadata() 270 int seq, in logRecvInitialMetadata() 283 int seq, Status status, Metadata metadata, boolean isServer, CallId callId); in logTrailingMetadata() 292 int seq, Marshaller<T> marshaller, T message, boolean compressed, boolean isServer, in logOutboundMessage() 302 int seq, Marshaller<T> marshaller, T message, boolean compressed, boolean isServer, in logInboundMessage()
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | NewHdfParser.java | 200 String seq = stripWhitespace(state.line); in parse() local 211 private void parseCommand(String seq, ParseState state) throws IOException, OutOfCharsException { in parseCommand() 235 private void parseInclude(String seq, int start, ParseState state) throws IOException, in parseInclude() 252 private void parseHdfElement(String seq, ParseState state) throws IOException, in parseHdfElement() 328 private boolean parseHdfNameAttrs(HdfNameAttrs destination, String seq, int index, in parseHdfNameAttrs() 350 private String parseHdfName(String seq, int index) throws OutOfCharsException { in parseHdfName() 364 private int parseAttributes(String seq, int index, ParseState state, HdfNameAttrs element) in parseAttributes() 405 private int parseAttribute(String seq, int index, ParseState state, HdfNameAttrs element) in parseAttribute() 450 private int parseAttributeKey(String seq, int index) throws OutOfCharsException { in parseAttributeKey() 460 private int parseQuotedAttributeValue(String seq, int index, StringBuilder sb) in parseQuotedAttributeValue() [all …]
|
/external/curl/tests/libtest/ |
D | libauthretry.c | 30 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() 58 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() 64 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password()
|
/external/python/cpython2/Python/ |
D | asdl.c | 7 asdl_seq *seq = NULL; in asdl_seq_new() local 38 asdl_int_seq *seq = NULL; in asdl_int_seq_new() local
|
/external/python/cpython3/Python/ |
D | asdl.c | 7 asdl_seq *seq = NULL; in _Py_asdl_seq_new() local 38 asdl_int_seq *seq = NULL; in _Py_asdl_int_seq_new() local
|
/external/python/cpython2/Lib/test/ |
D | test_index.py | 149 seq = [0,10,20,30,40,50] variable in ListTestCase 217 seq = (0,10,20,30,40,50) variable in TupleTestCase 220 seq = "this is a test" variable in StringTestCase 223 seq = bytearray("this is a test") variable in ByteArrayTestCase 226 seq = u"this is a test" variable in UnicodeTestCase 229 seq = ClassicSeq((0,10,20,30,40,50)) variable in ClassicSeqTestCase 232 seq = NewSeq((0,10,20,30,40,50)) variable in NewSeqTestCase 235 seq = ClassicSeqDeprecated((0,10,20,30,40,50)) variable in ClassicSeqDeprecatedTestCase 238 seq = NewSeqDeprecated((0,10,20,30,40,50)) variable in NewSeqDeprecatedTestCase
|
/external/libbrillo/brillo/streams/ |
D | stream_utils_unittest.cc | 197 InSequence seq; in TEST_F() local 213 InSequence seq; in TEST_F() local 233 InSequence seq; in TEST_F() local 251 InSequence seq; in TEST_F() local 271 InSequence seq; in TEST_F() local 285 InSequence seq; in TEST_F() local
|
/external/grpc-grpc/third_party/nanopb/tests/message_sizes/ |
D | messages1.proto | 15 required fixed32 seq = 2; field 27 required fixed32 seq = 2; field
|
/external/nanopb-c/tests/message_sizes/ |
D | messages1.proto | 15 required fixed32 seq = 2; field 27 required fixed32 seq = 2; field
|
/external/python/cpython3/Lib/test/ |
D | test_index.py | 164 seq = [0,10,20,30,40,50] variable in ListTestCase 220 seq = (0,10,20,30,40,50) variable in TupleTestCase 223 seq = bytearray(b"this is a test") variable in ByteArrayTestCase 226 seq = b"this is a test" variable in BytesTestCase 229 seq = "this is a test" variable in StringTestCase 232 seq = NewSeq((0,10,20,30,40,50)) variable in NewSeqTestCase
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | ConcurrentModificationExceptionOnMultiThreadedVerificationTest.java | 62 private final int seq; field in ConcurrentModificationExceptionOnMultiThreadedVerificationTest.TargetInvoker 64 TargetInvoker(int seq) { in TargetInvoker()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.cpp | 172 const int seq = graph->nextSequence(); in reachableBy() local 200 unsigned int seq = graph->nextSequence(); in DFSIterator() local 349 int seq; in classifyEdges() local 362 void Graph::classifyDFS(Node *curr, int& seq) in classifyDFS() 407 const int seq = nextSequence(); in findLightestPathWeight() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | CRLDistPoint.java | 18 ASN1Sequence seq = null; field in CRLDistPoint 48 ASN1Sequence seq) in CRLDistPoint()
|
D | X509CertificateStructure.java | 29 ASN1Sequence seq; field in X509CertificateStructure 57 ASN1Sequence seq) in X509CertificateStructure()
|
D | Certificate.java | 27 ASN1Sequence seq; field in Certificate 57 ASN1Sequence seq) in Certificate()
|
D | TBSCertList.java | 50 ASN1Sequence seq; field in TBSCertList.CRLEntry 55 ASN1Sequence seq) in CRLEntry() 176 ASN1Sequence seq) in TBSCertList()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | CRLDistPoint.java | 14 ASN1Sequence seq = null; field in CRLDistPoint 44 ASN1Sequence seq) in CRLDistPoint()
|
D | X509CertificateStructure.java | 27 ASN1Sequence seq; field in X509CertificateStructure 55 ASN1Sequence seq) in X509CertificateStructure()
|
D | Certificate.java | 24 ASN1Sequence seq; field in Certificate 52 ASN1Sequence seq) in Certificate()
|
D | TBSCertList.java | 45 ASN1Sequence seq; field in TBSCertList.CRLEntry 50 ASN1Sequence seq) in CRLEntry() 171 ASN1Sequence seq) in TBSCertList()
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 335 def ReadFromStream (stream, seq, ticks, msg_type): argument 395 def __init__ (self, ticks, seq, channel, note, velocity): argument 404 def ReadFromStream (stream, seq, ticks, msg_type): argument 428 def __init__ (self, ticks, seq, channel, note, velocity, note_length, note_off_velocity): argument 439 def ReadFromStream (stream, seq, ticks, msg_type): argument 461 def __init__ (self, ticks, seq, channel, note, value): argument 470 def ReadFromStream (stream, seq, ticks, msg_type): argument 487 def __init__ (self, ticks, seq, channel, controller, value): argument 496 def ReadFromStream (stream, seq, ticks, msg_type): argument 515 def __init__ (self, ticks, seq, channel, controller, value): argument [all …]
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 98 time_t seq; member 113 static int nl_sendreq(int sd, int request, int flags, int *seq) in nl_sendreq() 137 static int nl_recvmsg(int sd, int request, int seq, void *buf, size_t buflen, int *flags) in nl_recvmsg() 163 static int nl_getmsg(int sd, int request, int seq, struct nlmsghdr **nlhp, int *done) in nl_getmsg() 218 static int nl_getlist(int sd, int seq, int request, struct nlmsg_list **nlm_list, struct nlmsg_list… in nl_getlist() 323 int seq = 0; in ni_ifaddrs() local
|