Home
last modified time | relevance | path

Searched refs:placement (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/cef/tests/cefclient/browser/
Dwindow_test_runner_win.cc21 WINDOWPLACEMENT placement; in Toggle() local
22 ::GetWindowPlacement(root_hwnd, &placement); in Toggle()
24 if (placement.showCmd == nCmdShow) in Toggle()
40 WINDOWPLACEMENT placement; in SetPosImpl() local
41 ::GetWindowPlacement(root_hwnd, &placement); in SetPosImpl()
45 MonitorFromRect(&placement.rcNormalPosition, MONITOR_DEFAULTTONEAREST); in SetPosImpl()
57 if (placement.showCmd == SW_MINIMIZE || placement.showCmd == SW_MAXIMIZE) { in SetPosImpl()
60 placement.rcNormalPosition.left = window_rect.x; in SetPosImpl()
61 placement.rcNormalPosition.right = window_rect.x + window_rect.width; in SetPosImpl()
62 placement.rcNormalPosition.top = window_rect.y; in SetPosImpl()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c91 for (unsigned placement = 0; placement < ARRAY_SIZE(placement_str); placement++) { in si_test_dma_perf() local
92 bool is_copy = placement >= 2; in si_test_dma_perf()
126 printf("%s ,", placement_str[placement]); in si_test_dma_perf()
158 if (placement == 0 || placement == 2 || placement == 4) in si_test_dma_perf()
163 if (placement == 2 || placement == 3) in si_test_dma_perf()
259 struct si_result *r = &results[util_logbase2(size)][placement][method]; in si_test_dma_perf()
285 for (unsigned placement = 0; placement < ARRAY_SIZE(placement_str); placement++) { in si_test_dma_perf() local
286 if (placement == 0) in si_test_dma_perf()
288 else if (placement == 1) in si_test_dma_perf()
290 else if (placement == 2) { in si_test_dma_perf()
[all …]
/third_party/skia/src/gpu/
DGrProcessor.h135 void* operator new(size_t size, void* placement) { in new() argument
136 return ::operator new(size, placement); in new()
138 void operator delete(void* target, void* placement) { in delete() argument
139 ::operator delete(target, placement); in delete()
/third_party/flutter/skia/src/gpu/
DGrProcessor.h216 void* operator new(size_t size, void* placement) { in new() argument
217 return ::operator new(size, placement); in new()
219 void operator delete(void* target, void* placement) { in delete() argument
220 ::operator delete(target, placement); in delete()
/third_party/flutter/skia/src/gpu/ops/
DGrOp.h126 void* operator new(size_t size, void* placement) { in new() argument
127 return ::operator new(size, placement); in new()
129 void operator delete(void* target, void* placement) { in delete() argument
130 ::operator delete(target, placement); in delete()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c147 return ((struct amdgpu_winsys_bo*)buf)->base.placement; in amdgpu_bo_get_initial_domain()
210 if (bo->base.placement & RADEON_DOMAIN_VRAM_GTT) { in amdgpu_bo_destroy()
218 if (bo->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_destroy()
220 else if (bo->base.placement & RADEON_DOMAIN_GTT) in amdgpu_bo_destroy()
266 if (bo->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_do_map()
268 else if (bo->base.placement & RADEON_DOMAIN_GTT) in amdgpu_bo_do_map()
426 if (real->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_unmap()
428 else if (real->base.placement & RADEON_DOMAIN_GTT) in amdgpu_bo_unmap()
594 bo->base.placement = initial_domain; in amdgpu_create_bo()
668 if (bo->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_slab_destroy()
[all …]
/third_party/jsoncpp/include/json/
Dvalue.h585 void setComment(const char* comment, CommentPlacement placement);
587 void setComment(const char* comment, size_t len, CommentPlacement placement);
589 void setComment(const String& comment, CommentPlacement placement);
590 bool hasComment(CommentPlacement placement) const;
592 String getComment(CommentPlacement placement) const;
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp347 CommentPlacement placement = commentBefore; in readComment() local
350 placement = commentAfterOnSameLine; in readComment()
353 addComment(commentBegin, current_, placement); in readComment()
378 CommentPlacement placement) { in addComment() argument
381 if (placement == commentAfterOnSameLine) { in addComment()
383 lastValue_->setComment(normalized, placement); in addComment()
986 void addComment(Location begin, Location end, CommentPlacement placement);
1330 CommentPlacement placement = commentBefore; in readComment() local
1335 placement = commentAfterOnSameLine; in readComment()
1341 addComment(commentBegin, current_, placement); in readComment()
[all …]
Djson_value.cpp1401 void Value::setComment(const char* comment, CommentPlacement placement) { in insert() argument
1402 setComment(comment, strlen(comment), placement); in insert()
1405 CommentPlacement placement) { in insert() argument
1410 comments_.set(placement, String(comment, len)); in insert()
1412 void Value::setComment(const String& comment, CommentPlacement placement) { in insert() argument
1413 setComment(comment.c_str(), comment.length(), placement); in insert()
1415 bool Value::hasComment(CommentPlacement placement) const { in insert()
1416 return comments_.has(placement); in insert()
1419 String Value::getComment(CommentPlacement placement) const { in insert()
1420 return comments_.get(placement); in insert()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h923 void setComment(const char* comment, CommentPlacement placement);
925 void setComment(const char* comment, size_t len, CommentPlacement placement);
927 void setComment(const std::string& comment, CommentPlacement placement);
928 bool hasComment(CommentPlacement placement) const;
930 std::string getComment(CommentPlacement placement) const;
1476 void addComment(Location begin, Location end, CommentPlacement placement);
Djsoncpp.cpp545 CommentPlacement placement = commentBefore; in readComment() local
548 placement = commentAfterOnSameLine; in readComment()
551 addComment(commentBegin, current_, placement); in readComment()
576 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
579 if (placement == commentAfterOnSameLine) { in addComment()
581 lastValue_->setComment(normalized, placement); in addComment()
1201 void addComment(Location begin, Location end, CommentPlacement placement);
1523 CommentPlacement placement = commentBefore; in readComment() local
1526 placement = commentAfterOnSameLine; in readComment()
1529 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment() local
533 placement = commentAfterOnSameLine; in readComment()
536 addComment(commentBegin, current_, placement); in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
564 if (placement == commentAfterOnSameLine) { in addComment()
566 lastValue_->setComment(normalized, placement); in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment() local
1497 placement = commentAfterOnSameLine; in readComment()
1500 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment() local
533 placement = commentAfterOnSameLine; in readComment()
536 addComment(commentBegin, current_, placement); in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
564 if (placement == commentAfterOnSameLine) { in addComment()
566 lastValue_->setComment(normalized, placement); in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment() local
1497 placement = commentAfterOnSameLine; in readComment()
1500 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment() local
533 placement = commentAfterOnSameLine; in readComment()
536 addComment(commentBegin, current_, placement); in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
564 if (placement == commentAfterOnSameLine) { in addComment()
566 lastValue_->setComment(normalized, placement); in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment() local
1497 placement = commentAfterOnSameLine; in readComment()
1500 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/skia/tests/
DSkBlockAllocatorTest.cpp85 SkBlockAllocator* placement = new (mem) SkBlockAllocator(GrowthPolicy::kLinear, 1024, in DEF_TEST() local
87 REPORTER_ASSERT(r, placement->preallocSize() == 1024); in DEF_TEST()
88 REPORTER_ASSERT(r, placement->preallocUsableSpace() < 1024 && in DEF_TEST()
89 placement->preallocUsableSpace() >= (1024 - sizeof(SkBlockAllocator))); in DEF_TEST()
90 placement->~SkBlockAllocator(); in DEF_TEST()
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp207 Placement placement(&config, doc.get()); in main() local
219 placement.WriteLine(*shaper, line.c_str(), line.size()); in main()
/third_party/flutter/skia/tools/
Dusing_skia_and_harfbuzz.cpp204 Placement placement(&config, doc.get()); in main() local
216 placement.WriteLine(*shaper, line.c_str(), line.size()); in main()
/third_party/boost/libs/sort/doc/graph/osx_float_sort_files/
Dstylesheet.css6 {mso-data-placement:same-cell;}
/third_party/boost/libs/sort/doc/graph/windows_float_sort_files/
Dstylesheet.css6 {mso-data-placement:same-cell;}
/third_party/boost/libs/sort/doc/graph/osx_integer_sort_files/
Dstylesheet.css6 {mso-data-placement:same-cell;}
/third_party/boost/libs/sort/doc/graph/windows_string_sort_files/
Dstylesheet.css6 {mso-data-placement:same-cell;}
/third_party/boost/libs/sort/doc/graph/osx_string_sort_files/
Dstylesheet.css6 {mso-data-placement:same-cell;}

1234567