| /applications/standard/contacts_data/ability/common/utils/include/ |
| H A D | contacts_common_event.h | 46 static bool PublishContactEvent(const OHOS::AAFwk::Want &want, int eventCode, const std::string &eventData);
|
| /test/ostest/wukong/common/include/ |
| H A D | app_manager.h | 57 * @param want want information 61 virtual bool AllowAbilityStart(const AAFwk::Want &want, const std::string &bundleName) override;
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | wcharndk1.cpp | 708 size_t want = PARAM_6;
in Wcsnlen_One() local 711 napi_create_int32(env, ret == want, &result);
in Wcsnlen_One() 756 size_t want = PARAM_6;
in Wcsrtombs_One() local 760 napi_create_int32(env, ret == want, &result);
in Wcsrtombs_One() 767 size_t want = 5U;
in Wcsspn_One() local 769 napi_create_int32(env, ret == want, &result);
in Wcsspn_One() 874 unsigned long want = PARAM_25;
in Wcstoul_One() local 877 napi_create_int32(env, ret == want, &result);
in Wcstoul_One() 909 int want = PARAM_2;
in Wcswidth_One() local 910 int ret = wcswidth(L"abc", want);
in Wcswidth_One() [all...] |
| /applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
| H A D | camera_ability_slice.cpp | 493 void CameraAbilitySlice::OnStart(const Want &want) in OnStart() argument 495 AbilitySlice::OnStart(want); in OnStart() 553 void CameraAbilitySlice::OnActive(const Want &want) in OnActive() argument 556 AbilitySlice::OnActive(want); in OnActive()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mp3enc.c | 120 uint32_t want; member 231 mp3->want=1; in mp3_write_xing() 298 if (mp3->want == mp3->seen) { in mp3_xing_add_frame() 307 mp3->want *= 2; in mp3_xing_add_frame() 578 /* check the streams -- we want exactly one audio and arbitrary number of in mp3_init()
|
| /third_party/libfuse/example/ |
| H A D | passthrough_hp.cc | 193 conn->want |= FUSE_CAP_EXPORT_SUPPORT; in sfs_init() 196 conn->want |= FUSE_CAP_WRITEBACK_CACHE; in sfs_init() 199 conn->want |= FUSE_CAP_FLOCK_LOCKS; in sfs_init() 206 conn->want &= ~FUSE_CAP_SPLICE_READ; in sfs_init() 207 conn->want &= ~FUSE_CAP_SPLICE_WRITE; in sfs_init() 210 conn->want |= FUSE_CAP_SPLICE_WRITE; in sfs_init() 212 conn->want |= FUSE_CAP_SPLICE_READ; in sfs_init()
|
| /test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappe/entry/src/main/js/MainAbility/pages/index/ |
| H A D | index.js | 74 want:
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse_common.h | 145 unsigned want; member
|
| /third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
| H A D | extendStringPrototype.js | 71 ' is probably something you don\'t want to override. ' +
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | rt.c | 776 s64 want; in __disable_runtime() local 796 want = rt_b->rt_runtime - rt_rq->rt_runtime; in __disable_runtime() 814 if (want > 0) { in __disable_runtime() 815 diff = min_t(s64, iter->rt_runtime, want); in __disable_runtime() 817 want -= diff; in __disable_runtime() 819 iter->rt_runtime -= want; in __disable_runtime() 820 want -= want; in __disable_runtime() 824 if (!want) { in __disable_runtime() 834 BUG_ON(want); in __disable_runtime() [all...] |
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzread.c | 99 state->in = (unsigned char *)malloc(state->want); 100 state->out = (unsigned char *)malloc(state->want << 1); 107 state->size = state->want;
|
| H A D | gzwrite.c | 24 state->in = (unsigned char *)malloc(state->want << 1); 33 state->out = (unsigned char *)malloc(state->want); 56 state->size = state->want;
|
| /third_party/node/deps/zlib/ |
| H A D | gzread.c | 82 state->in = (unsigned char *)malloc(state->want); in gz_look() 83 state->out = (unsigned char *)malloc(state->want << 1); in gz_look() 90 state->size = state->want; in gz_look()
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | gzread.c | 114 state->in = malloc(state->want);
115 state->out = malloc(state->want << 1);
124 state->size = state->want;
|
| H A D | gzwrite.c | 22 state->in = malloc(state->want);
23 state->out = malloc(state->want);
46 state->size = state->want;
|
| H A D | gzguts.h | 93 unsigned want; /* requested buffer size, default is GZBUFSIZE */
member
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | gzread.c | 99 state->in = (unsigned char *)malloc(state->want); 100 state->out = (unsigned char *)malloc(state->want << 1); 107 state->size = state->want;
|
| /third_party/zlib/ |
| H A D | gzread.c | 97 state->in = (unsigned char *)malloc(state->want); in gz_look() 98 state->out = (unsigned char *)malloc(state->want << 1); in gz_look() 105 state->size = state->want; in gz_look()
|
| /third_party/gn/misc/vim/ftdetect/ |
| H A D | gnfiletype.vim | 6 " because those settings are global (not buffer local), yet we want
|
| /third_party/ffmpeg/tools/ |
| H A D | target_dec_fate.sh | 36 may want to preserve its content between runs.
|
| /third_party/gn/src/gn/ |
| H A D | args.cc | 41 building code for a different platform, and that it may want to always 62 If you want to use an argument, you use declare_args() and specify default 70 "import"-ed file if you want such arguments to apply to multiple buildfiles. 168 // Verify that the value hasn't already been declared. We want each value 198 // that's only used in one toolchain, we don't want to report unused
|
| /third_party/libfuse/lib/ |
| H A D | helper.c | 413 if (cond) conn->want |= (cap) in fuse_apply_conn_info_opts() 415 if (cond) conn->want &= ~(cap) in fuse_apply_conn_info_opts()
|
| /applications/standard/contacts_data/dataBusiness/contacts/src/ |
| H A D | contacts_data_ability.cpp | 118 sptr<IRemoteObject> ContactsDataAbility::OnConnect(const AAFwk::Want &want) in OnConnect() argument 121 Extension::OnConnect(want); in OnConnect() 133 void ContactsDataAbility::OnStart(const Want &want) in OnStart() argument 136 Extension::OnStart(want); in OnStart()
|
| /third_party/skia/tests/ |
| H A D | MathTest.cpp | 745 int want = (v + 127)/255; in DEF_TEST() local 750 if (got != want) { in DEF_TEST() 751 SkDebugf("%d -> %d, want %d\n", v, got, want); in DEF_TEST() 753 REPORTER_ASSERT(r, got == want); in DEF_TEST()
|
| /third_party/lame/libmp3lame/ |
| H A D | VbrTag.c | 99 if (v->seen < v->want) { in addVbr() 112 v->want *= 2; in addVbr() 514 gfc->VBR_seek_table.want = 1; in InitVbrTag()
|