| /third_party/mesa3d/src/imgui/ |
| H A D | imgui.cpp | 242 io.DisplaySize.x = 1920.0f; // set the current display width 243 io.DisplaySize.y = 1280.0f; // set the current display height here 1480 // - We don't do 'current += 2; continue;' after handling ### to keep the code smaller/faster (measured ~10% diff in Debug build) 2664 // Assume that SetFocusID() is called in the context where its NavLayer is the current layer, which is the case everywhere we call it. in SetFocusID() 2812 // We need to calculate this now to take account of the current clipping rectangle (as items like Selectable may change them) in ItemAdd() 3042 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?"); in GetIO() 3048 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?"); in GetStyle() 3359 IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?"); in NewFrame() 3416 // Setup current font and draw list shared data in NewFrame() 3889 // (Legacy) Call the Render callback function. The current prefe in Render() 4449 { int current = window->IDStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup == current && "PushID/PopID or TreeNode/TreePop Mismatch!"); p_backup++; } // Too few or too many PopID()/TreePop() CheckStacksSize() local 4450 { int current = window->DC.GroupStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup == current && "BeginGroup/EndGroup Mismatch!"); p_backup++; } // Too few or too many EndGroup() CheckStacksSize() local 4451 { int current = g.BeginPopupStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup == current && "BeginMenu/EndMenu or BeginPopup/EndPopup Mismatch"); p_backup++;}// Too few or too many EndMenu()/EndPopup() CheckStacksSize() local 4453 { int current = g.ColorModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushStyleColor/PopStyleColor Mismatch!"); p_backup++; } // Too few or too many PopStyleColor() CheckStacksSize() local 4454 { int current = g.StyleModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushStyleVar/PopStyleVar Mismatch!"); p_backup++; } // Too few or too many PopStyleVar() CheckStacksSize() local 4455 { int current = g.FontStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushFont/PopFont Mismatch!"); p_backup++; } // Too few or too many PopFont() CheckStacksSize() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | js_accessibility_manager.cpp | 248 return RangeInfo(value.min, value.max, value.current); in ConvertAccessibilityValue() 777 auto current = nodes.front(); in GetFramenodeByAccessibilityId() local 779 if (current->HasVirtualNodeAccessibilityProperty()) { in GetFramenodeByAccessibilityId() 780 auto fnode = AceType::DynamicCast<NG::FrameNode>(current); in GetFramenodeByAccessibilityId() 787 const auto& children = current->GetChildren(true); in GetFramenodeByAccessibilityId() 792 auto frameNode = AceType::DynamicCast<NG::FrameNode>(current); in GetFramenodeByAccessibilityId() 977 TAG_LOGD(AceLogTag::ACE_ACCESSIBILITY, "Complete parent path:current id %{public}" PRId64 " %{public}s", in SetRootAccessibilityVisible() 2229 DumpLog::GetInstance().AddDesc("current value: ", nodeInfo.GetRange().GetCurrent()); in DumpAccessibilityPropertyNG() 2230 DumpLog::GetInstance().AddDesc("current index: ", nodeInfo.GetCurrentIndex()); in DumpAccessibilityPropertyNG() 3121 DumpLog::GetInstance().AddDesc("current valu in DumpProperty() 3967 auto current = nodes.front(); FindNodeFromRootByExtensionId() local [all...] |
| /third_party/backends/backend/ |
| H A D | epsonds.c | 2202 /* if current selected area is the maximum available, in change_source() 2589 if (s->acquirePage == 0 && s->current == &s->front) in get_next_image() 2652 if (s->current == &s->front) in sane_get_parameters() 2678 if (s->current == &s->back) in sane_get_parameters() 2837 s->current = &s->front; in sane_start() 2840 s->current = &s->back; in sane_start() 3589 int available = eds_ring_avail(s->current); in sane_read() 3600 eds_ring_flush(s->current); in sane_read() 3601 eds_ring_destory(s->current); in sane_read() 3610 eds_ring_flush(s->current); in sane_read() [all...] |
| /foundation/window/window_manager/wm/src/ |
| H A D | window_impl.cpp | 879 SystemBarProperty current = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties() local 883 (propertyIter != properties.end() && current.contentColor_ != propertyIter->second.contentColor_)) { in SetSystemBarProperties() 884 current.contentColor_ = propertyIter->second.contentColor_; in SetSystemBarProperties() 885 current.settingFlag_ = static_cast<SystemBarSettingFlag>( in SetSystemBarProperties() 889 GetWindowId(), GetWindowName().c_str(), current.contentColor_); in SetSystemBarProperties() 890 return SetSystemBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, current); in SetSystemBarProperties() 1585 // show failed when current mode is not support or window only supports split mode and can show when locked in NeedToStopShowing() 1589 WLOGFE("current mode is not supported, windowId: %{public}u, modeSupportInfo: %{public}u, winMode: %{public}u", in NeedToStopShowing() 3025 WLOGE("[StartMove] current window can not be moved, windowId %{public}u", GetWindowId()); in StartMove()
|
| H A D | window_scene_session_impl.cpp | 1118 TLOGI(WmsLogTag::WMS_MULTI_USER, "Switch to current user, NotifyAfterForeground"); in Show() 2071 SystemBarProperty current = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties() local 2075 (propertyIter != properties.end() && current.contentColor_ != propertyIter->second.contentColor_)) { in SetSystemBarProperties() 2076 current.contentColor_ = propertyIter->second.contentColor_; in SetSystemBarProperties() 2077 current.settingFlag_ = static_cast<SystemBarSettingFlag>( in SetSystemBarProperties() 2082 GetWindowId(), GetWindowName().c_str(), current.contentColor_); in SetSystemBarProperties() 2083 return SetSpecificBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, current); in SetSystemBarProperties()
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| H A D | builtins-ia32.cc | 434 // Store the current pc as the handler offset. It's used later to create the in Generate_JSEntryVariant() 461 // Check if the current stack frame is marked as the outermost JS frame. in Generate_JSEntryVariant() 906 // Advance the current bytecode offset. This simulates what all bytecode 909 // the bytecode offset if the current bytecode is a JumpLoop, instead just 930 // Load the current bytecode. in AdvanceBytecodeOffsetOrReturn() 984 // Otherwise, load the size of the current bytecode and advance the offset. in AdvanceBytecodeOffsetOrReturn() 1200 // handler at the current bytecode offset. in Generate_InterpreterEntryTrampoline() 1428 // current stack =====> required stack layout in Generate_InterpreterPushZeroAndArgsAndReturnAddress() 2157 Register current = scratch1; in Generate_AllocateSpaceAndShiftExistingArguments() local 2161 __ mov(current, in Generate_AllocateSpaceAndShiftExistingArguments() [all...] |
| /third_party/node/test/fixtures/snapshot/ |
| H A D | typescript.js | 206 return { current: data.head, selector: selector }; 210 data.current = getNext(data.current); 211 if (data.current) { 212 return { value: data.selector(data.current.key, data.current.value), done: false }; 1139 // move to the next element in arrayB without changing the current position 1145 // arrayB without adding B to the result or changing the current position 2237 var current = new Array(s2.length + 1); 2247 current[ [all...] |
| /third_party/typescript/lib/ |
| H A D | tsserverlibrary.js | 963 // move to the next element in arrayB without changing the current position 969 // arrayB without adding B to the result or changing the current position 2109 var current = new Array(s2.length + 1); 2119 current[0] = i; 2123 current[j] = big; 2132 : Math.min(/*delete*/ previous[j] + 1, /*insert*/ current[j - 1] + 1, /*substitute*/ substitutionDistance); 2133 current[j] = dist; 2137 current[j] = big; 2144 previous = current; 2145 current [all...] |
| H A D | typescript.js | 954 // move to the next element in arrayB without changing the current position 960 // arrayB without adding B to the result or changing the current position 2100 var current = new Array(s2.length + 1); 2110 current[0] = i; 2114 current[j] = big; 2123 : Math.min(/*delete*/ previous[j] + 1, /*insert*/ current[j - 1] + 1, /*substitute*/ substitutionDistance); 2124 current[j] = dist; 2128 current[j] = big; 2135 previous = current; 2136 current [all...] |
| H A D | typescriptServices.js | 954 // move to the next element in arrayB without changing the current position 960 // arrayB without adding B to the result or changing the current position 2100 var current = new Array(s2.length + 1); 2110 current[0] = i; 2114 current[j] = big; 2123 : Math.min(/*delete*/ previous[j] + 1, /*insert*/ current[j - 1] + 1, /*substitute*/ substitutionDistance); 2124 current[j] = dist; 2128 current[j] = big; 2135 previous = current; 2136 current [all...] |
| H A D | tsserver.js | 964 // move to the next element in arrayB without changing the current position 970 // arrayB without adding B to the result or changing the current position 2110 var current = new Array(s2.length + 1); 2120 current[0] = i; 2124 current[j] = big; 2133 : Math.min(/*delete*/ previous[j] + 1, /*insert*/ current[j - 1] + 1, /*substitute*/ substitutionDistance); 2134 current[j] = dist; 2138 current[j] = big; 2145 previous = current; 2146 current [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| H A D | page_router_manager.cpp | 1871 for (int32_t current = 0; current <= index; ++current) { in PopPageToIndex()
|
| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| H A D | audio_endpoint.cpp | 201 * @brief Get the current read position in frame and the read-time with it. 1012 if (processList_.size() <= 1) { // The endpoint only has the current stream in HandleStartDeviceFailed() 1324 int64_t current = ClockTime::GetCurNano(); in CheckAllBufferReady() local 1326 if (current - lastWrittenTime > WAIT_CLIENT_STANDBY_TIME_NS) { in CheckAllBufferReady() 1343 tempBuffer->SetLastWrittenTime(current); in CheckAllBufferReady()
|
| /third_party/node/src/crypto/ |
| H A D | crypto_tls.cc | 762 char* current = out; in ClearOut() local 769 memcpy(buf.base, current, avail); in ClearOut() 781 current += avail; in ClearOut() 1007 // Store the current write wrap in DoWrite()
|
| /third_party/node/ |
| H A D | vcbuild.bat | 283 @rem prevent VsDevCmd.bat from changing the current working directory
323 @rem prevent VsDevCmd.bat from changing the current working directory
811 echo Cannot determine current version of Node.js
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-debug.cc | 2075 uint32_t current = 0; in IsSortedNoDuplicates() local 2085 if (hash < current) { in IsSortedNoDuplicates() 2089 current = hash; in IsSortedNoDuplicates()
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 2736 /* Now deal with this type according to the current in png_check_fp_number() 3731 * precision and that 'lg2' is current scaled by an extra 12 bits, so adjust in png_log16bit() 4339 png_uint_32 current = png_ptr->options; in png_set_option() local 4341 png_ptr->options = (png_uint_32)((current & ~mask) | setting); in png_set_option() 4343 return (int)(current & mask) >> option; in png_set_option()
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1162 * current context (so we cannot call dri2_make_current(NULL)), and therefore in dri2_initialize() 1332 /* Release all non-current Context/Surfaces. */ in dri2_terminate() 1988 /* We know there's a current context because: in dri2_flush_drawable_for_swapbuffers() 1990 * "If surface is not bound to the calling thread’s current in dri2_flush_drawable_for_swapbuffers() 3565 * "If no context is current for the bound API, in dri2_client_wait_sync() 3602 struct timespec current; in dri2_client_wait_sync() local 3607 clock_gettime(CLOCK_MONOTONIC, ¤t); in dri2_client_wait_sync() 3613 expire.tv_nsec += current.tv_nsec; in dri2_client_wait_sync() 3614 expire.tv_sec += current.tv_sec; in dri2_client_wait_sync()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_spill.cpp | 492 /* next use distances at the beginning of the current block */ in init_live_in_vars() 602 /* keep variables spilled if they are alive and not used in the current block */ in init_live_in_vars() 666 /* TODO: test this idea with more than Dawn of War III shaders (the current pipeline-db in init_live_in_vars() 791 /* variable is spilled at predecessor and live at current block: create reload instruction */ in add_coupling_code() 825 /* variable is spilled at predecessor and live at current block: in add_coupling_code() 1045 // TODO: reload at current block if variable is spilled on all predecessors in add_coupling_code() 1211 /* check if register demand is low enough before and after the current instruction */ in process_block() 1320 /* check if the next block leaves the current loop */ in spill_block() 1337 Block& current = ctx.program->blocks[idx]; in spill_block() local 1338 std::vector<aco_ptr<Instruction>>::iterator instr_it = current in spill_block() [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_emit.c | 76 * with EOT for current thread is pending dispatch." in gfx7_convert_mrf_to_grf() 705 brw_inst_set_state(p->isa, insn, p->current); in brw_next_insn() 1045 if (p->current->access_mode == BRW_ALIGN_16) { \ 1075 if (p->current->access_mode == BRW_ALIGN_16) { \ 1872 * nesting, since it can always just point to the end of the block/current loop. 3384 const unsigned flag_subreg = p->current->flag_subreg; in brw_find_live_channel()
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| H A D | app_spawn_sandbox_new_mount_test.cpp | 463 context.buffer[0].current = 0;
in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | ui_node.h | 201 void DumpSimplifyTree(int32_t depth, std::unique_ptr<JsonValue>& current); 428 // Get current frameNode index with or without expanded all LazyForEachNode;
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| H A D | accessibility_node.cpp | 871 accessibilityValue_.current = cur; in SetAccessibilityValue()
|
| /foundation/arkui/ace_engine/interfaces/native/ |
| H A D | native_type.h | 911 * @brief Define the current scrolling state. 3513 * @brief Set accessibility current value. 3516 * @param current value based on range components, The default value is -1。 3519 void OH_ArkUI_AccessibilityValue_SetCurrent(ArkUI_AccessibilityValue* value, int32_t current); 3522 * @brief Get accessibility current value. 3525 * @return current value based on range components, The default value is -1。
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
| H A D | native_type.h | 911 * @brief Define the current scrolling state.
3511 * @brief Set accessibility current value.
3514 * @param current value based on range components, The default value is -1。
3517 void OH_ArkUI_AccessibilityValue_SetCurrent(ArkUI_AccessibilityValue* value, int32_t current);
3520 * @brief Get accessibility current value.
3523 * @return current value based on range components, The default value is -1。
|