Searched refs:current (Results 276 - 300 of 1406) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xml/utils/
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/xpath/functions/
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/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
245 SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, argument
266 if ( ! SDL_ReallocFormat(current, 8, 0, 0, 0, 0) ) {
271 current->flags = SDL_FULLSCREEN;
272 AA_w = current->w = width;
273 AA_h = current->h = height;
274 current->pitch = current->w;
275 current->pixels = AA_buffer;
284 return(current);
[all...]
/external/icu4c/test/intltest/
H A Ducharstrietest.cpp236 // with next() and current().
301 if( (result=trie->nextForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
302 (result=trie->nextForCodePoint(0x10000))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
303 (result=trie->nextForCodePoint(0x9999))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
304 (result=trie->nextForCodePoint(0x20000))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
305 (result=trie->nextForCodePoint(0xdfff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
306 (result=trie->nextForCodePoint(0x10ffff))!=USTRINGTRIE_FINAL_VALUE || result!=trie->current() ||
311 if( (result=trie->firstForCodePoint(0x4dff))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
312 (result=trie->nextForCodePoint(0x10000))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
313 (result=trie->nextForCodePoint(0x9999))!=USTRINGTRIE_NO_VALUE || result!=trie->current() ||
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c53 UpdateGWorld or Dispose your current GWorld through
73 acceleration in the drivers and the drivers have been updated for OS 9. The current
155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
725 static void DSp_UnsetVideoMode(_THIS, SDL_Surface *current) argument
729 if ( current->flags & SDL_OPENGL ) {
741 if (current->hwdata)
742 SDL_free(current->hwdata);
755 current->pixels = NULL;
756 current->flags = 0;
760 SDL_Surface *current, in
759 DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.cpp285 CellStruct& current = row[j]; local
286 RenderTableCell* cell = current.primaryCell();
287 if (!cell || current.inColSpan)
370 CellStruct& current = cellAt(r, c); local
371 cell = current.primaryCell();
373 if (!cell || current.inColSpan)
473 CellStruct current = cellAt(r, c); local
474 RenderTableCell* cell = current.primaryCell();
476 if (!cell || current.inColSpan)
782 const CellStruct& current local
833 const CellStruct& current = cellAt(m_gridRows - 1, c); local
886 const CellStruct& current = cellAt(r, 0); local
930 const CellStruct& current = cellAt(r, totalCols - 1); local
1130 CellStruct& current = cellAt(r, c); local
1143 CellStruct& current = cellAt(r, c); local
1315 CellStruct& current = cellAt(hitRow, hitColumn); local
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_ota.c357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
405 /* if pattern definition, save the current position */
406 if (pData->current.patternLen)
422 /* save current position and data */
549 pData->current.patternLen--;
557 * Returns the current state of the stream
592 /* return current state */
858 pData->current.bitCount = 0;
859 pData->current
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ota.c357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
405 /* if pattern definition, save the current position */
406 if (pData->current.patternLen)
422 /* save current position and data */
549 pData->current.patternLen--;
557 * Returns the current state of the stream
592 /* return current state */
858 pData->current.bitCount = 0;
859 pData->current
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ota.c357 while (pData->current.patternLen == 0)
402 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 8, &pData->current.patternLen)) != EAS_SUCCESS)
405 /* if pattern definition, save the current position */
406 if (pData->current.patternLen)
422 /* save current position and data */
549 pData->current.patternLen--;
557 * Returns the current state of the stream
592 /* return current state */
858 pData->current.bitCount = 0;
859 pData->current
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODRedBlackTree.h277 Node* treeSearchNormal(Node* current, const T& data) const argument
279 while (current) {
280 if (current->data() == data)
281 return current;
282 if (data < current->data())
283 current = current->left();
285 current = current->right();
292 Node* treeSearchFullComparisons(Node* current, cons argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c50 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
290 /* Determine the current screen size */
334 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, argument
355 if (!SDL_ReallocFormat (current, bpp, Rmask, Gmask, Bmask, 0)) {
366 current->format->palette->colors[i+j].r = 85 * j;
367 current->format->palette->colors[i+j].g = 85 * j;
368 current->format->palette->colors[i+j].b = 85 * j;
373 current->flags = flags & SDL_FULLSCREEN;
374 this->hidden->w = current->w = width;
375 this->hidden->h = current
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc63 frontend_loop_(MessageLoop::current()),
74 frontend_loop_(MessageLoop::current()),
227 DCHECK_EQ(MessageLoop::current(), frontend_loop_);
418 DCHECK_EQ(MessageLoop::current(), frontend_loop_);
533 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
547 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
560 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
572 NotificationService::current()->Notify(
582 DCHECK_EQ(MessageLoop::current(), host_->frontend_loop_);
710 DCHECK(MessageLoop::current()
[all...]
/external/clang/utils/
H A DCmpDriver7 current = ''
13 yield current + '"'
16 current = '"'
19 current += c
20 current += it.next()
22 current += c
47 current = cost(a, b)
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c234 struct isakmp_frag_item *current; local
236 current = iph1->frag_chain;
237 while (current->frag_next) {
238 if (current->frag_last)
240 current = current->frag_next;
242 current->frag_next = item;
/external/oprofile/daemon/
H A Dopd_trans.c46 trans->current = NULL;
108 /* get the current sfile if needed */
109 if (!trans->current)
110 trans->current = sfile_find(trans);
116 if (!trans->current)
120 if (trans->current->ignored || (trans->last && trans->last->ignored))
248 trans->current = NULL;
296 .current = NULL,
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.cc129 SBPrefix current = iter->first; local
130 if (current == prefix)
134 for (size_t di = iter->second; di < bound && current < prefix; ++di) {
135 current += deltas_[di];
138 return current == prefix;
148 SBPrefix current = index_[ii].first; local
149 prefixes->push_back(current);
151 current += deltas_[di];
152 prefixes->push_back(current);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc153 DCHECK(MessageLoop::current() == render_loop_);
173 DCHECK(MessageLoop::current() == render_loop_);
188 DCHECK(MessageLoop::current() == render_loop_);
202 DCHECK(MessageLoop::current() == render_loop_);
230 DCHECK(MessageLoop::current() == render_loop_);
256 DCHECK(MessageLoop::current() == render_loop_);
261 DCHECK(MessageLoop::current() == render_loop_);
272 DCHECK(MessageLoop::current() == render_loop_);
314 DCHECK(MessageLoop::current() == render_loop_);
/external/oprofile/module/ia64/
H A Dop_syscalls.c96 note.pid = current->pid;
115 least one user (current), and if there's other code using this
171 PTRACE_OFF(current);
172 oprof_output_maps(current);
251 u32 pid = current->pid;
267 u32 pid = current->pid;
306 note.addr = current->times.tms_utime;
307 note.len = current->times.tms_stime;
308 note.offset = current->start_time;
310 note.pid = current
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java136 * @return String value The current value.
190 NameValuePair current = this.parameters[ i ];
191 if (current.getName().equalsIgnoreCase(name)) {
192 found = current;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemValueOf.java208 * @param transformer non-null reference to the the current transform-time state.
223 int current = xctxt.getCurrentNode();
225 xctxt.pushCurrentNodeAndExpression(current, current);
/external/chromium/base/
H A Dmessage_loop_proxy_impl_unittest.cc89 MessageLoop::current()->Run();
94 MessageLoop::current()->Run();
101 MessageLoop::current()->Run();
/external/chromium/base/synchronization/
H A Dwaitable_event_watcher_unittest.cc18 MessageLoop::current()->Quit();
48 MessageLoop::current()->Run();
87 MessageLoop::current()->RunAllPending();
/external/chromium/base/win/
H A Dobject_watcher_unittest.cc19 MessageLoop::current()->Quit();
50 MessageLoop::current()->Run();
95 MessageLoop::current()->RunAllPending();
/external/oprofile/module/
H A Dcompat22.h37 return current->pid;
60 down(&current->mm->mmap_sem);
66 up(&current->mm->mmap_sem);
/external/v8/src/
H A Dhandles.cc60 v8::ImplementationUtilities::HandleScopeData* current = local
63 Object** result = current->next;
65 ASSERT(result == current->limit);
68 if (current->level == 0) {
78 if (current->limit != limit) {
79 current->limit = limit;
80 ASSERT(limit - current->next < kHandleBlockSize);
85 // current handle scope by allocating a new handle block.
86 if (result == current->limit) {
87 // If there's a spare block, use it for growing the current scop
101 v8::ImplementationUtilities::HandleScopeData* current = local
[all...]

Completed in 1532 milliseconds

<<11121314151617181920>>