| /interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
| D | parser.py | 38 def find_h_file(matches, f, sources): argument 41 f.seek(mat.span()[0]) 42 content = f.read() 54 with open(file, 'r') as f: 55 content = f.read() # 获取文件内容 58 f.seek(0) # 回到文件开始位置 61 find_h_file(matches, f, sources) 62 f.close() 66 def find_dest_dir(matches, content, f): argument 77 f.seek(end) # 移动光标在该结束位置 [all …]
|
| D | parse_include.py | 231 with open(current_file, 'r', encoding='utf=8') as f: 232 f.seek(start_offset) 233 content = f.read(end_offset - start_offset) 240 f.close() 319 with open(include_path, 'r', encoding='utf-8') as f: 320 f.seek(0) 321 content = f.read() 326 f.close() 332 with open(include_path, 'r', encoding='utf-8') as f: 335 for line in f: [all …]
|
| /interface/sdk_c/resourceschedule/ffrt/c/ |
| D | queue.h | 113 FFRT_C_API void ffrt_queue_attr_set_callback(ffrt_queue_attr_t* attr, ffrt_function_header_t* f); 156 FFRT_C_API void ffrt_queue_submit(ffrt_queue_t queue, ffrt_function_header_t* f, const ffrt_task_at… 170 ffrt_queue_t queue, ffrt_function_header_t* f, const ffrt_task_attr_t* attr);
|
| D | task.h | 163 FFRT_C_API void ffrt_submit_base(ffrt_function_header_t* f, const ffrt_deps_t* in_deps, const ffrt_… 178 FFRT_C_API ffrt_task_handle_t ffrt_submit_h_base(ffrt_function_header_t* f, const ffrt_deps_t* in_d…
|
| /interface/sdk_c/third_party/musl/ndk_script/ |
| D | toolchain.sh | 29 …find ${OUT_DIR}/lib/$i -name 'libc++.a' -type f -exec bash -c 'echo "INPUT(-lc++_static -lc++abi)… 30 …find ${OUT_DIR}/lib/$i -name 'libc++.so' -type f -exec bash -c 'echo "INPUT(-lc++_shared)" > $1' …
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/ |
| D | syslog.h | 21 #define LOG_MAKEPRI(f, p) (((f)<<3)|(p)) argument
|
| D | tgmath.h | 81 __FLT(x) ? fun ## f (x) : \ 88 __FLT(x) ? fun ## f (x, y) : \ 93 __FLT(x) && __FLT(y) ? fun ## f (x, y) : \ 98 __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : \ 103 __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : \ 108 __FLTCX(x) ? c ## fun ## f (x) : \ 111 __FLT(x) ? fun ## f (x) : \
|
| D | pthread.h | 358 #define pthread_cleanup_push(f, x) do { struct __ptcb __cb; _pthread_cleanup_push(&__cb, f, x); argument
|
| D | math.h | 125 sizeof((x)+(y)) == sizeof(float) ? p##f(x, y) : \
|
| /interface/sdk-js/ |
| D | process_internal.py | 24 with open(options.remove) as f: 25 remove_dict = json.load(f)
|
| /interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/ |
| D | diff.py | 44 root_path = f'{root_start}sdk_c'
|
| D | diff_processor_node.py | 53 result_map.setdefault(f'{member["name"]}-{member["kind"]}', member) 484 old_brief = f'{old_tag["name"]} {old_tag["description"]}' 485 new_brief = f'{new_tag["name"]} {new_tag["description"]}' 499 old_deprecated = f'{old_tag["name"]} {old_tag["description"]}' 500 new_deprecated = f'{new_tag["name"]} {new_tag["description"]}' 555 old_permission = f'{old_tag["name"]} {old_tag["description"]}' 556 new_permission = f'{new_tag["name"]} {new_tag["description"]}' 584 old_since = f'{old_tag["name"]} {old_tag["description"]}' 585 new_since = f'{new_tag["name"]} {new_tag["description"]}' 599 old_syscap = f'{old_tag["name"]} {old_tag["description"]}' [all …]
|
| D | diff_file.py | 196 result_map.setdefault(f'{children["name"]}-{children["kind"]}', children) 198 result_map.setdefault(f'{root_node["name"]}-{root_node["kind"]}', root_node)
|
| D | diff_processor_permission.py | 106 merge_str = f'({old_str}) {char} ({new_str})'
|
| /interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/ |
| D | check.py | 73 location = f'{result.location}(line:{result.location_line}, col:{result.location_column})' 91 root_path = f'{root_start}sdk_c'
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | canvas.d.ts | 4703 setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void; 4803 transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
|
| /interface/sdk-js/api/common/full/ |
| D | viewmodel.d.ts | 3866 setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void; 3893 transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
|
| /interface/sdk_c/third_party/openGLES/GLES2/ |
| D | gl2.h | 400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f); 543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
| D | gl2ext.h | 773 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEINDEXEDFOESPROC) (GLuint index, GLfloat n, GLfloat f); 783 GL_APICALL void GL_APIENTRY glDepthRangeIndexedfOES (GLuint index, GLfloat n, GLfloat f); 3747 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEINDEXEDFNVPROC) (GLuint index, GLfloat n, GLfloat f); 3760 GL_APICALL void GL_APIENTRY glDepthRangeIndexedfNV (GLuint index, GLfloat n, GLfloat f);
|
| /interface/sdk_c/third_party/openGLES/GLES3/ |
| D | gl3.h | 400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f); 543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
| D | gl31.h | 400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f); 543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
| D | gl32.h | 400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f); 543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
| /interface/sdk_c/third_party/libuv/ |
| D | LICENSE-docs | 103 f. Licensed Material means the artistic or literary work, database,
|
| /interface/sdk-js/build-tools/api_check_plugin/plugin/ |
| D | dictionaries.txt | 21492 f
|
| /interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/ |
| D | dictionaries.txt | 21492 f
|