| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
| H A D | chacha-armv4.S | 214 @ 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 D | graph-builder-interface.cc | 136 // 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 D | vcbuild.bat | 261 @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 D | evdev.c | 232 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 D | log.cc | 2229 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 D | vktRayTracingDataSpillTests.cpp | 243 // .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 D | validationESEXT_autogen.h | 25 GLint first, 153 GLint first,
|
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_win.cpp | 348 * 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 D | testmock.py | 1955 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 D | VirtualFileSystem.cpp | 396 // 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 D | PPCFrameLowering.cpp | 173 // 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 D | program_builder.h | 114 /// 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 D | repeated_field_unittest.cc | 1003 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 D | de.rs | 1614 // 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 D | vktRayTracingDataSpillTests.cpp | 243 // .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 D | napi_settings_init.cpp | 763 descriptors[i++] = DECLARE_NAPI_STATIC_PROPERTY(it.first, it.second);
in InitConstClassByName()
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_task_mgr.cpp | 1196 eventMsg.first, eventMsg.second); in CancelDelayTask()
|
| /foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
| H A D | connection_manager.cpp | 691 if (element.first == transportId) { in GetCastSessionId()
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | common_func.cpp | 614 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 D | render_stepper.cpp | 49 // 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 D | render_image.cpp | 101 image->GetImageSourceSize().first, image->GetImageSourceSize().second, in Update()
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| H A D | render_text.cpp | 853 if (position < region.first) { in GetEventMarker()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
| H A D | data_panel_modifier.cpp | 68 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 D | render_svg_base.cpp | 275 double x = ConvertDimensionToPx(transformOrigin_.first, LengthType::HORIZONTAL, isRoot); in GetTransformOffset()
|
| /foundation/arkui/ace_engine/frameworks/core/components/flex/ |
| H A D | render_flex.cpp | 328 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()
|