HomeSort by relevance Sort by last modified time
    Searched defs:SetPriority (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/chromium_org/net/spdy/
spdy_test_util_common.cc     [all...]
  /external/chromium_org/net/url_request/
url_request.cc 541 SetPriority(MAXIMUM_PRIORITY);
692 job_->SetPriority(priority_);
    [all...]
url_request_http_job.cc 232 void URLRequestHttpJob::SetPriority(RequestPriority priority) {
235 transaction_->SetPriority(priority_);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 241 def SetPriority (self, priority):
    [all...]
  /external/stressapptest/src/
worker.h 223 void SetPriority(Priority priority) { priority_ = priority; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 129 HRESULT (WINAPI *SetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY Val);
178 #define IBackgroundCopyJob2_SetPriority(This,Val) (This)->lpVtbl->SetPriority(This,Val)
bits2_0.h 111 HRESULT (WINAPI *SetPriority)(IBackgroundCopyJob3 *This,BG_JOB_PRIORITY Val);
164 #define IBackgroundCopyJob3_SetPriority(This,Val) (This)->lpVtbl -> SetPriority(This,Val)
bits.h 315 virtual HRESULT WINAPI SetPriority(BG_JOB_PRIORITY Val) = 0;
354 HRESULT (WINAPI *SetPriority)(IBackgroundCopyJob *This,BG_JOB_PRIORITY Val);
395 #define IBackgroundCopyJob_SetPriority(This,Val) (This)->lpVtbl->SetPriority(This,Val)
    [all...]
mstask.h 403 virtual HRESULT WINAPI SetPriority(DWORD dwPriority) = 0;
451 HRESULT (WINAPI *SetPriority)(ITask *This,DWORD dwPriority);
    [all...]
  /external/chromium_org/net/http/
http_cache_transaction.cc 549 void HttpCache::Transaction::SetPriority(RequestPriority priority) {
552 network_trans_->SetPriority(priority_);
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h 134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
430 SLresult (*SetPriority) (
    [all...]

Completed in 1654 milliseconds

12 3 4 5