Searched refs:LOAD (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium/chrome/common/extensions/
H A Dextension_file_util_unittest.cc82 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
98 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
156 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
173 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
189 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
H A Dextension_l10n_util_unittest.cc404 ExtensionInfo info(NULL, "", FilePath(), Extension::LOAD);
412 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
422 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
433 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
445 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
456 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
H A Dextension.h53 LOAD, // --load-extension. enumerator in enum:Extension::Location
378 return location == Extension::LOAD ||
385 return location == Extension::LOAD;
/external/elfutils/libebl/
H A Deblsegmenttypename.c75 PTYPE (LOAD),
/external/chromium/chrome/browser/extensions/
H A Dextension_ui_unittest.cc148 // Test that using Extension::LOAD for the extension location triggers the
164 extension_path, pages, Extension::LOAD));
180 // allow_reload. Contrast to Extension::LOAD, which has somewhat different
225 extension_path, pages, Extension::LOAD));
H A Dextension_service.cc117 if (info.extension_location == Extension::LOAD)
228 int flags = Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) ?
230 if (Extension::ShouldDoStrictErrorChecking(Extension::LOAD))
235 Extension::LOAD,
692 if (Extension::LOAD != location) {
959 if (location == Extension::LOAD)
1039 if (info.extension_location != Extension::LOAD)
1673 if (extension->location() != Extension::LOAD)
1776 if (Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) &&
H A Dextensions_ui.cc70 if (extension->location() == Extension::LOAD)
692 if (extension->location() == Extension::LOAD)
697 extension->location() == Extension::LOAD);
708 extension->location() == Extension::LOAD);
713 if (extension->location() == Extension::LOAD)
H A Dextension_prefs.cc190 if (location != Extension::LOAD)
288 location_value == Extension::LOAD) {
332 location_value == Extension::LOAD) {
881 // We store prefs about LOAD extensions, but don't cache their manifest
883 if (extension->location() != Extension::LOAD) {
981 if (extension->location() != Extension::LOAD) {
1086 location != Extension::LOAD &&
1093 if (location != Extension::LOAD &&
H A Dextension_prefs_unittest.cc625 manifest, Extension::LOAD);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h453 // LOAD and STORE have token chains as their first operand, then the same
457 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h968 return N->getOpcode() == ISD::LOAD ||
1593 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1610 return N->getOpcode() == ISD::LOAD ||
1615 /// LoadSDNode - This class is used to represent ISD::LOAD nodes.
1622 : LSBaseSDNode(ISD::LOAD, dl, ChainPtrOff, 3,
1642 return N->getOpcode() == ISD::LOAD;
H A DLiveInterval.h189 LOAD = 0,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD &&
413 case ISD::LOAD:
/external/qemu/distrib/zlib-1.2.3/
H A Dinfback.c119 #define LOAD() \ macro
471 LOAD();
H A Dinflate.c403 #define LOAD() \ macro
583 LOAD();
954 LOAD();
/external/zlib/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
H A Dinflate.c458 #define LOAD() \ macro
638 LOAD();
1029 LOAD();
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc72 if (extension->location() == Extension::LOAD)
787 extension->location() == Extension::LOAD);
792 if (extension->location() == Extension::LOAD)
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp759 } else if (MulOp0.getOpcode() == ISD::LOAD) {
785 } else if (MulOp1.getOpcode() == ISD::LOAD) {
939 } else if (MulOp0.getOpcode() == ISD::LOAD) {
964 } else if (MulOp1.getOpcode() == ISD::LOAD) {
1243 case ISD::LOAD:
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h72 /// Like a regular LOAD but additionally taking/producing a flag.
73 LOAD, enumerator in enum:llvm::PPCISD::NodeType
75 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is
/external/v8/src/
H A Dic.h376 LOAD, enumerator in enum:v8::internal::KeyedIC::StubKind
410 ASSERT(stub_kind != LOAD);
H A Dstub-cache.cc396 stub_kind == KeyedIC::LOAD ? Code::KEYED_LOAD_IC
402 case KeyedIC::LOAD:
421 case KeyedIC::LOAD: {
445 if (stub_kind == KeyedIC::LOAD) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp129 if (Op.getOpcode() == ISD::LOAD) {
H A DSelectionDAGDumper.cpp256 case ISD::LOAD: return "load";
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp728 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
764 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
784 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
857 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
1259 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
2764 case ISD::LOAD: {

Completed in 450 milliseconds

12