Searched
full:hold (Results
526 -
550 of
9550) sorted by null
<<21222324252627282930>>
/external/webrtc/webrtc/modules/video_coding/test/ |
plotReceiveTrace.m | 105 hold on; 185 % hold on; 202 hold on;
|
/frameworks/base/packages/SystemUI/ |
README.md | 28 getComponent which were existing systems to get a hold of other parts of 40 Dependency provides a static method for getting a hold of dependencies that 59 number of listeners. The system_server gets a hold of the IStatusBar when
|
/frameworks/base/telephony/java/android/telephony/ims/ |
ImsConferenceState.java | 60 * "on-hold" : Active signaling dialog exists between an endpoint and a focus, 61 * but endpoint is "on-hold" for this conference, i.e., he/she is neither "hearing" 78 public static final String STATUS_ON_HOLD = "on-hold";
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable.h | 88 // NOTE: Never hold on to the result between calls to FindByXXX. The 92 // NOTE: Never hold on to the result between calls to FindByXXX. The 98 // NOTE: Never hold on to the result between calls to FindByXXX. The
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
PlaybackControlsPresenter.java | 60 long mCurrentTimeInMs = -1; // Hold current time in milliseconds 61 long mTotalTimeInMs = -1; // Hold total time in milliseconds 62 long mSecondaryProgressInMs = -1; // Hold secondary progress in milliseconds
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 506 * @param hcontext: pointer to hold returned VBP context handle. 534 * @param data: pointer to hold a data blob that contains parsing result. 556 * @param data: pointer to hold a data blob that contains parsing result.
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
BluetoothHeadsetFragment.java | 126 // Place the current call on hold 220 Log.w(TAG, "Device null when trying to put the call on hold!"); 225 Log.w(TAG, "HFP Profile proxy not available, cannot put the call on hold " +
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
OrcABISupport.h | 128 /// which must be big enough to hold 1 pointer, plus NumTrampolines 154 /// which must be big enough to hold 1 pointer, plus NumTrampolines 219 /// which must be big enough to hold 1 pointer, plus NumTrampolines
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/ |
OrcABISupport.h | 128 /// which must be big enough to hold 1 pointer, plus NumTrampolines 154 /// which must be big enough to hold 1 pointer, plus NumTrampolines 219 /// which must be big enough to hold 1 pointer, plus NumTrampolines
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/ |
OrcABISupport.h | 128 /// which must be big enough to hold 1 pointer, plus NumTrampolines 154 /// which must be big enough to hold 1 pointer, plus NumTrampolines 219 /// which must be big enough to hold 1 pointer, plus NumTrampolines
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
OrcABISupport.h | 128 /// which must be big enough to hold 1 pointer, plus NumTrampolines 154 /// which must be big enough to hold 1 pointer, plus NumTrampolines 219 /// which must be big enough to hold 1 pointer, plus NumTrampolines
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/ |
OrcABISupport.h | 128 /// which must be big enough to hold 1 pointer, plus NumTrampolines 154 /// which must be big enough to hold 1 pointer, plus NumTrampolines 219 /// which must be big enough to hold 1 pointer, plus NumTrampolines
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/ |
OrcABISupport.h | 128 /// which must be big enough to hold 1 pointer, plus NumTrampolines 154 /// which must be big enough to hold 1 pointer, plus NumTrampolines 219 /// which must be big enough to hold 1 pointer, plus NumTrampolines
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
scoped_ptr.h | 54 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object. 116 // After this operation, this object will hold a NULL pointer, 205 // After this operation, this object will hold a NULL pointer,
|
/system/bt/include/hardware/ |
bt_hf_client.h | 163 0x00000008 /* 2 Active calls on hold and accept other \ 167 call (put the rest on hold) */ 235 /** Callback for response and hold
|
/art/runtime/arch/arm64/ |
context_arm64.h | 95 // Hold values for sp, pc and arg0 if they are not located within a stack frame.
|
/art/runtime/arch/mips/ |
context_mips.h | 90 // Hold values for sp and t9 if they are not located within a stack frame. We use t9 for the
|
/art/runtime/arch/mips64/ |
asm_support_mips64.h | 42 // can hold a reference: V0-V1, A0-A7, T0-T2, S2-S8.
|
context_mips64.h | 90 // Hold values for sp and t9 if they are not located within a stack frame. We use t9 for the
|
/art/runtime/arch/x86/ |
context_x86.h | 103 // Hold values for esp, eip and arg0 if they are not located within a stack frame. EIP is somewhat
|
/art/runtime/arch/x86_64/ |
context_x86_64.h | 90 // Hold values for rsp, rip and arg0 if they are not located within a stack frame. RIP is somewhat
|
/art/test/167-visit-locks/smali/ |
TestSync.smali | 69 # Introduce another copy that we will hold live.
|
/art/test/1942-suspend-raw-monitor-exit/src/art/ |
Test1942.java | 59 System.out.println("other thread doesn't hold lock!");
|
/art/test/530-checker-regression-reftyp-final/smali/ |
TestCase.smali | 19 # class type was final which does not hold for arrays.
|
/bionic/tools/versioner/src/ |
Utils.cpp | 67 // fts_read guarantees that `ent` is valid and sane to hold on to until
|
Completed in 453 milliseconds
<<21222324252627282930>>