HomeSort by relevance Sort by last modified time
    Searched full:front (Results 176 - 200 of 3374) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_kai.h 25 // KAI C++ uses EDG front-end, but apparently different switches
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 60 // front of the list.
78 // Decides whether a metadata object should be moved to the front
95 // A list-update policy that moves elements to the front of the list
123 // Decides whether a metadata object should be moved to the front
  /external/clang/include/clang/FrontendTool/
Utils.h 1 //===--- Utils.h - Misc utilities for the front-end -------------*- C++ -*-===//
10 // This header contains miscellaneous utilities for various front-end actions
  /external/clang/include/clang/StaticAnalyzer/Frontend/
AnalysisConsumer.h 1 //===--- AnalysisConsumer.h - Front-end Analysis Engine Hooks ---*- C++ -*-===//
10 // This header contains the functions necessary for a front-end to run various
  /external/libcxx/test/std/containers/sequences/vector/vector.data/
data.pass.cpp 29 assert(v.data() == &v.front());
40 assert(v.data() == &v.front());
data_const.pass.cpp 29 assert(v.data() == &v.front());
40 assert(v.data() == &v.front());
  /external/libxml2/test/SVG/
bike.xml 32 <title>Front wheel</title>
33 <desc>The front wheel provides grip, steering and some shock absorption</desc>
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 60 //Update the file location and swap the front and back bitmaps to show
72 //the front bitmap is always drawn
  /external/skia/include/images/
SkPageFlipper.h 20 region of pixels that should be copied from the "front" page onto the one
45 the front page to the back page (will not intersect with the returned
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.data/
data.pass.cpp 29 assert(v.data() == &v.front());
40 assert(v.data() == &v.front());
data_const.pass.cpp 29 assert(v.data() == &v.front());
40 assert(v.data() == &v.front());
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_test.h 44 value_type *pvalue = &(*vec_cont.front().begin());
50 bool b=( (pvalue==(&(*vec_cont.front().begin()))) );
  /ndk/tests/device/test-stlport/unit/
mvctor_test.h 44 value_type *pvalue = &(*vec_cont.front().begin());
50 bool b=( (pvalue==(&(*vec_cont.front().begin()))) );
  /packages/experimental/CameraPreviewTest/res/values/
strings.xml 24 <string name="front">Front</string>
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_vector.h 74 DicNode *front() {
76 return &mDicNodes.front();
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 38 * front of the card out and the back of the card in. The reverse animation is played when the user
49 * Whether or not we're showing the back of the card (otherwise showing the front).
60 // front of the card to this activity. If there is saved instance state,
127 // resources representing rotations when flipping back to the front (e.g. when
139 // to get to the front of the card.
165 * A fragment representing the front of the card.
  /external/skia/tests/
LayerDrawLooperTest.cpp 48 // Add the front layer, with the defaults.
73 // Then the front layer.
91 // Add the front layer, with some layer info set.
113 // Then the front layer.
131 // Add the front layer, with some layer info set.
153 // Then the front layer.
DequeTest.cpp 16 REPORTER_ASSERT(reporter, NULL == deq.front());
22 REPORTER_ASSERT(reporter, deq.front());
25 REPORTER_ASSERT(reporter, deq.back() == deq.front());
27 REPORTER_ASSERT(reporter, deq.back() != deq.front());
104 // test pushing on the front
  /frameworks/native/opengl/libagl/
light.cpp 77 c->lighting.front.ambient.r =
78 c->lighting.front.ambient.g =
79 c->lighting.front.ambient.b = gglFloatToFixed(0.2f);
80 c->lighting.front.ambient.a = 0x10000;
81 c->lighting.front.diffuse.r =
82 c->lighting.front.diffuse.g =
83 c->lighting.front.diffuse.b = gglFloatToFixed(0.8f);
84 c->lighting.front.diffuse.a = 0x10000;
85 c->lighting.front.specular.a = 0x10000;
86 c->lighting.front.emission.a = 0x10000
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 380 //The first operation is to move all of the reference fields to the front. To do this, find the first
383 int front;
384 for (front = 0; front<fieldCount; front++) {
385 if (fieldTypes[front] != REFERENCE) {
386 while (back > front) {
388 swap(fieldTypes, fields, front, back--);
395 if (fieldTypes[front] != REFERENCE) {
421 if (front < fieldCount && (front % 2) != fieldIndexMod)
    [all...]
  /system/bt/stack/include/
uipc_msg.h 314 #define CODEC_INFO_AAC_1_CH 1 /*center front speaker */
315 #define CODEC_INFO_AAC_2_CH 2 /*left, right front speaker */
316 #define CODEC_INFO_AAC_3_CH 3 /*center front speaker, left right front speaker */
317 #define CODEC_INFO_AAC_4_CH 4 /*center/rear front speaker, left/right front speaker */
318 #define CODEC_INFO_AAC_5_CH 5 /*center, left, right front speaker, left/right surround */
319 #define CODEC_INFO_AAC_6_CH 6 /*center, left, right front speaker, left/right surround, LFE */
320 #define CODEC_INFO_AAC_7_CH 7 /*(left, right)center/left,right front speaker, left/right surround, LFE */
  /external/clang/include/clang/Driver/
Multilib.h 44 (StringRef(GCCSuffix).front() == '/' && GCCSuffix.size() > 1));
54 (StringRef(OSSuffix).front() == '/' && OSSuffix.size() > 1));
64 (StringRef(IncludeSuffix).front() == '/' && IncludeSuffix.size() > 1));
76 assert(F.front() == '+' || F.front() == '-');
  /external/lzma/CPP/Common/
MyVector.h 69 const T& Front() const { return operator[](0); }
70 T& Front() { return operator[](0); }
155 T* p = (&Front()) - 1;
201 T& Front() { return operator[](0); }
202 const T& Front() const { return operator[](0); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 96 reference front() { return c.front(); } function in class:queue
97 const_reference front() const { return c.front(); } function in class:queue
222 const_reference top() const { return c.front(); }
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionSetting.java 74 // the choice for front camera.
75 final String pictureSizeSettingKey = cameraFacing == OneCamera.Facing.FRONT ?
77 final String blacklist = cameraFacing == OneCamera.Facing.FRONT ? mResolutionBlackListFront
109 final String pictureSizeSettingKey = cameraFacing == OneCamera.Facing.FRONT ?
117 } else if (cameraFacing == OneCamera.Facing.FRONT) {

Completed in 447 milliseconds

1 2 3 4 5 6 78 91011>>