HomeSort by relevance Sort by last modified time
    Searched full:placement (Results 26 - 50 of 574) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
NewDelete-custom.cpp 45 //----- Custom non-placement operators
58 //----- Custom NoThrow placement operators
73 //----- Custom placement operators
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
  /external/chromium_org/v8/src/compiler/
verifier.h 28 // Verifies properties of a schedule, such as dominance, phi placement, etc.
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 33 // Overloaded operator delete for placement new
52 // Operator delete template for placement new
69 // Operator delete template for placement new in global scope.
96 // Operator delete template for placement new
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 111 unsigned long size, uint32_t placement, unsigned alignment)
135 arg.req.placement = placement;
148 dBuf->kBuf.placement = arg.rep.placement;
192 dBuf->kBuf.placement = arg.rep.placement;
414 return dBuf->kBuf.placement;
482 dBuf->kBuf.placement = rep->placement;
    [all...]
wsbm_manager.h 94 struct _WsbmBufferPool *pool, uint32_t placement);
98 uint32_t placement, const unsigned long *user_ptr);
121 unsigned alignment, uint32_t placement);
125 uint32_t placement,
183 uint32_t placement, uint32_t fence_flags);
wsbm_mallocpool.c 57 unsigned long size, uint32_t placement, unsigned alignment __attribute__ ((unused)))
67 if ((placement & WSBM_PL_MASK_MEM) != WSBM_PL_FLAG_SYSTEM)
178 pool->placement = &pool_placement;
wsbm_pool.h 65 uint32_t(*placement) (struct _WsbmBufStorage * buf); member in struct:_WsbmBufferPool
70 uint32_t placement,
137 uint32_t placement,
  /ndk/tests/device/test-stlport_shared-exception/jni/
new16.cpp 5 // placement new.
  /ndk/tests/device/test-stlport_static-exception/jni/
new16.cpp 5 // placement new.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
mtd-abi.h 52 /* ECC byte placement */
54 #define MTD_NANDECC_PLACE 1 // Use the given placement in the structure (YAFFS1 legacy mode)
55 #define MTD_NANDECC_AUTOPLACE 2 // Use the default placement scheme
56 #define MTD_NANDECC_PLACEONLY 3 // Use the given placement in the structure (Do not store ecc result on read)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
mtd-abi.h 52 /* ECC byte placement */
54 #define MTD_NANDECC_PLACE 1 // Use the given placement in the structure (YAFFS1 legacy mode)
55 #define MTD_NANDECC_AUTOPLACE 2 // Use the default placement scheme
56 #define MTD_NANDECC_PLACEONLY 3 // Use the given placement in the structure (Do not store ecc result on read)
  /external/chromium_org/sandbox/win/src/
resolver_64.cc 7 // For placement new. This file must not depend on the CRT at runtime, but
8 // placement operator new is inline.
sandbox_nt_util.h 14 // Placement new and delete to be used from ntdll interception code.
18 // Add operator delete that matches the placement form of the operator new
25 // Regular placement new and delete
122 // The returned buffer must be freed with a placement delete from the ntdll
137 // be freed with a placement delete (see GetImageNameFromModule example).
142 // buffer must be freed with a placement delete (see GetImageNameFromModule
  /packages/apps/QuickSearchBox/res/layout/
web_search_suggestion.xml 22 <!-- Icons come first in the layout, since their placement doesn't depend on
23 the placement of the text views. -->
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 41 public static final class Placement {
52 private Placement mPlacementCache = new Placement();
198 * Computes the item's placement within its section and populates the {@code placement}
202 public Placement getItemPlacementInSection(int position) {
  /external/chromium_org/third_party/skia/src/core/
SkTLList.h 17 typename SkTLList<T>::Placement placement,
231 enum Placement {
339 Placement placement,
370 typename SkTLList<T>::Placement placement,
373 if (SkTLList<T>::kBefore_Placement == placement) {
386 typename SkTLList<T>::Placement,
  /external/skia/src/core/
SkTLList.h 17 typename SkTLList<T>::Placement placement,
231 enum Placement {
339 Placement placement,
370 typename SkTLList<T>::Placement placement,
373 if (SkTLList<T>::kBefore_Placement == placement) {
386 typename SkTLList<T>::Placement,
  /external/llvm/lib/CodeGen/
SpillPlacement.h 1 //===-- SpillPlacement.h - Optimal Spill Code Placement --------*- C++ -*--===//
10 // This analysis computes the optimal spill code placement between basic blocks.
22 // block entries and exits. Spill code placement inside a basic block is not
93 /// prepare - Reset state and prepare for a new spill placement computation.
134 /// finish - Compute the optimal spill code placement given the
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/gmaven/1.5/
gmaven-1.5.pom 733 <placement>Xt</placement>
737 <placement>Xt</placement>
741 <placement>Xt</placement>
745 <placement>Xt</placement>
749 <placement>Xf</placement>
    [all...]
  /device/asus/fugu/kernel-headers/drm/
psb_ttm_placement_user.h 36 uint32_t placement; member in struct:ttm_pl_create_req
44 uint32_t placement; member in struct:ttm_pl_create_ub_req
52 uint32_t placement; member in struct:ttm_pl_rep
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
new 90 * Placement new and delete signatures (take a memory address argument,
103 // Default placement versions of operator new.
107 // Default placement versions of operator delete.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
new 88 * Placement new and delete signatures (take a memory address argument,
108 // Default placement versions of operator new.
114 // Default placement versions of operator delete.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
new 88 * Placement new and delete signatures (take a memory address argument,
108 // Default placement versions of operator new.
114 // Default placement versions of operator delete.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
new 88 * Placement new and delete signatures (take a memory address argument,
100 // Default placement versions of operator new.
104 // Default placement versions of operator delete.

Completed in 327 milliseconds

12 3 4 5 6 7 8 91011>>