OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:front
(Results
126 - 150
of
3374
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/unittests/ADT/
ilistTest.cpp
38
EXPECT_EQ(2, List.
front
().getNextNode()->Value);
43
EXPECT_EQ(2, ConstList.
front
().getNextNode()->Value);
54
EXPECT_EQ(1, List.
front
().Value);
62
EXPECT_EQ(1, List.
front
().Value);
95
EXPECT_EQ(5, List.
front
().Value);
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffers.c
66
* Check if we're about to draw into the
front
color buffer.
94
/* If we weren't
front
-buffer rendering before but we are now,
96
* (including the fake
front
) before we start rendering again.
117
/* If we weren't
front
-buffer reading before but we are now,
119
* (including the fake
front
) before we start reading again.
/packages/apps/InCallUI/src/com/android/incallui/
InCallCameraManager.java
45
* The camera ID for the
front
facing camera.
81
* Sets whether the
front
facing camera should be used or not.
83
* @param useFrontFacingCamera {@code True} if the
front
facing camera is to be used.
93
* Determines whether the
front
facing camera is currently in use.
95
* @return {@code True} if the
front
facing camera is in use.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp
53
*
front
of the list. A null type means that each link in a
77
/// Decides whether a metadata object should be moved to the
front
88
* A list-update policy that moves elements to the
front
of the
102
/// will be moved to the
front
of the list.
122
/// Decides whether a metadata object should be moved to the
front
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp
53
*
front
of the list. A null type means that each link in a
77
/// Decides whether a metadata object should be moved to the
front
88
* A list-update policy that moves elements to the
front
of the
102
/// will be moved to the
front
of the list.
122
/// Decides whether a metadata object should be moved to the
front
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
list_update_policy.hpp
53
*
front
of the list. A null type means that each link in a
77
/// Decides whether a metadata object should be moved to the
front
88
* A list-update policy that moves elements to the
front
of the
102
/// will be moved to the
front
of the list.
122
/// Decides whether a metadata object should be moved to the
front
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp
54
*
front
of the list. A null type means that each link in a
78
/// Decides whether a metadata object should be moved to the
front
89
* A list-update policy that moves elements to the
front
of the
103
/// will be moved to the
front
of the list.
123
/// Decides whether a metadata object should be moved to the
front
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp
54
*
front
of the list. A null type means that each link in a
78
/// Decides whether a metadata object should be moved to the
front
89
* A list-update policy that moves elements to the
front
of the
103
/// will be moved to the
front
of the list.
123
/// Decides whether a metadata object should be moved to the
front
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
list_update_policy.hpp
53
*
front
of the list. A null type means that each link in a
77
/// Decides whether a metadata object should be moved to the
front
88
* A list-update policy that moves elements to the
front
of the
102
/// will be moved to the
front
of the list.
122
/// Decides whether a metadata object should be moved to the
front
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp
53
*
front
of the list. A null type means that each link in a
77
/// Decides whether a metadata object should be moved to the
front
88
* A list-update policy that moves elements to the
front
of the
102
/// will be moved to the
front
of the list.
122
/// Decides whether a metadata object should be moved to the
front
/hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c
544
[1] = "
front
-center",
545
[2] = "
front
-left,
front
-right",
546
[3] = "
front
-center,
front
-left,
front
-right",
547
[4] = "
front
-center,
front
-left,
front
-right, back-center",
548
[5] = "
front
-center, front-left, front-right, back-left, back-right"
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java
70
CULL_FACE_MODE("Cull
front
/back facing polygons"),
85
STENCIL_FUNC("
Front
Stencil Function"),
86
STENCIL_VALUE_MASK("
Front
Stencil Mask"),
87
STENCIL_REF("
Front
Stencil Reference Value"),
88
STENCIL_FAIL("
Front
Stencil Fail Action"),
89
STENCIL_PASS_DEPTH_FAIL("
Front
stencil depth buffer fail action"),
90
STENCIL_PASS_DEPTH_PASS("
Front
stencil depth buffer pass action"),
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
errors
3
$description = "The following tests the -i option and the '-' in
front
of \n"
8
."command that has a '-' in
front
of it (and a command that is \n"
15
."
front
of the command. They should run the same. ";
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculatorImpl.java
32
* sensor rotation and
front
/back-facing property to calculate image rotations.
46
* @param frontFacing whether the camera is
front
-facing.
63
lensDirection == OneCamera.Facing.
FRONT
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
67
/// Decides whether a metadata object should be moved to the
front
69
/// this method to decide whether to move a node to the
front
of
71
/// moved to the
front
of the list.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
67
/// Decides whether a metadata object should be moved to the
front
69
/// this method to decide whether to move a node to the
front
of
71
/// moved to the
front
of the list.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
67
/// Decides whether a metadata object should be moved to the
front
69
/// this method to decide whether to move a node to the
front
of
71
/// moved to the
front
of the list.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
65
// Decides whether a metadata object should be moved to the
front
of
67
// method to decide whether to move a node to the
front
of the
69
// to the
front
of the list.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
65
// Decides whether a metadata object should be moved to the
front
of
67
// method to decide whether to move a node to the
front
of the
69
// to the
front
of the list.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
65
// Decides whether a metadata object should be moved to the
front
of
67
// method to decide whether to move a node to the
front
of the
69
// to the
front
of the list.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
65
// Decides whether a metadata object should be moved to the
front
of
67
// method to decide whether to move a node to the
front
of the
69
// to the
front
of the list.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
65
// Decides whether a metadata object should be moved to the
front
of
67
// method to decide whether to move a node to the
front
of the
69
// to the
front
of the list.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
67
/// Decides whether a metadata object should be moved to the
front
69
/// this method to decide whether to move a node to the
front
of
71
/// moved to the
front
of the list.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
65
// Decides whether a metadata object should be moved to the
front
of
67
// method to decide whether to move a node to the
front
of the
69
// to the
front
of the list.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp
67
/// Decides whether a metadata object should be moved to the
front
69
/// this method to decide whether to move a node to the
front
of
71
/// moved to the
front
of the list.
Completed in 475 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>