HomeSort by relevance Sort by last modified time
    Searched full:current (Results 751 - 775 of 28275) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 75 current = {'server': server}
76 current['username'] = config.get(server, 'username')
84 current[key] = config.get(server, key)
86 current[key] = default
87 if (current['server'] == repository or
88 current['repository'] == repository):
89 return current
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 75 current = {'server': server}
76 current['username'] = config.get(server, 'username')
84 current[key] = config.get(server, key)
86 current[key] = default
87 if (current['server'] == repository or
88 current['repository'] == repository):
89 return current
  /libcore/luni/src/main/java/java/nio/
ByteBuffer.java 350 * Returns the byte at the current position and increases the position by 1.
352 * @return the byte at the current position.
359 * Reads bytes from the current position into the specified byte array and
376 * Reads bytes from the current position into the specified byte array,
415 * Returns the char at the current position and increases the position by 2.
417 * The 2 bytes starting at the current position are composed into a char
418 * according to the current byte order and returned.
420 * @return the char at the current position.
430 * according to the current byte order and returned. The position is not
443 * Returns the double at the current position and increases the position b
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 604 // Returns number of bytes used including the current *data.
1017 byte* current = data + 2; local
1018 // At return, "current" points to the start of the next instruction.
1024 byte third_byte = *current;
1025 current = data + 3;
1027 get_modrm(*current, &mod, &regop, &rm);
1029 current += PrintRightOperand(current);
1030 AppendToBuffer(", %s, %d", NameOfCPURegister(regop), (*current) & 3);
1031 current += 1
1325 byte current; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 30 BuildResults baseline, current; field in class:ConfigResults
44 /*if (this.baseline == null || this.current == null) */initialize();
230 * Returns interesting numbers for the current configuration.
281 if (this.baseline == null || this.current == null) {
288 * Returns the error of the current build results
290 * @return the error made during the current build measure
293 if (this.current == null) {
296 return this.current.getError();
300 * Returns the current build name.
302 * @return The name of the current buil
    [all...]
  /art/runtime/
intern_table.cc 36 MutexLock mu(Thread::Current(), intern_table_lock_);
41 MutexLock mu(Thread::Current(), intern_table_lock_);
48 MutexLock mu(Thread::Current(), intern_table_lock_);
63 intern_table_lock_.AssertHeld(Thread::Current());
75 intern_table_lock_.AssertHeld(Thread::Current());
82 intern_table_lock_.AssertHeld(Thread::Current());
93 gc::space::ImageSpace* image = Runtime::Current()->GetHeap()->GetImageSpace();
117 Thread* self = Thread::Current();
124 Thread* self = Thread::Current();
130 Thread* self = Thread::Current();
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 39 return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();
43 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target);
71 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
95 Runtime::Current()->GetHeap()->ClearGrowthLimit();
103 return toStringArray(env, Runtime::Current()->GetProperties());
116 return env->NewStringUTF(DefaultToDot(Runtime::Current()->GetBootClassPathString()));
120 return env->NewStringUTF(DefaultToDot(Runtime::Current()->GetClassPathString()));
124 return env->NewStringUTF(Runtime::Current()->GetVersion());
134 // Note that targetSdkVersion may be 0, meaning "current".
136 Runtime* runtime = Runtime::Current();
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 55 base::MessageLoop::current()->RunUntilIdle();
77 base::MessageLoop::current()->RunUntilIdle();
112 base::MessageLoop::current()->RunUntilIdle();
133 base::MessageLoop::current()->RunUntilIdle();
146 // Show an infobar to prevent the current theme from being uninstalled.
155 // 2) Enabling a disabled theme extension should swap the current theme.
157 base::MessageLoop::current()->RunUntilIdle();
169 base::MessageLoop::current()->RunUntilIdle();
175 // 4) Disabling the current theme extension should revert to the default theme
181 base::MessageLoop::current()->RunUntilIdle()
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
focus_manager.js 32 var current = child;
34 while (current) {
35 current = current.parentNode;
36 if (typeof(current) == 'undefined' ||
37 typeof(current) == 'null' ||
38 current === document.body) {
40 } else if (current === parent) {
111 * Attempts to focus the appropriate element in the current dialog.
123 * Attempts to focus the first element in the current dialog
    [all...]
  /external/chromium_org/base/files/
file_util_proxy_unittest.cc 44 MessageLoop::current()->QuitWhenIdle();
53 MessageLoop::current()->QuitWhenIdle();
62 MessageLoop::current()->QuitWhenIdle();
69 MessageLoop::current()->QuitWhenIdle();
78 MessageLoop::current()->QuitWhenIdle();
85 MessageLoop::current()->QuitWhenIdle();
126 MessageLoop::current()->Run();
145 MessageLoop::current()->Run();
158 MessageLoop::current()->Run();
180 MessageLoop::current()->Run()
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 106 static SDL_Surface* QZ_SetVideoMode (_THIS, SDL_Surface *current,
352 SDL_SetError("Couldn't figure out current display mode.");
377 /* Determine the current screen size */
687 static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int width,
697 current->flags = SDL_FULLSCREEN;
698 current->w = width;
699 current->h = height;
749 current->pixels = (Uint32*) CGDisplayBaseAddress (display_id);
750 current->pitch = CGDisplayBytesPerRow (display_id);
752 current->flags |= SDL_HWSURFACE
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 118 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
127 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
142 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
226 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
237 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
246 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
257 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
267 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
278 DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
289 DCHECK_EQ(base::MessageLoop::current(), sync_loop_)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtjava.c 256 char* current = buf; local
260 current = buf +len;
262 uint32_t idx = strrch(current,add,'\\');
269 if(current[num]=='\\'){
278 seqLen = (current[idx+1]=='u') ? 6 : 2;
286 T_FileStream_write(out,current,add);
290 T_FileStream_write(out,current,bufLen-len);
328 struct SResource *current = NULL; local
339 current = res->u.fArray.fFirst;
341 while(current != NULL)
515 struct SResource *current = NULL; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 245 * Return the root of the tree where the current node lies. If the current node is the root,
303 NestedMapData current = this; local
304 for (int lastDot = 0, nextDot = 0; nextDot != -1 && current != null; lastDot = nextDot + 1) {
307 current = current.followSymLinkToTheBitterEnd().getChildNode(chunk);
309 return current;
317 NestedMapData current = this; local
321 NestedMapData currentSymLink = current.followSymLinkToTheBitterEnd();
322 current = currentSymLink.getChildNode(chunk)
369 NestedMapData current; local
613 NestedMapData current; field in class:NestedMapData.ChildrenIterator
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 19 const SkOpSegment* current = *currentPtr; local
20 double tAtMid = current->tAtMid(index, endIndex, mid);
21 SkPoint basePt = current->ptAtT(tAtMid);
30 bool testOpp = contour->operand() ^ current->operand() ^ opp;
43 testOpp, testSeg == current);
52 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
53 double baseT = current->t(index);
54 double endT = current->t(endIndex);
57 double midT = current->tAtMid(index, endIndex, mid)
298 SkOpSegment* current = findSortableTop(contourList, indexPtr, endIndexPtr, topLeft, unsortable, local
    [all...]
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 19 const SkOpSegment* current = *currentPtr; local
20 double tAtMid = current->tAtMid(index, endIndex, mid);
21 SkPoint basePt = current->ptAtT(tAtMid);
30 bool testOpp = contour->operand() ^ current->operand() ^ opp;
43 testOpp, testSeg == current);
52 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
53 double baseT = current->t(index);
54 double endT = current->t(endIndex);
57 double midT = current->tAtMid(index, endIndex, mid)
298 SkOpSegment* current = findSortableTop(contourList, indexPtr, endIndexPtr, topLeft, unsortable, local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 21 * immediately if the current thread already owns the lock. This can
101 final Thread current = Thread.currentThread(); local
105 setExclusiveOwnerThread(current);
109 else if (current == getExclusiveOwnerThread()) {
134 // we don't need to do so to check if current thread is owner
203 final Thread current = Thread.currentThread(); local
208 setExclusiveOwnerThread(current);
212 else if (current == getExclusiveOwnerThread()) {
247 * <p>If the current thread already holds the lock then the hold
251 * current thread becomes disabled for thread schedulin
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 225 for (ReferenceEntry<?, ?> current : segment.writeQueue) {
226 assertTrue(entries.add(current));
228 assertSame(prev, current.getPreviousInWriteQueue());
229 assertSame(prev.getNextInWriteQueue(), current); local
230 assertTrue(prev.getWriteTime() <= current.getWriteTime());
232 Object key = current.getKey();
234 assertSame(current, segment.getEntry(key, current.getHash()));
236 prev = current;
247 for (ReferenceEntry<?, ?> current : segment.accessQueue)
251 assertSame(prev.getNextInAccessQueue(), current); local
    [all...]
  /external/icu4c/tools/genrb/
wrtjava.c 255 char* current = buf; local
259 current = buf +len;
261 uint32_t idx = strrch(current,add,'\\');
268 if(current[num]=='\\'){
277 seqLen = (current[idx+1]=='u') ? 6 : 2;
285 T_FileStream_write(out,current,add);
289 T_FileStream_write(out,current,bufLen-len);
327 struct SResource *current = NULL; local
336 current = res->u.fArray.fFirst;
338 while(current != NULL)
509 struct SResource *current = NULL; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 46 static SDL_Surface *ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
403 /* Determine the current screen size */
412 /* save current palette */
448 static SDL_Surface* ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
455 current->flags = flags;
458 if (((current->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) && (ph_GetVideoMode(width, height, bpp)==0))
460 current->flags &= ~SDL_FULLSCREEN;
461 current->flags &= ~SDL_NOFRAME;
462 current->flags &= ~SDL_RESIZABLE;
465 ph_SetupWindow(this, width, height, current->flags)
    [all...]
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 287 Switch* current = NULL; local
311 current = NULL;
335 current = gSwitches[switchLoop];
336 current->mValue = inArgv[loop];
341 current = gSwitches[switchLoop];
354 else if(NULL == current)
365 if(current == &gInputSwitch)
374 outOptions->mInput = fopen(current->mValue, "r");
378 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
382 outOptions->mInputName = strdup(current->mValue)
    [all...]
  /bootable/recovery/minzip/
Log.h 46 * Simplified macro to send a verbose log message using the current LOG_TAG.
73 * Simplified macro to send a debug log message using the current LOG_TAG.
87 * Simplified macro to send an info log message using the current LOG_TAG.
101 * Simplified macro to send a warning log message using the current LOG_TAG.
115 * Simplified macro to send an error log message using the current LOG_TAG.
130 * Conditional based on whether the current LOG_TAG is enabled at
142 * Conditional based on whether the current LOG_TAG is enabled at
150 * Conditional based on whether the current LOG_TAG is enabled at
158 * Conditional based on whether the current LOG_TAG is enabled at
166 * Conditional based on whether the current LOG_TAG is enabled a
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisTraverser.java 84 * Traverse to the next node after the current node.
88 * @param current The current node of the traversal. This is the last known
91 * should be set equal to current. Note that in order to test whether
97 public abstract int next(int context, int current);
100 * Traverse to the next node after the current node that is matched
105 * @param current The current node of the traversal. This is the last known
108 * should be set equal to current. Note that in order to test whether
115 public abstract int next(int context, int current, int extendedTypeID)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 42 // Creates an AutocompleteResult from |last| and |current|. The two are
45 const TestData* current, size_t current_size,
93 const TestData* current, size_t current_size,
105 PopulateAutocompleteMatches(current, current_size, &current_matches);
150 TestData current[] = { local
160 current, ARRAYSIZE_UNSAFE(current),
172 TestData current[] = { local
185 current, ARRAYSIZE_UNSAFE(current),
    [all...]
  /external/chromium_org/base/
async_socket_io_handler_unittest.cc 18 // of Read operations to complete. Once that number is reached, the current
53 base::MessageLoop::current()->Quit();
90 base::MessageLoop::current()->Run();
107 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
110 base::MessageLoop::current()->Run();
120 base::MessageLoop::current()->RunUntilIdle();
138 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
145 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
149 base::MessageLoop::current()->Run();
166 base::MessageLoop::current()->Run()
    [all...]

Completed in 2141 milliseconds

<<31323334353637383940>>