Home
last modified time | relevance | path

Searched +full:- +full:first (Results 1 – 25 of 1135) sorted by relevance

12345678910>>...46

/external/clang/test/Index/
Drecursive-member-access.c2 struct rdar8650865 *first; member
7 return ((((((s->first)->first) in test_rdar8650865()
8 ->first) in test_rdar8650865()
9 ->first) in test_rdar8650865()
10 ->first) in test_rdar8650865()
11 ->first) in test_rdar8650865()
12 ->first in test_rdar8650865()
13 ->first in test_rdar8650865()
14 ->first in test_rdar8650865()
15 ->first in test_rdar8650865()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1 //===- ItaniumDemangle.cpp ------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
32 unknown_error = -4,
33 invalid_args = -3,
40 static const char *parse_type(const char *first, const char *last, C &db);
42 static const char *parse_encoding(const char *first, const char *last, C &db);
44 static const char *parse_name(const char *first, const char *last, C &db,
47 static const char *parse_expression(const char *first, const char *last, C &db);
49 static const char *parse_template_args(const char *first, const char *last,
52 static const char *parse_operator_name(const char *first, const char *last,
[all …]
/external/deqp/framework/common/
DtcuEither.hpp3 /*-------------------------------------------------------------------------
5 * ----------------------------------------
13 * http://www.apache.org/licenses/LICENSE-2.0
23 * \brief Template class that is either type of First or Second.
24 *//*--------------------------------------------------------------------*/
31 /*--------------------------------------------------------------------*//*!
32 * \brief Object containing Either First or Second type of object
34 * \note Type First and Second are always aligned to same alignment as
36 * \note This type always uses at least sizeof(bool) + max(sizeof(First*),
38 *//*--------------------------------------------------------------------*/
[all …]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dinsert_rvalue.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
38 assert(r.first->first == 3.5); in main()
39 assert(r.first->second == 3); in main()
44 assert(r.first->first == 3.5); in main()
45 assert(r.first->second == 3); in main()
50 assert(r.first->first == 4.5); in main()
51 assert(r.first->second == 4); in main()
56 assert(r.first->first == 5.5); in main()
57 assert(r.first->second == 4); in main()
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Derase_key.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
60 assert(std::distance(eq.first, eq.second) == 2); in main()
61 C::const_iterator k = eq.first; in main()
62 assert(k->first == 1); in main()
63 assert(k->second == "one"); in main()
65 assert(k->first == 1); in main()
66 assert(k->second == "four"); in main()
68 assert(std::distance(eq.first, eq.second) == 2); in main()
69 k = eq.first; in main()
[all …]
Derase_range.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
16 // iterator erase(const_iterator first, const_iterator last)
47 assert(std::distance(eq.first, eq.second) == 2); in main()
48 k = eq.first; in main()
49 assert(k->first == 1); in main()
50 assert(k->second == "one"); in main()
52 assert(k->first == 1); in main()
53 assert(k->second == "four"); in main()
55 assert(std::distance(eq.first, eq.second) == 2); in main()
[all …]
/external/libdivsufsort/lib/
Dtrsort.c3 * Copyright (c) 2003-2008 Yuta Mori All Rights Reserved.
30 /*- Private Functions -*/
33 -1,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
74 /*---------------------------------------------------------------------------*/
79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_insertionsort() argument
83 for(a = first + 1; a < last; ++a) { in tr_insertionsort()
84 for(t = *a, b = a - 1; 0 > (r = ISAd[t] - ISAd[*b]);) { in tr_insertionsort()
85 do { *(b + 1) = *b; } while((first <= --b) && (*b < 0)); in tr_insertionsort()
86 if(b < first) { break; } in tr_insertionsort()
94 /*---------------------------------------------------------------------------*/
[all …]
/external/openscreen/cast/streaming/
Dreceiver_session_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
360 environment_->set_socket_state_for_testing( in MakeEnvironment()
371 message_port_ = std::make_unique<SimpleMessagePort>("sender-12345"); in SetUpWithPreferences()
380 const auto& messages = message_port_->posted_messages(); in AssertGotAnErrorAnswerResponse()
401 EXPECT_EQ(cr.audio_receiver->config().sender_ssrc, 19088747u); in TEST_F()
402 EXPECT_EQ(cr.audio_receiver->config().receiver_ssrc, 19088748u); in TEST_F()
403 EXPECT_EQ(cr.audio_receiver->config().channels, 2); in TEST_F()
404 EXPECT_EQ(cr.audio_receiver->config().rtp_timebase, 48000); in TEST_F()
410 EXPECT_EQ(cr.video_receiver->config().sender_ssrc, 19088745u); in TEST_F()
411 EXPECT_EQ(cr.video_receiver->config().receiver_ssrc, 19088746u); in TEST_F()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
68 0:13 -1 (const int)
[all …]
DOperations.frag.out22 ERROR: 0:121: '&' : wrong operand types: no operation '&' exists that takes a left-hand operand of…
24 ERROR: 0:122: '^' : wrong operand types: no operation '^' exists that takes a left-hand operand of…
26 ERROR: 0:123: '|' : wrong operand types: no operation '|' exists that takes a left-hand operand of…
35 0:27 move second child to first child ( temp 4-component vector of float)
36 0:27 'v' ( temp 4-component vector of float)
37 0:27 radians ( global 4-component vector of float)
38 0:27 'uv4' ( uniform 4-component vector of float)
39 0:28 add second child into first child ( temp 4-component vector of float)
40 0:28 'v' ( temp 4-component vector of float)
41 0:28 degrees ( global 4-component vector of float)
[all …]
D400.geom.out4 ERROR: 0:20: 'gl_PointSize' : cannot add non-XFB layout to redeclared block member
6 ERROR: 0:25: 'length' : array must first be sized by a redeclaration or layout qualifier
7 ERROR: 0:36: 'length' : array must first be sized by a redeclaration or layout qualifier
22 ERROR: 0:115: 'assign' : cannot convert from ' const float' to ' temp 2-component vector of float'
24 ERROR: 0:116: 'assign' : cannot convert from ' const float' to ' temp 2-component vector of float'
47 0:9 move second child to first child ( temp int)
55 0:26 gl_Position: direct index for structure ( in 4-component vector of float Position)
56 0:26 direct index ( temp block{ in 4-component vector of float Position gl_Position, in flo…
57 0:26 'gl_in' ( in 3-element array of block{ in 4-component vector of float Position gl_Pos…
83 0:78 move second child to first child ( temp 2-component vector of uint)
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
68 0:13 -1 (const int)
[all …]
DOperations.frag.out22 ERROR: 0:121: '&' : wrong operand types: no operation '&' exists that takes a left-hand operand of…
24 ERROR: 0:122: '^' : wrong operand types: no operation '^' exists that takes a left-hand operand of…
26 ERROR: 0:123: '|' : wrong operand types: no operation '|' exists that takes a left-hand operand of…
35 0:27 move second child to first child ( temp 4-component vector of float)
36 0:27 'v' ( temp 4-component vector of float)
37 0:27 radians ( global 4-component vector of float)
38 0:27 'uv4' ( uniform 4-component vector of float)
39 0:28 add second child into first child ( temp 4-component vector of float)
40 0:28 'v' ( temp 4-component vector of float)
41 0:28 degrees ( global 4-component vector of float)
[all …]
D400.geom.out4 ERROR: 0:20: 'gl_PointSize' : cannot add non-XFB layout to redeclared block member
6 ERROR: 0:25: 'length' : array must first be sized by a redeclaration or layout qualifier
7 ERROR: 0:36: 'length' : array must first be sized by a redeclaration or layout qualifier
22 ERROR: 0:115: 'assign' : cannot convert from ' const float' to ' temp 2-component vector of float'
24 ERROR: 0:116: 'assign' : cannot convert from ' const float' to ' temp 2-component vector of float'
47 0:9 move second child to first child ( temp int)
55 0:26 gl_Position: direct index for structure ( in 4-component vector of float Position)
56 0:26 direct index ( temp block{ in 4-component vector of float Position gl_Position, in flo…
57 0:26 'gl_in' ( in 3-element array of block{ in 4-component vector of float Position gl_Pos…
83 0:78 move second child to first child ( temp 2-component vector of uint)
[all …]
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Derase_key.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
43 assert(m.begin()->first == 1); in main()
44 assert(m.begin()->second == 1.5); in main()
45 assert(next(m.begin())->first == 2); in main()
46 assert(next(m.begin())->second == 2.5); in main()
47 assert(next(m.begin(), 2)->first == 3); in main()
48 assert(next(m.begin(), 2)->second == 3.5); in main()
49 assert(next(m.begin(), 3)->first == 4); in main()
50 assert(next(m.begin(), 3)->second == 4.5); in main()
[all …]
Dinsert_rv.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
36 assert(r.first == m.begin()); in do_insert_rv_test()
38 assert(r.first->first == 2); in do_insert_rv_test()
39 assert(r.first->second == 2); in do_insert_rv_test()
43 assert(r.first == m.begin()); in do_insert_rv_test()
45 assert(r.first->first == 1); in do_insert_rv_test()
46 assert(r.first->second == 1); in do_insert_rv_test()
50 assert(r.first == prev(m.end())); in do_insert_rv_test()
52 assert(r.first->first == 3); in do_insert_rv_test()
[all …]
/external/libcxx/test/std/containers/associative/map/map.ops/
Dequal_range.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
45 assert(r.first == next(m.begin(), 0)); in main()
48 assert(r.first == next(m.begin(), 1)); in main()
51 assert(r.first == next(m.begin(), 2)); in main()
54 assert(r.first == next(m.begin(), 3)); in main()
57 assert(r.first == next(m.begin(), 4)); in main()
60 assert(r.first == next(m.begin(), 5)); in main()
63 assert(r.first == next(m.begin(), 6)); in main()
66 assert(r.first == next(m.begin(), 7)); in main()
[all …]
/external/libcxx/test/std/containers/associative/set/
Dequal_range.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
44 assert(r.first == next(m.begin(), 0)); in main()
47 assert(r.first == next(m.begin(), 1)); in main()
50 assert(r.first == next(m.begin(), 2)); in main()
53 assert(r.first == next(m.begin(), 3)); in main()
56 assert(r.first == next(m.begin(), 4)); in main()
59 assert(r.first == next(m.begin(), 5)); in main()
62 assert(r.first == next(m.begin(), 6)); in main()
65 assert(r.first == next(m.begin(), 7)); in main()
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Dassign_move.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
69 assert(std::distance(eq.first, eq.second) == 2); in main()
70 C::const_iterator i = eq.first; in main()
71 assert(i->first == 1); in main()
72 assert(i->second == "one"); in main()
74 assert(i->first == 1); in main()
75 assert(i->second == "four"); in main()
77 assert(std::distance(eq.first, eq.second) == 2); in main()
78 i = eq.first; in main()
[all …]
Dinit.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
54 assert(std::distance(eq.first, eq.second) == 2); in main()
55 C::const_iterator i = eq.first; in main()
56 assert(i->first == 1); in main()
57 assert(i->second == "one"); in main()
59 assert(i->first == 1); in main()
60 assert(i->second == "four"); in main()
62 assert(std::distance(eq.first, eq.second) == 2); in main()
63 i = eq.first; in main()
[all …]
Drange.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
17 // unordered_multimap(InputIterator first, InputIterator last);
57 assert(std::distance(eq.first, eq.second) == 2); in main()
58 C::const_iterator i = eq.first; in main()
59 assert(i->first == 1); in main()
60 assert(i->second == "one"); in main()
62 assert(i->first == 1); in main()
63 assert(i->second == "four"); in main()
65 assert(std::distance(eq.first, eq.second) == 2); in main()
[all …]
Dmove_alloc.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
65 assert(std::distance(eq.first, eq.second) == 2); in main()
66 C::const_iterator i = eq.first; in main()
67 assert(i->first == 1); in main()
68 assert(i->second == "one"); in main()
70 assert(i->first == 1); in main()
71 assert(i->second == "four"); in main()
73 assert(std::distance(eq.first, eq.second) == 2); in main()
74 i = eq.first; in main()
[all …]
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Derase_iter.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
52 assert(m.begin()->first == 1); in main()
53 assert(m.begin()->second == 1); in main()
54 assert(next(m.begin())->first == 1); in main()
55 assert(next(m.begin())->second == 1.5); in main()
56 assert(next(m.begin(), 2)->first == 1); in main()
57 assert(next(m.begin(), 2)->second == 2); in main()
58 assert(next(m.begin(), 3)->first == 2); in main()
59 assert(next(m.begin(), 3)->second == 1.5); in main()
[all …]
/external/freetype/src/cache/
Dftcmru.c7 * Copyright (C) 2003-2021 by
31 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local
34 if ( first ) in FTC_MruNode_Prepend()
36 FTC_MruNode last = first->prev; in FTC_MruNode_Prepend()
41 FTC_MruNode cnode = first; in FTC_MruNode_Prepend()
51 cnode = cnode->next; in FTC_MruNode_Prepend()
53 } while ( cnode != first ); in FTC_MruNode_Prepend()
57 first->prev = node; in FTC_MruNode_Prepend()
58 last->next = node; in FTC_MruNode_Prepend()
59 node->next = first; in FTC_MruNode_Prepend()
[all …]
/external/XNNPACK/test/
Daverage-pooling-nhwc.cc6 // This source code is licensed under the BSD-style license found in the
15 #include "average-pooling-operator-tester.h"
23 return std::make_pair(small_side - 1, large_side - 1); in SmallPoolSize()
39 .input_height(pooling_size.first + 3) in TEST()
41 .pooling_height(pooling_size.first) in TEST()
47 .input_width(pooling_size.first + 2) in TEST()
49 .pooling_width(pooling_size.first) in TEST()
66 .input_height(pooling_size.first + 3) in TEST()
68 .pooling_height(pooling_size.first) in TEST()
76 .input_width(pooling_size.first + 2) in TEST()
[all …]

12345678910>>...46