Searched
full:getpriority (Results
351 -
375 of
1119) sorted by null
<<11121314151617181920>>
/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...] |
mstask.h | 404 virtual HRESULT WINAPI GetPriority(DWORD *pdwPriority) = 0; 452 HRESULT (WINAPI *GetPriority)(ITask *This,DWORD *pdwPriority); [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
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...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 536 public int getPriority(BluetoothDevice device) { 537 if (VDBG) log("getPriority(" + device + ")"); 541 return mService.getPriority(device); [all...] |
BluetoothHeadsetClient.java | 610 public int getPriority(BluetoothDevice device) { 611 if (VDBG) log("getPriority(" + device + ")"); 615 return mService.getPriority(device); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 620 final int priority = getPriority(connectionFlags); [all...] |
/bionic/libc/ |
libc.mips.brillo.map | 467 getpriority;
|
libc.x86.brillo.map | 465 getpriority;
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 431 getpriority;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 429 getpriority;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 427 getpriority;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.versions.txt | 469 getpriority;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.versions.txt | 467 getpriority;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.versions.txt | 465 getpriority;
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplate.java | 293 public double getPriority()
|
/external/llvm/lib/Support/ |
CrashRecoveryContext.cpp | 354 return getpriority(PRIO_DARWIN_THREAD, 0) == 1;
|
/external/testng/src/main/java/org/testng/xml/dom/ |
XDom.java | 302 Assert.assertEquals(s2.getPriority(), 3);
|
/external/vboot_reference/cgpt/ |
cgpt_show.c | 210 printf("%d\n", GetPriority(drive, ANY_VALID, index));
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
JobStoreTest.java | 241 assertEquals("Priority not correctly persisted.", 42, loaded.getPriority());
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayer.cpp | 251 uint32_t HwcLayer::getPriority() const
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-spi-0.9.0.M2.jar | |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_dragonfly.go | 152 //sys Getpriority(which int, who int) (prio int, err error)
|
syscall_freebsd.go | 172 //sys Getpriority(which int, who int) (prio int, err error)
|
syscall_netbsd.go | 170 //sys Getpriority(which int, who int) (prio int, err error)
|
Completed in 3140 milliseconds
<<11121314151617181920>>