Searched defs:dt (Results 1 - 25 of 150) sorted by relevance

123456

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dfloat.asm5 dt 5653894745.318293470142875104710284019245e335 label
10 dt -1.e-1000 label
H A Dfloat-err.asm6 dt 5653894745.318293470142875104710284019245e-1999 label
12 dt -1.e-100000 label
H A Dinteger-warn.asm6 dt 0xa907bc890d0e907f0134afb8adee label
H A Dinteger.asm7 dt 0xa907bc890d0e907f0134 label
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Ddictionary_sync_perf_test.cc26 base::TimeDelta dt; local
33 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
36 SyncTimingHelper::PrintResult("dictionary", "add_words", dt);
44 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
46 SyncTimingHelper::PrintResult("dictionary", "remove_words", dt);
H A Dbookmarks_sync_perf_test.cc91 base::TimeDelta dt = local
94 SyncTimingHelper::PrintResult("bookmarks", "add_bookmarks", dt);
98 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
100 SyncTimingHelper::PrintResult("bookmarks", "update_bookmarks", dt);
104 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
106 SyncTimingHelper::PrintResult("bookmarks", "delete_bookmarks", dt);
H A Dextensions_sync_perf_test.cc85 base::TimeDelta dt = local
89 SyncTimingHelper::PrintResult("extensions", "add_extensions", dt);
93 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
95 SyncTimingHelper::PrintResult("extensions", "update_extensions", dt);
99 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
101 SyncTimingHelper::PrintResult("extensions", "delete_extensions", dt);
H A Dpasswords_sync_perf_test.cc86 base::TimeDelta dt = SyncTimingHelper::TimeUntilQuiescence(clients()); local
88 SyncTimingHelper::PrintResult("passwords", "add_passwords", dt);
92 dt = SyncTimingHelper::TimeUntilQuiescence(clients());
94 SyncTimingHelper::PrintResult("passwords", "update_passwords", dt);
98 dt = SyncTimingHelper::TimeUntilQuiescence(clients());
100 SyncTimingHelper::PrintResult("passwords", "delete_passwords", dt);
H A Dsync_timing_helper.cc46 const base::TimeDelta& dt) {
48 base::IntToString(dt.InMillisecondsF()).c_str());
44 PrintResult(const std::string& measurement, const std::string& trace, const base::TimeDelta& dt) argument
H A Dtyped_urls_sync_perf_test.cc101 base::TimeDelta dt = local
104 SyncTimingHelper::PrintResult("typed_urls", "add_typed_urls", dt);
108 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
110 SyncTimingHelper::PrintResult("typed_urls", "update_typed_urls", dt);
114 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
116 SyncTimingHelper::PrintResult("typed_urls", "delete_typed_urls", dt);
H A Dsessions_sync_perf_test.cc123 base::TimeDelta dt = local
127 SyncTimingHelper::PrintResult("tabs", "add_tabs", dt);
130 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
133 SyncTimingHelper::PrintResult("tabs", "update_tabs", dt);
136 dt = SyncTimingHelper::TimeMutualSyncCycle(GetClient(0), GetClient(1));
140 SyncTimingHelper::PrintResult("tabs", "delete_tabs", dt);
/external/chromium_org/third_party/skia/src/ports/
H A DSkTime_Unix.cpp15 void SkTime::GetDateTime(DateTime* dt) argument
17 if (dt)
24 dt->fYear = tstruct->tm_year;
25 dt->fMonth = SkToU8(tstruct->tm_mon + 1);
26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday);
27 dt->fDay = SkToU8(tstruct->tm_mday);
28 dt->fHour = SkToU8(tstruct->tm_hour);
29 dt->fMinute = SkToU8(tstruct->tm_min);
30 dt->fSecond = SkToU8(tstruct->tm_sec);
H A DSkTime_win.cpp12 void SkTime::GetDateTime(DateTime* dt) argument
14 if (dt)
19 dt->fYear = st.wYear;
20 dt->fMonth = SkToU8(st.wMonth + 1);
21 dt->fDayOfWeek = SkToU8(st.wDayOfWeek);
22 dt->fDay = SkToU8(st.wDay);
23 dt->fHour = SkToU8(st.wHour);
24 dt->fMinute = SkToU8(st.wMinute);
25 dt->fSecond = SkToU8(st.wSecond);
/external/skia/src/ports/
H A DSkTime_Unix.cpp15 void SkTime::GetDateTime(DateTime* dt) argument
17 if (dt)
24 dt->fYear = tstruct->tm_year;
25 dt->fMonth = SkToU8(tstruct->tm_mon + 1);
26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday);
27 dt->fDay = SkToU8(tstruct->tm_mday);
28 dt->fHour = SkToU8(tstruct->tm_hour);
29 dt->fMinute = SkToU8(tstruct->tm_min);
30 dt->fSecond = SkToU8(tstruct->tm_sec);
H A DSkTime_win.cpp12 void SkTime::GetDateTime(DateTime* dt) argument
14 if (dt)
19 dt->fYear = st.wYear;
20 dt->fMonth = SkToU8(st.wMonth + 1);
21 dt->fDayOfWeek = SkToU8(st.wDayOfWeek);
22 dt->fDay = SkToU8(st.wDay);
23 dt->fHour = SkToU8(st.wHour);
24 dt->fMinute = SkToU8(st.wMinute);
25 dt->fSecond = SkToU8(st.wSecond);
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dframe_counter.cc22 double dt = frame_end - frame_start_; local
23 if (dt < 0)
25 frame_duration_accumulator_ += dt;
/external/qemu/target-i386/
H A Dsmm_helper.c46 SegmentCache *dt; local
59 dt = &env->segs[i];
61 stw_phys(sm_state + offset, dt->selector);
62 stw_phys(sm_state + offset + 2, (dt->flags >> 8) & 0xf0ff);
63 stl_phys(sm_state + offset + 4, dt->limit);
64 stq_phys(sm_state + offset + 8, dt->base);
139 dt = &env->segs[i];
144 stl_phys(sm_state + 0x7fa8 + i * 4, dt->selector);
145 stl_phys(sm_state + offset + 8, dt->base);
146 stl_phys(sm_state + offset + 4, dt
[all...]
H A Dmachine.c9 static void cpu_put_seg(QEMUFile *f, SegmentCache *dt) argument
11 qemu_put_be32(f, dt->selector);
12 qemu_put_betl(f, dt->base);
13 qemu_put_be32(f, dt->limit);
14 qemu_put_be32(f, dt->flags);
17 static void cpu_get_seg(QEMUFile *f, SegmentCache *dt) argument
19 dt->selector = qemu_get_be32(f);
20 dt->base = qemu_get_betl(f);
21 dt->limit = qemu_get_be32(f);
22 dt
[all...]
/external/tcpdump/
H A Dgmt2local.c48 register int dt, dir; local
57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
68 dt += dir * 24 * 60 * 60;
70 return (dt);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.h55 struct sw_displaytarget *dt; member in struct:softpipe_resource
58 * Malloc'ed data for regular buffers and textures, or a mapping to dt above.
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c117 struct sw_displaytarget *dt = NULL; local
122 dt = llvmpipe_resource(res)->dt;
123 gdi_sw_display(winsys, dt, hDC);
129 dt = softpipe_resource(res)->dt,
130 gdi_sw_display(winsys, dt, hDC);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h55 struct sw_displaytarget *dt; member in struct:softpipe_resource
58 * Malloc'ed data for regular buffers and textures, or a mapping to dt above.
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c117 struct sw_displaytarget *dt = NULL; local
122 dt = llvmpipe_resource(res)->dt;
123 gdi_sw_display(winsys, dt, hDC);
129 dt = softpipe_resource(res)->dt,
130 gdi_sw_display(winsys, dt, hDC);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h58 }dt; member in class:CPDFSDK_DateTime
/external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/
H A DSimpleVertexShader.cpp87 virtual void step(float dt, double totalTime) argument
89 mRotation = fmod(mRotation + (dt * 40.0f), 360.0f);

Completed in 3368 milliseconds

123456