HomeSort by relevance Sort by last modified time
    Searched defs:Revision (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/Basic/
Version.cpp 65 // Leave "llvm/" prefix to distinguish the following llvm revision from the
66 // clang revision.
94 std::string Revision = getClangRevision();
95 if (!Path.empty() || !Revision.empty()) {
99 if (!Revision.empty()) {
102 OS << Revision;
108 if (!LLVMRev.empty() && LLVMRev != Revision) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
UISourceCode.js 66 /** @type {!Array.<!WebInspector.Revision>} */
373 var revision = new WebInspector.Revision(this, this._content, new Date());
374 this.history.push(revision);
375 revision._persist();
447 var registry = WebInspector.Revision._revisionHistoryRegistry();
467 var revision = new WebInspector.Revision(this, content, timestamp);
468 this.history.push(revision);
480 var registry = WebInspector.Revision._revisionHistoryRegistry()
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 19 int revision = pEncrypt->GetInteger(FX_BSTRC("R")); local
35 if (!bIgnoreMeta && revision >= 3 && !pEncrypt->GetInteger(FX_BSTRC("EncryptMetadata"), 1)) {
45 if (revision >= 3) {
109 int Revision = pEncryptDict->GetInteger(FX_BSTRC("R"));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.h 175 UINT Revision;
    [all...]
httpfilt.h 43 DWORD Revision;
powrprof.h 11 ULONG Revision;
18 ULONG Revision;
35 ULONG Revision;
52 ULONG Revision;
58 ULONG Revision;
winperf.h 18 DWORD Revision;
ntddchgr.h 233 UCHAR Revision[REVISION_LENGTH];
dbgeng.h     [all...]
wtypes.h 269 UCHAR Revision;
777 BYTE Revision;
d3d8types.h     [all...]
d3d9types.h     [all...]
ks.h 344 ULONG Revision;
    [all...]
ntddndis.h 45 UCHAR Revision;
    [all...]
winioctl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 558 USHORT Revision;
    [all...]
mce.h 159 USHORT Revision;
212 ERROR_REVISION Revision;
233 ERROR_REVISION Revision;
ntifs.h 76 UCHAR Revision;
395 UCHAR Revision;
405 UCHAR Revision;
    [all...]
wdm.h     [all...]
wmidata.h     [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 515 uint8_t revision; member in struct:intel_mid_vbt
530 uint8_t Revision;
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 571 uint8_t revision; /*1 byte GCT version*/ member in struct:intel_mid_vbt
584 uint8_t Revision; /*1 byte */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 298 USHORT Revision;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 298 USHORT Revision;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 293 USHORT Revision;
    [all...]

Completed in 2344 milliseconds

1 2