Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 25) sorted by relevance

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py38 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 …]
Dparse_include.py231 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/
Dqueue.h113 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);
Dtask.h163 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/
Dtoolchain.sh29 …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/
Dsyslog.h21 #define LOG_MAKEPRI(f, p) (((f)<<3)|(p)) argument
Dtgmath.h81 __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) : \
Dpthread.h358 #define pthread_cleanup_push(f, x) do { struct __ptcb __cb; _pthread_cleanup_push(&__cb, f, x); argument
Dmath.h125 sizeof((x)+(y)) == sizeof(float) ? p##f(x, y) : \
/interface/sdk-js/
Dprocess_internal.py24 with open(options.remove) as f:
25 remove_dict = json.load(f)
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
Ddiff.py44 root_path = f'{root_start}sdk_c'
Ddiff_processor_node.py53 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 …]
Ddiff_file.py196 result_map.setdefault(f'{children["name"]}-{children["kind"]}', children)
198 result_map.setdefault(f'{root_node["name"]}-{root_node["kind"]}', root_node)
Ddiff_processor_permission.py106 merge_str = f'({old_str}) {char} ({new_str})'
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/
Dcheck.py73 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/
Dcanvas.d.ts4703 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/
Dviewmodel.d.ts3866 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/
Dgl2.h400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f);
543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
Dgl2ext.h773 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/
Dgl3.h400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f);
543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
Dgl31.h400 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f);
543 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
Dgl32.h400 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/
DLICENSE-docs103 f. Licensed Material means the artistic or literary work, database,
/interface/sdk-js/build-tools/api_check_plugin/plugin/
Ddictionaries.txt21492 f
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/
Ddictionaries.txt21492 f