HomeSort by relevance Sort by last modified time
    Searched full:select (Results 1201 - 1225 of 8132) sorted by null

<<41424344454647484950>>

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 75 /// %D = select %cond, %C, %A
77 /// %C = select %cond, %B, 0
80 /// Assuming that the specified instruction is an operand to the select, return
82 /// equal the other incoming value of the select.
103 /// function, return the identity constant that goes into the select.
122 /// FoldSelectOpOp - Here we have (select c, TI, FI), and we know that TI and FI
133 // The select condition may be a vector. We may only change the operand
143 // Fold this by inserting a select from the input values.
209 /// FoldSelectIntoOp - Try fold the select into one of the operands to
229 // Avoid creating select between 2 constants unless it's selectin
    [all...]
  /bionic/libc/bionic/
pselect.c 28 #include <sys/select.h>
53 result = select( n, readfds, writefds, errfds, tv_timeout );
  /development/samples/UiAutomator/
README 4 All Apps view and select and application to launch. Then we will
17 + Select the About
  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 45 bool select,
50 extension_app_id, select, pin,
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html 72 <select name="frequency">
83 </select>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
options.html 74 <select name="maxDigests">
78 </select>
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.html 49 <select class="command-scope" hidden></select>
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.html 16 <select id=capture-status-view-actions aria-label="Capture Actions">
25 </select>
  /external/chromium_org/chrome/browser/resources/options/
managed_user_import.js 42 var avatarGrid = $('select-avatar-grid');
83 $('select-avatar-grid').hidden = true;
109 if ($('select-avatar-grid').hidden && managedUser.needAvatar) {
115 $('select-avatar-grid').selectedItem : managedUser.iconURL;
132 $('select-avatar-grid').hidden = false;
133 $('select-avatar-grid').redraw();
134 $('select-avatar-grid').selectedItem =
154 $('select-avatar-grid').disabled = inProgress;
  /external/chromium_org/chrome/common/extensions/api/
file_browser_handler_internal.json 39 "description": "Prompts user to select file path under which a new file will be created. If the user selects file, the file gets created or, if it already exists, truncated. The function has to be called with user gesture.",
54 "description": "List of file extensions that the selected file can have. The list is also used to specify what files to be shown in the select file dialog. Files with the listed extensions are only shown in the dialog. Extensions should not include the leading '.'. Example: ['jpg', 'png']"
  /external/chromium_org/third_party/WebKit/ManualTests/
stale-scrollbar-client-crash.html 27 <select multiple="true" id="listbox" style="height: 100px; width: 100px;">
38 </select>
  /external/chromium_org/third_party/sqlite/src/test/
attachmalloc.test 66 dbaux eval {SELECT * FROM sqlite_master}
68 SELECT * FROM sqlite_master;
bindxfer.test 40 set VM1 [sqlite3_prepare $DB {SELECT ?, ?, ?} -1 TAIL]
47 set VM2 [sqlite3_prepare $DB {SELECT ?, ?, ?} -1 TAIL]
collate7.test 58 SELECT * FROM abc16 WHERE a < 'abc';
68 SELECT * FROM abc16 WHERE a < 'abc';
e_update.test 124 1.1 "UPDATE t1 SET a = a+1; SELECT * FROM t1" {2 i 3 ii 4 iii}
125 1.2 "UPDATE main.t1 SET a = a+1; SELECT * FROM main.t1" {3 i 4 ii 5 iii}
126 1.3 "UPDATE aux.t1 SET a = a+1; SELECT * FROM aux.t1" {2 I 3 II 4 III}
128 2.1 "UPDATE t1 SET a = a+1 WHERE a = 1; SELECT * FROM t1" {3 i 4 ii 5 iii}
129 2.2 "UPDATE t1 SET a = a+1 WHERE a = 4; SELECT * FROM t1" {3 i 5 ii 5 iii}
142 1 "UPDATE t1 SET b = 'roman' ; SELECT * FROM t1"
145 2 "UPDATE t1 SET a = 'greek' ; SELECT * FROM t1"
161 1 "UPDATE t1 SET b = 'roman' WHERE a<2 ; SELECT * FROM t1"
164 2 "UPDATE t1 SET b = 'egyptian' WHERE (a-3)/10.0 ; SELECT * FROM t1"
167 3 "UPDATE t1 SET b = 'macedonian' WHERE a; SELECT * FROM t1
    [all...]
tkt-94c04eaadb.test 51 execsql { SELECT * FROM t2 } db
59 execsql { SELECT * FROM t2 } db
tkt2686.test 44 WHERE rowid <= (SELECT MAX(rowid) FROM filler LIMIT 20)
74 WHERE rowid <= (SELECT MAX(rowid) FROM filler LIMIT 20)
tkt2817.test 31 INSERT INTO main.tbl SELECT a, b, c FROM temp.tbl;
64 INSERT INTO main.tbl SELECT a, b, c FROM temp.tmp;
tkt3879.test 37 SELECT 111, t1.b*123
45 SELECT 222, t1.b*123
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 61 sel r7, r6, lr ; select bytes with positive difference
64 sel r6, r6, lr ; select bytes with negative difference
103 sel r7, r6, lr ; select bytes with positive difference
105 sel r6, r6, lr ; select bytes with negative difference
145 sel r7, r6, lr ; select bytes with positive difference
147 sel r6, r6, lr ; select bytes with negative difference
186 sel r7, r6, lr ; select bytes with positive difference
189 sel r6, r6, lr ; select bytes with negative difference
  /external/llvm/test/Analysis/ScalarEvolution/
2011-04-26-FoldAddRec.ll 16 %shl.i = select i1 %tobool.i, i32 13, i32 0
26 %lor.ext.shr.i = select i1 undef, i8 %mul.i2.lobit, i8 %mul.i2
  /external/llvm/test/CodeGen/ARM/
2010-04-09-NeonSelect.ll 2 ; Radar 7770501: Don't crash on SELECT and SELECT_CC with NEON vector values.
6 %.22 = select i1 undef, <4 x float> undef, <4 x float> zeroinitializer ; <<4 x float>> [#uses=1]
cse-call.ll 26 %. = select i1 undef, i8* getelementptr inbounds ([200 x i8]* @F_floatmul.man1, i32 0, i32 0), i8* getelementptr inbounds ([200 x i8]* @F_floatmul.man2, i32 0, i32 0)
27 %.92 = select i1 undef, i8* getelementptr inbounds ([200 x i8]* @F_floatmul.man2, i32 0, i32 0), i8* getelementptr inbounds ([200 x i8]* @F_floatmul.man1, i32 0, i32 0)
umulo-32.ll 10 %tmp2 = select i1 undef, i32 -1, i32 %tmp1
35 %8 = select i1 %6, i32 -1, i32 %7
  /external/llvm/test/CodeGen/Mips/
2008-07-23-fpcmp.ll 28 %.0 = select i1 %0, float %a, float %b ; <float> [#uses=1]
35 %.0 = select i1 %0, i32 %a, i32 %b ; <i32> [#uses=1]

Completed in 703 milliseconds

<<41424344454647484950>>