OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:order
(Results
551 - 575
of
5392
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/dbus/tools/
dbus-launch.1
136
byte
order
, not network byte
order
or any other canonical byte
order
.
/external/giflib/
gif_lib.h
2
* In
order
to make life a little bit easier when using the GIF file format,
132
* O.K., here are the routines one can access in
order
to encode GIF file:
180
* O.K., here are the routines one can access in
order
to decode GIF file:
/external/guava/src/com/google/common/collect/
ImmutableCollection.java
281
* <p>Note that each builder class overrides this method in
order
to
301
* <p>Note that each builder class overrides this method in
order
to
321
* <p>Note that each builder class overrides this method in
order
to
TreeMultiset.java
36
* their natural
order
or an explicit {@link Comparator}. In all cases, this
56
*
order
. All elements inserted into the multiset must implement the
93
* according to the elements' natural
order
.
/external/icu4c/layout/
TibetanReordering.h
79
enum CharClassValues //
order
is important here! This
order
must be the same that is found in each horizontal
81
// to each type of character that has to be considered when analysing the
order
in which
/external/iproute2/doc/actions/
ifb-README
88
filter protocol ip pref 10 u32 fh 800::800
order
2048 key ht 800 bkt 0 flowid 1:1
90
action
order
1: tablename: mangle hook: NF_IP_PRE_ROUTING
95
action
order
2: mirred (Egress Redirect to device ifb0) stolen
/external/ipsec-tools/src/racoon/
proposal.h
42
* B. proposal. this will point to multiple (A) items (
order
is important
49
* | | | +- proto4 <== must preserve
order
here
81
/* these are network byte
order
*/
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h
10
* src, dst, src_mask, dst_mask are always stored in network byte
order
.
11
* flags are stored in host byte
order
(of course).
12
* Port numbers are stored in HOST byte
order
.
/external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h
10
* src, dst, src_mask, dst_mask are always stored in network byte
order
.
11
* flags are stored in host byte
order
(of course).
12
* Port numbers are stored in HOST byte
order
.
/external/opencore/codecs_v2/utilities/colorconvert/include/
pvvideoblend.h
185
onto the display bitmap (pDisplayOutput) according to this
order
:
188
However, when changeOutputOrder flag is set to 1, the output
order
becomes
204
@param changeOutputOrder A flag to specify an alternative output
order
(see function description).
/external/opencore/codecs_v2/video/avc_h264/dec/include/
avcdec_api.h
166
Check the availability of the decoded picture in decoding
order
(frame_num).
167
The AVCFrameIO also provide displaying
order
information such that the application
168
can re-
order
the frame for display. A picture can be retrieved only once.
/external/openssl/crypto/dh/
dh_gen.c
103
*
order
-q subgroup.
153
* it will generate either an
order
-q or an
order
-2q group,
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom_c.h
54
for a notification when new media is mounted in
order
to perform an automatic
77
hopefully in the right
order
. Since these files all begin with a number "1 Audio Track",
78
etc, this is used to determine the correct track
order
.
/external/stlport/doc/
README.borland
24
In
order
to build STLport the Borland compiler and linker have to
71
This is a step by step description of the actions to take in
order
to build
115
files (
order
of paths doesn't matter here).
/external/tcpdump/
makemib
43
#
order
the structure declarations in defined-first
order
for the compiler
229
# old(?) routine to recurse down the tree (in postfix
order
for convenience)
/external/webkit/JavaScriptCore/runtime/
JSLock.cpp
125
// concurently, and assume this will work. In
order
to make this work,
158
// need ensure that callbacks return in the reverse chronological
order
of the
159
//
order
in which they were made - though implementing the less restrictive policy
/frameworks/base/core/java/android/net/http/
CertificateChainValidator.java
138
// in practice are mis-configured to have out-of-
order
certificates or
145
// This helps when the certificates are out of
order
or
156
// Exchange certificates so that 0 through currIndex + 1 are in proper
order
/frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java
61
/* if you change column
order
you must also change indices below */
72
/* if you change column
order
you must also change indices below */
221
"
ORDER
BY " + SuggestionColumns.DATE + " DESC" +
/frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd
106
<li><p>It controls the
order
in which broadcast receivers are executed to
108
values are called before those with lower values. (The
order
applies only
113
Use this attribute only if you really need to impose a specific
order
in
/frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd
37
them and the state of those components. These process types are (in
order
of importance):</p>
62
reached a memory paging state, so this action is required in
order
to keep the user
99
run. As such, the system will often kill these processes in
order
to
/frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h
162
Check the availability of the decoded picture in decoding
order
(frame_num).
163
The AVCFrameIO also provide displaying
order
information such that the application
164
can re-
order
the frame for display. A picture can be retrieved only once.
/packages/apps/Gallery3D/src/com/cooliris/media/
GridQuadMesh.java
60
mVertexBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 3).
order
(ByteOrder.nativeOrder()).asFloatBuffer();
61
mTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2).
order
(ByteOrder.nativeOrder()).asFloatBuffer();
68
mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount).
order
(ByteOrder.nativeOrder()).asCharBuffer();
/packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java
67
* Add 10 new playlists with unsorted title
order
115
* Test case 1: tests the new playlist added with sorted
order
.
116
* Verification: The new playlist title should be sorted in alphabetical
order
/packages/apps/Settings/src/com/android/settings/
UsageStats.java
77
// return by descending
order
103
// Constants defining
order
for display
order
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java
83
" from " + TABLE_NAME_DIC + " where %s
order
by " +
93
" from " + TABLE_NAME_DIC + " where %s = ? and %s = ? and %s
order
by " +
411
* @param
order
The type of sort
order
413
protected void createQuery( String keyString, WnnWord wnnWord, int operation, int
order
) {
491
switch(
order
) {
531
public int searchWord( int operation, int
order
, String keyString ) {
540
createQuery( keyString, null, operation,
order
);
563
int ret = OpenWnnDictionaryImplJni.searchWord( this.mWnnWork, operation,
order
, keyString );
576
public int searchWord( int operation, int
order
, String keyString, WnnWord wnnWord )
[
all
...]
Completed in 176 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>