Searched refs:current (Results 201 - 225 of 1428) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/printing/
H A Dprint_job_unittest.cc93 MessageLoop current; local
101 EXPECT_EQ(MessageLoop::current(), job->message_loop());
112 MessageLoop current; local
H A Dprint_job_worker.cc39 NotificationService::current()->Notify(
56 DCHECK_EQ(owner_->message_loop(), MessageLoop::current());
66 DCHECK_EQ(owner_->message_loop(), MessageLoop::current());
79 DCHECK_EQ(message_loop(), MessageLoop::current());
87 // MessageLoop::current()->SetNestableTasksAllowed(true);
103 DCHECK_EQ(message_loop(), MessageLoop::current());
142 // MessageLoop::current()->SetNestableTasksAllowed(false);
177 DCHECK_EQ(message_loop(), MessageLoop::current());
205 DCHECK_EQ(message_loop(), MessageLoop::current());
222 DCHECK_EQ(message_loop(), MessageLoop::current());
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.cc79 DCHECK_EQ(MessageLoop::current(), message_loop_);
98 DCHECK_EQ(MessageLoop::current(), message_loop_);
121 DCHECK_EQ(MessageLoop::current(), message_loop_);
157 DCHECK_EQ(MessageLoop::current(), message_loop_);
207 DCHECK_EQ(MessageLoop::current(), message_loop_);
257 DCHECK_EQ(MessageLoop::current(), message_loop_);
336 // strings; the first one is the most current and the second one is
361 DCHECK_EQ(MessageLoop::current(), message_loop_);
368 DCHECK_EQ(MessageLoop::current(), message_loop_);
374 DCHECK_EQ(MessageLoop::current(), message_loop
[all...]
/external/chromium/chrome/common/
H A Dworker_thread_ticker_unittest.cc15 TestCallback() : counter_(0), message_loop_(MessageLoop::current()) {
40 MessageLoop::current()->PostDelayedTask(FROM_HERE,
42 MessageLoop::current()->Run();
H A Dthumbnail_score.h88 // if the current thumbnail is new and interesting enough.
93 bool ShouldReplaceThumbnailWith(const ThumbnailScore& current,
/external/doclava/res/assets/templates/assets/
H A Djquery-history.js32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
34 previousNav = current;
/external/freetype/include/freetype/internal/
H A Dftgloadr.h88 FT_GlyphLoadRec current; member in struct:FT_GlyphLoaderRec_
126 (_loader)->current.outline.n_points + \
131 (_loader)->current.outline.n_contours + \
147 /* prepare a glyph loader, i.e. empty the current glyph */
151 /* add the current glyph to the base glyph */
/external/kernel-headers/original/asm-x86/
H A Dtlbflush_32.h75 * - flush_tlb() flushes the current mm struct TLBs
100 if (mm == current->active_mm)
107 if (vma->vm_mm == current->active_mm)
114 if (vma->vm_mm == current->active_mm)
/external/qemu/android/
H A Dsnaphost-android.c29 * current - Ini file containing the current configuration.
36 _cmp_hw_config(IniFile* current, IniFile* saved) argument
39 const int num_pairs = iniFile_getPairCount(current);
48 /* Iterate through the entries in the current file, comparing them to entries
53 if (iniFile_getEntry(current, n, &key, &value1)) {
54 D("Unable to obtain entry %d from the current HW config file", n);
60 D("Saved HW config file is missing entry ('%s', '%s') found in the current HW config.",
69 D("HW config value mismatch for a key '%s': current is '%s' while saved was '%s'",
161 /* Create HW config backup file from the current H
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc56 static SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
220 // For now we hardcode the current depth because anything else
229 /* Determine the current screen size */
275 SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, argument
283 current->flags = 0; //SDL_FULLSCREEN; // We always run fullscreen.
287 current->w = desktop_size.width();
288 current->h = desktop_size.height();
294 current->h = desktop_size.width();
295 current->w = desktop_size.height();
304 qimage = new QImage(current
[all...]
/external/valgrind/unittest/
H A Dlinear_solver.h172 Vector current(N);
205 current[zero_id] = stats_v[m] / perf_m.At(m, zero_id);
210 //printf("tmp = %s\n", current.ToString().c_str());
231 Vector auto_stats = perf_m.MultiplyRight(current), // we have these stats for sure ...
247 current[new_n_to_old[n]] = new_param[n];
249 return current;
260 m_by_curr.Copy(perf_m.MultiplyRight(current));
274 if (current[i] + derivative[i] * step < 0.0) {
275 step = - current[i] / derivative[i];
279 new_curr = current
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp165 for (RenderObject* current = container->firstChild(); current; current = current->nextSibling()) {
166 if (current->isSVGHiddenContainer())
169 const AffineTransform& transform = current->localToParentTransform();
171 objectBoundingBox.unite(current->objectBoundingBox());
172 strokeBoundingBox.unite(current->strokeBoundingBox());
173 repaintBoundingBox.unite(current->repaintRectInLocalCoordinates());
175 objectBoundingBox.unite(transform.mapRect(current
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_devtools_bridge.cc48 DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
91 DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
99 DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
127 DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_scraper_unittest.cc41 MessageLoop::current()->Quit();
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtest_tab_contents_wrapper.cc39 MessageLoop::current()->RunAllPending();
/external/chromium/chrome/browser/ui/webui/
H A Dbookmarks_ui.cc25 : DataSource(chrome::kChromeUIBookmarksHost, MessageLoop::current()) {
H A Dkeyboard_ui.cc33 : DataSource(chrome::kChromeUIKeyboardHost, MessageLoop::current()) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitAllocator.java87 IntSet current = new BitIntSet(oldRegCount);
89 interference.mergeInterferenceSet(i, current);
114 * If reg j doesn't interfere with the current mapping.
118 if (!current.has(j)
122 interference.mergeInterferenceSet(j, current);
/external/icu4c/i18n/
H A Ducol_bld.h46 uint32_t current; member in struct:__anon6711
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DHtmlWhiteSpaceStripper.java234 private int updateScope(int current, int inc) { argument
235 current += inc;
236 return current < 0 ? 0 : current;
/external/kernel-headers/original/asm-arm/
H A Da.out.h31 #define STACK_TOP ((current->personality == PER_LINUX_32BIT) ? \
/external/kernel-headers/original/linux/
H A Dsmp_lock.h8 #define kernel_locked() (current->lock_depth >= 0)
/external/oprofile/module/
H A Dcompat.c30 struct dentry * root = current->fs->root;
/external/quake/quake/src/QW/client/
H A Dconsole.h29 int current; // line where next message will be printed member in struct:__anon12167
30 int x; // offset in current line for next print
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h51 EAS_U8 patternLen; /* length of current pattern */
61 EAS_I32 time; /* current time in 256ths of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
65 S_OTA_LOC current; /* current location */ member in struct:__anon13244
70 EAS_U8 currentPattern; /* current pattern for loop */
74 EAS_U8 velocity; /* current volume */
75 EAS_U8 state; /* current state EAS_STATE_XXXX */

Completed in 4653 milliseconds

1234567891011>>