/third_party/json/tests/src/ |
H A D | unit-json_pointer.cpp | 35 CHECK_THROWS_WITH_AS(p.top(),
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/ |
H A D | keccak1600-s390x.S | 252 lgr %r7,%r6 # harmonize with the loop top
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/ |
H A D | keccak1600-s390x.S | 252 lgr %r7,%r6 # harmonize with the loop top
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-inlining.cc | 148 CandidateInfo candidate = inlining_candidates_.top(); in Finalize()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_enc_h264.cpp | 582 pD3D12Enc->m_currentEncodeConfig.m_FrameCroppingCodecConfig.top = h264Pic->pic_ctrl.enc_frame_crop_top_offset;
|
/third_party/python/Lib/idlelib/ |
H A D | sidebar.py | 417 d = self.editwin.per.top
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawTests.cpp | 574 yCoord <= refCoords.top && in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawConcurrentTests.cpp | 472 yCoord <= refCoords.top && in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawTests.cpp | 574 yCoord <= refCoords.top && in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawConcurrentTests.cpp | 472 yCoord <= refCoords.top && in iterate()
|
/third_party/skia/src/core/ |
H A D | SkScan_AntiPath.cpp | 73 /// Initial y coordinate (top of bounds). 100 fTop = sectBounds.top(); in BaseSuperBlitter()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_win32.cpp | 12 // If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. 316 io.DisplaySize = ImVec2((float)(rect.right - rect.left), (float)(rect.bottom - rect.top)); in ImGui_ImplWin32_NewFrame()
|
/third_party/skia/tests/ |
H A D | TextBlobTest.cpp | 372 surf->getCanvas()->drawTextBlob(blob, -blob->bounds().left(), -blob->bounds().top(), SkPaint()); in render()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 183 // the instructions outside the zone, including the top zone. in pickNodeBidirectional() 186 // Set the top-down policy based on the state of the current top zone and in pickNodeBidirectional() 211 // Check if the top Q has a better candidate. in pickNodeBidirectional() 271 if (DAG->top() == DAG->bottom()) { in pickNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 180 // Allow the scheduler to force top-down or bottom-up scheduling. If neither 238 /// schedule the node at the top of the unscheduled region. Otherwise it will 250 /// top-down scheduling. 271 /// The top of the unscheduled zone. 319 MachineBasicBlock::iterator top() const { return CurrentTop; } in top() function in llvm::ScheduleDAGMI 411 /// The top of the unscheduled zone. 438 /// Get current register pressure for the top scheduled instructions. 491 /// region, TopTracker and BottomTracker will be initialized to the top and 606 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both) 855 // Whether this candidate should be scheduled at top/botto [all...] |
/third_party/python/Lib/test/ |
H A D | test_poplib.py | 344 self.assertEqual(self.client.top(1, 1), expected)
|
/third_party/skia/gm/ |
H A D | blurrect.cpp | 310 #if 0 // Uncomment to hairline stroke around blurred rect in red on top of the blur result. 311 // The rect is defined at integer coords. We inset by 1/2 pixel so our stroke lies on top 371 // rect and constant valued from rect top to rect bottom. So we can get the in prepareReferenceMasks() 372 // integral of just the kernel from rect top to rect bottom and multiply by in prepareReferenceMasks() 545 canvas->translate(-bounds.left(), -bounds.top()); in DEF_SIMPLE_GM()
|
H A D | gpu_blur_utils.cpp | 142 surf->getCanvas()->translate(contentArea->top(), contentArea->left()); in make_src_image() 270 // on top. in run() 286 // Blur using the rect and draw on top. in run()
|
/third_party/spirv-tools/source/opt/ |
H A D | trim_capabilities_pass.cpp | 63 const Instruction* item = def_use_mgr->GetDef(instructions_to_visit.top()); in DFSWhile()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 371 int32_t FieldOrderCnt[2]; // field order count of top and bottom fields 543 int32_t bottom_field_flag; // 0=top field, 1=bottom field (ignored if field_pic_flag=0) 953 int32_t top; // top position of display rect member 982 uint32_t bottomField : 1; // 0 = top field, 1 = bottom field (ignored if field_pic_flag=0)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 108 * Only lock the top pipe's tg to prevent redundant in dcn10_lock_all_pipes() 1878 * therefore only top pipe need to lock in dcn10_pipe_control_lock() 2514 struct pipe_ctx *top = pipe_ctx->top_pipe; in dcn10_is_rear_mpo_fix_required() local 2516 while (top->top_pipe) in dcn10_is_rear_mpo_fix_required() 2517 top = top->top_pipe; // Traverse to top pipe_ctx in dcn10_is_rear_mpo_fix_required() 2518 if (top->plane_state && top->plane_state->layer_index == 0) in dcn10_is_rear_mpo_fix_required() 2552 * Fix is to set RGB bias to 0 on rear plane, top plan in dcn10_program_output_csc() [all...] |
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 425 width, height, scale, margin.top, margin.bottom, margin.right, margin.left, shouldPrintBackground); in ParsePDFConfigArgs() 4099 bool top; in ScrollPageUp() local 4108 if (!NapiParseUtils::ParseBoolean(env, argv[0], top)) { in ScrollPageUp() 4110 NWebError::FormatString(ParamCheckErrorMsgTemplate::TYPE_ERROR, "top", "booleane")); in ScrollPageUp() 4120 webviewController->ScrollPageUp(top); in ScrollPageUp() 5032 napi_value top = nullptr; in ParsePrintMarginAdapter() local 5036 napi_get_named_property(env, margin, "top", &top); in ParsePrintMarginAdapter() 5040 if (top) { in ParsePrintMarginAdapter() 5041 NapiParseUtils::ParseUint32(env, top, printAtt in ParsePrintMarginAdapter() [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 1461 make_btree_freeing_key(r[i].b, keylist.top); in btree_gc_coalesce() 1531 make_btree_freeing_key(replace, keys.top); in btree_gc_rewrite_node() 2310 make_btree_freeing_key(b, parent_keys.top); in btree_split()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 458 sja1105_packing(buf, &entry->top[i], in sja1105et_mac_config_entry_packing() 492 sja1105_packing(buf, &entry->top[i], in sja1105pqrs_mac_config_entry_packing() 526 sja1105_packing(buf, &entry->top[i], in sja1110_mac_config_entry_packing()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov8865.c | 1820 /* BLC top zero line */ in ov8865_mode_black_level_configure() 1832 /* BLC top black line */ in ov8865_mode_black_level_configure() 2826 r->top = (OV8865_NATIVE_HEIGHT - mode->output_size_y) / 2; in __ov8865_get_pad_crop() 2846 sel->r.top = 0; in ov8865_get_selection() 2853 sel->r.top = OV8865_ACTIVE_START_TOP; in ov8865_get_selection()
|