HomeSort by relevance Sort by last modified time
    Searched refs:params (Results 1326 - 1350 of 2526) sorted by null

<<51525354555657585960>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-posix.h 433 struct sched_param params; local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
448 params.sched_priority = priority;
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
473 struct sched_param params; local
475 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
476 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
gthr-posix.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
gthr-posix.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
gthr-posix.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
gthr-posix.h 407 struct sched_param params; local
410 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
422 params.sched_priority = priority;
429 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
447 struct sched_param params; local
449 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
450 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
gthr-posix.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
gthr-posix.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
gthr-posix.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
gthr-posix.h 425 struct sched_param params; local
428 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
440 params.sched_priority = priority;
447 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
465 struct sched_param params; local
467 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
468 return params.sched_priority;
  /external/openssl/crypto/dsa/
dsa_ameth.c 305 ASN1_STRING *params = NULL; local
310 params = ASN1_STRING_new();
312 if (!params)
318 params->length = i2d_DSAparams(pkey->pkey.dsa, &params->data);
319 if (params->length <= 0)
324 params->type = V_ASN1_SEQUENCE;
340 V_ASN1_SEQUENCE, params, dp, dplen))
348 if (params != NULL)
349 ASN1_STRING_free(params);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 661 WebFileChooserParams params;
662 params.multiSelect = fileChooser->allowsMultipleFiles();
664 params.directory = fileChooser->allowsDirectoryUpload();
666 params.directory = false;
668 params.acceptTypes = fileChooser->acceptTypes();
669 params.selectedFiles = fileChooser->filenames();
670 if (params.selectedFiles.size() > 0)
671 params.initialValue = params.selectedFiles[0];
675 if (client->runFileChooser(params, chooserCompletion)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 701 if (global->params.ctrl_interface == NULL)
705 priv->sock = android_get_control_socket(global->params.ctrl_interface);
711 global->params.ctrl_interface);
724 os_strlcpy(addr.sun_path, global->params.ctrl_interface,
734 if (unlink(global->params.ctrl_interface) < 0) {
738 global->params.ctrl_interface);
748 global->params.ctrl_interface);
754 global->params.ctrl_interface);
783 if (priv->global->params.ctrl_interface)
784 unlink(priv->global->params.ctrl_interface)
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 732 * @param params
736 Object[] params) {
742 if (params != null) {
744 for (int i = 0; i < params.length; i++) {
753 record.setParameters(params);
    [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageWorker.java 246 protected BitmapDrawable doInBackground(Object... params) {
251 data = params[0];
280 bitmap = processBitmap(params[0]);
422 protected Void doInBackground(Object... params) {
423 switch ((Integer)params[0]) {
  /development/scripts/
stack 59 params = urllib.urlencode({"u": user, "pw": password})
67 "--data", params,
127 params = {
131 print "url: http://android-build/buildbot-update?" + urllib.urlencode(params)
133 urllib.urlencode(params)).readlines()[0]
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 219 if (e.params == undefined)
227 description = e.params.url;
230 description = e.params.group_name;
234 description = e.params.host;
238 description = e.params.key;
241 if (e.params.host)
242 description = e.params.host + ' (' + e.params.proxy + ')';
245 if (e.params.source_dependency != undefined) {
247 this.parentView_.getSourceEntry(e.params.source_dependency.id)
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 185 const ContextMenuParams& params)
186 : params_(params),
205 static bool ExtensionContextMatch(const ContextMenuParams& params,
207 bool has_link = !params.link_url.is_empty();
208 bool has_selection = !params.selection_text.empty();
209 bool in_frame = !params.frame_url.is_empty();
214 (params.is_editable && contexts.Contains(ExtensionMenuItem::EDITABLE)) ||
219 switch (params.media_type) {
236 if (!has_link && !has_selection && !params.is_editable &&
237 params.media_type == WebContextMenuData::MediaTypeNone &
    [all...]

Completed in 1710 milliseconds

<<51525354555657585960>>