OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:choose
(Results
151 - 175
of
3655
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/doc/
syms.xsl
60
<xsl:
choose
>
95
</xsl:
choose
>
/external/llvm/include/llvm/ADT/
PointerUnion.h
285
// If T is PT1/PT2
choose
IsInnerUnion otherwise
choose
IsPT3.
298
// If T is PT1/PT2
choose
IsInnerUnion otherwise
choose
IsPT3.
399
// If T is PT1/PT2
choose
InnerUnion1 otherwise
choose
InnerUnion2.
413
// If T is PT1/PT2
choose
InnerUnion1 otherwise
choose
InnerUnion2.
/external/mockito/src/org/mockito/stubbing/
Stubber.java
10
* Allows to
choose
a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
45
* Allows to
choose
a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
/frameworks/av/include/ndk/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/frameworks/base/core/java/android/app/
Presentation.java
55
* Before showing a {@link Presentation} it's important to
choose
the {@link Display}
58
* which display is best, an application should let the system
choose
a suitable
61
* There are two main ways to
choose
a {@link Display}.
64
* <h4>Using the media router to
choose
a presentation display</h4>
66
* The easiest way to
choose
a presentation display is to use the
100
* <h4>Using the display manager to
choose
a presentation display</h4>
102
* Another way to
choose
a presentation display is to use the {@link DisplayManager} API
121
* // giving the user a choice. For this example, we simply
choose
the first display
/frameworks/base/docs/html/samples/
index.jd
57
<p>Android Studio may ask you to
choose
the type of project you are importing.
58
If this is the case, make sure to
choose
<strong>Import project from
/libcore/luni/src/main/java/java/lang/
Appendable.java
31
* Implementing classes can
choose
different exception handling mechanism. They
32
* can
choose
to throw exceptions other than {@code IOException} or they do not
/packages/apps/Camera2/src/com/android/camera/widget/
AspectRatioDialogLayout.java
29
* Displays a dialog that allows people to
choose
aspect ratio. Please
47
* @param defaultAspectRatio The default aspect ratio to
choose
.
/packages/apps/ContactsCommon/res/values/
donottranslate_config.xml
21
<!-- If true, an option is shown in Display Options UI to
choose
a sort order -->
27
<!-- If true, an option is shown in Display Options UI to
choose
a name display order -->
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaMuxer.h
78
* video player can
choose
the proper orientation for playback.
79
* Note that some video players may
choose
to ignore the composition matrix
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py
10
self.package_name += random.
choose
(string.letters)
62
var += random.
choose
(string.letters)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/shortest_paths/tests/
test_dense.py
30
# to_undirected might
choose
either edge with weight 2 or weight 3
100
# to_undirected might
choose
either edge with weight 2 or weight 3
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py
10
self.package_name += random.
choose
(string.letters)
62
var += random.
choose
(string.letters)
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/res/menu/
main_menu.xml
23
it just to demonstrate the use of color. Instead you should
choose
a color scheme based
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/res/menu/
main_menu.xml
23
it just to demonstrate the use of color. Instead you should
choose
a color scheme based
/development/samples/VoiceRecognitionService/
_index.html
17
user
choose
between the multiple services.</p>
/development/samples/browseable/SwipeRefreshListFragment/res/menu/
main_menu.xml
23
it just to demonstrate the use of color. Instead you should
choose
a color scheme based
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
ITestCaseOutput.java
29
* To change this template,
choose
Tools | Templates
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemOtherwise.java
30
* @see <a href="http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:
choose
">XXX in XSLT Specification</a>
/external/clang/lib/CodeGen/
CGBuilder.h
1
//===-- CGBuilder.h -
Choose
IRBuilder implementation ----------*- C++ -*-===//
Completed in 258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>