Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/external/llvm-project/llvm/test/MC/Mips/
Dmacro-seq.s5 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/perfetto/src/tracing/core/
Dpacket_stream_validator_unittest.cc33 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/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DParserSequenceTest.java14 JsonParserSequence seq = JsonParserSequence.createFlattened(false, p1, p2); in testSimple() local
55 JsonParserSequence seq = JsonParserSequence.createFlattened(false, seq1, p3); in testMultiLevel() local
88 JsonParserSequence seq = JsonParserSequence.createFlattened(false, p1, p2); in testInitializationDisabled() local
109 JsonParserSequence seq = JsonParserSequence.createFlattened(true, p1, p2); in testInitializationEnabled() local
/external/libwebsockets/lib/core-net/
Dsequencer.c100 lws_seq_t *seq = lws_zalloc(sizeof(*seq) + i->user_size, __func__); in lws_seq_create() local
149 lws_seq_t *seq = *pseq; in lws_seq_destroy() local
186 lws_seq_t *seq = lws_container_of(sul, lws_seq_t, sul_pending); in lws_seq_sul_pending_cb() local
218 lws_seq_queue_event(lws_seq_t *seq, lws_seq_events_t e, void *data, void *aux) in lws_seq_queue_event()
265 lws_seq_check_wsi(lws_seq_t *seq, struct lws *wsi) in lws_seq_check_wsi()
299 lws_seq_timeout_us(lws_seq_t *seq, lws_usec_t us) in lws_seq_timeout_us()
314 lws_seq_name(lws_seq_t *seq) in lws_seq_name()
320 lws_seq_us_since_creation(lws_seq_t *seq) in lws_seq_us_since_creation()
326 lws_seq_get_context(lws_seq_t *seq) in lws_seq_get_context()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinlogHelper.java128 long seq, in logClientHeader()
175 long seq, in logServerHeader()
204 long seq, in logTrailer()
245 long seq, in logRpcMessage()
270 void logHalfClose(long seq, GrpcLogEntry.Logger logger, long callId) { in logHalfClose()
281 void logCancel(long seq, GrpcLogEntry.Logger logger, long callId) { in logCancel()
308 long seq, in logClientHeader()
324 long seq, in logServerHeader()
336 long seq, in logTrailer()
349 long seq, in logRpcMessage()
[all …]
/external/abseil-cpp/absl/random/internal/
Dsalted_seed_seq_test.cc47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local
60 Sseq seq; in ConformsToInterface() local
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local
138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
Dexplicit_seed_seq_test.cc41 Sseq seq(init_array, &init_array[ABSL_ARRAYSIZE(init_array)]); in ConformsToInterface() local
53 Sseq seq; in ConformsToInterface() local
74 absl::random_internal::ExplicitSeedSeq seq; in TEST() local
90 absl::random_internal::ExplicitSeedSeq seq(seed_material, in TEST() local
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dsalted_seed_seq_test.cc47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local
60 Sseq seq; in ConformsToInterface() local
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local
138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dsalted_seed_seq_test.cc47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local
60 Sseq seq; in ConformsToInterface() local
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local
138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dsalted_seed_seq_test.cc47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local
60 Sseq seq; in ConformsToInterface() local
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local
138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dsalted_seed_seq_test.cc47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local
60 Sseq seq; in ConformsToInterface() local
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local
138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
Dexplicit_seed_seq_test.cc41 Sseq seq(init_array, &init_array[ABSL_ARRAYSIZE(init_array)]); in ConformsToInterface() local
53 Sseq seq; in ConformsToInterface() local
74 absl::random_internal::ExplicitSeedSeq seq; in TEST() local
90 absl::random_internal::ExplicitSeedSeq seq(seed_material, in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dsalted_seed_seq_test.cc47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local
60 Sseq seq; in ConformsToInterface() local
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local
138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
Dexplicit_seed_seq_test.cc41 Sseq seq(init_array, &init_array[ABSL_ARRAYSIZE(init_array)]); in ConformsToInterface() local
53 Sseq seq; in ConformsToInterface() local
74 absl::random_internal::ExplicitSeedSeq seq; in TEST() local
90 absl::random_internal::ExplicitSeedSeq seq(seed_material, in TEST() local
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNewHdfParser.java200 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/rust/crates/regex/examples/
Dshootout-regex-dna-bytes.rs21 let mut seq = Vec::with_capacity(51 * (1 << 20)); in main() localVariable
42 let seq = seq_arc.clone(); in main() localVariable
61 let mut seq = seq; in main() localVariable
Dshootout-regex-dna.rs21 let mut seq = String::with_capacity(51 * (1 << 20)); in main() localVariable
42 let seq = seq_arc.clone(); in main() localVariable
61 let mut seq = seq; in main() localVariable
Dshootout-regex-dna-cheat.rs26 let mut seq = String::with_capacity(50 * (1 << 20)); in main() localVariable
47 let seq = seq_arc.clone(); in main() localVariable
66 let seq = replace_all(&seq, substs); in main() localVariable
Dshootout-regex-dna-single.rs19 let mut seq = String::with_capacity(50 * (1 << 20)); in main() localVariable
54 let mut seq = seq; in main() localVariable
/external/llvm-project/clang/test/SemaCXX/
Dfold_expr_expansion_limit.cpp3 template <class T, T... V> struct seq { struct
8 auto x = __make_integer_seq<seq, int, N>{}; argument
/external/python/cpython2/Lib/test/
Dtest_index.py149 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/
Dstream_utils_test.cc199 InSequence seq; in TEST_F() local
215 InSequence seq; in TEST_F() local
235 InSequence seq; in TEST_F() local
253 InSequence seq; in TEST_F() local
273 InSequence seq; in TEST_F() local
287 InSequence seq; in TEST_F() local
/external/curl/tests/libtest/
Dlibauthretry.c30 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/cpython3/Python/
Dasdl.c7 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/Python/
Dasdl.c7 asdl_seq *seq = NULL; in asdl_seq_new() local
38 asdl_int_seq *seq = NULL; in asdl_int_seq_new() local

12345678910>>...39