HomeSort by relevance Sort by last modified time
    Searched defs:greg (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
GregorianCalendarTest.java 28 Calendar greg = GregorianCalendar.getInstance(); local
32 greg.set(Calendar.WEEK_OF_YEAR, 1);
33 assertEquals(1, greg.get(Calendar.WEEK_OF_YEAR));
34 greg.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY);
35 assertEquals(1, greg.get(Calendar.WEEK_OF_YEAR));
39 greg = GregorianCalendar.getInstance();
40 greg.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY);
41 greg.set(Calendar.WEEK_OF_YEAR, 1);
42 assertEquals(1, greg.get(Calendar.WEEK_OF_YEAR));
43 assertEquals(Calendar.MONDAY, greg.get(Calendar.DAY_OF_WEEK))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 42 PaintAggregator greg; local
43 EXPECT_FALSE(greg.hasPendingUpdate());
48 PaintAggregator greg; local
51 greg.invalidateRect(rect);
53 EXPECT_TRUE(greg.hasPendingUpdate());
55 greg.popPendingUpdate(&update);
65 PaintAggregator greg; local
70 greg.invalidateRect(r1);
71 greg.invalidateRect(r2);
75 EXPECT_TRUE(greg.hasPendingUpdate())
87 PaintAggregator greg; local
112 PaintAggregator greg; local
137 PaintAggregator greg; local
166 PaintAggregator greg; local
182 PaintAggregator greg; local
203 PaintAggregator greg; local
225 PaintAggregator greg; local
249 PaintAggregator greg; local
276 PaintAggregator greg; local
296 PaintAggregator greg; local
316 PaintAggregator greg; local
338 PaintAggregator greg; local
360 PaintAggregator greg; local
381 PaintAggregator greg; local
402 PaintAggregator greg; local
426 PaintAggregator greg; local
446 PaintAggregator greg; local
471 PaintAggregator greg; local
    [all...]
  /external/chromium_org/ppapi/tests/
test_paint_aggregator.cc 40 pp::PaintAggregator greg; local
41 if (greg.HasPendingUpdate())
47 pp::PaintAggregator greg; local
50 greg.InvalidateRect(rect);
52 ASSERT_TRUE(greg.HasPendingUpdate());
53 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
54 ASSERT_TRUE(1U == greg.GetPendingUpdate().paint_rects.size());
56 ASSERT_TRUE(rect == greg.GetPendingUpdate().paint_rects[0]);
62 pp::PaintAggregator greg; local
67 greg.InvalidateRect(r1)
81 pp::PaintAggregator greg; local
100 pp::PaintAggregator greg; local
126 pp::PaintAggregator greg; local
142 pp::PaintAggregator greg; local
160 pp::PaintAggregator greg; local
181 pp::PaintAggregator greg; local
204 pp::PaintAggregator greg; local
229 pp::PaintAggregator greg; local
247 pp::PaintAggregator greg; local
265 pp::PaintAggregator greg; local
285 pp::PaintAggregator greg; local
305 pp::PaintAggregator greg; local
324 pp::PaintAggregator greg; local
343 pp::PaintAggregator greg; local
365 pp::PaintAggregator greg; local
384 pp::PaintAggregator greg; local
408 pp::PaintAggregator greg; local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/s390/
fetch.c 40 int greg; member in struct:fetch_context
88 context->greg = 2;
109 ++context->greg;
162 if (ctx->greg > 6)
165 copy_gpr(ctx, valuep, ctx->greg++);
177 if (ctx->greg > 5) {
178 ctx->greg = 7;
193 u.a = ctx->regs.gprs[ctx->greg++];
194 u.b = ctx->regs.gprs[ctx->greg++];
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 56 int greg; member in struct:fetch_context
71 context->greg = 3;
129 context->greg++;
221 if (ctx->greg > 10)
224 int reg_num = ctx->greg++;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 976 UResourceBundle* greg = ures_getByKeyWithFallback(cal, "gregorian", NULL, &errorCode); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 979 UResourceBundle* greg = ures_getByKeyWithFallback(cal, "gregorian", NULL, &errorCode); local
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 3714 HReg greg = iselVecExpr(env, e->Iex.Binop.arg1); local
    [all...]
host_amd64_isel.c 3507 HReg greg = iselVecExpr(env, e->Iex.Binop.arg1); local
    [all...]

Completed in 177 milliseconds