HomeSort by relevance Sort by last modified time
    Searched defs:getUID (Results 1 - 10 of 10) sorted by null

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
X7875_NewUnix.java 97 public long getUID() { return ZipUtil.bigToLong(uid); }
  /external/clang/include/clang/Basic/
FileManager.h 89 unsigned getUID() const { return UID; }
  /external/llvm/include/llvm/Object/
Archive.h 48 unsigned getUID() const;
90 unsigned getUID() const { return getHeader()->getUID(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Archive.h 62 Expected<unsigned> getUID() const;
125 Expected<unsigned> getUID() const { return Header.getUID(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlan.cpp 376 const Twine VPlanPrinter::getUID(const VPBlockBase *Block) {
429 OS << Indent << getUID(Tail) << " -> " << getUID(Head);
432 OS << " ltail=" << getUID(From);
434 OS << " lhead=" << getUID(To);
455 OS << Indent << getUID(BasicBlock) << " [label =\n";
479 OS << Indent << "subgraph " << getUID(Region) << " {\n";
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
CpioArchiveEntry.java 635 public long getUID() {
CpioArchiveOutputStream.java 294 writeAsciiLong(entry.getUID(), 8, 16);
330 writeAsciiLong(entry.getUID(), 6, 8);
361 writeBinaryLong(entry.getUID(), 2, swapHalfWord);
  /external/llvm/lib/Object/
Archive.cpp 70 unsigned ArchiveMemberHeader::getUID() const {
  /external/ImageMagick/www/assets/
magick.js 6 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function l(o){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},e=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(e=e.concat(Object.getOwnPropertySymbols(r).filter(function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),e.forEach(function(t){var e,n,i;e=o,i=r[n=t],n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i})}return o}g=g&&g.hasOwnProperty("default")?g.default:g,u=u&&u.hasOwnProperty("default")?u.default:u;var e="transitionend";function n(t){var e=this,n=!1;return g(this).one(_.TRANSITION_END,function(){n=!0}),setTimeout(function(){n||_.triggerTransitionEnd(e)},t),this}var _={TRANSITION_END:"bsTransitionEnd",getUID:function(t){for(;t+=~~(1e6*Math.random()),document.getElementById(t););return t},getSelectorFromEl (…)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Archive.cpp 284 Expected<unsigned> ArchiveMemberHeader::getUID() const {
    [all...]

Completed in 2156 milliseconds