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

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.pom 243 <placement>a</placement>
248 <placement>a</placement>
253 <placement>a</placement>
  /hardware/intel/common/libwsbm/src/
wsbm_slabpool.c 295 if (kbo->kBuf.placement & TTM_PL_FLAG_CACHED)
379 kbo->kBuf.placement = rep->placement;
404 arg.req.placement = slabPool->proposedPlacement;
414 kbo->kBuf.placement = arg.rep.placement;
694 uint32_t placement, unsigned alignment)
749 arg.req.placement = placement;
760 sBuf->kBuf.placement = arg.rep.placement
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PODFreeListArena.h 53 // Use placement operator new to allocate a T at this location.
67 // Use placement operator new to allocate a T at this location.
  /external/llvm/test/CodeGen/ARM/
commute-movcc.ll 1 ; RUN: llc -mtriple=thumbv7-apple-ios -disable-block-placement < %s | FileCheck %s
2 ; RUN: llc -mtriple=armv7-apple-ios -disable-block-placement < %s | FileCheck %s
widen-vmovs.ll 1 ; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs -disable-block-placement | FileCheck %s
  /external/skia/include/gpu/
GrEffect.h 49 void* operator new(size_t size, void* placement) {
50 return ::operator new(size, placement);
52 void operator delete(void* target, void* placement) {
53 ::operator delete(target, placement);
181 void* operator new(size_t size, void* placement) {
182 return ::operator new(size, placement);
184 void operator delete(void* target, void* placement) {
185 ::operator delete(target, placement);
  /frameworks/base/core/res/res/layout/
search_dropdown_item_icons_2line.xml 27 <!-- Icons come first in the layout, since their placement doesn't depend on
28 the placement of the text views. -->
  /frameworks/support/v7/appcompat/res/layout/
abc_search_dropdown_item_icons_2line.xml 25 <!-- Icons come first in the layout, since their placement doesn't depend on
26 the placement of the text views. -->
  /hardware/intel/img/psb_video/src/
psb_texture.h 140 unsigned int placement);
147 unsigned int placement, int wrap_dst);
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 124 // There should be no cookies for allocations using global placement
142 // There should be a cookie when using a non-global placement new.
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 124 // There should be no cookies for allocations using global placement
142 // There should be a cookie when using a non-global placement new.
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_search_dropdown_item_icons_2line.xml 25 <!-- Icons come first in the layout, since their placement doesn't depend on
26 the placement of the text views. -->
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NameSpace.java 48 * Construct a namespace for placement on the
  /external/chromium_org/chrome/browser/resources/net_internals/
mouse_over_help.js 6 * Class to handle display and placement of a div that appears under the cursor
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
ie.css 29 /* Fixes incorrect placement of numbers in ol's in IE6/7 */
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
MakeQualifiedNames.cpp.tmpl 55 // Use placement new to initialize the globals.
  /external/chromium_org/third_party/WebKit/Source/wtf/
StaticConstructors.h 27 // be constructed with placement new into the buffer. This works with MSVC, GCC,
  /external/chromium_org/third_party/skia/include/gpu/
GrProcessor.h 112 void* operator new(size_t size, void* placement) {
113 return ::operator new(size, placement);
115 void operator delete(void* target, void* placement) {
116 ::operator delete(target, placement);
  /external/chromium_org/third_party/skia/src/core/
SkPathHeap.h 47 // we store the paths in the heap (placement new)
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 31 new (int(*p)) int; //new-placement expression
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_placement_new.h 13 // The file provides 'placement new'.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsEscapeFunction.java 21 * This Javascript escapes the string so it will be valid data for placement into a Javascript
  /external/skia/src/core/
SkPathHeap.h 47 // we store the paths in the heap (placement new)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp 118 // But it doesn't guarantee order or placement
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
new 125 * Placement new and delete signatures (take a memory address argument,
147 // Default placement versions of operator new.
153 // Default placement versions of operator delete.

Completed in 1775 milliseconds

1 2 34 5 6 7 8 91011>>