| /interface/sdk-js/api/ |
| D | @ohos.arkui.componentUtils.d.ts | 322 z: number property 383 z: number property 474 z: number property
|
| D | @ohos.matrix4.d.ts | 147 z?: number; property 251 z?: number; property 407 z?: number; property
|
| D | @system.sensor.d.ts | 58 z: number; property 583 z: number; property
|
| D | @ohos.sensor.d.ts | 2136 z: number; 3026 z: number; property 3058 z: number; property 3090 z: number; property 3149 z: number; property 3241 z: number; property 3309 z: number; property 3341 z: number; property 3463 z: number; property 3495 z: number; property
|
| D | @ohos.window.d.ts | 1234 z?: number; property 1294 z?: number; property
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/ |
| D | tgmath.h | 58 #define __RETCAST_3(x, y, z) ( \ argument 59 __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), \ 60 __typeof__((x)+(y)+(z)), \ 61 __typeof__((x)+(y)+(z)+1.0))) 73 #define __RETCAST_3(x, y, z) argument 117 #define __tg_real_remquo(x, y, z) (__RETCAST_2(x, y)( \ argument 118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \ 119 __LDBL((x)+(y)) ? remquol(x, y, z) : \ 120 remquo(x, y, z) )) 122 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ argument [all …]
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | page_transition.d.ts | 330 translate(value: { x?: number | string; y?: number | string; z?: number | string }): T; 359 …scale(value: { x?: number; y?: number; z?: number; centerX?: number | string; centerY?: number | s…
|
| D | common.d.ts | 2330 z?: number | string; property 2474 z?: number; property 2903 z?: number; property
|
| /interface/sdk-js/api/arkui/ |
| D | Graphics.d.ts | 145 z: number;
|
| /interface/sdk_c/docs/ |
| D | howto_add.md | 60 下面的例子中,ndk_library的目标名为"libsensor",但是输出的so名字为libsensor.z.so 66 output_extension = "so" # 设置动态库的后缀名,默认为z.so
|
| D | capi_naming.md | 78 #### 2.4.1 【建议】库文件放置在sysroot/usr/lib根目录,不用建子目录;文件名采用unix_like的命名规则,不用z.so结尾。
|
| /interface/sdk_c/commonlibrary/memory_utils/libpurgeablemem/ |
| D | BUILD.gn | 23 output_extension = "z.so"
|
| /interface/sdk_c/security/asset/ |
| D | BUILD.gn | 18 output_extension = "z.so"
|
| /interface/sdk_c/security/huks/ |
| D | BUILD.gn | 18 output_extension = "z.so"
|
| /interface/sdk-js/api/common/full/ |
| D | viewmodel.d.ts | 518 translate3d(x: number, y: number, z: number): void; 566 translateZ(z: number): void; 604 scale3d(x: number, y: number, z: number): void; 652 scaleZ(z: number): void; 690 rotate3d(x: number, y: number, z: number, angle: number): void;
|
| /interface/sdk_c/third_party/zlib/ |
| D | BUILD.gn | 113 output_name = "z"
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_hump.js | 37 return /^[a-z]+[0-9]*([A-Z][a-z0-9]*)*$/g.test(word);
|
| /interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/ |
| D | check_hump.ts | 56 return /^[a-z]+[0-9]*([A-Z][a-z0-9]*)*$/g.test(word);
|
| /interface/sdk_c/third_party/openGLES/GLES2/ |
| D | gl2ext.h | 2821 …ge, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat… 2827 …ge, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat… 2976 …d (GL_APIENTRYP PFNGLUNIFORM3I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z); 2977 …P PFNGLUNIFORM4I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w); 2984 …L_APIENTRYP PFNGLUNIFORM3UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z); 2985 …GLUNIFORM4UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w); 2993 …OGRAMUNIFORM3I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z); 2994 …64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w); 3001 …MUNIFORM3UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z); 3002 …PROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w); [all …]
|
| D | gl2.h | 500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z); 502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,… 643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z); 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
| /interface/sdk_c/third_party/openGLES/GLES3/ |
| D | gl3.h | 500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z); 502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,… 643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z); 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa… 1018 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLin… 1019 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, … 1123 GL_APICALL void GL_APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w); 1124 GL_APICALL void GL_APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint …
|
| D | gl31.h | 500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z); 502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,… 643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z); 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa… 1018 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLin… 1019 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, … 1123 GL_APICALL void GL_APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w); 1124 GL_APICALL void GL_APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint …
|
| D | gl32.h | 500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z); 502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,… 643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z); 645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa… 1018 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLin… 1019 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, … 1123 GL_APICALL void GL_APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w); 1124 GL_APICALL void GL_APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint …
|
| /interface/sdk_c/third_party/openSLES/api/1.0.1/ |
| D | OpenSLES.h | 1710 SLint32 z; member
|
| /interface/sdk_c/third_party/openSLES/api/1.0/ |
| D | OpenSLES.h | 1704 SLint32 z; member
|