Home
last modified time | relevance | path

Searched refs:first (Results 5701 - 5725 of 6245) sorted by relevance

1...<<221222223224225226227228229230>>...250

/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/
H A Dchacha-armv4.S214 @ at this point we have first half of 512-bit result in
1096 @ at this point we have first half of 512-bit result in
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc136 // The first '+ 1' is needed by TF Start node, the second '+ 1' is for the in StartFunction()
1489 const bool first = target->state == SsaEnv::kUnreachable; in MergeValuesInto() local
1501 old.node = first ? val.node in MergeValuesInto()
/third_party/node/
H A Dvcbuild.bat261 @rem cleared first as vswhere_usability_wrapper.cmd doesn't when it fails to
301 @rem cleared first as vswhere_usability_wrapper.cmd doesn't when it fails to
/third_party/libinput/src/
H A Devdev.c232 evdev_log_debug(device, "scroll lock: first down\n"); in evdev_button_scroll_button()
237 evdev_log_debug(device, "scroll lock: first up\n"); in evdev_button_scroll_button()
2279 int type = t->tuples[i].first; in evdev_pre_configure_model_quirks()
2311 unsigned int p = t->tuples[idx].first; in evdev_pre_configure_model_quirks()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc2229 Handle<SharedFunctionInfo> shared = pair.first; in LogCompiledFunctions()
2246 LogExistingFunction(pair.first, pair.second); in LogCompiledFunctions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp243 // .first is an optional GLSL additional type declaration (for structs, basically).
438 // General checks first. in checkSupport()
831 // Use the first sampler and sample from the first image. in initPrograms()
845 // Use the first combined image sampler. in initPrograms()
1253 << inputBlockDecls.first // Additional data types needed. in initPrograms()
1953 const auto& bufferName = ptr.first; in iterate()
2050 // The ray gen shader will store 103 in the first array position using the hitValue after the traceRayExt() call. in initPrograms()
2083 // The ray gen shader will store 200 in the first array position using the callable data after the executeCallableEXT() call. in initPrograms()
2115 // The ray gen shader will store value 300 in the first storag in initPrograms()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT_autogen.h25 GLint first,
153 GLint first,
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp348 * This is public. It first searches the cache, and if a match is not found,
407 // we can't just use the first and last entry of the range to compute in populate_glyph_to_unicode()
1148 uint8_t* first = (uint8_t*)glyph.fImage; in generateImage() local
1150 *first |= 1 << 7; in generateImage()
1587 // Get the buffer size needed first. in logfont_for_name()
1865 * 'default character' specified by the font, then often the first character found is used.
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py1955 first = mopen().readline()
1957 self.assertEqual('abc', first)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp396 // the first one in the list. in pushOverlay()
423 // All file systems are synchronized, just take the first working directory. in getCurrentWorkingDirectory()
645 .first->second.get(); in addChild()
1009 // To handle 'fallthrough' mode we need to iterate at first through
1220 error(Obj, Twine("missing key '") + I.first + "'"); in checkMissingKeys()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp173 // to the slot for CR2, which is the first of the nonvolatile CR in getCalleeSavedSpillSlots()
326 assert(MBBI != Entry->begin() && "UPDATE_VRSAVE is first instr in block?"); in RemoveVRSaveCode()
353 unsigned RegNo = TRI->getEncodingValue(LI.first); in HandleVRSaveUpdate()
354 if (VRRegNo[RegNo] == LI.first) // If this really is a vector reg. in HandleVRSaveUpdate()
627 assert (SR1 && "Asking for the second scratch register but not the first?"); in findScratchRegister()
673 // Set the first scratch register to the first available one. in findScratchRegister()
743 // Check the frame size first and return false if it does not fit the in stackUpdateCanBeMoved()
1726 // If we got this far a first terminator should exist. in createTailCallBranchInstr()
1727 assert(MBBI != MBB.end() && "Failed to find the first terminato in createTailCallBranchInstr()
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h114 /// A helper used to disable overloads if the first type in `TYPES` is a
116 /// first parameter and those that perfectly-forward the first argument.
143 void Apply(FIRST&& first, ARGS&&... args) { in Apply()
144 Set(std::forward<FIRST>(first)); in Apply()
325 /// Source as set by the last call to SetSource() as the first argument to the
329 /// @param arg0 the first arguments to pass to the type constructor
1103 /// @param arg0 the first argument
2566 /// the first argument.
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc1003 std::string* first = field.Add(); in TEST() local
1007 EXPECT_EQ(first, field.Add()); in TEST()
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs1614 // Visit the first relevant key. in deserialize_adjacently_tagged_enum()
1662 // There is no first key. in deserialize_adjacently_tagged_enum()
1673 // Visit the first element - the tag. in deserialize_adjacently_tagged_enum()
1692 // There is no first element. in deserialize_adjacently_tagged_enum()
1843 let default = variant.fields.first().map(|field| { in deserialize_internally_tagged_variant()
1888 let default = variant.fields.first().map(|field| { in deserialize_untagged_variant()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp243 // .first is an optional GLSL additional type declaration (for structs, basically).
438 // General checks first. in checkSupport()
831 // Use the first sampler and sample from the first image. in initPrograms()
845 // Use the first combined image sampler. in initPrograms()
1253 << inputBlockDecls.first // Additional data types needed. in initPrograms()
1953 const auto& bufferName = ptr.first; in iterate()
2050 // The ray gen shader will store 103 in the first array position using the hitValue after the traceRayExt() call. in initPrograms()
2083 // The ray gen shader will store 200 in the first array position using the callable data after the executeCallableEXT() call. in initPrograms()
2115 // The ray gen shader will store value 300 in the first storag in initPrograms()
[all...]
/applications/standard/settings/napi/settings/
H A Dnapi_settings_init.cpp763 descriptors[i++] = DECLARE_NAPI_STATIC_PROPERTY(it.first, it.second); in InitConstClassByName()
/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp1196 eventMsg.first, eventMsg.second); in CancelDelayTask()
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp691 if (element.first == transportId) { in GetCastSessionId()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp614 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, nMetaData, item.first.c_str(), nmetaDataArray)); in ConvertApplicationInfo()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp49 // currentIndex_ should be updated only for the first time in Update()
585 for (const auto& [first, second] : changeEndListeners_) { in FireChangedEvent()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp101 image->GetImageSourceSize().first, image->GetImageSourceSize().second, in Update()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp853 if (position < region.first) { in GetEventMarker()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp68 gradientColorStart.SetLinearColor(LinearColor(item.first)); in DataPanelModifier()
233 // first line and start half circle not cover end half circle in GetPaintPath()
271 * when it's not first line or total draw angle is a whole circle, path is a half circle inward in GetPaintPath()
272 * when it's first line and end half circle not cover start cover circle, path is a half circle outword in GetPaintPath()
273 * when it's first line and end half circle cover start cover circle, path is cut by end half circle in GetPaintPath()
608 // first line and start half circle not cover end half circle in PaintProgress()
617 * when it's first line and end circle not cover start circle, use wide gradient in PaintProgress()
618 * when it's first line and end circle cover start circle, use default gradient and set start half circle color in PaintProgress()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp275 double x = ConvertDimensionToPx(transformOrigin_.first, LengthType::HORIZONTAL, isRoot); in GetTransformOffset()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp328 totalFlexWeight_ -= magicWeightMaps_[(*magicNodes_.begin()).first]; in PerformLayoutInWeightMode()
507 // first time layout in PerformLayoutInItemMode()
784 // first time layout flex item in LayoutFlexItem()
881 // in column, just get the first child baseline in GetBaselineDistance()

Completed in 83 milliseconds

1...<<221222223224225226227228229230>>...250