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

<<71727374757677787980>>

  /external/llvm/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 18 %U.0 = select i1 %0, double 3.282190e+01, double 8.731834e+02 ; <double> [#uses=2]
20 %V.0.ph = select i1 %1, double 7.779980e+01, double 0x409CCB9C779A6B51 ; <double> [#uses=1]
  /external/llvm/test/CodeGen/X86/
2008-02-18-TailMergingBug.ll 48 %tmp4.mux787 = select i1 %tmp82475, float* %tmp4, float* %tmp7 ; <float*> [#uses=1]
54 %tmp4.mux = select i1 %tmp82, float* %tmp4, float* %tmp7 ; <float*> [#uses=1]
95 %tmp4.mux791 = select i1 %tmp197483, float* %tmp4, float* %tmp7 ; <float*> [#uses=1]
101 %tmp4.mux789 = select i1 %tmp197, float* %tmp4, float* %tmp7 ; <float*> [#uses=1]
150 %tmp232.mux794 = select i1 %tmp312491, float* %tmp232, float* %tmp235 ; <float*> [#uses=1]
156 %tmp232.mux = select i1 %tmp312, float* %tmp232, float* %tmp235 ; <float*> [#uses=1]
197 %tmp232.mux798 = select i1 %tmp427499, float* %tmp232, float* %tmp235 ; <float*> [#uses=1]
203 %tmp232.mux796 = select i1 %tmp427, float* %tmp232, float* %tmp235 ; <float*> [#uses=1]
zext-sext.ll 29 %outSign = select i1 %tmp7, i32 1, i32 -1
46 %tmp16 = select i1 %tmp10, i64 %tmp15, i64 0
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
crash.ll 11 %lor.ext.add.i.us.us = select i1 %cmp6.i.us.us, i32 %lor.ext.i.us.us, i32 undef
28 %l_44.1.mux.i = select i1 %tobool5.not.i, i8 %l_44.1.mux.i, i8 1
  /external/llvm/test/Transforms/InstCombine/
2006-12-08-Select-ICmp.ll 1 ; RUN: opt < %s -instcombine -S | grep select
35 %retval.0.in = select i1 %tmp.upgrd.2, i1 %tmp14, i1 %tmp26 ; <i1> [#uses=1]
  /external/llvm/test/Transforms/InstSimplify/
undef.ll 139 %r = select i1 undef, i64 %a, i64 undef
146 %r = select i1 undef, i64 undef, i64 %a
  /external/llvm/test/Transforms/LoopUnswitch/
crash.ll 42 %or.i = select <4 x i1> %and.i13521, <4 x i32> undef, <4 x i32> undef ; <<4 x i32>> [#uses=0]
61 %cond = select i1 %or.cond, i8 %conv46, i8 undef ; <i8> [#uses=0]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.h 45 /* The R200 can select components from the input register arbitrarily.
47 // want to select */
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 25 #include <sys/select.h>
78 select(0, NULL, NULL, NULL, &sleep_time_struct);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_quarter.s 191 MVNEQ tmp1, tmp3 ;// select verOffset=0
192 MVNNE tmp1, tmp4 ;// select verOffset=1
242 MVNEQ tmp2, tmp4 ;// select verOffset=0
243 MVNNE tmp2, tmp5 ;// select verOffset=1
292 MVNEQ tmp3, tmp5 ;// select verOffset=0
293 MVNNE tmp3, tmp6 ;// select verOffset=1
341 MVNEQ tmp5, tmp6 ;// select verOffset=0
342 MVNNE tmp5, tmp1 ;// select verOffset=1
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 50 * a single-select list. Call {@link #setChoiceEntries(String[])} and
58 * a single-select list. Call {@link #setChoiceEntries(String[])} and
68 * A type of restriction. Use this for presenting a multi-select list where more than one
90 /** The user-visible set of choices used for single-select and multi-select lists. */
102 /* List of selected choices in the multi-select case. */
183 * @param selectedString the string value to select.
212 * {@link #getSelectedString()}, depending on whether it is a multi-select type or choice type.
  /frameworks/base/core/java/android/net/
PacProxySelector.java 56 public List<Proxy> select(URI uri) { method in class:PacProxySelector
62 Log.e(TAG, "select: no proxy service return NO_PROXY");
  /frameworks/base/core/java/android/util/
DebugUtils.java 40 * <li>Select TextView instances: <code>TextView</code></li>
41 * <li>Select TextView instances of text "Loading" and bottom offset of 22:
  /frameworks/base/docs/html/design/building-blocks/
text-fields.jd 53 <p>Users can select any word in a text field with a long press. This action triggers a text selection
73 <p>Selection handles can be dragged to select more or less text while remaining in selection mode.</p>
  /frameworks/base/docs/html/guide/topics/ui/controls/
checkbox.jd 19 <p>Checkboxes allow the user to select one or more options from a set. Typically, you should
25 a set of checkbox options allows the user to select multiple items, each checkbox is managed
  /frameworks/base/docs/html/training/notepad/
notepad-extra-credit.jd 31 line you want a breakpoint, and select <em>Toggle Breakpoint</em>, you
41 select <em>Debug As -&gt; Android Application.</em></li>
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 37 String query = "select * from zoo";
240 String query = "select name, animal_id from hutch, zoo where zoo.id = 1" ;
285 String select = "select * from DecimalNumbers;"; local
293 rs = st3.executeQuery(select);
350 String select = "select * from DecimalNumbers;"; local
356 rs = st.executeQuery(select);
  /ndk/sources/host-tools/make-3.81/
configh.dos 70 /* Define the type of the first arg to select(). */
73 /* Define if you have the select function. */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
formatter.hpp 79 \param Input container used to select a correct value_type for the
98 \param Finder a finder used to select a portion of the formated sequence
  /packages/apps/Email/src/com/android/email/view/
CertificateSelector.java 36 * A simple view that can be used to select a certificate from the system {@link KeyChain}.
42 /** Button to select or remove the certificate. */
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForOrganization.java 73 "SELECT " + Organization.COMPANY +
84 "SELECT " + Organization.TITLE +
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
audio.h 31 AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
32 AUDIO_SOURCE_MEMORY /* Select internal memory as the main source */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
audio.h 31 AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
32 AUDIO_SOURCE_MEMORY /* Select internal memory as the main source */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
audio.h 31 AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
32 AUDIO_SOURCE_MEMORY /* Select internal memory as the main source */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 40 ('Select _All', '<<select-all>>'),

Completed in 690 milliseconds

<<71727374757677787980>>