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

<<11121314151617181920>>

  /external/clang/lib/Serialization/
Makefile 11 # C-Language front-end.
  /external/compiler-rt/test/asan/TestCases/
null_deref.cc 12 // the demangling function rejects local names with 'L' in front of them.
  /external/icu/icu4c/source/layout/
LEInsertionList.cpp 77 // insert on front of list...
SubstitutionLookups.cpp 23 sequenceIndex instead of always resetting to the front.
  /external/iptables/extensions/
libipt_CLUSTERIP.man 2 a certain IP and MAC address without an explicit load balancer in front of
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Bump.glsllib 22 // search from front to back
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
ctor_default.pass.cpp 26 assert(q.front() == 1);
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
rv_value.pass.cpp 31 assert(c.front() == typename C::value_type());
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/
test.pass.cpp 28 assert(c.front() == 0);
  /external/lldb/source/Core/
ValueObjectChild.cpp 83 ::snprintf (&bitfield_type_name.front(), bitfield_type_name.size(), "%s:%u", clang_type_name, m_bitfield_bit_size);
84 m_type_name.SetCString(&bitfield_type_name.front());
104 ::snprintf (&bitfield_type_name.front(), bitfield_type_name.size(), "%s:%u", clang_type_name, m_bitfield_bit_size);
105 qualified_name.SetCString(&bitfield_type_name.front());
  /external/lldb/test/api/multithreaded/
common.h 46 T ret = m_data.front();
  /external/llvm/test/CodeGen/ARM/
2013-01-21-PR14992.ll 15 ;Make sure we do not have a duplicated register in the front of the reg list
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 41 Result = Coder2->Code(&InStreamPointers.Front(), &InSizePointers.Front(), NumInStreams,
42 &OutStreamPointers.Front(), &OutSizePointers.Front(), NumOutStreams, progress);
  /external/mesa3d/src/gallium/tests/graw/
fs-write-z.c 2 * The red quad should be entirely in front of the blue quad even
29 /* left quad: clock-wise, front-facing, red */
138 " 0: MOV OUT[0], IN[0]\n" /* front-facing: red */
217 printf("The red quad should be entirely in front of the blue quad.\n");
  /external/v8/src/libplatform/
task-queue.cc 35 Task* result = task_queue_.front();
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/
MainActivity.java 25 // The runtime will add "lib" on the front and ".o" on the end of
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/
MainActivity.java 25 // The runtime will add "lib" on the front and ".o" on the end of
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/
MainActivity.java 25 // The runtime will add "lib" on the front and ".o" on the end of
  /frameworks/base/libs/hwui/utils/
RingBuffer.h 45 T& front() { function in class:android::uirenderer::RingBuffer
  /frameworks/compile/mclinker/include/mcld/
Module.h 113 LDSection* front() { return m_SectionTable.front(); } function in class:mcld::Module
114 const LDSection* front() const { return m_SectionTable.front(); } function in class:mcld::Module
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 168 const_reference front() const { return m_OutputSectCmds.front(); } function in class:mcld::OutputSectDesc
169 reference front() { return m_OutputSectCmds.front(); } function in class:mcld::OutputSectDesc
ScriptFile.h 63 const_reference front() const { return m_CommandQueue.front(); } function in class:mcld::ScriptFile
64 reference front() { return m_CommandQueue.front(); } function in class:mcld::ScriptFile
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsStreamMediaSession.java 23 * controlling the camera (front/rear selection, zoom, brightness, ...) for a video calling.
  /frameworks/rs/java/tests/RsCameraDemo/
AndroidManifest.xml 6 android:name="android.hardware.camera.front"
  /frameworks/wilhelm/src/itf/
I3DLocation.c 171 SLVec3D front = *pFront; local
176 thiz->mOrientationVectors.mFront = front;
251 SLVec3D front = thiz->mOrientationVectors.mFront; local
254 *pFront = front;

Completed in 441 milliseconds

<<11121314151617181920>>