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

<<21222324252627282930>>

  /external/clang/lib/Basic/
Makefile 10 # This implements the Basic library for the C-Language front-end.
  /external/clang/lib/Serialization/
GeneratePCH.cpp 56 Out->write((char *)&Buffer.front(), Buffer.size());
  /external/clang/test/CodeGen/
ppc64-elf-abi.c 3 // Verify ABI selection by the front end
  /external/clang/www/
clang_video-07-25-2007.html 18 <p><b>Details:</b> The LLVM 2.0 release brings a number of new features and capabilities to the LLVM toolset. This talk briefly describes those features, then moves on to talk about what is next: llvm 2.1, llvm-gcc 4.2, and puts a special emphasis on the 'clang' C front-end. This describes how the 'clang' preprocessor can be used to improve the scalability of distcc by up to 4.4x.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedArrayItem.java 46 * The write size isn't known up-front because (the variable-lengthed)
  /external/eigen/Eigen/src/SparseCore/
SparseTranspose.h 29 // NOTE: VC10 and VC11 trigger an ICE if don't put typename TransposeImpl<MatrixType,Sparse>:: in front of Index,
  /external/fio/
blktrace_api.h 38 __BLK_TA_FRONTMERGE, /* front merge to existing rq */
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
OpaqueComparator.java 81 // sort front-to-back then.
RenderQueue.java 179 * by material first and front to back within the same material.
181 * sorts purely back to front by leading bounding edge with no material sort.
183 * sorts purely back to front by leading bounding edge with no material sort. this bucket is rendered after post processors.
187 * front based on their Z values.
  /external/kernel-headers/original/uapi/linux/
blktrace_api.h 40 __BLK_TA_FRONTMERGE, /* front merge to existing rq */
elfcore.h 30 * tacked on the front to prevent clashes with linux definitions,
  /external/libcxx/include/
array 66 reference front();
67 const_reference front() const; // constexpr in C++14
188 _LIBCPP_INLINE_VISIBILITY reference front() {return __elems_[0];}
189 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference front() const {return __elems_[0];}
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
ctor_container_alloc.pass.cpp 54 assert(q.front() == d[i]);
  /external/libcxx/test/std/containers/sequences/array/
at.pass.cpp 29 assert(c.front() == 5.5);
indexing.pass.cpp 29 assert(c.front() == 5.5);
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
equal.pass.cpp 45 c2.front() = N+1;
  /external/libgsm/
README 23 The interfaces offered are a front end modelled after compress(1), and
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 146 /* Block is not the front block in its bin, so all we have to
153 /* Block is the front block in its bin, and there is at least
155 ** the front block. */
158 /* Block is the front block in its bin, but there is no other
  /external/llvm/docs/
ExtendedIntegerResults.txt 13 the front-end is referencing (typically i1/i8/i16/i32).
90 I suggest that we have the front-end fully lower out the ABI issues here to
114 The one thing that is missing is the ability for the front-end and optimizer to
125 lowering stuff even more explicit in the front-end, and that we would like to
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp2.txt 23 language statically, the language front end can do the translation
  /external/llvm/include/llvm/ADT/
ArrayRef.h 117 /// front - Get the first element.
118 const T &front() const { function in class:llvm::ArrayRef
245 /// front - Get the first element.
246 T &front() const { function in class:llvm::ArrayRef
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 11 // addition of domain-specific or front-end specific intrinsics to LLVM without
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps);
  /external/marisa-trie/tests/
vector-test.cc 44 ASSERT(static_cast<const marisa::Vector<int> &>(vec).front()
45 == values.front());
48 ASSERT(vec.front() == values.front());
  /external/marisa-trie/v0_1_5/tests/
vector-test.cc 45 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec).front()
46 == values.front());
49 ASSERT(vec.front() == values.front());

Completed in 275 milliseconds

<<21222324252627282930>>