/external/chromium/chrome/common/extensions/ |
D | extension_file_util_unittest.cc | 82 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 98 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 156 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 173 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST() 189 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
|
D | extension_l10n_util_unittest.cc | 404 ExtensionInfo info(NULL, "", FilePath(), Extension::LOAD); in TEST() 412 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 422 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 433 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 445 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST() 456 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
|
D | extension.h | 53 LOAD, // --load-extension. enumerator 378 return location == Extension::LOAD || in ShouldDoStrictErrorChecking() 385 return location == Extension::LOAD; in ShouldAlwaysAllowFileAccess()
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 44 ; CHECK-NEXT: [[LOAD:%[A-Za-z0-9]+]] = load i32* [[GEP]] 48 ; CHECK: call {{.*}}(i32 [[LOAD]]) 50 ; CHECK: ret i32 [[LOAD]] 72 ; CHECK-NEXT: [[LOAD:%[A-Za-z0-9]+]] = load i32* [[GEP]] 73 ; CHECK-NEXT: ret i32 [[LOAD]]
|
/external/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 79 SlotIndex blockStartIndex(back(), SlotIndex::LOAD); in runOnMachineFunction() 91 mi2iMap.insert(std::make_pair(mi, SlotIndex(back(), SlotIndex::LOAD))); in runOnMachineFunction() 100 MBBRanges[mbb->getNumber()].second = SlotIndex(back(), SlotIndex::LOAD); in runOnMachineFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 86 enum Slot { LOAD, USE, DEF, STORE, NUM }; 196 return getSlot() == LOAD; 231 return SlotIndex(&entry(), SlotIndex::LOAD); 261 return SlotIndex(entry().getNext(), SlotIndex::LOAD); 280 if (s == SlotIndex::LOAD) { 680 SlotIndex newIndex(newEntry, SlotIndex::LOAD); 731 SlotIndex startIdx(startEntry, SlotIndex::LOAD); 732 SlotIndex endIdx(nextEntry, SlotIndex::LOAD);
|
D | ISDOpcodes.h | 458 LOAD, STORE, enumerator
|
D | SelectionDAGNodes.h | 956 return N->getOpcode() == ISD::LOAD || 1537 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3); 1554 return N->getOpcode() == ISD::LOAD || 1566 : LSBaseSDNode(ISD::LOAD, dl, ChainPtrOff, 3, 1586 return N->getOpcode() == ISD::LOAD;
|
D | LiveInterval.h | 215 LOAD = 0,
|
/external/chromium/chrome/browser/extensions/ |
D | extension_ui_unittest.cc | 164 extension_path, pages, Extension::LOAD)); in TEST() 225 extension_path, pages, Extension::LOAD)); in TEST()
|
D | extensions_ui.cc | 70 if (extension->location() == Extension::LOAD) in ShouldShowExtension() 692 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue() 697 extension->location() == Extension::LOAD); in CreateExtensionDetailValue() 708 extension->location() == Extension::LOAD); in CreateExtensionDetailValue() 713 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue()
|
D | extension_service.cc | 117 if (info.extension_location == Extension::LOAD) in ShouldReloadExtensionManifest() 228 int flags = Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) ? in LoadSingleExtension() 230 if (Extension::ShouldDoStrictErrorChecking(Extension::LOAD)) in LoadSingleExtension() 235 Extension::LOAD, in LoadSingleExtension() 692 if (Extension::LOAD != location) { in UninstallExtension() 959 if (location == Extension::LOAD) in LoadAllExtensions() 1039 if (info.extension_location != Extension::LOAD) in LoadInstalledExtension() 1673 if (extension->location() != Extension::LOAD) in DisableIfPrivilegeIncrease() 1776 if (Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) && in OnExtensionInstalled()
|
D | extension_prefs.cc | 190 if (location != Extension::LOAD) in CleanupBadExtensionKeys() 288 location_value == Extension::LOAD) { in MakePathsRelative() 332 location_value == Extension::LOAD) { in MakePathsAbsolute() 883 if (extension->location() != Extension::LOAD) { in OnExtensionInstalled() 981 if (extension->location() != Extension::LOAD) { in UpdateManifest() 1086 location != Extension::LOAD && in GetInstalledExtensionInfoImpl() 1093 if (location != Extension::LOAD && in GetInstalledExtensionInfoImpl()
|
/external/elfutils/libebl/ |
D | eblsegmenttypename.c | 39 PTYPE (LOAD),
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 356 if (N1.getOpcode() == ISD::LOAD && in SelectIndexedBinOp() 413 case ISD::LOAD: in Select()
|
/external/zlib/ |
D | infback.c | 119 #define LOAD() \ macro 480 LOAD();
|
D | inflate.c | 438 #define LOAD() \ macro 618 LOAD(); 1010 LOAD();
|
/external/qemu/distrib/zlib-1.2.3/ |
D | infback.c | 119 #define LOAD() \ macro 471 LOAD();
|
D | inflate.c | 403 #define LOAD() \ macro 583 LOAD(); 954 LOAD();
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | extension_settings_handler.cc | 72 if (extension->location() == Extension::LOAD) in ShouldShowExtension() 787 extension->location() == Extension::LOAD); in CreateExtensionDetailValue() 792 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 170 Addr.getOperand(0).getOpcode() == ISD::LOAD) && in SelectAddr() 433 case ISD::LOAD: in Select()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 73 LOAD, enumerator
|
/external/quake/quake/src/QW/progs/ |
D | plats.qc | 160 // FIX THIS TO LOAD A GENERIC PLAT SOUND
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 76 0x02 LOAD Delayed bypass to load operation.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1102 case ISD::LOAD: return visitLOAD(N); in visit() 1155 case ISD::LOAD: in combine() 2423 if (N1C && (N0.getOpcode() == ISD::LOAD || in visitAND() 2425 N0.getOperand(0).getOpcode() == ISD::LOAD))) { in visitAND() 4506 if (N0.getOpcode() == ISD::LOAD && in visitANY_EXTEND() 4938 (!LegalOperations || TLI.isOperationLegal(ISD::LOAD, VT))) in CombineConsecutiveLoads() 5001 (!LegalOperations || TLI.isOperationLegal(ISD::LOAD, VT))) { in visitBITCAST() 5953 if (!((Use->getOpcode() == ISD::LOAD && in CombineToPreIndexedLoadStore() 6076 if (!((UseUse->getOpcode() == ISD::LOAD && in CombineToPostIndexedLoadStore() 6537 if (!TLI.isOperationLegal(ISD::LOAD, IntVT) || in TransformFPLoadStorePair() [all …]
|