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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp 5 // Placement allocation function:
7 // Usual (non-placement) deallocation function:
12 S* p = new (0) S; // expected-error{{'new' expression with placement arguments refers to non-placement 'operator delete'}}
p19.cpp 4 // Operator delete template for placement new with global lookup
26 // Operator delete template for placement new[] with global lookup
  /ndk/tests/device/test-stlport_shared-exception/jni/
placement2.cpp 1 // Bug: We were calling f() twice, for both the placement new and placement
pdel1.cpp 2 // Test for calling placement delete.
pdel2.cpp 2 // Test for not calling mismatched placement delete.
  /ndk/tests/device/test-stlport_static-exception/jni/
placement2.cpp 1 // Bug: We were calling f() twice, for both the placement new and placement
pdel1.cpp 2 // Test for calling placement delete.
pdel2.cpp 2 // Test for not calling mismatched placement delete.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.h 20 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */
21 unsigned sysmem_bindings; /* PIPE_BIND_* where GART placement is desired */
25 * placement.
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 20 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */
21 unsigned sysmem_bindings; /* PIPE_BIND_* where GART placement is desired */
25 * placement.
  /external/clang/test/SemaCXX/
cxx1y-sized-deallocation.cpp 16 new (123) S; // expected-error {{'new' expression with placement arguments refers to non-placement 'operator delete'}}
warn-new-overaligned-3.cpp 27 struct Placement {
28 Placement() {
  /dalvik/dx/tests/083-ssa-phi-placement/
info.txt 1 This is a test case for the phi placement algorthim used in the conversion to SSA form.
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 76 uint32_t placement; member in struct:_WsbmBufferObject
431 return storage->pool->placement(storage);
486 struct _WsbmBufferPool *newPool, uint32_t placement)
512 if (!placement)
513 placement = buf->placement;
523 buf->placement = placement;
529 newPool->create(newPool, size, placement, buf->alignment);
535 buf->placement = placement
    [all...]
wsbm_userpool.c 190 vBuf->kBuf.placement = WSBM_PL_FLAG_SYSTEM;
205 unsigned long size, uint32_t placement, unsigned alignment)
215 vBuf->proposedPlacement = placement;
223 if (placement & WSBM_PL_FLAG_TT) {
229 vBuf->kBuf.placement = WSBM_PL_FLAG_TT;
237 if (placement & WSBM_PL_FLAG_VRAM) {
243 vBuf->kBuf.placement = WSBM_PL_FLAG_VRAM;
251 if ((placement & WSBM_PL_FLAG_NO_EVICT)
252 && !(placement & WSBM_PL_FLAG_SYSTEM)) {
258 vBuf->kBuf.placement = WSBM_PL_FLAG_SYSTEM
    [all...]
  /external/clang/test/PCH/
chain-implicit-definition.cpp 36 // VTable placement would again cause definition of ~B(), hiding the bug,
37 // if not for B::virt(), which suppresses the placement.
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStandardStructureDictionary_autogen.cpp 11 SkString SkPdfStandardStructureDictionary::Placement(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Placement", "");
20 return get("Placement", "") != NULL;
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/Android.mk
19 test_name := language.support/support.dynamic/new.delete/new.delete.placement/new_array
23 test_name := language.support/support.dynamic/new.delete/new.delete.placement/new
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStandardStructureDictionary_autogen.cpp 11 SkString SkPdfStandardStructureDictionary::Placement(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Placement", "");
20 return get("Placement", "") != NULL;
  /device/asus/fugu/original-kernel-headers/drm/
psb_ttm_placement_user.h 47 * @placement: Flags that indicate initial acceptable
48 * placement.
56 uint32_t placement; member in struct:ttm_pl_create_req
66 * @placement: Flags that indicate initial acceptable
67 * placement.
76 uint32_t placement; member in struct:ttm_pl_create_ub_req
93 * @placement: Flag indicating the placement status of
108 uint32_t placement; member in struct:ttm_pl_rep
117 * @set_placement: Placement flags to set
    [all...]
  /external/chromium_org/v8/src/compiler/
scheduler.h 34 enum Placement { kUnknown, kSchedulable, kFixed };
39 int minimum_rpo_; // Minimum legal RPO placement.
43 Placement placement_ : 3; // Whether the node is fixed, schedulable,
66 Placement GetPlacement(Node* node);
  /hardware/intel/img/psb_video/src/
psb_buffer.c 72 uint32_t placement; local
86 placement = DRM_PSB_FLAG_MEM_MMU;
90 placement = DRM_PSB_FLAG_MEM_MMU | WSBM_PL_FLAG_SHARED;
94 placement = DRM_PSB_FLAG_MEM_MMU | WSBM_PL_FLAG_SHARED;
96 placement |= WSBM_PL_FLAG_CACHED;
100 placement = WSBM_PL_FLAG_TT | WSBM_PL_FLAG_NO_EVICT | WSBM_PL_FLAG_SHARED;
105 placement = WSBM_PL_FLAG_TT | WSBM_PL_FLAG_SHARED;
109 placement = DRM_PSB_FLAG_MEM_MMU_TILING | WSBM_PL_FLAG_SHARED;
115 placement = DRM_PSB_FLAG_MEM_MMU | WSBM_PL_FLAG_CACHED;
119 placement = DRM_PSB_FLAG_MEM_MMU
214 uint32_t placement; local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_window_state.h 29 // A "window placement dictionary" holds information about the size and location
36 // Returns NULL if the window corresponds to an app that doesn't have placement
  /external/chromium_org/chrome/browser/ui/cocoa/
window_size_autosaver_unittest.mm 52 // Check to make sure there is no existing pref for window placement.
53 const base::DictionaryValue* placement = pref->GetDictionary(path_);
54 ASSERT_TRUE(placement);
55 EXPECT_TRUE(placement->empty());
119 // Check to make sure there is no existing pref for window placement.
120 const base::DictionaryValue* placement = pref->GetDictionary(path_);
121 ASSERT_TRUE(placement);
122 EXPECT_TRUE(placement->empty());
  /external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame.h 29 // Returns true when the window placement should be stored.
32 // Retrieves the window placement (show state and bounds) for restoring.

Completed in 2489 milliseconds

1 2 3 4 5 6 7 8 91011>>