/external/llvm/docs/HistoricalNotes/ |
2007-OriginalClangReadme.txt | 2 // C Language Family Front-end 11 3. C-language family front-end toolkit. 21 This front-end is built as a component of the LLVM toolkit that can be used 73 This front-end has been intentionally built as a DAG of libraries, making it 83 components, including a C++ front-end, ObjC support, and a whole lot of other
|
/external/llvm/include/llvm/ADT/ |
TinyPtrVector.h | 58 Val = RHS.front(); 67 Val.template get<VecTy*>()->push_back(RHS.front()); 91 V->push_back(RHS.front()); 182 EltTy front() const { function in class:llvm::TinyPtrVector 186 return Val.template get<VecTy*>()->front();
|
/system/media/audio_utils/ |
channels.c | 64 * Move from back to front so that the conversion can be done in-place 95 * Move from back to front so that the conversion can be done in-place 124 * Move from front to back so that the conversion can be done in-place 153 * Move from front to back so that the conversion can be done in-place 186 * Move from front to back so that the conversion can be done in-place
|
/external/mesa3d/src/mesa/main/ |
stencil.c | 34 * front OR back face state (as set by glActiveStencilFaceEXT) is set. 37 * front AND back state. 124 * \param frontfunc front test function. 126 * \param ref front and back reference value. 127 * \param mask front and back bitmask. 158 /* set both front and back state */ 229 /* set both front and back state */ 289 /* set both front and back state */ 362 /* set both front and back state */ 447 /* set front */ [all...] |
polygon.c | 43 * Specify whether to cull front- or back-facing facets. 79 * Define front- and back-facing 81 * \param mode orientation of front-facing polygons.
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 10 .../insert.iterators/front.insert.iter.ops/front.insert.iter.opEQ | 1 + 39 create mode 120000 test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.opEQ 75 diff --git a/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.opEQ b/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.opEQ 79 +++ b/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.opE [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt.c | 132 frontend = draw->pt.front.vsplit; 165 draw->pt.front.vsplit = draw_pt_vsplit(draw); 166 if (!draw->pt.front.vsplit) 212 if (draw->pt.front.vsplit) { 213 draw->pt.front.vsplit->destroy( draw->pt.front.vsplit ); 214 draw->pt.front.vsplit = NULL;
|
/frameworks/base/docs/html/training/animation/ |
cardflip.jd | 90 Create the animations for the card flips. You'll need two animators for when the front 250 Create fragment classes for the front and back of the card. These classes return the layouts 260 * A fragment representing the front of the card. 300 activity shows you how to display the front of the card by default: 324 Now that you have the front of the card showing, you can show the back of the card 357 // resources representing rotations when flipping back to the front (e.g. when 369 // to get to the front of the card.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_queue.h | 84 * that supports @c front, @c back, @c push_back, and @c pop_front, 162 front() function in class:queue 165 return c.front(); 173 front() const function in class:queue 176 return c.front(); 335 * any type that supports @c front(), @c push_back, @c pop_back, 476 return c.front();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_queue.h | 84 * that supports @c front, @c back, @c push_back, and @c pop_front, 162 front() function in class:queue 165 return c.front(); 173 front() const function in class:queue 176 return c.front(); 335 * any type that supports @c front(), @c push_back, @c pop_back, 476 return c.front();
|
/external/aac/libMpegTPEnc/src/ |
tpenc_asc.cpp | 105 UCHAR num_front_channel_elements; /*!< Number of front channel elements. */ 130 * - First 3 elements (SCE,CPE,CPE) are front channel elements. 249 FDKwriteBits(hBs, config->num_front_channel_elements, 4); /* Front channel Elements */ 271 FDKwriteBits(hBs, isCpe, 1); /* Front channel Elements is CPE? */ 272 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/ 277 FDKwriteBits(hBs, isCpe, 1); /* Front channel Elements is CPE? */ 278 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/ 283 FDKwriteBits(hBs, isCpe, 1); /* Front channel Elements is CPE? */ 284 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/ 317 bits += 4 + 4 + 4 + 2; /* No (front + side + back + lfe channel) elements * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpulse.so | |
libpulse.so.0 | |
libpulse.so.0.12.2 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libpulse.so | |
libpulse.so.0 | |
libpulse.so.0.13.5 | |
/system/bt/stack/btm/ |
btm_ble_multi_adv.c | 388 if (btm_multi_adv_idx_q.front == -1) 395 index = btm_multi_adv_idx_q.inst_index_queue[btm_multi_adv_idx_q.front]; 396 if (btm_multi_adv_idx_q.front == btm_multi_adv_idx_q.rear) 398 btm_multi_adv_idx_q.front = -1; 403 btm_multi_adv_idx_q.front = (btm_multi_adv_idx_q.front + 1) % BTM_BLE_MULTI_ADV_MAX; 454 if (btm_multi_adv_idx_q.front == (btm_multi_adv_idx_q.rear + 1) % BTM_BLE_MULTI_ADV_MAX) 461 if (btm_multi_adv_idx_q.front == -1) 463 btm_multi_adv_idx_q.front = 0; 816 btm_multi_adv_idx_q.front = -1 [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 59 // top front, left to right 71 // middle front, left to right 83 // bottom front, left to right 115 // paint front 180 // front layer 304 // permutation for FRONT layer
|
/device/asus/fugu/libaudio/ |
alsa_utils.cpp | 501 case kSA_FLFR: return "Front Left/Right"; 503 case kSA_FC: return "Front Center"; 506 case kSA_FLCFRC: return "Front Left/Right Center"; 508 case kSA_FLWFRW: return "Front Left/Right Wide"; 509 case kSA_FLHFRH: return "Front Left/Right High"; 511 case kSA_FCH: return "Front Center High";
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.h | 297 * Set if rendering has occured to the drawable's front buffer. 300 * the contents of the fake front buffer to the real front buffer. 305 * Track whether front-buffer rendering is currently enabled 312 * Track whether front-buffer is the current read target. 315 * be set separately. The DRI2 fake front buffer must be referenced
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
array.hpp | 137 // front() and back() 138 reference front() 143 const_reference front() const 276 // front() and back() 277 reference front() 282 const_reference front() const
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zDecode.cpp | 308 &packSizesPointers.Front(),
309 &unpackSizesPointers.Front());
328 return _mixerCoder->Code(&inStreamPointers.Front(), NULL,
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 45 6. Use XMesaSwapBuffers() when double buffering to swap front/back buffers. 209 * Swap the front and back buffers for the given buffer. No action is 216 * Copy a sub-region of the back buffer to the front buffer.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stropts.h | 109 SIGPOLL signal reaches the front of the 121 a priority message reaches the front of the 136 containing a control part is at the front
|