Searched refs:current (Results 251 - 275 of 1406) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_interactive_uitest.cc45 MessageLoop::current()->RunAllPending();
69 MessageLoop::current()->RunAllPending();
/external/chromium/net/websockets/
H A Dwebsocket_throttle_unittest.cc216 MessageLoopForIO::current()->RunAllPending();
231 MessageLoopForIO::current()->RunAllPending();
244 MessageLoopForIO::current()->RunAllPending();
255 MessageLoopForIO::current()->RunAllPending();
265 MessageLoopForIO::current()->RunAllPending();
275 MessageLoopForIO::current()->RunAllPending();
280 MessageLoopForIO::current()->RunAllPending();
305 MessageLoopForIO::current()->RunAllPending();
/external/chromium/webkit/glue/media/
H A Dsimple_data_source_unittest.cc68 data_source_ = new SimpleDataSource(MessageLoop::current(),
76 MessageLoop::current()->RunAllPending();
101 MessageLoop::current()->RunAllPending();
112 MessageLoop::current()->RunAllPending();
122 MessageLoop::current()->RunAllPending();
127 MessageLoop::current()->RunAllPending();
184 data_source_ = new SimpleDataSource(MessageLoop::current(),
196 MessageLoop::current()->RunAllPending();
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java40 final Logger current = Logger.getLogger ();
41 final Logger log = AppLoggers.create (m_appName, toolProperties, current);
/external/kernel-headers/original/asm-mips/
H A Ddsp.h79 if (tsk == current) \
80 __save_dsp(current); \
/external/oprofile/daemon/
H A Dopd_trans.h43 struct sfile * current; member in struct:transient
67 trans->last = trans->current;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.h63 xbiosmode_t *current; /* Current set mode */ member in struct:SDL_PrivateVideoData
105 #define XBIOS_current (this->hidden->current)
/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java21 * The current velocity will be accelerated towards the target until the target is reached.
52 public void set(float current, float target, float acceleration) { argument
53 mCurrent = current;
/external/webkit/Source/WebCore/platform/text/
H A DSegmentedString.h126 bool isEmpty() const { return !current(); }
152 ASSERT_UNUSED(expectedCharacter, *current() == expectedCharacter);
158 ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(*current()) == WTF::Unicode::foldCase(expectedCharacter));
164 ASSERT(*current() == '\n');
180 ASSERT(*current() != '\n');
223 const UChar& operator*() const { return *current(); }
224 const UChar* operator->() const { return current(); }
241 const UChar* current() const { return m_currentChar; } function in class:WebCore::SegmentedString
/external/v8/src/
H A Dlithium-allocator.cc213 // at the current or the immediate next position.
282 UseInterval* current = FirstSearchIntervalForPosition(position); local
288 if (current->start().Value() == position.Value()) {
290 current = first_interval_;
293 while (current != NULL) {
294 if (current->Contains(position)) {
295 current->SplitAt(position, zone);
298 UseInterval* next = current->next();
303 current = next;
307 UseInterval* before = current;
451 UsePosition* current = first_pos_; local
1505 LiveRange* current = fixed_double_live_ranges_.at(i); local
1512 LiveRange* current = fixed_live_ranges_.at(i); local
1521 LiveRange* current = unhandled_live_ranges_.RemoveLast(); local
1763 TryAllocateFreeReg(LiveRange* current) argument
1845 AllocateBlockedReg(LiveRange* current) argument
1938 SplitAndSpillIntersecting(LiveRange* current) argument
2109 LiveRange* current = live_ranges()->at(i); local
[all...]
H A Dv8natives.js700 var current = ConvertDescriptorArrayToDescriptor(current_or_access);
705 if (IS_UNDEFINED(current) && !extensible) {
713 if (!IS_UNDEFINED(current)) {
716 IsDataDescriptor(desc) == IsDataDescriptor(current)) &&
718 SameValue(desc.isEnumerable(), current.isEnumerable())) &&
720 SameValue(desc.isConfigurable(), current.isConfigurable())) &&
722 SameValue(desc.isWritable(), current.isWritable())) &&
724 SameValue(desc.getValue(), current.getValue())) &&
726 SameValue(desc.getGet(), current.getGet())) &&
728 SameValue(desc.getSet(), current
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c44 static SDL_Surface * NX_SetVideoMode (_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags) ;
212 /* Determine the current screen size */
363 SDL_Surface * NX_SetVideoMode (_THIS, SDL_Surface * current, argument
372 if (NX_CreateWindow (this, current, width, height, bpp, flags) < 0) {
373 current = NULL;
377 if (current -> w != width || current -> h != height) {
378 current -> w = width ;
379 current -> h = height ;
380 current
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimpvideo.c47 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
82 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, argument
126 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
132 current->w = width;
133 this->hidden->height = current->h = height;
152 current->pitch = width * bytesPerPixel;
153 if ((current->pitch & 3))
156 current->pitch += (4 - (current->pitch & 3));
159 current
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadGroupTest.java81 "Has to be possible to create a subgroup of current group using simple constructor",
111 assertTrue("Has to be possible to create a subgroup of current group",
363 ThreadGroup current = testRoot;
370 current = new ThreadGroup(current, "level " + i);
371 groups.addElement(current);
376 current = groups.elementAt(i);
378 assertTrue("Parent is wrong", current.getParent() == previous);
521 "setMaxPriority: Any value higher than the current one is ignored. Before: "
545 ThreadGroup current
[all...]
/external/chromium/chrome/browser/net/
H A Dconnection_tester_unittest.cc54 MessageLoop::current()->Quit();
153 MessageLoop::current()->Run();
177 MessageLoop::current()->RunAllPending();
195 MessageLoop::current()->PostTask(FROM_HERE, new MessageLoop::QuitTask());
196 MessageLoop::current()->Run();
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller_unittest.cc33 MessageLoop::current()->PostTask(
140 MessageLoop::current()->PostTask(FROM_HERE,
180 MessageLoop::current()->Run();
194 MessageLoop::current()->Run();
208 MessageLoop::current()->Run();
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge.cc56 // The result from the current request (set on |host_resolver_loop_|).
100 DCHECK_EQ(MessageLoop::current(), host_resolver_loop_);
113 DCHECK_EQ(MessageLoop::current(), host_resolver_loop_);
120 DCHECK_NE(MessageLoop::current(), host_resolver_loop_);
134 DCHECK_EQ(MessageLoop::current(), host_resolver_loop_);
187 DCHECK_EQ(MessageLoop::current(), host_resolver_loop_);
/external/e2fsprogs/lib/blkid/
H A Ddevno.c155 struct dir_list *current = list; local
158 DBG(DEBUG_DEVNO, printf("directory %s\n", current->name));
159 blkid__scan_dir(current->name, devno, &new_list, &devname);
160 free(current->name);
161 free(current);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DVariableTranslator.java125 for (JavaExpression current : in) {
127 last = current;
130 if (current instanceof StringExpression && last instanceof StringExpression) {
131 // Last and current are both strings - combine them.
132 StringExpression currentString = (StringExpression) current;
137 last = current;
/external/junit/src/org/junit/runners/model/
H A DTestClass.java96 Class<?> current= testClass;
97 while (current != null) {
98 results.add(current);
99 current= current.getSuperclass();
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSubSup.cpp157 RenderObject* current = base->firstChild(); local
158 while (current) {
159 int height = getBoxModelObjectHeight(current);
162 current = current->nextSibling();
/external/webkit/Source/WebKit/win/
H A DWebCoreStatistics.cpp147 for (Iterator current = jsObjectTypeNames->begin(); current != end; ++current)
148 typeCountMap.set(current->first, current->second);
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java410 // is in boot/extension/system classpath and in current
414 ClassLoader current = ObjectFactory.class.getClassLoader();
418 if (current == chain) {
431 return current;
501 // (cl == null) iff current ClassLoader == null
503 // Thus Class.forName(String) will use the current
511 // Fall back to current classloader
512 ClassLoader current = ObjectFactory.class.getClassLoader();
513 if (current == null) {
515 } else if (cl != current) {
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java410 // is in boot/extension/system classpath and in current
414 ClassLoader current = ObjectFactory.class.getClassLoader();
418 if (current == chain) {
431 return current;
501 // (cl == null) iff current ClassLoader == null
503 // Thus Class.forName(String) will use the current
511 // Fall back to current classloader
512 ClassLoader current = ObjectFactory.class.getClassLoader();
513 if (current == null) {
515 } else if (cl != current) {
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java409 // is in boot/extension/system classpath and in current
413 ClassLoader current = ObjectFactory.class.getClassLoader();
417 if (current == chain) {
430 return current;
500 // (cl == null) iff current ClassLoader == null
502 // Thus Class.forName(String) will use the current
510 // Fall back to current classloader
511 ClassLoader current = ObjectFactory.class.getClassLoader();
512 if (current == null) {
514 } else if (cl != current) {
[all...]

Completed in 1126 milliseconds

<<11121314151617181920>>