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 43 PaintAggregator greg; local
44 EXPECT_FALSE(greg.hasPendingUpdate());
49 PaintAggregator greg; local
52 greg.invalidateRect(rect);
54 EXPECT_TRUE(greg.hasPendingUpdate());
56 greg.popPendingUpdate(&update);
66 PaintAggregator greg; local
71 greg.invalidateRect(r1);
72 greg.invalidateRect(r2);
76 EXPECT_TRUE(greg.hasPendingUpdate())
88 PaintAggregator greg; local
113 PaintAggregator greg; local
138 PaintAggregator greg; local
167 PaintAggregator greg; local
183 PaintAggregator greg; local
204 PaintAggregator greg; local
226 PaintAggregator greg; local
250 PaintAggregator greg; local
277 PaintAggregator greg; local
297 PaintAggregator greg; local
317 PaintAggregator greg; local
339 PaintAggregator greg; local
361 PaintAggregator greg; local
382 PaintAggregator greg; local
403 PaintAggregator greg; local
427 PaintAggregator greg; local
447 PaintAggregator greg; local
472 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 1021 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 334 milliseconds