Searched defs:middle (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2261.js97 function middle(x) { function
104 return middle(x);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-semantics.js177 function middle() {
186 return middle();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlistformatter.h40 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end) : argument
41 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end) {}
/external/clang/test/CXX/basic/basic.link/
H A Dp7.cpp9 void middle() { function in namespace:X
/external/icu/icu4c/source/common/unicode/
H A Dlistformatter.h41 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end) : argument
42 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end) {}
/external/chromium_org/v8/test/mjsunit/
H A Dcyrillic.js38 middle: "\u0447", // che
53 middle: sigma, // sigma
70 var middle = lc ? chars.middle : chars.MIDDLE;
73 var middle_other_case = lc ? chars.MIDDLE : chars.middle;
77 assertTrue(Range(first, last).test(middle), 2);
85 assertTrue(Range(first, last, "i").test(middle), 8);
115 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.middle), 20);
129 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.middle), 29);
196 assertEquals(ignore_case || full, re.test(cyrillic.middle), 6
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element_unittest.cc135 gfx::Rect start, target, middle; local
136 start = target = middle = gfx::Rect(0, 0, 50, 50);
153 CheckApproximatelyEqual(middle, delegate.GetBoundsForAnimation());
173 float middle = 0.5; local
193 EXPECT_FLOAT_EQ(middle, element->last_progressed_fraction());
249 float middle = 0.5; local
264 EXPECT_FLOAT_EQ(middle, delegate.GetBrightnessForAnimation());
284 float middle = 0.5; local
299 EXPECT_FLOAT_EQ(middle, delegate.GetGrayscaleForAnimation());
H A Dlayer_animation_sequence_unittest.cc43 float middle = 0.5f; local
59 EXPECT_FLOAT_EQ(middle, delegate.GetBrightnessForAnimation());
77 float middle = 0.5f; local
102 EXPECT_FLOAT_EQ(middle, sequence.last_progressed_fraction());
167 // In the middle of the pause -- nothing should have changed.
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp8 struct middle { struct in struct:PR10127::outer
23 operator decltype(outer::middle::inner()) ();
24 operator decltype(outer::middle())::inner2 ();
25 operator decltype(outer())::middle::inner3 ();
26 str(int (decltype(outer::middle::inner())::*n)(),
27 int (decltype(outer::middle())::inner::*o)(),
28 int (decltype(outer())::middle::inner::*p)());
31 decltype(outer::middle::inner()) a;
33 a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.cc48 gfx::Rect middle = orig_body; local
54 if (top.x() <= middle.x() + 2 * margin) {
55 top.set_width(top.width() + top.x() - middle.x());
56 top.set_x(middle.x());
58 if (top.right() >= middle.right() - 2 * margin) {
59 top.set_width(middle.right() - top.x());
62 if (bottom.x() <= middle.x() + 2 * margin) {
63 bottom.set_width(bottom.width() + bottom.x() - middle.x());
64 bottom.set_x(middle.x());
66 if (bottom.right() >= middle
[all...]
H A Daccessibility_focus_ring_controller.cc26 // bounding box. Used in the middle of an algorithm that groups
158 // and left to right, split them into three shapes covering the top, middle,
195 gfx::Rect* middle,
220 // Whatever's left goes to the middle rect, but if there's no middle or
259 *middle = middle_rect;
269 gfx::Rect middle; local
271 SplitIntoParagraphShape(rects, &top, &middle, &bottom);
274 top, middle, bottom, GetMargin());
192 SplitIntoParagraphShape( const std::vector<gfx::Rect>& rects, gfx::Rect* top, gfx::Rect* middle, gfx::Rect* bottom) const argument
/external/chromium_org/third_party/icu/source/samples/uciter8/
H A Duciter8.c47 int32_t i, pos1, pos2, middle, length; local
58 /* set into the middle */
59 middle=length/2;
61 pos1=iter1->move(iter1, middle, UITER_ZERO);
62 if(pos1!=middle) {
63 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
68 if(pos2!=middle) {
216 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) argument
[all...]
/external/icu/icu4c/source/samples/uciter8/
H A Duciter8.c47 int32_t i, pos1, pos2, middle, length; local
58 /* set into the middle */
59 middle=length/2;
61 pos1=iter1->move(iter1, middle, UITER_ZERO);
62 if(pos1!=middle) {
63 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
68 if(pos2!=middle) {
216 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt.c50 * - middle -- fetch, shade, cliptest, viewport
61 struct draw_pt_middle_end *middle = NULL; local
98 if (draw->pt.middle.llvm) {
99 middle = draw->pt.middle.llvm;
102 middle = draw->pt.middle.fetch_emit;
104 middle = draw->pt.middle.fetch_shade_emit;
106 middle
[all...]
H A Ddraw_pt_fetch_emit.c43 /* The simplest 'middle end' in the new vertex code.
45 * The responsibilities of a middle end are to:
90 static void fetch_emit_prepare( struct draw_pt_middle_end *middle, argument
95 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
183 static void fetch_emit_run( struct draw_pt_middle_end *middle, argument
190 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
243 static void fetch_emit_run_linear( struct draw_pt_middle_end *middle, argument
248 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
300 static boolean fetch_emit_run_linear_elts( struct draw_pt_middle_end *middle, argument
307 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
[all...]
H A Ddraw_pt_fetch_shade_emit.c69 fse_prepare(struct draw_pt_middle_end *middle, argument
74 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
183 fse_run_linear(struct draw_pt_middle_end *middle, argument
188 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
245 fse_run(struct draw_pt_middle_end *middle, argument
252 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
303 fse_run_linear_elts(struct draw_pt_middle_end *middle, argument
310 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
349 fse_finish(struct draw_pt_middle_end *middle) argument
355 fse_destroy(struct draw_pt_middle_end *middle) argument
[all...]
H A Ddraw_pt_vsplit.c43 struct draw_pt_middle_end *middle; member in struct:vsplit_frontend
77 vsplit->middle->run(vsplit->middle,
148 struct draw_pt_middle_end *middle,
174 vsplit->middle = middle;
175 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices);
186 vsplit->middle->finish(vsplit->middle);
146 vsplit_prepare(struct draw_pt_front_end *frontend, unsigned in_prim, struct draw_pt_middle_end *middle, unsigned opt) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c50 * - middle -- fetch, shade, cliptest, viewport
61 struct draw_pt_middle_end *middle = NULL; local
98 if (draw->pt.middle.llvm) {
99 middle = draw->pt.middle.llvm;
102 middle = draw->pt.middle.fetch_emit;
104 middle = draw->pt.middle.fetch_shade_emit;
106 middle
[all...]
H A Ddraw_pt_fetch_emit.c43 /* The simplest 'middle end' in the new vertex code.
45 * The responsibilities of a middle end are to:
90 static void fetch_emit_prepare( struct draw_pt_middle_end *middle, argument
95 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
183 static void fetch_emit_run( struct draw_pt_middle_end *middle, argument
190 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
243 static void fetch_emit_run_linear( struct draw_pt_middle_end *middle, argument
248 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
300 static boolean fetch_emit_run_linear_elts( struct draw_pt_middle_end *middle, argument
307 struct fetch_emit_middle_end *feme = (struct fetch_emit_middle_end *)middle;
[all...]
H A Ddraw_pt_fetch_shade_emit.c69 fse_prepare(struct draw_pt_middle_end *middle, argument
74 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
183 fse_run_linear(struct draw_pt_middle_end *middle, argument
188 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
245 fse_run(struct draw_pt_middle_end *middle, argument
252 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
303 fse_run_linear_elts(struct draw_pt_middle_end *middle, argument
310 struct fetch_shade_emit *fse = (struct fetch_shade_emit *)middle;
349 fse_finish(struct draw_pt_middle_end *middle) argument
355 fse_destroy(struct draw_pt_middle_end *middle) argument
[all...]
H A Ddraw_pt_vsplit.c43 struct draw_pt_middle_end *middle; member in struct:vsplit_frontend
77 vsplit->middle->run(vsplit->middle,
148 struct draw_pt_middle_end *middle,
174 vsplit->middle = middle;
175 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices);
186 vsplit->middle->finish(vsplit->middle);
146 vsplit_prepare(struct draw_pt_front_end *frontend, unsigned in_prim, struct draw_pt_middle_end *middle, unsigned opt) argument
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_charset.cpp68 int middle = (begin + end) / 2; local
69 FX_WORD middlecode = UnicodeAlts[middle].m_Unicode;
71 end = middle - 1;
73 begin = middle + 1;
75 return UnicodeAlts[middle].m_Alter;
/external/bison/lib/
H A Dgetopt.c150 int middle = d->__last_nonopt;
181 while (top > middle && middle > bottom)
183 if (top - middle > middle - bottom)
186 int len = middle - bottom;
193 argv[bottom + i] = argv[top - (middle - bottom) + i];
194 argv[top - (middle - bottom) + i] = tem;
195 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
203 int len = top - middle;
147 int middle = d->__last_nonopt; local
[all...]
/external/bison/src/
H A Dlalr.c137 goto_number middle; local
146 middle = (low + high) / 2;
147 s = from_state[middle];
149 return middle;
151 low = middle + 1;
153 high = middle - 1;
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile_unittest.cc36 // Holds the autofill profile |first|, |middle| and |last| names.
39 const std::string& middle,
41 : first(first), middle(middle), last(last) {}
44 std::string middle; member in struct:autofill::__anon6325::NameParts
78 middle_names->push_back(ASCIIToUTF16(names[i].middle));
1246 // parse that assumes the two names are a middle and a last name.
1255 // parse that assumes the two names are a first and a middle name.
38 NameParts(const std::string& first, const std::string& middle, const std::string& last) argument

Completed in 471 milliseconds

12345