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

<<31323334353637383940>>

  /external/elfutils/src/lib/
list.h 75 /* Add element to the front of a single-linked list. */
  /external/freetype/src/cff/
cf2error.h 77 * up front and a block of calls are made with the error code only
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
SizeStrategy.java 44 // Do a get even if we know we don't have a bitmap so that the key moves to the front in the lru pool
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.h 52 // This is template to keep type safety in the front, but we end up casting
  /external/kernel-headers/original/uapi/linux/dvb/
dmx.h 49 DMX_IN_FRONTEND, /* Input from a front-end device. */
  /external/kernel-headers/original/uapi/sound/
asound_fm.h 9 * 4Front Technologies
  /external/libcxx/www/
atomic_design.html 52 <a href="atomic_design_c.html">Minimal work for the front end</a>
  /external/lldb/include/lldb/DataFormatters/
DataVisualization.h 24 // this class is the high-level front-end of LLDB Data Visualization
  /external/llvm/docs/HistoricalNotes/
2002-05-12-InstListChange.txt 44 for (Instruction *I = BB->front(); I; I = I->getNext()) ...
  /external/llvm/include/llvm/ExecutionEngine/Orc/
JITSymbol.h 49 /// definition without actually materializing the definition up front. The
  /external/llvm/include/llvm/IR/
BasicBlock.h 232 inline const Instruction &front() const { return InstList.front(); } function in class:llvm::BasicBlock
233 inline Instruction &front() { return InstList.front(); } function in class:llvm::BasicBlock
  /external/llvm/include/llvm/Support/
StreamingMemoryObject.h 41 /// Drop s bytes from the front of the stream, pushing the positions of the
  /external/llvm/lib/TableGen/
Error.cpp 35 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 36 MachineBasicBlock &MBB = MF.front();
  /external/llvm/unittests/IR/
UserTest.cpp 72 PHINode &P = cast<PHINode>(ExitBB.front());
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 68 return Locs.front();
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 102 const CVolume &volume = _volumes.Front();
  /external/mesa3d/docs/
RELNOTES-4.1 79 Separate stencil modes for front and back-facing polygons.
233 - Added ctx->Color._DrawDestMask - a bitmask of FRONT/BACK_LEFT/RIGHT_BIT
236 The value is _one_ of the FRONT/BACK_LEFT/RIGHT_BIT values.
270 "GLenum Ref" is now "GLenum Ref[2]" The [0] elements are the front-face
relnotes-7.4.1.html 51 <li>Fix a couple bugs surrounding front-buffer rendering with DRI2, but this
relnotes-7.6.html 44 <li><a href="openvg.html">OpenVG</a> front-end (state tracker for Gallium).
  /external/mesa3d/include/GL/
wmesa.h 120 * Swap the front and back buffers for the current context. No action
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 44 float det; /**< front/back face determinant */
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 312 assert(Fun->front().begin() != Fun->front().end());
314 Instruction *FirstInst = Fun->front().begin();
392 Instruction *FirstInst = Fun->front().begin();
radeon_llvm.h 57 /*=== Front end configuration ===*/
  /external/mesa3d/src/gallium/include/state_tracker/
sw_winsys.h 79 * Often surfaces which are meant to be blitted to the front screen (i.e.,

Completed in 407 milliseconds

<<31323334353637383940>>