/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_scissor_state.c | 50 * for front/back/depth is covered by looping over cliprects in brw_draw.c.
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2error.h | 77 * up front and a block of calls are made with the error code only
|
/external/protobuf/src/google/protobuf/compiler/ |
package_info.h | 55 // provides you with a complete compiler front-end, so all you need to do
|
plugin.h | 33 // Front-end for protoc code generator plugins written in C++.
|
/external/protobuf/src/google/protobuf/ |
reflection_ops.h | 67 // the front of each name.
|
/external/v8/src/compiler/ |
js-inlining.cc | 153 graph->NewNode(op_phi, static_cast<int>(values.size()), &values.front()); 155 &effects.front()); 184 (inputs.empty() ? NULL : &inputs.front())); 364 op_param, static_cast<int>(params.size()), ¶ms.front());
|
/external/valgrind/VEX/priv/ |
main_globals.h | 62 /* Optimiser/front-end control */
|
/external/valgrind/docs/internals/ |
performance.txt | 23 - Julian changed findSb to slowly move superblocks to the front of the list
|
/frameworks/av/camera/ |
CameraUtils.cpp | 76 // Front camera needs to be horizontally flipped for mirror-like behavior.
|
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 300 size_t front = mFront & (mSize - 1); local 301 size_t read = mSize - front; // read = number of bytes that have been read so far 308 memcpy(copy, &mShared->mBuffer[front], read); 309 if (front + read == mSize) {
|
/frameworks/base/media/java/android/media/ |
ResampleInputStream.java | 111 // move any unused bytes to front of mBuf
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
FilterFunctionEnvironment.java | 26 * A FilterFunctionEnvironment provides a simple functional front-end to manually executing
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
SettingsProviderPerformanceTest.java | 115 Log.i(LOG_TAG, "Average time to set and get setting via front-eng APIs: "
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64GOT.h | 36 * Traditional .got.plt is placed in the front part of GOT (PLTGOT), and
|
/hardware/libhardware/modules/camera/ |
Camera.h | 32 // camera devices (front, back, etc) and common to the ISP.
|
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 66 aBuffer *front; member in struct:CNativeWindow 243 if (win->front) 244 put_back(&win->free_buffer_queue, win->front); 245 win->front = buffer;
|
/libcore/luni/src/test/java/libcore/util/ |
BasicLruCacheTest.java | 93 * the replaced entry to the front of the queue.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_hpacc.h | 31 /* The aCC6 compiler is using the EDG Front End. Unfortunately, prior to
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 211 reference front() { function in class:slist 213 return _M_non_dbg_impl.front(); 215 const_reference front() const { function in class:slist 217 return _M_non_dbg_impl.front();
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
echoing | 11 ."been placed in front of the delete command line. Four tests \n"
|
/ndk/tests/device/test-gnustl-full/unit/ |
slist_test.cpp | 147 CPPUNIT_ASSERT( sl.front() == 3 ); 161 CPPUNIT_ASSERT( sl.front() == 5 ); 184 CPPUNIT_ASSERT( sl.front() == 5 ); 531 CPPUNIT_ASSERT( slint1.front() == 1 );
|
/ndk/tests/device/test-stlport/unit/ |
slist_test.cpp | 147 CPPUNIT_ASSERT( sl.front() == 3 ); 161 CPPUNIT_ASSERT( sl.front() == 5 ); 184 CPPUNIT_ASSERT( sl.front() == 5 ); 531 CPPUNIT_ASSERT( slint1.front() == 1 );
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
badalloc1.cpp | 113 use. Therefore, we throw one exception up front so that
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
badalloc1.cpp | 113 use. Therefore, we throw one exception up front so that
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 61 /*Front-end parameters*/
|