/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.messages.in | 28 CreateWebPage(uint64_t newPageID, WebKit::WebPageCreationParameters pageCreationParameters) 50 GetSitesWithPluginData(Vector<WTF::String> pluginPaths, uint64_t callbackID) 51 ClearPluginSiteData(Vector<WTF::String> pluginPaths, Vector<WTF::String> sites, uint64_t flags, uint64_t maxAgeInSeconds, uint64_t callbackID) 59 DownloadRequest(uint64_t downloadID, uint64_t initiatingPageID, WebCore::ResourceRequest request) 60 CancelDownload(uint64_t downloadID)
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
WebPluginSiteDataManager.cpp | 41 explicit GetSitesWithDataState(WebPluginSiteDataManager* webPluginSiteDataManager, uint64_t callbackID) 72 uint64_t m_callbackID; 79 explicit ClearSiteDataState(WebPluginSiteDataManager* webPluginSiteDataManager, const Vector<String>& sites, uint64_t flags, uint64_t maxAgeInSeconds, uint64_t callbackID) 108 uint64_t m_flags; 109 uint64_t m_maxAgeInSeconds; 110 uint64_t m_callbackID; 156 uint64_t callbackID = callback->callbackID(); 177 void WebPluginSiteDataManager::didGetSitesWithData(const Vector<String>& sites, uint64_t callbackID [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebProcessProxy.h | 57 typedef HashMap<uint64_t, RefPtr<WebFrameProxy> > WebFrameProxyMap; 58 typedef HashMap<uint64_t, RefPtr<WebBackForwardListItem> > WebBackForwardListItemMap; 65 template<typename T> bool send(const T& message, uint64_t destinationID, unsigned messageSendFlags = 0); 66 template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout = 1); 79 WebPageProxy* webPage(uint64_t pageID) const; 81 void addExistingWebPage(WebPageProxy*, uint64_t pageID); 82 void removeWebPage(uint64_t pageID); 84 WebBackForwardListItem* webBackForwardItem(uint64_t itemID) const; 92 WebFrameProxy* webFrame(uint64_t) const; 93 bool canCreateFrame(uint64_t frameID) const [all...] |
DrawingAreaProxy.messages.in | 24 Update(uint64_t stateID, WebKit::UpdateInfo updateInfo) 26 DidUpdateBackingStoreState(uint64_t backingStoreStateID, WebKit::UpdateInfo updateInfo, WebKit::LayerTreeContext context) 27 EnterAcceleratedCompositingMode(uint64_t backingStoreStateID, WebKit::LayerTreeContext context) 28 ExitAcceleratedCompositingMode(uint64_t backingStoreStateID, WebKit::UpdateInfo updateInfo)
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugFrame.cpp | 29 FrameEntry(FrameKind K, DataExtractor D, uint64_t Offset, uint64_t Length) 36 virtual uint64_t getOffset() const { return Offset; } 58 uint64_t Offset; 61 uint64_t Length; 65 typedef std::vector<uint64_t> Operands; 83 void addInstruction(uint8_t Opcode, uint64_t Operand1) { 88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { 110 uint64_t Op1 = Opcode & DWARF_CFI_PRIMARY_OPERAND_MASK [all...] |
/system/core/toolbox/ |
dd.h | 44 uint64_t dbcnt; /* current buffer byte count */ 46 uint64_t dbsz; /* buffer size */ 56 uint64_t offset; /* # of blocks to skip */ 60 uint64_t in_full; /* # of full input blocks */ 61 uint64_t in_part; /* # of partial input blocks */ 62 uint64_t out_full; /* # of full output blocks */ 63 uint64_t out_part; /* # of partial output blocks */ 64 uint64_t trunc; /* # of truncated records */ 65 uint64_t swab; /* # of odd-length swab blocks */ 66 uint64_t sparse; /* # of sparse output blocks * [all...] |
/external/qemu/ |
host-utils.h | 30 static inline void mulu64(uint64_t *plow, uint64_t *phigh, 31 uint64_t a, uint64_t b) 38 static inline void muls64(uint64_t *plow, uint64_t *phigh, 46 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b); 47 void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b) [all...] |
compatfd.h | 32 uint64_t ssi_ptr; /* Pointer sent by sigqueue(2) */ 33 uint64_t ssi_utime; /* User CPU time consumed (SIGCHLD) */ 34 uint64_t ssi_stime; /* System CPU time consumed (SIGCHLD) */ 35 uint64_t ssi_addr; /* Address that generated signal
|
host-defs.h | 14 typedef uint64_t host_ulong;
|
targphys.h | 15 typedef uint64_t target_phys_addr_t;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.h | 126 static PassRefPtr<WebPage> create(uint64_t pageID, const WebPageCreationParameters&); 131 uint64_t destinationID() const { return pageID(); } 136 uint64_t pageID() const { return m_pageID; } 177 WebEditCommand* webEditCommand(uint64_t); 178 void addWebEditCommand(uint64_t, WebEditCommand*); 179 void removeWebEditCommand(uint64_t); 243 void stopLoadingFrame(uint64_t frameID); 322 void sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput); 324 void setComposition(const String& text, Vector<WebCore::CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState) [all...] |
/external/v8/test/cctest/ |
test-double.cc | 18 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); 21 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); 24 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff); 29 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); 35 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); 41 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff); 49 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); 55 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); 61 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff); 70 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001) [all...] |
/external/compiler-rt/test/timing/ |
divdi3.c | 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 37 uint64_t startTime = mach_absolute_time(); 40 uint64_t endTime = mach_absolute_time();
|
moddi3.c | 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 37 uint64_t startTime = mach_absolute_time(); 40 uint64_t endTime = mach_absolute_time();
|
muldi3.c | 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 37 uint64_t startTime = mach_absolute_time(); 40 uint64_t endTime = mach_absolute_time();
|
/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 49 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0, 50 uint64_t Value = 0) { 125 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { 131 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value, 132 uint64_t SecAddr) { 135 uint64_t Address; 144 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { 149 RelocToApply visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, 150 uint64_t SecAddr) { 153 uint64_t Address [all...] |
/external/llvm/lib/Object/ |
Object.cpp | 86 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { 87 uint64_t ret; 100 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { 101 uint64_t ret; 146 uint64_t LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI) { 147 uint64_t ret; 153 uint64_t LLVMGetSymbolFileOffset(LLVMSymbolIteratorRef SI) { 154 uint64_t ret; 160 uint64_t LLVMGetSymbolSize(LLVMSymbolIteratorRef SI) { 161 uint64_t ret [all...] |
/external/llvm/lib/Support/ |
BlockFrequency.cpp | 24 void mult96bit(uint64_t freq, uint32_t N, uint64_t W[2]) { 25 uint64_t u0 = freq & UINT32_MAX; 26 uint64_t u1 = freq >> 32; 31 uint64_t t = u0 * N; 32 uint64_t k = t >> 32; 40 W[0] = w[0] + ((uint64_t) w[1] << 32); 46 uint64_t div96bit(uint64_t W[2], uint32_t D) { 47 uint64_t y = W[0] [all...] |
/external/skia/bench/ |
BenchSysTimer_mach.h | 23 uint64_t fStartWall;
|
/external/valgrind/main/none/tests/s390x/ |
clgij.c | 28 void compare_never(uint64_t value) 30 register uint64_t val asm("r7") = value; 42 void compare_always(uint64_t value) 44 register uint64_t val asm("r7") = value; 56 void compare_le42(uint64_t value) 58 register uint64_t val asm("r7") = value; 70 void compare_ge42(uint64_t value) 72 register uint64_t val asm("r7") = value; 84 void compare_gt42(uint64_t value) 86 register uint64_t val asm("r7") = value [all...] |
/external/llvm/include/llvm/MC/ |
MCModule.h | 37 IntervalMap<uint64_t, MCAtom*> OffsetMap; 41 DenseMap<uint64_t, MCAtom*> BranchTargetMap; 46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd); 49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { } 52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundlePageResourceLoadClient.cpp | 36 void InjectedBundlePageResourceLoadClient::didInitiateLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceRequest& request, bool pageIsProvisionallyLoading) 44 void InjectedBundlePageResourceLoadClient::willSendRequestForFrame(WebPage* page, WebFrame* frame, uint64_t identifier, ResourceRequest& request, const ResourceResponse& redirectResponse) 56 void InjectedBundlePageResourceLoadClient::didReceiveResponseForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceResponse& response) 64 void InjectedBundlePageResourceLoadClient::didReceiveContentLengthForResource(WebPage* page, WebFrame* frame, uint64_t identifier, uint64_t contentLength) 72 void InjectedBundlePageResourceLoadClient::didFinishLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier) 80 void InjectedBundlePageResourceLoadClient::didFailLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceError& error)
|
/frameworks/base/media/mca/filterfw/native/core/ |
time_util.cpp | 29 uint64_t getTimeUs() { 32 uint64_t nowtime; 37 nowtime = (uint64_t)(tv.tv_sec - basesec) * (uint64_t)1000000 + 38 (uint64_t)tv.tv_usec; 42 const uint64_t NamedStopWatch::kDefaultLoggingPeriodInFrames = 100; 60 uint64_t stopUSec = getTimeUs();
|
/frameworks/base/media/mca/filterpacks/native/base/ |
time_util.cpp | 27 uint64_t getTimeUs() { 30 uint64_t nowtime; 35 nowtime = (uint64_t)(tv.tv_sec - basesec) * (uint64_t)1000000 + 36 (uint64_t)tv.tv_usec; 40 const uint64_t NamedStopWatch::kDefaultLoggingPeriodInFrames = 100; 58 uint64_t stopUSec = getTimeUs();
|
/frameworks/compile/mclinker/lib/LD/ |
ELFSegment.cpp | 17 uint64_t pOffset, 18 uint64_t pVaddr, 19 uint64_t pPaddr, 20 uint64_t pFilesz, 21 uint64_t pMemsz, 22 uint64_t pAlign, 23 uint64_t pMaxSectAlign)
|