HomeSort by relevance Sort by last modified time
    Searched full:choose (Results 76 - 100 of 3655) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/gcc-sdk/
strings 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
36 # Otherwise, choose 32-bit
strip 24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
36 # Otherwise, choose 32-bit
  /external/valgrind/docs/lib/
line-wrap.xsl 15 <xsl:choose>
34 </xsl:choose>
78 <xsl:choose>
92 </xsl:choose>
113 <xsl:choose>
127 </xsl:choose>
vg-faq2txt.xsl 164 <xsl:choose>
176 </xsl:choose>
192 <xsl:choose>
199 </xsl:choose>
208 <xsl:choose>
220 </xsl:choose>
262 <xsl:choose>
269 </xsl:choose>
279 <xsl:choose>
297 </xsl:choose>
    [all...]
  /external/bzip2/
bz-fo.xsl 70 <xsl:choose>
74 </xsl:choose>
81 <xsl:choose>
93 </xsl:choose>
110 <xsl:choose>
122 </xsl:choose>
151 <xsl:choose>
155 </xsl:choose>
184 <xsl:choose>
195 </xsl:choose>
    [all...]
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
61 T choose (InputIter first, InputIter last);
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) function in class:de::Random
126 T Random::choose (InputIter first, InputIter last) function in class:de::Random
130 choose(first, last, &val, 1);
  /developers/build/prebuilts/gradle/StorageClient/
README.md 6 on the device, and choose a file from any of them.
12 application to access a list of Document Providers on the devices and choose a file from
21 interface, and choose an image on your device. It will be displayed in this app.
  /developers/samples/android/content/documentsUi/StorageClient/
README.md 6 on the device, and choose a file from any of them.
12 application to access a list of Document Providers on the devices and choose a file from
21 interface, and choose an image on your device. It will be displayed in this app.
  /frameworks/base/docs/html/training/design-navigation/
index.jd 24 <p>This class shows you how to plan out the high-level screen hierarchy for your application and then choose appropriate forms of navigation to allow users to effectively and intuitively traverse your content. Each lesson covers various stages in the interaction design process for navigation in Android applications, in roughly chronological order. After going through the lessons in this class, you should be able to apply the methodology and navigation paradigms outlined here to your own applications, providing a coherent navigation experience for your users.</p>
33 <dd>Learn how to choose which screens your application should contain. Also learn how to choose which screens should be directly reachable from others. This lesson introduces a hypothetical news application to serve as an example for later lessons.</dd>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdkddkver.h 144 /* Choose NTDDI Version */
153 /* Choose WINVER Value */
162 /* Choose IE Version */
  /external/protobuf/vsprojects/
readme.txt 10 2) Choose "Debug" or "Release" configuration as desired.*
11 3) From the Build menu, choose "Build Solution". Wait for compiling to finish.
41 2a) Right-click the project and choose "properties".
42 2b) From the side bar, choose "General", under "Configuration Properties".
44 2d) From the side bar, choose "Preprocessor", under "C/C++".
73 3) Right-click on the "tests" project and choose "properties". Navigate the
  /development/samples/SupportLeanbackDemos/res/values/
strings.xml 40 <string name="detail_presenter_options">Choose Presenter for Details</string>
41 <string name="detail_presenter_options_description">Choose Presenter for Details</string>
  /external/llvm/include/llvm/IR/
Comdat.h 34 Any, ///< The linker may choose any COMDAT.
36 Largest, ///< The linker will choose the largest COMDAT.
  /external/llvm/test/CodeGen/ARM/
tail-opts.ll 12 declare i8* @choose(i8*, i8*)
36 %c = call i8* @choose(i8* blockaddress(@tail_duplicate_me, %return),
  /external/tagsoup/tssl/
tssl.xslt 80 <xsl:choose>
100 </xsl:choose>
106 <xsl:choose>
119 </xsl:choose>
172 <xsl:choose>
179 </xsl:choose>
181 <xsl:choose>
190 </xsl:choose>
  /external/zopfli/src/zopfli/
blocksplitter.h 21 Functions to choose good boundaries for block splitting. Deflate allows encoding
24 blocks, you can either hurt, or enhance compression. These functions choose good
  /build/
buildspec.mk.default 24 # Choose a product to build for. Look in the products directory for ones
30 # Choose a variant to build. If you don't pick one, the default is eng.
39 # Choose additional targets to always install, even when building
73 # Choose additional locales, like "en_US" or "it_IT", to add to any
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 36 * that the user can choose to inflate. First, select an example resource from
37 * the spinner, and then hit the menu button. To choose another, back out of the
60 * Lets the user choose a menu resource.
82 // Create the spinner to allow the user to choose a menu XML
  /development/samples/BackupRestore/res/values/
strings.xml 18 <string name="filling_text">Choose a sandwich filling:</string>
  /development/samples/CubeLiveWallpaper/res/values/
strings.xml 37 <string name="cube2_settings_summary">Choose whether to display a cube or a dodecahedron</string>
  /external/bison/data/xslt/
xml2dot.xsl 97 <xsl:choose>
106 </xsl:choose>
140 <xsl:choose>
147 </xsl:choose>
176 <xsl:choose>
186 </xsl:choose>
189 <xsl:choose>
200 </xsl:choose>
262 <xsl:choose>
272 </xsl:choose>
    [all...]
xml2text.xsl 142 <xsl:choose>
147 </xsl:choose>
329 <xsl:choose>
346 </xsl:choose>
399 <xsl:choose>
408 </xsl:choose>
436 <xsl:choose>
448 </xsl:choose>
495 <xsl:choose>
505 </xsl:choose>
    [all...]
  /external/droiddriver/
contributing.md 21 - Navigate to `droiddriver/build.gradle` and press Choose
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 11 N_("New password was found in a dictionary of possible passwords and\ntherefore may be easily guessed. Please choose another password.\nSee the ovpasswd man page for help in choosing a good password."),
  /external/google-breakpad/src/third_party/libdisasm/
TODO 26 * use OP_SIZE to choose reg sizes!

Completed in 285 milliseconds

1 2 34 5 6 7 8 91011>>