HomeSort by relevance Sort by last modified time
    Searched refs:immediate (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/v8/src/
code.h 38 // either registers or immediate values. Used to make sure that the
45 explicit ParameterCount(int immediate)
46 : reg_(no_reg), immediate_(immediate) { }
55 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 93 // enabled again. Does not introduce artifacts, unless immediate is set.
94 // immediate Whether to apply change abruptly (ignored if filter is
96 void commit(bool immediate = false);
108 // introduce artifacts, unless immediate is set.
109 // immediate Whether to apply change abruptly.
110 void enable(bool immediate = false) { mBiquad.enable(immediate); }
113 // immediate is set.
114 // immediate Whether to apply change abruptly.
115 void disable(bool immediate = false) { mBiquad.disable(immediate);
    [all...]
AudioShelvingFilter.h 87 // enabled again. Does not introduce artifacts, unless immediate is set.
88 // immediate Whether to apply change abruptly (ignored if filter is
90 void commit(bool immediate = false);
102 // introduce artifacts, unless immediate is set.
103 // immediate Whether to apply change abruptly.
104 void enable(bool immediate = false) { mBiquad.enable(immediate); }
107 // immediate is set.
108 // immediate Whether to apply change abruptly.
109 void disable(bool immediate = false) { mBiquad.disable(immediate);
    [all...]
AudioBiquadFilter.h 33 // are called without the immediate flag set, the filter smoothly transitions
64 // If called when filter is disabled, will have no immediate effect, but the
67 // immediate If true, transitions to new coefficients smoothly, without
70 void setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate = false);
82 // immediate If true, transitions to new state smoothly, without
85 void enable(bool immediate = false);
88 // immediate If true, transitions to new state smoothly, without
91 void disable(bool immediate = false);
AudioEqualizer.h 174 // enabled again. Does not introduce artifacts, unless immediate is set.
175 // immediate Whether to apply change abruptly (ignored if filter is
177 void commit(bool immediate = false);
189 // introduce artifacts, unless immediate is set.
190 // immediate Whether to apply change abruptly.
191 void enable(bool immediate = false);
194 // immediate is set.
195 // immediate Whether to apply change abruptly.
196 void disable(bool immediate = false);
AudioEqualizer.cpp 216 void AudioEqualizer::commit(bool immediate) {
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
236 void AudioEqualizer::enable(bool immediate) {
237 ALOGV("AudioEqualizer::enable(immediate=%d)", immediate);
238 mpLowShelf->enable(immediate);
    [all...]
AudioPeakingFilter.cpp 87 void AudioPeakingFilter::commit(bool immediate) {
100 mBiquad.setCoefs(coefs, immediate);
AudioShelvingFilter.cpp 89 void AudioShelvingFilter::commit(bool immediate) {
104 mBiquad.setCoefs(coefs, immediate);
AudioBiquadFilter.cpp 53 void AudioBiquadFilter::setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate) {
56 if (CC_UNLIKELY(immediate)) {
70 void AudioBiquadFilter::enable(bool immediate) {
71 if (CC_UNLIKELY(immediate)) {
79 void AudioBiquadFilter::disable(bool immediate) {
80 if (CC_UNLIKELY(immediate)) {
  /external/webkit/Source/WebCore/platform/
HostWindow.h 41 // Requests the host invalidate the window, not the contents. If immediate is true do so synchronously, otherwise async.
42 virtual void invalidateWindow(const IntRect& updateRect, bool immediate) = 0;
44 // Requests the host invalidate the contents and the window. If immediate is true do so synchronously, otherwise async.
45 virtual void invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) = 0;
51 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) = 0;
  /frameworks/volley/tests/src/com/android/volley/
RequestTest.java 40 TestRequest immediate = new TestRequest(Priority.IMMEDIATE); local
41 immediate.setSequence(sequence++);
47 assertTrue(low.compareTo(immediate) > 0);
48 assertTrue(immediate.compareTo(high) < 0);
  /external/skia/legacy/src/animator/
SkAnimateActive.h 27 bool draw() { return immediate(false); }
28 bool enable() { return immediate(true); }
41 bool immediate(bool enable);
72 SkMSec fMaxTime; // greatest of all animation durations; only used by immediate mode
  /external/skia/src/animator/
SkAnimateActive.h 27 bool draw() { return immediate(false); }
28 bool enable() { return immediate(true); }
41 bool immediate(bool enable);
72 SkMSec fMaxTime; // greatest of all animation durations; only used by immediate mode
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 97 // Since there is nothing in the cache, it is an immediate request.
98 assertTrue("should be immediate", request.immediate);
129 // Since there is something in the cache, it is not an immediate request.
130 assertFalse("should not be immediate", request.immediate);
159 // Since there is something in the cache, it is not an immediate request.
160 assertFalse("should not be immediate", request.immediate);
200 public final boolean immediate; field in class:CallLogAdapterTest.TestCallLogAdapter.Request
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 12 @ Out of range shift immediate values.
23 @ CHECK-ERRORS: error: invalid immediate shift value
26 @ CHECK-ERRORS: error: immediate shift value out of range
29 @ CHECK-ERRORS: error: immediate shift value out of range
32 @ CHECK-ERRORS: error: immediate shift value out of range
35 @ CHECK-ERRORS: error: immediate shift value out of range
38 @ CHECK-ERRORS: error: immediate shift value out of range
41 @ CHECK-ERRORS: error: immediate shift value out of range
44 @ CHECK-ERRORS: error: immediate shift value out of range
47 @ CHECK-ERRORS: error: immediate shift value out of rang
    [all...]
arm-memory-instructions.s 12 @ LDR (immediate)
59 @ LDRB (immediate)
113 @ LDRD (immediate)
156 @ LDRH (immediate)
205 @ LDRSB (immediate)
255 @ LDRSH (immediate)
304 @ STR (immediate)
346 @ STRB (immediate)
402 @ STRD (immediate)
440 @ STRH (immediate)
    [all...]
thumb2-diagnostics.s 43 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
44 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
basic-thumb-instructions.s 31 @ ADD (immediate)
55 @ ADD (SP plus immediate)
95 @ ASR (immediate)
167 @ BL/BLX (immediate)
235 @ LDR (immediate)
274 @ LDRB (immediate)
294 @ LDRH (immediate)
324 @ LSL (immediate)
348 @ LSR (immediate)
372 @ MOV (immediate)
    [all...]
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 106 int32_t immediate = ((((int)op) << 16) >> 16); local
107 if (immediate < 0) {
108 stack_size = -immediate;
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 348 void ChromeClientWx::invalidateWindow(const IntRect& rect, bool immediate)
350 if (immediate)
354 void ChromeClientWx::invalidateContentsForSlowScroll(const IntRect& rect, bool immediate)
356 invalidateContentsAndWindow(rect, immediate);
359 void ChromeClientWx::invalidateContentsAndWindow(const IntRect& rect, bool immediate)
366 if (immediate) {
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 171 /// immediate Value in the MCInst.
173 /// @param Value - The immediate Value, has had any PC adjustment made by
177 /// @param Offset - The byte offset to this immediate in the instruction
178 /// @param Width - The byte width of this immediate in the instruction
182 /// immediate in the instruction using the Address, Offset and Width. If that
185 /// returns zero and isBranch is true then a symbol look up for immediate Value
187 /// an MCExpr with the immediate Value is created. This function returns true
286 /// instruction and its immediate Value are used to determine the address
304 /// translateImmediate - Appends an immediate operand to an MCInst.
307 /// @param immediate - The immediate value to append
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 585 // Operand 1 (optional) is an address or immediate.
586 // Operand 2 (optional) is an immediate.
590 HANDLE_OPTIONAL(immediate)
604 // Operand 3 (optional) is an immediate.
620 HANDLE_OPTIONAL(immediate)
626 // Operand 3 (optional) is an immediate.
641 HANDLE_OPTIONAL(immediate)
647 // Operand 3 (optional) is an immediate.
648 // Operand 4 (optional) is an immediate.
665 HANDLE_OPERAND(immediate)
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 238 void ChromeClientWinCE::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate)
243 if (immediate)
247 void ChromeClientWinCE::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
249 invalidateContentsAndWindow(updateRect, immediate);
  /frameworks/base/core/java/android/view/
ViewParent.java 244 * @param immediate True to forbid animated or delayed scrolling,
249 boolean immediate);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 458 uint32_t immediate, uint32_t& rot, uint32_t& imm)
461 imm = immediate;
480 if (((imm>>(rot<<1)) | (imm<<(32-(rot<<1)))) != immediate)
488 bool ARMAssembler::isValidImmediate(uint32_t immediate)
491 return buildImmediate(immediate, rot, imm) == 0;
494 uint32_t ARMAssembler::imm(uint32_t immediate)
497 int err = buildImmediate(immediate, rot, imm);
500 "immediate %08x cannot be encoded",
501 immediate);
504 "immediate (%08x) encoding bogus!"
    [all...]

Completed in 487 milliseconds

1 2 3 4 5 6 7