/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | system.c | 39 * @param governor cpufreq governor name 40 * @param cpu cpu for which the governor should be set 69 * @param cpu cpu# to which the affinity should be set 96 * @param priority priority value 104 struct sched_param param; in set_process_priority() local 108 param.sched_priority = priority; in set_process_priority() 110 if (sched_setscheduler(0, SCHEDULER, ¶m) < 0) { in set_process_priority() 122 * @param config benchmark config values 148 * @param config benchmark config values
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_194.c | 54 struct sched_param param; in Testcase() local 74 param.sched_priority = priority; in Testcase() 75 ret = pthread_attr_setschedparam(&attr, ¶m); in Testcase()
|
H A D | It_posix_pthread_193.c | 57 struct sched_param param; in Testcase() local 74 param.sched_priority = priority; in Testcase() 75 ret = pthread_attr_setschedparam(&attr, ¶m); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_019.cpp | 39 char param[TEST_CMD_LEN] = {0}; in ChildShell() local 40 int ret = snprintf_s(param, TEST_CMD_LEN, TEST_CMD_LEN - 1, "-p %d", pid); in ChildShell() 46 ret = execl("/bin/shell", "shell", "task", param, (char *)0); in ChildShell()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.h | 54 const void *param); 56 const void *param, u8 event); 69 const void *param);
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_193.cpp | 49 struct sched_param param; in Testcase() local 77 param.sched_priority = priority + 1; in Testcase() 78 ret = pthread_attr_setschedparam(&attr, ¶m); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_041.cpp | 49 struct sched_param param = { 0 }; in GroupProcess() local 55 param.sched_priority = 31; // 31, set pthread priority. in GroupProcess() 56 pthread_attr_setschedparam(&a, ¶m); in GroupProcess()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | capability1ndk.cpp | 37 int param;
in CapGet() local 38 napi_get_value_int32(env, args[0], ¶m);
in CapGet() 43 if (param == PARAM_0) {
in CapGet()
|
H A D | auxv1ndk.cpp | 39 int param;
in Getauxval() local 40 napi_get_value_int32(env, args[0], ¶m);
in Getauxval() 44 if (param == PARAM_0) {
in Getauxval()
|
/third_party/jinja2/ |
H A D | meta.py | 28 for _, (action, param) in frame.symbols.loads.items(): 29 if action == "resolve" and param not in self.environment.globals: 30 self.undeclared_identifiers.add(param)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | meta.py | 24 for _, (action, param) in iteritems(frame.symbols.loads): 25 if action == "resolve" and param not in self.environment.globals: 26 self.undeclared_identifiers.add(param)
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | PrefixedPostMessage.js | 18 this.param = 'prefixedMessage'; // Param to use in querystrings 22 * Generate a URL that adds/replaces param with this object's prefix 37 return updateUrlParameter(uri, this.param, this.prefix); 74 * the prefix in a URL param (see also PrefixedMessage#url) 79 var regex = new RegExp(`[?&]${this.param}(=([^&#]*)|&|#|$)`),
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 42 * void NormFn( void* param){ 43 * Params* parameters = ( Params*) param; 54 * Params param; 55 * param.source // set up the source buffer 56 * param.target // set up the target buffer 60 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount); 162 typedef void FunctionToBeTimed(void* param); 217 * @param timer A pointer to UTimer struct to receive the current time 229 * @param timer1 A pointer to UTimer struct to be used as starting time 230 * @param timer 265 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FunctionToBeTimed fn, void* param) utimer_loopUntilDone() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IntroduceVertexIndexID.cpp | 48 const TVariable *param = mainFunction->getParam(i); variable 52 if (Name(*param) == instanceIDName) 56 else if (param->getType().getQualifier() == TQualifier::EvqVertexID)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | meta.py | 24 for _, (action, param) in iteritems(frame.symbols.loads): 25 if action == "resolve" and param not in self.environment.globals: 26 self.undeclared_identifiers.add(param)
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 42 * void NormFn( void* param){ 43 * Params* parameters = ( Params*) param; 54 * Params param; 55 * param.source // set up the source buffer 56 * param.target // set up the target buffer 60 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount); 162 typedef void FuntionToBeTimed(void* param); 217 * @param timer A pointer to UTimer struct to recieve the current time 229 * @param timer1 A pointer to UTimer struct to be used as starting time 230 * @param timer 265 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) utimer_loopUntilDone() argument [all...] |
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/ |
H A D | opengl_platform.h | 65 {%- for param in proc.params -%} 67 {{param.type}} {{param.name}}
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | unshadow.cc | 38 /// @param context the clone context 69 if (auto* param = sem.Get<sem::Parameter>(var)) { in Run() 70 if (param->Shadows()) { in Run() 71 return rename(param); in Run()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_base_node.cpp | 64 JSRef<JSVal> param; in BuildNode() local 67 param = info[1]; in BuildNode() 70 auto lazyBuilderFunc = [buildFunc, param, renderType = renderType_]() mutable { in BuildNode() 73 if (!param->IsEmpty()) { in BuildNode() 74 buildFunc->ExecuteJS(1, ¶m); in BuildNode() 93 JSRef<JSVal> param[2]; in BuildNode() 94 param[0] = JSRef<JSVal>::Make(ToJSValue(instanceId)); in BuildNode() 95 param[1] = JSRef<JSVal>::Make(panda::NativePointerRef::New(vm, AceType::RawPtr(node))); in BuildNode() 96 updateTsFunc->ExecuteJS(2, param); in BuildNode()
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
H A D | player_audio_sink.cpp | 124 struct AudioSampleAttributes param; in Init() local 125 param.sampleRate = attr_.audAttr.sampleRate; in Init() 126 param.format = AUDIO_FORMAT_TYPE_PCM_16_BIT; in Init() 127 param.channelCount = attr_.audAttr.channel; in Init() 128 param.interleaved = false; in Init() 129 param.type = (audioStreamType_ == 1) ? AUDIO_IN_COMMUNICATION : AUDIO_IN_MEDIA; in Init() 130 MEDIA_INFO_LOG("sampleRate:%u, channelCount:%u", param.sampleRate, param.channelCount); in Init() 136 ret = audioAdapter_->CreateRender(audioAdapter_, &deviceDesc, ¶m, &audioRender_); in Init()
|
/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_test.cpp | 288 QosParam param; in HWTEST_F() local 290 param.channelId = TEST_CHANNELID; in HWTEST_F() 291 param.channelType = CHANNEL_TYPE_UDP; in HWTEST_F() 292 param.eventId = TEST_EVENT_ID; in HWTEST_F() 293 param.tvCount = TEST_COUNT; in HWTEST_F() 294 param.tvList = &tvList; in HWTEST_F() 295 param.pid = TEST_PID; in HWTEST_F() 297 ret = ClientIpcOnChannelQosEvent(g_pkgName, ¶m); in HWTEST_F() 308 ret = ClientIpcOnChannelQosEvent(g_pkgName, ¶m); in HWTEST_F()
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_watcher.cpp | 69 napi_value param[ARGV_SIZE];
in ProcessChange() local 77 status = JSUtil::SetValue(env, changeArgs->sessionId_, param[0]);
in ProcessChange() 79 JSUtil::SetValue(env, changeArgs->changeData_, param[1]);
in ProcessChange() 82 status = napi_call_function(env, global, callback, ARGV_SIZE, param, &result);
in ProcessChange() 132 napi_value param[ARGV_SIZE];
in ProcessStatus() local 140 status = JSUtil::SetValue(env, statusArgs->sessionId_, param[0]);
in ProcessStatus() 142 status = JSUtil::SetValue(env, statusArgs->networkId_, param[1]);
in ProcessStatus() 144 status = JSUtil::SetValue(env, statusArgs->status_, param[2]);
in ProcessStatus() 148 status = napi_call_function(env, global, callback, ARGV_SIZE, param, &result);
in ProcessStatus()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/ |
H A D | effect_napi.cpp | 232 static bool IsArrayForNapiValue(napi_env env, napi_value param, uint32_t &arraySize) in IsArrayForNapiValue() argument 236 if ((napi_is_array(env, param, &isArray) != napi_ok) || (isArray == false)) { in IsArrayForNapiValue() 239 if (napi_get_array_length(env, param, &arraySize) != napi_ok) { in IsArrayForNapiValue() 268 napi_value param = nullptr; in ParseJsVec3Value() local 269 napi_get_named_property(env, jsObject, name.c_str(), ¶m); in ParseJsVec3Value() 270 if (param == nullptr) { in ParseJsVec3Value() 274 valueType = UIEffectNapiUtils::getType(env, param); in ParseJsVec3Value() 279 if (!IsArrayForNapiValue(env, param, arraySize)) { in ParseJsVec3Value() 289 if ((napi_get_element(env, param, i, &jsValue)) != napi_ok) { in ParseJsVec3Value()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | block.c | 104 struct ubiblock_param *param; in ubiblock_set_param() local 133 param = &ubiblock_param[ubiblock_devs]; in ubiblock_set_param() 136 ret = kstrtoint(tokens[0], 10, ¶m->ubi_num); in ubiblock_set_param() 140 /* Second param can be a number or a name */ in ubiblock_set_param() 141 ret = kstrtoint(tokens[1], 10, ¶m->vol_id); in ubiblock_set_param() 143 param->vol_id = -1; in ubiblock_set_param() 144 strcpy(param->name, tokens[1]); in ubiblock_set_param() 149 strcpy(param->name, tokens[0]); in ubiblock_set_param() 150 param->ubi_num = -1; in ubiblock_set_param() 151 param in ubiblock_set_param() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_ethtool.c | 146 struct ethtool_ringparam *param) in qeth_get_ringparam() 150 param->rx_max_pending = QDIO_MAX_BUFFERS_PER_Q; in qeth_get_ringparam() 151 param->rx_mini_max_pending = 0; in qeth_get_ringparam() 152 param->rx_jumbo_max_pending = 0; in qeth_get_ringparam() 153 param->tx_max_pending = QDIO_MAX_BUFFERS_PER_Q; in qeth_get_ringparam() 155 param->rx_pending = card->qdio.in_buf_pool.buf_count; in qeth_get_ringparam() 156 param->rx_mini_pending = 0; in qeth_get_ringparam() 157 param->rx_jumbo_pending = 0; in qeth_get_ringparam() 158 param->tx_pending = QDIO_MAX_BUFFERS_PER_Q; in qeth_get_ringparam() 145 qeth_get_ringparam(struct net_device *dev, struct ethtool_ringparam *param) qeth_get_ringparam() argument
|