HomeSort by relevance Sort by last modified time
    Searched defs:param (Results 176 - 200 of 1450) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
pthread_cond_wait_1.c 55 struct sched_param param; local
61 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
62 if ((policy != POLICY) || (param.sched_priority != HIGH_PRIORITY)) {
85 struct sched_param param; local
91 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
92 if ((policy != POLICY) || (param.sched_priority != LOW_PRIORITY)) {
111 struct sched_param param; local
117 param.sched_priority = HIGH_PRIORITY;
118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param));
122 param.sched_priority = LOW_PRIORITY
    [all...]
pthread_cond_wait_2.c 55 struct sched_param param; local
61 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
62 if ((policy != POLICY) || (param.sched_priority != HIGH_PRIORITY)) {
85 struct sched_param param; local
91 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
92 if ((policy != POLICY) || (param.sched_priority != LOW_PRIORITY)) {
111 struct sched_param param; local
117 param.sched_priority = HIGH_PRIORITY;
118 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param));
122 param.sched_priority = LOW_PRIORITY
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
1-1.c 63 struct sched_param param; local
69 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
70 if (policy != SCHED_RR || param.sched_priority != HIGH_PRIORITY) {
89 struct sched_param param; local
95 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
96 if (policy != SCHED_RR || param.sched_priority != LOW_PRIORITY) {
116 struct sched_param param; local
124 param.sched_priority = HIGH_PRIORITY;
125 SAFE_PFUNC(pthread_attr_setschedparam(&high_attr, &param));
129 param.sched_priority = LOW_PRIORITY
    [all...]
1-2.c 53 struct sched_param param; local
59 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
64 if (param.sched_priority != HIGH_PRIORITY) {
84 struct sched_param param; local
90 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
95 if (param.sched_priority != LOW_PRIORITY) {
114 struct sched_param param; local
117 param.sched_priority = MID_PRIORITY;
118 SAFE_PFUNC(pthread_setschedparam(pthread_self(), SCHED_RR, &param));
119 SAFE_PFUNC(pthread_getschedparam(pthread_self(), &policy, &param));
    [all...]
  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c 109 struct sched_param param; local
140 param.sched_priority = sched_get_priority_min(SCHED_FIFO) + 80;
141 rc = sched_setscheduler(0, SCHED_FIFO, &param);
  /external/ltp/testcases/realtime/func/measurement/
rdtsc-latency.c 104 struct sched_param param; local
122 param.sched_priority = sched_get_priority_max(SCHED_FIFO);
123 err = sched_setscheduler(0, SCHED_FIFO, &param);
130 param.sched_priority);
  /external/mesa3d/src/compiler/glsl/
opt_constant_variable.cpp 154 ir_variable *param = (ir_variable *) formal_node; local
156 if (param->data.mode == ir_var_function_out ||
157 param->data.mode == ir_var_function_inout) {
  /external/mesa3d/src/compiler/nir/
nir_inline_functions.c 88 lower_param_to_local(nir_variable *param, nir_function_impl *impl, bool write)
90 if (param->data.mode != nir_var_param)
94 if (param->data.location >= 0) {
95 assert(param->data.location < impl->num_params);
96 param_type = impl->function->params[param->data.location].param_type;
105 param->data.mode = nir_var_local;
106 exec_list_push_tail(&impl->locals, &param->node);
198 nir_variable *param = callee_copy->params[i]; local
200 if (param->data.mode == nir_var_local &&
202 nir_copy_deref_var(b, nir_deref_var_create(b->shader, param),
222 nir_variable *param = callee_copy->params[i]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 135 LLVMValueRef param; local
137 param = LLVMBuildExtractElement(builder, value, lp_build_const_int32(gallivm, i), "");
142 param = LLVMBuildZExt(builder, param, int_type, "");
144 param = LLVMBuildSExt(builder, param, int_type, "");
147 params[2 + i] = param;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_cs_state.c 234 gl_constant_value *param = (gl_constant_value*) local
237 assert(param);
242 gl_constant_value *param_copy = param;
249 param_copy[i] = *prog_data->param[i];
262 param[dst] = *prog_data->param[src];
265 param[dst] = thread_id;
  /external/nos/host/android/hals/keymaster/
proto_utils.cpp 495 ErrorCode key_parameter_to_pb(const KeyParameter& param,
498 switch (param.tag) {
501 << (uint32_t)param.tag;
505 pb->set_integer((uint32_t)translate_purpose(param.f.purpose));
508 pb->set_integer((uint32_t)translate_algorithm(param.f.algorithm));
511 pb->set_integer(param.f.integer);
514 pb->set_integer((uint32_t)translate_block_mode(param.f.blockMode));
517 pb->set_integer((uint32_t)translate_digest(param.f.digest));
520 pb->set_integer((uint32_t)translate_padding_mode(param.f.paddingMode));
523 pb->set_integer(param.f.boolValue)
806 nosapp::KeyParameter *param = pb->add_params(); local
863 nosapp::KeyParameter *param = pbParams->add_params(); local
880 const nosapp::KeyParameter& param = pbParams.params(i); local
    [all...]
  /external/nos/test/system-test-harness/src/
keymaster-import-wrapped-key-tests.cc 230 KeyParameter *param = params->add_params(); local
231 param->set_tag(Tag::ALGORITHM);
232 param->set_integer((uint32_t)Algorithm::AES);
  /external/parameter-framework/upstream/bindings/c/
Test.cpp 318 PfwParameterHandler *param = pfwBindParameter(pfw, intParameterPath); local
319 REQUIRE_SUCCESS(param != NULL);
322 REQUIRE_FAILURE(pfwSetIntParameter(param, 101));
326 REQUIRE_SUCCESS(pfwSetIntParameter(param, 11));
328 REQUIRE_SUCCESS(pfwGetIntParameter(param, &value));
333 pfwUnbindParameter(param);
337 PfwParameterHandler *param = pfwBindParameter(pfw, stringParameterPath); local
338 REQUIRE_SUCCESS(param != NULL);
341 REQUIRE_FAILURE(pfwSetStringParameter(param, "ko_1234567"));
346 REQUIRE_SUCCESS(pfwSetStringParameter(param, "ok"))
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_pushbutton.cpp 68 CFWL_ThemeBackground param; local
69 param.m_pWidget = this;
70 param.m_iPart = CFWL_Part::Background;
71 param.m_dwStates = GetPartStates();
72 param.m_pGraphics = pGraphics;
74 param.m_matrix.Concat(*pMatrix);
75 param.m_rtPart = m_rtClient;
77 param.m_pData = &m_rtCaption;
78 pTheme->DrawBackground(&param);
  /external/python/cpython3/Modules/_blake2/
blake2b_impl.c 42 blake2b_param param; member in struct:__anon33209
111 memset(&self->param, 0, sizeof(self->param));
120 self->param.digest_length = digest_size;
130 memcpy(self->param.salt, salt->buf, salt->len);
141 memcpy(self->param.personal, person->buf, person->len);
150 self->param.fanout = (uint8_t)fanout;
157 self->param.depth = (uint8_t)depth;
169 self->param.leaf_length = (unsigned int)leaf_size;
183 store48(&(self->param.node_offset), node_offset)
    [all...]
blake2s_impl.c 42 blake2s_param param; member in struct:__anon33210
111 memset(&self->param, 0, sizeof(self->param));
120 self->param.digest_length = digest_size;
130 memcpy(self->param.salt, salt->buf, salt->len);
141 memcpy(self->param.personal, person->buf, person->len);
150 self->param.fanout = (uint8_t)fanout;
157 self->param.depth = (uint8_t)depth;
169 self->param.leaf_length = (unsigned int)leaf_size;
183 store48(&(self->param.node_offset), node_offset)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Threading.cpp 111 void *param; member in struct:ThreadInfo
114 static unsigned __stdcall ThreadCallback(void *param) {
115 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);
116 info->func(info->param);
123 struct ThreadInfo param = { Fn, UserData }; local
127 &param, 0, NULL);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_copy_insertion_test.cc 75 HloInstruction::CreateParameter(0, scalar_shape_, "param"));
82 HloInstruction::CreateParameter(0, scalar_shape_, "param"));
108 auto param = builder.AddInstruction( local
115 HloInstruction::CreateParameter(0, scalar_shape_, "param"));
126 HloInstruction::CreateCall(tuple_shape, {param}, subcomputation));
  /external/tensorflow/tensorflow/compiler/xla/service/
liveness_util.cc 255 auto* param = user->to_apply()->parameter_instruction(operand_indices[0]); local
257 auto param_uses = GetAllUsesOfInstructionAtIndex(param, operand_index,
tuple_simplifier_test.cc 71 HloInstruction* param = builder.AddInstruction( local
72 HloInstruction::CreateParameter(0, tuple_shape_, "param"));
74 HloInstruction::CreateGetTupleElement(scalar_shape_, param, 1));
108 HloInstruction* param = builder.AddInstruction( local
109 HloInstruction::CreateParameter(0, scalar_shape_, "param"));
112 HloInstruction* element = param;
138 HloInstruction* param = builder.AddInstruction( local
139 HloInstruction::CreateParameter(0, scalar_shape_, "param"));
142 HloInstruction* nested_tuple = param;
161 EXPECT_THAT(computation->root_instruction(), param);
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
partial_run_mgr_test.cc 108 StatusTestParam param = GetParam(); local
114 partial_run_mgr_.ExecutorDone(step_id, param.executor_status);
117 param.partial_run_status);
119 EXPECT_EQ(status(), param.expected_status);
124 StatusTestParam param = GetParam(); local
132 param.partial_run_status);
133 partial_run_mgr_.ExecutorDone(step_id, param.executor_status);
135 EXPECT_EQ(status(), param.expected_status);
  /frameworks/native/cmds/installd/
otapreopt_parameters.cpp 156 const char* param = argv[3 + param_index]; local
157 if (param == nullptr) {
163 apk_path = param;
167 uid = atoi(param);
171 pkgName = param;
175 instruction_set = param;
189 oat_dir = param;
202 int input = atoi(param);
213 compiler_filter = param;
217 volume_uuid = ParseNull(param);
285 const char* param = argv[dexopt_index + 1 + param_index]; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointXmlUtils.java 116 * @param out The output stream to serialize to
117 * @param config The configuration to serialize
149 * @param in The input stream to read from
150 * @param outerTagDepth The tag depth of the current XML section
226 * @param out The output stream to serialize data to
227 * @param homeSp The {@link HomeSp} to serialize
252 * @param out The output stream to serialize to
253 * @param credential The {@link Credential} to serialize
278 * @param out The output stream to serialize to
279 * @param policy The {@link Policy} to serializ
810 UpdateParameter param = new UpdateParameter(); local
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DefaultMeasureSpecTest.java 58 public static List<Object[]> param() { method in class:DefaultMeasureSpecTest
86 for (Object[] param : params) {
87 param[0] = "width: " + log((Integer) param[1]) + ", height:" + log((Integer) param[2]);
88 param[0] = param[0] + ", padding:" + param[5];
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
ParametersUtil.impl.h 116 AudioParameter param; local
117 param.add(String8(name), String8(value));
118 return setParams(param);
122 AudioParameter param; local
123 param.add(String8(name), String8(value ? AudioParameter::valueOn : AudioParameter::valueOff));
124 return setParams(param);
128 AudioParameter param; local
129 param.addInt(String8(name), value);
130 return setParams(param);
134 AudioParameter param; local
    [all...]

Completed in 1499 milliseconds

1 2 3 4 5 6 78 91011>>