HomeSort by relevance Sort by last modified time
    Searched defs:Mode (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 119 this._mode = WebInspector.WikiParser.Tokenizer.Mode.Normal;
126 WebInspector.WikiParser.Tokenizer.Mode = {
133 * @param {!WebInspector.WikiParser.Tokenizer.Mode} mode
135 _setMode: function(mode)
137 this._mode = mode;
147 return this._mode === WebInspector.WikiParser.Tokenizer.Mode.Normal;
624 this._tokenizer._setMode(WebInspector.WikiParser.Tokenizer.Mode.Link);
634 this._tokenizer._setMode(WebInspector.WikiParser.Tokenizer.Mode.Normal);
    [all...]
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /development/ndk/platforms/android-L/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /external/chromium_org/base/message_loop/
message_loop.h 564 MessagePumpLibevent::Mode mode,
614 enum Mode {
625 enum Mode {
644 Mode mode,
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 125 enum Mode {
191 // Whether we are in the dangerous mode.
196 // Reverts from dangerous mode to normal download mode.
265 // Mode of the download item view.
266 Mode mode_;
309 // Dangerous mode buttons.
313 // Dangerous mode label.
316 // Whether the dangerous mode label has been sized yet.
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchRequestData.h 30 enum Mode { SameOriginMode, NoCORSMode, CORSMode, CORSWithForcedPreflight };
77 void setMode(Mode mode) { m_mode = mode; }
78 Mode mode() const { return m_mode; } function in class:blink::FINAL
107 Mode m_mode;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 57 } MODE;
68 static void Scale2Ratio(int mode, int *hr, int *hs)
70 switch (mode)
111 * noise_sensitivity = 3 means aggressive denoising mode.
112 * noise_sensitivity >= 4 means adaptive denoising mode.
126 /* mode ->
127 *(0)=Realtime/Live Encoding. This mode is optimized for realtim
150 int Mode;
249 /* Memory location to store low-resolution encoder's mode info */
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 214 enum Mode {
221 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
238 bool decode(SkStream*, SkBitmap* bitmap, SkColorType pref, Mode);
239 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) {
240 return this->decode(stream, bitmap, kUnknown_SkColorType, mode);
275 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
291 Mode, Format* format = NULL);
320 static bool DecodeStream(SkStreamRewindable* stream, SkBitmap* bitmap, SkColorType pref, Mode,
328 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 135 enum Mode {
142 Mode getMode() const { return (Mode)fMode; }
143 void setMode(Mode);
  /external/chromium_org/third_party/skia/include/views/animated/
SkWidgetViews.h 162 enum Mode {
169 Mode getMode() const { return (Mode)fMode; }
170 void setMode(Mode);
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.h 94 enum Mode {
102 static Mode GetMode(Code* stub) {
103 // Find the mode depending on the first two instructions.
131 static void Patch(Code* stub, Mode mode) {
144 switch (mode) {
162 DCHECK(GetMode(stub) == mode);
216 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) {
220 if (mode == kSaveFPRegs) {
225 void RestoreCallerSaveRegisters(MacroAssembler*masm, SaveFPRegsMode mode) {
377 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 57 Register result, Register index, LookupMode mode)
61 IndexBits::encode(index.code()) | LookupModeBits::encode(mode);
105 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub
139 enum Mode {
153 static Mode GetMode(Code* stub) {
172 static void Patch(Code* stub, Mode mode) {
173 switch (mode) {
190 DCHECK(GetMode(stub) == mode);
276 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) {
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 147 enum Mode {
169 static Mode GetMode(Code* stub) {
189 static void Patch(Code* stub, Mode mode) {
193 switch (mode) {
209 DCHECK(GetMode(stub) == mode);
246 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) {
248 if (mode == kSaveFPRegs) {
254 SaveFPRegsMode mode) {
255 if (mode == kSaveFPRegs)
384 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub
    [all...]
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.h 149 enum Mode {
171 static Mode GetMode(Code* stub) {
191 static void Patch(Code* stub, Mode mode) {
195 switch (mode) {
211 DCHECK(GetMode(stub) == mode);
248 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) {
250 if (mode == kSaveFPRegs) {
256 SaveFPRegsMode mode) {
257 if (mode == kSaveFPRegs)
386 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 52 Register result, Register index, LookupMode mode)
56 IndexBits::encode(index.code()) | LookupModeBits::encode(mode);
100 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub
131 enum Mode {
145 static Mode GetMode(Code* stub) {
164 static void Patch(Code* stub, Mode mode) {
165 switch (mode) {
182 DCHECK(GetMode(stub) == mode);
270 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) {
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 57 Register result, Register index, LookupMode mode)
61 IndexBits::encode(index.code()) | LookupModeBits::encode(mode);
105 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub
136 enum Mode {
150 static Mode GetMode(Code* stub) {
169 static void Patch(Code* stub, Mode mode) {
170 switch (mode) {
187 DCHECK(GetMode(stub) == mode);
273 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) {
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 34 Mode = internal::traits<Derived>::Mode,
47 inline TriangularBase() { eigen_assert(!((Mode&UnitDiag) && (Mode&ZeroDiag))); }
100 const int mode = int(Mode) & ~SelfAdjoint; local
101 EIGEN_ONLY_USED_FOR_DEBUG(mode);
102 eigen_assert((mode==Upper && col>=row)
103 || (mode==Lower && col<=row)
104 || ((mode==StrictlyUpper || mode==UnitUpper) && col>row
    [all...]
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 60 BYTE Mode:2; /* b00 */
65 BYTE Mode:2; /* b01 */
71 BYTE Mode:2; /* b10 */
78 DWORD Mode:2;
84 DWORD Mode:2;
  /external/libvpx/libvpx/vp8/common/
onyx.h 57 } MODE;
68 static void Scale2Ratio(int mode, int *hr, int *hs)
70 switch (mode)
115 /* mode ->
116 *(0)=Realtime/Live Encoding. This mode is optimized for realtim
139 int Mode;
238 /* Memory location to store low-resolution encoder's mode info */
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 35 // filter mode in the AEC, along with robustness measures around the reported
502 // Sets echo control appropriate for the audio routing |mode| on the device.
504 virtual int set_routing_mode(RoutingMode mode) = 0;
538 // the analog mode, prescribing an analog gain to be applied at the audio HAL.
546 // When an analog mode is set, this must be called prior to |ProcessStream()|
551 // When an analog mode is set, this should be called after |ProcessStream()|
556 enum Mode {
557 // Adaptive mode intended for use if an analog volume control is available
566 // Adaptive mode intended for situations in which an analog volume control
568 // mode, but with scaling instead applied in the digital domain. As wit
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 149 /// Mode of the analyzes while recursively visiting Decls.
242 void DisplayFunction(const Decl *D, AnalysisMode Mode,
252 if (Mode == AM_Syntax)
254 else if (Mode == AM_Path) {
267 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!");
306 /// \brief Determine which inlining mode should be used when this function is
317 /// \param Mode - determines if we are requesting syntax only or path
322 void HandleCode(Decl *D, AnalysisMode Mode,
338 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode)
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 51 protected static enum Mode {
77 * The current cipher mode.
79 private Mode mode = Mode.ECB; field in class:OpenSSLCipher
98 * Current cipher mode: encrypting or decrypting.
108 * The block size of the current mode.
114 * calling "doFinal()" in decryption mode without processing any updates.
121 protected OpenSSLCipher(Mode mode, Padding padding)
164 final Mode mode; local
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 26 Mode = Transform::Mode,
27 IsProjective = (int(Mode)==int(Projective))
39 int Mode,
55 int Mode,
181 Mode = _Mode,
185 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
197 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
199 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
201 typedef typename internal::conditional<int(Mode)==int(AffineCompact)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 190 /// getLdStmModeOpValue - Return encoding for load/store multiple mode.
194 ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm();
195 switch (Mode) {
196 default: llvm_unreachable("Unknown addressing sub-mode!");
436 /// Thumb2 mode.
456 /// Thumb2 mode.
470 /// Thumb2 mode.
495 /// them to their Thumb2 form if we are currently in Thumb2 mode.
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 170 // Load/store multiple addressing mode.
185 // Memory operand addressing mode (in ARM encoding form. For others we need
187 enum Mode {
197 Address(Register rn, int32_t offset = 0, Mode am = Offset) : rn_(rn), rm_(R0),
202 Address(Register rn, Register rm, Mode am = Offset) : rn_(rn), rm_(rm), offset_(0),
207 Address(Register rn, Register rm, Shift shift, uint32_t count, Mode am = Offset) :
245 Mode GetMode() const {
266 Mode am_;

Completed in 746 milliseconds

1 2 34 5 6