/external/mesa3d/src/glsl/ |
ir_basic_block.cpp | 84 ir_instruction *leader = NULL; local 93 if (!leader) 94 leader = ir; 97 callback(leader, ir, data); 98 leader = NULL; 103 callback(leader, ir, data); 104 leader = NULL; 107 callback(leader, ir, data); 108 leader = NULL; 141 callback(leader, ir, data) [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
flipped-text-rendering.html | 10 <p>WebKit renderer, using CG: <a href="/">Drag me to your leader</a></p> 11 <p>WebKit renderer, using ATSUI because of the अ: <a href="/">Drag me अ to your leader</a></p> 12 <p>Cocoa, because of the א: <a href="/">Drag me א to your leader</a></p>
|
/external/llvm/include/llvm/ADT/ |
EquivalenceClasses.h | 43 /// if (!I->isLeader()) continue; // Ignore non-leader sets. 61 /// "leader pointer" depending on whether the value itself is a leader. A 62 /// "leader pointer" points to the node that is the leader for this element, 63 /// if the node is not a leader. A "end of list pointer" points to the last 65 /// leader is determined by a bit stolen from one of the pointers. 68 mutable const ECValue *Leader, *Next; 73 : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {} 77 if (Leader->isLeader()) return Leader [all...] |
IntEqClasses.h | 30 /// equivalence class. The class leader is the smallest member and maps to 61 /// findLeader - Compute the leader of a's equivalence class. This is the
|
/external/llvm/lib/Support/ |
IntEqClasses.cpp | 37 // incrementally. The larger leader will eventually be updated, joining the 63 SmallVector<unsigned, 8> Leader; 65 if (EC[i] < Leader.size()) 66 EC[i] = Leader[EC[i]]; 68 Leader.push_back(EC[i] = i);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
DelayQueue.java | 47 * the queue. This variant of the Leader-Follower pattern 50 * the leader, it waits only for the next delay to elapse, but 51 * other threads await indefinitely. The leader thread must 53 * poll(...), unless some other thread becomes leader in the 55 * an element with an earlier expiration time, the leader 57 * waiting thread, but not necessarily the current leader, is 61 private Thread leader = null; field in class:DelayQueue 66 * become leader. 111 leader = null; 185 else if (leader != null [all...] |
ScheduledThreadPoolExecutor.java | 813 * queue. This variant of the Leader-Follower pattern 816 * the leader, it waits only for the next delay to elapse, but 817 * other threads await indefinitely. The leader thread must 819 * poll(...), unless some other thread becomes leader in the 821 * task with an earlier expiration time, the leader field is 823 * thread, but not necessarily the current leader, is 827 private Thread leader = null; field in class:ScheduledThreadPoolExecutor.DelayedWorkQueue [all...] |
/frameworks/av/services/audioflinger/ |
SchedulingPolicyService.h | 22 // Request elevated priority for thread tid, whose thread group leader must be pid.
|
/frameworks/base/core/java/android/os/ |
ISchedulingPolicyService.aidl | 29 * The thread group leader of tid must be pid.
|
/bionic/libc/netbsd/nameser/ |
ns_print.c | 465 const char *leader; local 491 leader = "\n\t\t"; 494 leader = " "; 496 T(addstr(leader, strlen(leader), &buf, &buflen)); 511 const char *leader; local 552 leader = "\n\t\t"; 555 leader = " "; 559 T(addstr(leader, strlen(leader), &buf, &buflen)) 589 const char *leader; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
VerticalTextMap.cpp | 55 {0x2025, 0xfe30}, // two dot leader 56 {0x2026, 0xfe19}, // three dot leader
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.cpp | 113 UserValue *leader; ///< Equivalence class leader. member in class:__anon8915::UserValue 139 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc) 142 /// getLeader - Get the leader of this value's equivalence class. 144 UserValue *l = leader; 145 while (l != l->leader) 146 l = l->leader; 147 return leader = l; 169 End->leader = L1, End = End->next; 170 End->leader = L1 [all...] |
/system/core/include/cutils/ |
sched_policy.h | 38 * If the thread is a thread group leader, that is it's gettid() == getpid(),
|
/external/linux-tools-perf/ |
design.txt | 262 counter group has one counter which is the group "leader". The leader 265 subsequently, with group_fd giving the fd of the group leader. 420 Enabling or disabling the leader of a group enables or disables the 421 whole group; that is, while the group leader is disabled, none of the 423 group other than the leader only affects that counter - disabling an 424 non-leader stops that counter from counting but doesn't affect any
|
/external/antlr/antlr-3.4/runtime/Java/ |
pom.xml | 31 <role>Project Leader</role>
|
/system/core/libcutils/ |
strdup8to16.c | 118 /* Mask for leader byte for lengths 1, 2, 3, and 4 respectively*/ 127 /* note we tolerate invalid leader 11111xxx here */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
utmp.h | 109 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
|
utmpx.h | 97 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
termios.h | 99 /* Get process group ID for session leader for controlling terminal FD. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
utmp.h | 109 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
|
utmpx.h | 97 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
termios.h | 99 /* Get process group ID for session leader for controlling terminal FD. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
utmp.h | 109 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
|
utmpx.h | 97 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
termios.h | 99 /* Get process group ID for session leader for controlling terminal FD. */
|