HomeSort by relevance Sort by last modified time
    Searched full:getpriority (Results 326 - 350 of 1079) sorted by null

<<11121314151617181920>>

  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 221 this._priority = info.getPriority();
574 * @see javax.jmdns.ServiceInfo#getPriority()
577 public int getPriority() {
888 _priority = srv.getPriority();
    [all...]
DNSRecord.java 691 public int getPriority() {
728 DNSRecord.Service localService = new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns.getLocalHost().getName());
798 return dns.addAnswer(in, addr, port, out, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns
    [all...]
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Category.java 129 final public Level getPriority() {
  /external/testng/src/test/java/org/testng/internal/
MethodInstanceTest.java 542 public int getPriority() {
  /external/vboot_reference/cgpt/
cgpt.h 154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index);
cgpt_add.c 259 params->priority = GetPriority(&drive, PRIMARY, index);
  /external/webrtc/webrtc/p2p/base/
candidate.h 181 uint32_t GetPriority(uint32_t type_preference,
  /frameworks/base/core/jni/
android_util_Process.cpp 239 t_pri = getpriority(PRIO_PROCESS, t_pid);
486 //ALOGI("Setting priority of %" PRId32 ": %" PRId32 ", getpriority returns %d\n",
487 // pid, pri, getpriority(PRIO_PROCESS, pid));
500 jint pri = getpriority(PRIO_PROCESS, pid);
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
NotificationInd.java 255 * public byte getPriority() {return 0x00;}
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 95 public Priority getPriority() {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp 231 uint32_t HwcLayer::getPriority() const
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 122 public int getPriority() {
BluetoothMapMessageListingElement.java 202 public String getPriority() {
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
NotificationInd.java 253 * public byte getPriority() {return 0x00;}
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
NotificationInd.java 255 * public byte getPriority() {return 0x00;}
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 81 : recordingsToOverride.get(0).getPriority() - 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 230 /* The type of the WHICH argument to `getpriority' and `setpriority',
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 230 /* The type of the WHICH argument to `getpriority' and `setpriority',
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go 149 //sys Getpriority(which int, who int) (prio int, err error)
  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd.go 149 //sys Getpriority(which int, who int) (prio int, err error)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 276 return getName() + ":" + getPriority();
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 465 public int getPriority(BluetoothDevice device) {
466 if (VDBG) log("getPriority(" + device + ")");
469 return mService.getPriority(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 560 public int getPriority(BluetoothDevice device) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h 316 virtual HRESULT WINAPI GetPriority(BG_JOB_PRIORITY *pVal) = 0;
355 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob *This,BG_JOB_PRIORITY *pVal);
396 #define IBackgroundCopyJob_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
    [all...]
urlmon.h 550 virtual HRESULT STDMETHODCALLTYPE GetPriority(
593 HRESULT (STDMETHODCALLTYPE *GetPriority)(
621 #define IBinding_GetPriority(This,pnPriority) (This)->lpVtbl->GetPriority(This,pnPriority)
648 return This->lpVtbl->GetPriority(This,pnPriority);
    [all...]

Completed in 1687 milliseconds

<<11121314151617181920>>