Searched defs:inst_type (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h79 InstructionType inst_type);
82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type) argument
84 switch (inst_type)
152 SupportsEmulatingIntructionsOfType (InstructionType inst_type) argument
154 return SupportsEmulatingIntructionsOfTypeStatic (inst_type);
H A DEmulateInstructionARM.cpp197 EmulateInstructionARM::CreateInstance (const ArchSpec &arch, InstructionType inst_type) argument
199 if (EmulateInstructionARM::SupportsEmulatingIntructionsOfTypeStatic(inst_type))
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc318 InstallationValidator::InstallationType inst_type,
324 InstallationValidator::InstallationType inst_type,
423 // |prod_type|. |inst_type| dictates properties of the installation
427 InstallationValidator::InstallationType inst_type,
437 (inst_type & InstallationValidator::ProductBits::CHROME_MULTI) != 0) ||
439 (inst_type &
446 is_multi_install ? GetChannelModifiers(inst_type) : 0;
475 // Populates |state| with the state of a valid installation of |inst_type|.
477 InstallationValidator::InstallationType inst_type,
496 if ((inst_type
425 MakeProductState( BrowserDistribution::Type prod_type, InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeProductState* state) argument
476 MakeMachineState( InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeInstallationState* state) argument
525 const InstallationValidator::InstallationType inst_type = GetParam(); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c522 char inst_type = bytes[bytes_read++]; local
523 switch (inst_type) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c522 char inst_type = bytes[bytes_read++]; local
523 switch (inst_type) {

Completed in 258 milliseconds