Home
last modified time | relevance | path

Searched full:up (Results 1 – 25 of 9756) sorted by relevance

12345678910>>...391

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dprefer-enum-initializers.test.ts15 Up = 1,
20 Up = 1,
26 Up = 'Up',
37 Up,
43 data: { name: 'Up' },
50 Up = 0,
58 Up = 1,
66 Up = 'Up',
77 Up,
84 data: { name: 'Up' },
[all …]
/third_party/icu/icu4c/source/test/testdata/
Ddcfmtest.txt36 # up
77 format 0.00 up "32.045" "32.05"
86 format 0.00 up "-32.045" "-32.05"
95 format @@@ up "1235.00" "1240"
104 format @@@ up "-1235.00" "-1240"
113 format 0.000E0 up "12345" "1.235E4"
120 format 0.0## up "1.00001" "1.001"
121 format 0.0## up "1.0000000000000000000000000000000000000000000000000001" "1.001"
122 format 0.0## up "1.0000000000000000000000000000000000000000000000000000" "1.0"
147 format 0.0 up "-1.00" "-1.0"
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_process.c57 struct usb_process *up = (struct usb_process*)para; in usb_process_thread() local
68 sched_prio(td, up->up_prio); in usb_process_thread()
71 mtx_lock(up->up_mtx); in usb_process_thread()
73 up->up_curtd = td; in usb_process_thread()
75 if (up->up_gone) in usb_process_thread()
105 * first one is sleeping, we end up enabling transmission in usb_process_thread()
123 pm = TAILQ_FIRST(&up->up_qhead); in usb_process_thread()
133 if (pm == TAILQ_FIRST(&up->up_qhead)) { in usb_process_thread()
135 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry); in usb_process_thread()
144 if (up->up_dsleep) { in usb_process_thread()
[all …]
/third_party/python/Lib/test/
Dtest_xdrlib.py27 up = xdrlib.Unpacker(data)
29 self.assertEqual(up.get_position(), 0)
31 self.assertEqual(up.unpack_int(), 42)
32 self.assertEqual(up.unpack_int(), -17)
33 self.assertEqual(up.unpack_uint(), 9)
34 self.assertTrue(up.unpack_bool() is True)
37 pos = up.get_position()
38 self.assertTrue(up.unpack_bool() is False)
41 up.set_position(pos)
42 self.assertTrue(up.unpack_bool() is False)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp185 TargetTransformInfo::UnrollingPreferences UP; in gatherUnrollingPreferences() local
187 // Set up the defaults in gatherUnrollingPreferences()
188 UP.Threshold = OptLevel > 2 ? 300 : 150; in gatherUnrollingPreferences()
189 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
190 UP.OptSizeThreshold = 0; in gatherUnrollingPreferences()
191 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
192 UP.PartialOptSizeThreshold = 0; in gatherUnrollingPreferences()
193 UP.Count = 0; in gatherUnrollingPreferences()
194 UP.PeelCount = 0; in gatherUnrollingPreferences()
195 UP.DefaultUnrollRuntimeCount = 8; in gatherUnrollingPreferences()
[all …]
DLoopUnrollAndJamPass.cpp147 TargetTransformInfo::UnrollingPreferences &UP) { in getUnrollAndJammedLoopSize() argument
148 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!"); in getUnrollAndJammedLoopSize()
149 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrollAndJammedLoopSize()
152 // Calculates unroll and jam count and writes it to UP.Count. Returns true if
160 unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP) { in computeUnrollAndJamCount() argument
161 // First up use computeUnrollCount from the loop unroller to get a count in computeUnrollAndJamCount()
163 // unrolling we leave to the unroller. This uses UP.Threshold / in computeUnrollAndJamCount()
164 // UP.PartialThreshold / UP.MaxCount to come up with sensible loop values. in computeUnrollAndJamCount()
170 /*MaxOrZero*/ false, OuterTripMultiple, OuterLoopSize, UP, UseUpperBound); in computeUnrollAndJamCount()
176 UP.Count = 0; in computeUnrollAndJamCount()
[all …]
/third_party/node/deps/npm/node_modules/yargs/node_modules/find-up/
Dpackage.json2 "_from": "find-up@^3.0.0",
3 "_id": "find-up@3.0.0",
6 "_location": "/yargs/find-up",
11 "raw": "find-up@^3.0.0",
12 "name": "find-up",
13 "escapedName": "find-up",
21 "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
23 "_spec": "find-up@^3.0.0",
31 "url": "https://github.com/sindresorhus/find-up/issues"
38 "description": "Find a file or directory by walking up parent directories",
[all …]
Dreadme.md1up [![Build Status: Linux and macOS](https://travis-ci.org/sindresorhus/find-up.svg?branch=master)…
3 > Find a file or directory by walking up parent directories
9 $ npm install find-up
29 const findUp = require('find-up');
79 - [find-up-cli](https://github.com/sindresorhus/find-up-cli) - CLI for this module
80 - [pkg-up](https://github.com/sindresorhus/pkg-up) - Find the closest package.json file
/third_party/boost/boost/numeric/interval/
Dinterval.hpp96 interval(const T& l, const T& u, bool): low(l), up(u) {} in interval()
105 : low(r.lower()), up(r.upper()) in interval_holder()
108 if (checking2::is_empty(low, up)) in interval_holder()
113 const T& up; member
131 T up; member in boost::numeric::interval
136 low(static_cast<T>(0)), up(static_cast<T>(0)) in interval()
140 interval<T, Policies>::interval(T const &v): low(v), up(v) in interval()
152 up = rnd.conv_up (v); in interval()
163 up = rnd.conv_up (u); in interval()
168 interval<T, Policies>::interval(T const &l, T const &u): low(l), up(u) in interval()
[all …]
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/find-up/
Dpackage.json2 "_from": "find-up@^3.0.0",
3 "_id": "find-up@3.0.0",
6 "_location": "/libnpmconfig/find-up",
11 "raw": "find-up@^3.0.0",
12 "name": "find-up",
13 "escapedName": "find-up",
21 "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
23 "_spec": "find-up@^3.0.0",
31 "url": "https://github.com/sindresorhus/find-up/issues"
38 "description": "Find a file or directory by walking up parent directories",
[all …]
Dreadme.md1up [![Build Status: Linux and macOS](https://travis-ci.org/sindresorhus/find-up.svg?branch=master)…
3 > Find a file or directory by walking up parent directories
9 $ npm install find-up
29 const findUp = require('find-up');
79 - [find-up-cli](https://github.com/sindresorhus/find-up-cli) - CLI for this module
80 - [pkg-up](https://github.com/sindresorhus/pkg-up) - Find the closest package.json file
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtypesign.c6 static signed int * u_to_s_return(unsigned int *up) in u_to_s_return() argument
8 return up; in u_to_s_return()
13 unsigned int *up = sp; in s_to_u_init() local
14 return up; in s_to_u_init()
17 static signed int * u_to_s_init(unsigned int *up) in u_to_s_init() argument
19 signed int *sp = up; in u_to_s_init()
25 unsigned int *up; in s_to_u_assign() local
26 up = sp; in s_to_u_assign()
27 return up; in s_to_u_assign()
30 static signed int * u_to_s_assign(unsigned int *up) in u_to_s_assign() argument
[all …]
/third_party/boost/boost/icl/
Dinterval.hpp29 static inline interval_type open(const DomainT& low, const DomainT& up) in open()
38 ::construct(low, up); in open()
41 static inline interval_type left_open(const DomainT& low, const DomainT& up) in left_open()
50 ::construct(low, up); in left_open()
53 static inline interval_type right_open(const DomainT& low, const DomainT& up) in right_open()
62 ::construct(low, up); in right_open()
65 static inline interval_type closed(const DomainT& low, const DomainT& up) in closed()
74 ::construct(low, up); in closed()
77 static inline interval_type construct(const DomainT& low, const DomainT& up) in construct()
78 { return icl::construct<interval_type>(low, up); } in construct()
[all …]
/third_party/glslang/Test/
Ddce.frag10 ++c; // should still show up in AST
14 flag ? ++c : ++c; // both should still show up in AST
20 ++c; // should still show up in AST
23 ++c; // should still show up in AST
29 ++c; // should still show up in AST
34 ++c; // should still show up in AST
37 ++c; // should still show up in AST
43 ++c; // should still show up in AST
46 int foo() // not called, but should still show up in AST
50 ++c; // should still show up in AST
[all …]
/third_party/boost/libs/icl/test/
Dtest_interval_laws.hpp32 domain_type up = icl::upper(itv); in check_border_containedness() local
42 BOOST_CHECK_EQUAL(icl::contains(itv, up), true); in check_border_containedness()
43 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>:: closed(lo,up)), true); in check_border_containedness()
44 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>::right_open(lo,up)), true); in check_border_containedness()
45 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>:: left_open(lo,up)), true); in check_border_containedness()
46 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>:: open(lo,up)), true); in check_border_containedness()
51 BOOST_CHECK_EQUAL(icl::contains(itv, up), false); in check_border_containedness()
52 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>:: closed(lo,up)), false); in check_border_containedness()
53 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>::right_open(lo,up)), true); in check_border_containedness()
54 BOOST_CHECK_EQUAL(icl::contains(itv, icl::interval<domain_type>:: left_open(lo,up)), false); in check_border_containedness()
[all …]
Dtest_value_maker.hpp171 #define I_I(low,up) icl::interval<T>::closed (test_value<T>::make(low), test_value<T>::make(up)) argument
173 #define I_D(low,up) icl::interval<T>::right_open(test_value<T>::make(low), test_value<T>::make(up)) argument
175 #define C_I(low,up) icl::interval<T>::left_open (test_value<T>::make(low), test_value<T>::make(up)) argument
177 #define C_D(low,up) icl::interval<T>::open (test_value<T>::make(low), test_value<T>::make(up)) argument
179 #define MK_I(ItvT,low,up) ItvT(test_value<T>::make(low), test_value<T>::make(up)) argument
186 #define IIv(low,up,val) map_val<IntervalMapT>::mk_segment(I_I(low,up), val) argument
187 #define IDv(low,up,val) map_val<IntervalMapT>::mk_segment(I_D(low,up), val) argument
188 #define CIv(low,up,val) map_val<IntervalMapT>::mk_segment(C_I(low,up), val) argument
189 #define CDv(low,up,val) map_val<IntervalMapT>::mk_segment(C_D(low,up), val) argument
/third_party/boost/boost/multi_index/detail/
Drnd_index_node.hpp46 ptr_pointer& up(){return up_;} in up() function
47 ptr_pointer up()const{return up_;} in up() function
53 x=*(x->up()+1); in increment()
58 x=*(x->up()-1); in decrement()
63 x=*(x->up()+n); in advance()
68 return static_cast<difference_type>(y->up()-x->up()); in distance()
79 n->up()=pos-1; in relocate()
84 (*x)->up()=x; in relocate()
88 n->up()=pos; in relocate()
118 (*(begin+j))->up()=begin+j; in relocate()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoder.java35 short up; field in HuffmanEncoder.TreeNode
58 tree[i].up = (short)(i / 2); in HuffmanEncoder()
96 if (tree[tree[i].left].up != i) { in checkTree()
97 return "tree[tree[" + i + "].left].up == " + tree[tree[i].left].up + ", expected " + i; in checkTree()
99 if (tree[tree[i].right].up != i) { in checkTree()
100 return "tree[tree[" + i + "].right].up == " + tree[tree[i].right].up + ", expected " + i; in checkTree()
130 int a = tree[i].up; in checkTree()
147 for (; a != ROOT; a = tree[a].up) { in updateWeight()
167 short upa = tree[a].up; in swapNodes()
168 short upb = tree[b].up; in swapNodes()
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoder.java35 short up; field in HuffmanEncoder.TreeNode
58 tree[i].up = (short)(i / 2); in HuffmanEncoder()
96 if (tree[tree[i].left].up != i) { in checkTree()
97 return "tree[tree[" + i + "].left].up == " + tree[tree[i].left].up + ", expected " + i; in checkTree()
99 if (tree[tree[i].right].up != i) { in checkTree()
100 return "tree[tree[" + i + "].right].up == " + tree[tree[i].right].up + ", expected " + i; in checkTree()
130 int a = tree[i].up; in checkTree()
147 for (; a != ROOT; a = tree[a].up) { in updateWeight()
167 short upa = tree[a].up; in swapNodes()
168 short upb = tree[b].up; in swapNodes()
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlistener_test.dart15 testWidgets('Events bubble up the tree', (WidgetTester tester) async {
83 await gesture.up();
88 final PointerUpEvent up = events[2];
106 expect(up.localPosition, const Offset(50, 50) + moved);
107 expect(up.position, center + moved);
108 expect(up.delta, Offset.zero);
109 expect(up.localDelta, Offset.zero);
110 expect(up.transform, expectedTransform);
160 await gesture.up();
165 final PointerUpEvent up = events[2];
[all …]
/third_party/typescript/tests/baselines/reference/
DlocalImportNameVsGlobalName.types5 export enum Key { UP, DOWN, LEFT, RIGHT }
7 >UP : Key.UP
25 foo(Key.UP);
26 >foo(Key.UP) : void
28 >Key.UP : Key.UP
30 >UP : Key.UP
DneverType.types63 function move1(direction: "up" | "down") {
64 >move1 : (direction: "up" | "down") => 1 | -1
65 >direction : "up" | "down"
68 >direction : "up" | "down"
70 case "up":
71 >"up" : "up"
89 function move2(direction: "up" | "down") {
90 >move2 : (direction: "up" | "down") => 1 | -1
91 >direction : "up" | "down"
93 return direction === "up" ? 1 :
[all …]
/third_party/googletest/googletest/test/
Dgtest_environment_test.cc61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
64 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
122 // be generated by the global set-up.
143 // set-up is successful. in main()
148 "The tests should run, as the global set-up should generate no " in main()
151 "The global tear-down should run, as the global set-up was run."); in main()
154 // set-up generates no fatal failure. in main()
156 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " in main()
159 "The tests should run, as the global set-up should generate no " in main()
162 "The global tear-down should run, as the global set-up was run."); in main()
[all …]
/third_party/boost/libs/convert/test/
Dtest.hpp32 enum value_type { no, up, dn }; enumerator
46 /**/ if (str == "up") chg = change::up; in operator >>()
56 return stream << (chg == change::up ? "up" : chg == change::dn ? "dn" : "no"); in operator <<()
62 str = chg == change::up ? "up" : chg == change::dn ? "dn" : "no"; in operator >>()
67 /**/ if (str == "up") chg = change::up; in operator >>()
77 enum value_type { up, dn }; enumerator
91 /**/ if (str == "up") dir = direction::up; in operator >>()
99 return stream << (dir.value() == direction::up ? "up" : "dn"); in operator <<()
107 return direction(direction::up); in make_default()
/third_party/node/deps/npm/node_modules/colors/lib/custom/
Dzalgo.js5 'up': [ property
41 var all = [].concat(soul.up, soul.down, soul.mid);
62 options['up'] =
63 typeof options['up'] !== 'undefined' ? options['up'] : true;
76 counts = {'up': 0, 'down': 0, 'mid': 0}; property
79 counts.up = randomNumber(8);
84 counts.up = randomNumber(16) + 3;
89 counts.up = randomNumber(8) + 1;
95 var arr = ['up', 'mid', 'down'];

12345678910>>...391