HomeSort by relevance Sort by last modified time
    Searched full:leader (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/mesa3d/src/glsl/
ir_basic_block.cpp 83 ir_instruction *leader = NULL; local
92 if (!leader)
93 leader = ir;
96 callback(leader, ir, data);
97 leader = NULL;
102 callback(leader, ir, data);
103 leader = NULL;
106 callback(leader, ir, data);
107 leader = NULL;
140 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 &#x905;: <a href="/">Drag me &#x0905; to your leader</a></p>
12 <p>Cocoa, because of the &#x05d0;: <a href="/">Drag me &#x05d0; 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...]
  /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/icu4c/test/testdata/
LineBreakTest.txt 89 × 0023 × 2024 ÷ # × [0.3] NUMBER SIGN (AL) × [22.01] ONE DOT LEADER (IN) ÷ [0.3]
90 × 0023 × 0020 ÷ 2024 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] ONE DOT LEADER (IN) ÷ [0.3]
91 × 0023 × 0308 × 2024 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [22.01] ONE DOT LEADER (IN) ÷ [0.3]
92 × 0023 × 0308 × 0020 ÷ 2024 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] ONE DOT LEADER (IN) ÷ [0.3]
233 × 2014 ÷ 2024 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] ONE DOT LEADER (IN) ÷ [0.3]
234 × 2014 × 0020 ÷ 2024 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] ONE DOT LEADER (IN) ÷ [0.3]
235 × 2014 × 0308 ÷ 2024 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) ÷ [999.0] ONE DOT LEADER (IN) ÷ [0.3]
236 × 2014 × 0308 × 0020 ÷ 2024 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] ONE DOT LEADER (IN) ÷ [0.3]
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
VerticalTextMap.cpp 53 {0x2025, 0xfe30}, // two dot leader
55 {0x2026, 0xfe30}, // three dot leader
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 113 UserValue *leader; ///< Equivalence class leader. member in class:__anon8102::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...]
StrongPHIElimination.cpp 74 /// Note that this leads to the strange situation where the leader of a
100 /// the leader of the unioned congruence class is the same as the leader of
    [all...]
  /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 */
  /external/strace/
strace.c 1944 struct tcb *leader = ((tcp->flags & TCB_CLONE_THREAD) local
    [all...]
  /prebuilt/linux-x86/toolchain/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. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 99 /* Get process group ID for session leader for controlling terminal FD. */
  /external/valgrind/main/memcheck/
mc_leakcheck.c 210 // directly lost block is called the "clique leader". The clique number
211 // is the number (in lc_chunks[]) of the clique leader.
214 // leader, and the choice is arbitrary. Eg. if you have A-->B and B-->A
215 // either A or B could be the clique leader.
587 // clique leader.
601 // If ch_no==clique, it's the clique leader, which means this is a cyclic
611 // clique-leader's indirect size. Also, if the new block was
612 // itself a clique leader, it isn't any more, so add its
613 // indirect_szB to the new clique leader.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.h 44 // Structural Elements: Leader, Headers, Document Data
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 757 // previous instruction was a branch: this one is a leader
981 final int leader = _leaders [bl]; local
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 175 "from: Imperious Leader",
  /external/kernel-headers/original/linux/
sched.h 421 /* boolean value for session group leader */
422 int leader; member in struct:signal_struct
430 * in __exit_signal, except for the group leader.
438 * group, not including a zombie group leader. (This only differs
835 struct task_struct *group_leader; /* threadgroup leader */
    [all...]
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 72 "A Spanish doctor on Tuesday stood by his opinion that Fidel Castro is recovering from stomach surgery despite a newspaper report stating the Cuban leader is in a serious condition after a number of failed operations."
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 276 // thread is the thread group leader.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
xhtml-symbol.ent 110 <!ENTITY hellip "&#8230;"> <!-- horizontal ellipsis = three dot leader,

Completed in 541 milliseconds

1 2 3 4