HomeSort by relevance Sort by last modified time
    Searched refs:mode_ (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/chromium_org/crypto/
encryptor.h 113 Mode mode_; member in class:crypto::Encryptor
  /external/chromium_org/ipc/
ipc_channel_nacl.h 65 Mode mode_; member in class:IPC::Channel::ChannelImpl
  /external/chromium_org/ppapi/proxy/
file_chooser_resource.h 65 PP_FileChooserMode_Dev mode_; member in class:ppapi::proxy::FileChooserResource
file_chooser_resource.cc 24 mode_(mode) {
140 mode_ == PP_FILECHOOSERMODE_OPENMULTIPLE,
  /external/chromium_org/remoting/host/
log_to_server.h 69 ServerLogEntry::Mode mode_; member in class:remoting::LogToServer
  /external/chromium_org/v8/src/
compiler.h 189 ASSERT(mode_ != OPTIMIZE);
195 mode_ = CompilationInfo::NONOPT;
217 bool IsOptimizing() const { return mode_ == OPTIMIZE; }
218 bool IsOptimizable() const { return mode_ == BASE; }
219 bool IsStub() const { return mode_ == STUB; }
338 mode_ = mode;
402 Mode mode_; member in class:v8::internal::CompilationInfo
  /external/v8/src/ia32/
code-stubs-ia32.h 89 mode_(mode),
95 UnaryOverwriteMode mode_; member in class:v8::internal::UnaryOpStub
108 return ModeBits::encode(mode_)
161 mode_(mode),
173 mode_(ModeBits::decode(key)),
185 OverwriteMode mode_; member in class:v8::internal::BinaryOpStub
204 | ModeBits::encode(mode_)
421 : dictionary_(dictionary), result_(result), index_(index), mode_(mode) { }
460 LookupModeBits::encode(mode_);
471 LookupMode mode_; member in class:v8::internal::StringDictionaryLookupStub
    [all...]
regexp-macro-assembler-ia32.h 170 inline int char_size() { return static_cast<int>(mode_); }
197 Mode mode_;
  /external/v8/src/x64/
code-stubs-x64.h 95 mode_(mode),
101 UnaryOverwriteMode mode_; member in class:v8::internal::UnaryOpStub
114 return ModeBits::encode(mode_)
164 mode_(mode),
175 mode_(ModeBits::decode(key)),
186 OverwriteMode mode_; member in class:v8::internal::BinaryOpStub
203 | ModeBits::encode(mode_)
423 : dictionary_(dictionary), result_(result), index_(index), mode_(mode) { }
462 LookupModeBits::encode(mode_);
473 LookupMode mode_; member in class:v8::internal::StringDictionaryLookupStub
    [all...]
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 81 channel->mode_ = mode;
102 : mode_(IPC::Channel::MODE_NONE),
162 if (mode_ == IPC::Channel::MODE_CLIENT && -1 == channel_handle_.socket.fd)
167 channel_handle_, mode_, this, ipc_message_loop, create_pipe_now,
173 if (mode_ == IPC::Channel::MODE_SERVER)
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 109 mode_(mode),
245 if (mode_ == ASCII) {
307 ASSERT(mode_ == UC16);
391 if (mode_ == ASCII) {
395 ASSERT(mode_ == UC16);
501 if (mode_ != ASCII || kTableMask != String::kMaxOneByteCharCode) {
518 if (mode_ == ASCII) {
557 if (mode_ == UC16) {
568 if (mode_ != ASCII) {
582 if (mode_ != ASCII)
    [all...]
regexp-macro-assembler-ia32.h 172 inline int char_size() { return static_cast<int>(mode_); }
201 Mode mode_; member in class:v8::internal::RegExpMacroAssemblerIA32
  /external/openfst/src/include/fst/
factor-weight.h 187 mode_(opts.mode),
197 if (mode_ == 0)
206 mode_(impl.mode_),
238 if (!(mode_ & kFactorFinalWeights) || f.Done())
283 if (!(mode_ & kFactorArcWeights) && e.weight == Weight::One()) {
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) {
329 if ((mode_ & kFactorFinalWeights) &&
371 uint32 mode_; // factoring arc and/or final weights member in class:fst::FactorWeightFstImpl
377 // be factored when 'mode_' is '0' or 'kFactorFinalWeights
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 118 mode_(mode),
126 if (mode_ == NORMAL)
139 if (mode_ == POPUP) {
171 mode_ == POPUP, this));
176 command_updater_, mode_ == POPUP, this));
206 if (browser_defaults::bookmarks_enabled && (mode_ == NORMAL)) {
282 if (mode_ != APP_LAUNCHER)
341 if (mode_ != NORMAL)
435 return gfx::Size(0, GetThemeProvider()->GetBitmapNamed(mode_ == POPUP ?
453 const int kEdgeThickness = (mode_ == NORMAL)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 567 : mode_(MODE_COMPILE),
654 if (mode_ == MODE_COMPILE) {
705 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) {
737 mode_ = MODE_COMPILE;
818 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty();
826 if (mode_ == MODE_COMPILE && output_directives_.empty() &&
964 if (mode_ != MODE_COMPILE) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 548 : mode_(MODE_COMPILE),
613 if (mode_ == MODE_COMPILE) {
664 if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) {
696 mode_ = MODE_COMPILE;
770 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty();
778 if (mode_ == MODE_COMPILE && output_directives_.empty() &&
907 if (mode_ != MODE_COMPILE) {
939 if (mode_ != MODE_COMPILE) {
949 mode_ = (name == "--encode") ? MODE_ENCODE : MODE_DECODE
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 127 mode_(mode),
264 if (mode_ == ASCII) {
313 ASSERT(mode_ == UC16);
380 if (mode_ == ASCII) {
384 ASSERT(mode_ == UC16);
469 if (mode_ != ASCII || kTableMask != String::kMaxOneByteCharCode) {
490 if (mode_ == ASCII) {
528 if (mode_ == UC16) {
544 if (mode_ == ASCII) {
560 if (mode_ != ASCII)
    [all...]
regexp-macro-assembler-arm.h 195 inline int char_size() { return static_cast<int>(mode_); }
228 Mode mode_; member in class:v8::internal::RegExpMacroAssemblerARM
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 126 mode_(mode),
266 if (mode_ == ASCII) {
314 ASSERT(mode_ == UC16);
390 if (mode_ == ASCII) {
396 ASSERT(mode_ == UC16);
471 if (mode_ != ASCII || kTableMask != String::kMaxOneByteCharCode) {
490 if (mode_ == ASCII) {
522 if (mode_ == UC16) {
536 if (mode_ == ASCII) {
551 if (mode_ != ASCII)
    [all...]
regexp-macro-assembler-mips.h 194 inline int char_size() { return static_cast<int>(mode_); }
233 Mode mode_; member in class:v8::internal::RegExpMacroAssemblerMIPS
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 127 mode_(mode),
270 if (mode_ == ASCII) {
321 ASSERT(mode_ == UC16);
426 if (mode_ == ASCII) {
430 ASSERT(mode_ == UC16);
524 if (mode_ != ASCII || kTableMask != String::kMaxOneByteCharCode) {
544 if (mode_ == ASCII) {
583 if (mode_ == UC16) {
600 if (mode_ == ASCII) {
616 if (mode_ != ASCII)
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 120 mode_(mode),
256 if (mode_ == ASCII) {
305 if (mode_ == ASCII) {
349 ASSERT(mode_ == UC16);
416 if (mode_ == ASCII) {
420 ASSERT(mode_ == UC16);
490 if (mode_ == ASCII) {
505 if (mode_ == ASCII) {
534 if (mode_ == UC16) {
550 if (mode_ == ASCII)
    [all...]
regexp-macro-assembler-arm.h 196 inline int char_size() { return static_cast<int>(mode_); }
228 Mode mode_;
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 119 mode_(mode),
255 if (mode_ == ASCII) {
308 if (mode_ == ASCII) {
350 ASSERT(mode_ == UC16);
426 if (mode_ == ASCII) {
432 ASSERT(mode_ == UC16);
492 if (mode_ == ASCII) {
505 if (mode_ == ASCII) {
529 if (mode_ == UC16) {
543 if (mode_ == ASCII)
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 462 mode_(mode),
474 return l10n_util::GetStringFUTF16((mode_ == MISSING_PLUGIN) ?
479 return (mode_ == MISSING_PLUGIN) ? BUTTON_OK : (BUTTON_OK | BUTTON_CANCEL);
486 return l10n_util::GetStringUTF16((mode_ == MISSING_PLUGIN) ?
520 DCHECK_EQ(DESKTOP_MODE_REQUIRED, mode_);
537 GURL((mode_ == MISSING_PLUGIN) ?

Completed in 775 milliseconds

1 23 4 5 6 7