Home
last modified time | relevance | path

Searched refs:left (Results 3901 - 3925 of 3984) sorted by relevance

1...<<151152153154155156157158159160

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1832 left(value) {
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/
H A Drelative_container_test_ng.cpp162 left: { anchor: "__container__", align: HorizontalAlign.Start } in HWTEST_F()
224 left: { anchor: "__container__", align: HorizontalAlign.Center }, in HWTEST_F()
314 left: { anchor: "__container__", align: HorizontalAlign.Start }, in HWTEST_F()
321 left: { anchor: "bt1", align: HorizontalAlign.End }, in HWTEST_F()
446 left: { anchor: "__container__", align: HorizontalAlign.Start } in HWTEST_F()
450 left:{ anchor: "bt1", align: HorizontalAlign.Start }, in HWTEST_F()
457 left: { anchor: "bt1", align: HorizontalAlign.End }, in HWTEST_F()
464 left: { anchor: "bt2", align: HorizontalAlign.End }, in HWTEST_F()
471 left: { anchor: "bt1", align: HorizontalAlign.End }, in HWTEST_F()
718 left in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1550 .left = Dimension(1), in ImageModelNGTest001_SetRenderProperty01()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp857 padding.left = CalcLength(searchTheme->GetSearchButtonTextPadding()); in CreateButton()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp2001 EXPECT_EQ(imageLayoutProperty->GetMarginProperty()->left, CalcLength(ICON_TEXT_SPACE)); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1707 writePaddingProperty.left = CalcLength(5); in HWTEST_F()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dres_func.S626 | for this condition. The restore flag (RES_FLG) is left clear.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dres_func.S626 | for this condition. The restore flag (RES_FLG) is left clear.
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-css.c1755 r[i].left = 0; in imgu_css_fmt_try()
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h2122 /* LED to indicate left side */
4660 uint8_t left; member
5974 /* Poll until the finger has left the sensor */
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css.c1740 r[i].left = 0; in imgu_css_fmt_try()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1127 src_box.left = box->x; in transfer_image_part_to_buf()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp3758 << callbackData.size << "; type=" << std::setw(15) << std::left in processCallback()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex865 Group names that were simply an alias for a GL type have been left
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs1419 v.visit_expr(&*node.left); in visit_expr_assign()
1458 v.visit_expr(&*node.left); in visit_expr_binary()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp3490 GL_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in GL_ScissorIndexed() argument
3494 "context = %d, index = %u, left = %d, bottom = %d, width = %d, height = %d", CID(context), in GL_ScissorIndexed()
3495 index, left, bottom, width, height); in GL_ScissorIndexed()
3502 index, left, bottom, width, height)); in GL_ScissorIndexed()
3505 context->scissorIndexed(index, left, bottom, width, height); in GL_ScissorIndexed()
3507 ANGLE_CAPTURE(ScissorIndexed, isCallValid, context, index, left, bottom, width, height); in GL_ScissorIndexed()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4232 // If it happily moves, we are left in that state, otherwise it is time to start reading from our cache
9068 std::string left;
9567 optWidth = (std::max)(optWidth, cols.left.size() + 2);
9573 TextFlow::Column( cols.left ).width( optWidth ).indent( 2 ) +
13456 << std::left << std::setw(16) << "description: " << "A Catch2 test executable\n"
13457 << std::left << std::setw(16) << "category: " << "testframework\n"
13458 << std::left << std::setw(16) << "framework: " << "Catch Test\n"
13459 << std::left << std::setw(16) << "version: " << libraryVersion() << std::endl;
15566 // Are there enough bytes left to avoid accessing out-of-bounds memory?
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp19195 == __ios_base::left);
26167 static const fmtflags left = _S_left;
26634 left(ios_base& __base)
26636 __base.setf(ios_base::left, ios_base::adjustfield);
30237 if ((__flags & ios_base::adjustfield) == ios_base::left)
30299 if (__adjust == ios_base::left)
[all...]
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1979 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
2068 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
4077 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4078 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4333 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4334 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/openGLES/api/GL/
H A Dglcorearb.h1960 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
2049 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
4064 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4065 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4320 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4321 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h2016 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h2016 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/elfutils/src/
H A Dreadelf.c3649 left (Elf_Data *data, in left() function
3701 while (left (data, p) >= 4) in print_attributes()
3710 if (unlikely (len > left (data, p))) in print_attributes()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4261 auto left = Utils::OpenHandle(this); in InstanceOf() local
4265 !i::Object::InstanceOf(isolate, left, right).ToHandle(&result); in InstanceOf()
5486 // Check left side if flat. in Unaligned()
5487 i::String left = cons_string.first(); in Unaligned() local
5488 i::ConsString left_as_cons = i::String::VisitFlat(this, left, 0); in Unaligned()
5496 if (left.length() < right.length()) { in Unaligned()
5507 // Descend left in place. in Unaligned()
6899 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat() argument
6902 i::Handle<i::String> left_string = Utils::OpenHandle(*left); in Concat()
9241 // We left th in ContextDisposedNotification()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp110 paddingBeforeContent_ = axis_ == Axis::HORIZONTAL ? padding.left.value_or(0) : padding.top.value_or(0); in Measure()

Completed in 251 milliseconds

1...<<151152153154155156157158159160