Home
last modified time | relevance | path

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

12

/interface/sdk-js/build-tools/api_diff/src/
Dcollect_api.js58 flag: '新版本新增', property
69 flag: '新版本删除', property
226 flag = '废弃版本有变化';
235 …diffApis.push(getApiInfoWithFlag(newApi, flag, diffOld, diffNew, subsystemMap, sysCapInfo, notes, …
270 flag = '新增';
278 …diffApis.push(getApiInfoWithFlag(newApi, flag, diffOld, diffNew, subsystemMap, sysCapInfo, notes, …
292 const flag = '新增';
296 …diffApis.push(getApiInfoWithFlag(newApi, flag, diffOld, diffNew, subsystemMap, sysCapInfo, notes, …
389 let flag = '';
391 flag = 'type有变化';
[all …]
/interface/sdk-js/build-tools/dts_parser/src/utils/
DStringUtils.ts19 let flag = false;
21 flag = str.search(sub) !== -1;
25 return flag;
/interface/sdk-js/api/
D@ohos.application.uriPermissionManager.d.ts54 flag: wantConstant.Flags,
79 …function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Prom…
D@ohos.fileshare.d.ts171 flag: wantConstant.Flags,
191 …function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise<vo…
D@ohos.hiTraceChain.d.ts328 function isFlagEnabled(id: HiTraceId, flag: HiTraceFlag): boolean;
338 function enableFlag(id: HiTraceId, flag: HiTraceFlag): void;
D@ohos.inputMethod.Panel.d.ts47 flag?: PanelFlag; property
D@ohos.privacyManager.d.ts474 flag: PermissionUsageFlag; property
D@ohos.inputMethodEngine.d.ts1584 changeFlag(flag: PanelFlag): void;
1727 flag?: PanelFlag; property
D@ohos.i18n.d.ts457 static setUsingLocalDigit(flag: boolean): void;
D@ohos.net.socket.d.ts981 setLoopbackMode(flag: boolean, callback: AsyncCallback<void>): void;
992 setLoopbackMode(flag: boolean): Promise<void>;
D@ohos.arkui.advanced.SegmentButton.d.ets333 * Support multiple selections flag.
582 * The support multiple selections flag of SegmentButton.
/interface/sdk-js/api/common/full/
Dfeatureability.d.ts345 flag?: number; property
428 static getDeviceList(flag: number): Promise<Result>;
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
Ddiff_file.py122 result_map = parse_file_result(parser_include_ast(global_new_dir, [diff_file_path], flag=1))
131 result_map = parse_file_result(parser_include_ast(global_old_dir, [diff_file_path], flag=0))
153 …_file_result_map = parse_file_result(parser_include_ast(global_old_dir, [old_target_file], flag=0))
154 …_file_result_map = parse_file_result(parser_include_ast(global_new_dir, [new_target_file], flag=1))
170 result_map = parse_file_result(parser_include_ast(global_old_dir, [file_path], flag=0))
184 result_map = parse_file_result(parser_include_ast(global_new_dir, [file_path], flag=1))
/interface/sdk_c/third_party/musl/ndk_musl_include/
Dgetopt.h15 int *flag; member
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py257 def copy_self_include(link_include_path, self_include_file, flag=-1): argument
258 if flag == 0:
260 elif flag == 1:
297 def parser_include_ast(gn_file_path, include_path, flag=-1): # 对于单独的.h解析接口 argument
304 copy_self_include(link_include_path, gn_file_path, flag)
/interface/sdk-js/build-tools/api_diff/test/ut/permission_change_001/old/api/
Dpermission_change_001.d.ts461 flag: PermissionUsageFlag; property
/interface/sdk-js/build-tools/api_diff/test/ut/permission_change_001/new/api/
Dpermission_change_001.d.ts462 flag: PermissionUsageFlag; property
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/
Dnameser.h56 #define ns_msg_getflag(handle, flag) \ argument
57 (((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift)
/interface/sdk-js/build-tools/
Ddelete_systemapi_plugin.js527 let flag = allIdentifierSet.has(clause);
529 flag = allIdentifierSet.has(clause) && currModule.includes(clause);
531 if (flag) {
/interface/sdk-js/api/@internal/component/ets/
Dweb.d.ts6256 allowWindowOpenMethod(flag: boolean): WebAttribute;
/interface/sdk-js/build-tools/dts_parser/
Dtsconfig.json73 … /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
/interface/sdk-js/build-tools/jsdoc_format_plugin/
Dtsconfig.json73 … /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
/interface/sdk_c/third_party/zlib/
DREADME62 compiler flag). The compiler bug has been reported to SGI.
/interface/sdk_c/third_party/openGLES/GLES2/
Dgl2.h399 typedef void (GL_APIENTRYP PFNGLDEPTHMASKPROC) (GLboolean flag);
542 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
/interface/sdk_c/third_party/openGLES/GLES3/
Dgl3.h399 typedef void (GL_APIENTRYP PFNGLDEPTHMASKPROC) (GLboolean flag);
542 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);

12