/external/chromium_org/content/common/media/ |
midi_messages.h | 52 uint32 /* port */, 65 uint32 /* port */, 70 uint32 /* bytes sent */)
|
/external/chromium_org/content/plugin/ |
plugin_interpose_util_mac.h | 30 void NotifyBrowserOfPluginSelectWindow(uint32 window_id, CGRect bounds, 35 void NotifyBrowserOfPluginShowWindow(uint32 window_id, CGRect bounds, 41 void NotifyBrowserOfPluginHideWindow(uint32 window_id, CGRect bounds);
|
/external/chromium_org/content/renderer/pepper/ |
host_array_buffer_var.h | 19 explicit HostArrayBufferVar(uint32 size_in_bytes); 21 explicit HostArrayBufferVar(uint32 size_in_bytes, 27 virtual uint32 ByteLength() OVERRIDE;
|
/external/chromium_org/content/shell/browser/ |
shell_download_manager_delegate.h | 45 void GenerateFilename(uint32 download_id, 49 void OnDownloadPathGenerated(uint32 download_id, 52 void ChooseDownloadPath(uint32 download_id,
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_delegate.cc | 15 uint32 shm_size, 16 uint32 shm_data_offset, 17 uint32 shm_data_size) {
|
/external/chromium_org/media/cast/ |
cast_config.h | 40 uint32 sender_ssrc; 41 uint32 incoming_feedback_ssrc; 64 uint32 sender_ssrc; 65 uint32 incoming_feedback_ssrc; 97 uint32 feedback_ssrc; 98 uint32 incoming_ssrc; 120 uint32 feedback_ssrc; 121 uint32 incoming_ssrc; 149 uint32 frame_id; 150 uint32 last_referenced_frame_id [all...] |
/external/chromium_org/media/cast/net/rtp_sender/packet_storage/ |
packet_storage.h | 23 typedef std::map<uint32, linked_ptr<StoredPacket> > PacketMap; 24 typedef std::multimap<base::TimeTicks, uint32> TimeToPacketMap; 33 void StorePacket(uint32 frame_id, uint16 packet_id, const Packet* packet);
|
/external/chromium_org/net/disk_cache/simple/ |
simple_version_upgrade.h | 39 uint32 version; 41 uint32 unused_must_be_zero1; 42 uint32 unused_must_be_zero2;
|
/external/chromium_org/net/quic/crypto/ |
local_strike_register_client.cc | 16 uint32 current_time_external, 17 uint32 window_secs, 39 static_cast<uint32>(now.ToUNIXSeconds()));
|
/external/chromium_org/remoting/client/ |
audio_player.h | 26 virtual uint32 GetSamplesPerFrame() = 0; 34 uint32 buffer_size, 43 void FillWithSamples(void* samples, uint32 buffer_size);
|
/external/chromium_org/remoting/protocol/ |
input_event_tracker.h | 27 bool IsKeyPressed(uint32 usb_keycode) const; 43 std::set<uint32> pressed_keys_; 46 uint32 mouse_button_state_;
|
/external/chromium_org/sandbox/win/src/ |
internal_types.h | 31 CountedBuffer(void* buffer, uint32 size) : size_(size), buffer_(buffer) {} 33 uint32 Size() const { 42 uint32 size_;
|
sync_policy.h | 39 uint32 event_type, 40 uint32 initial_state, 45 uint32 desired_access,
|
/external/chromium_org/ui/base/ime/chromeos/ |
mock_ime_engine_handler.cc | 55 void MockIMEEngineHandler::CandidateClicked(uint32 index) { 59 uint32 cursor_pos, 60 uint32 anchor_pos) {
|
/external/clang/test/Analysis/ |
keychainAPI-diagnostic-visitor.m | 9 typedef unsigned int UInt32; 18 UInt32 *length, 25 UInt32 length;
|
/external/lzma/C/ |
Threads.h | 45 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
46 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
|
/external/lzma/CPP/7zip/Common/ |
InBuffer.cpp | 17 bool CInBuffer::Create(UInt32 bufferSize)
19 const UInt32 kMinBlockSize = 1;
61 UInt32 numProcessedBytes;
|
/external/lzma/CPP/7zip/Compress/ |
CopyCoder.cpp | 13 static const UInt32 kBufferSize = 1 << 17;
35 UInt32 size = kBufferSize;
38 size = (UInt32)(*outSize - TotalSize);
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveCommandLine.h | 89 UInt32 NumIterations;
90 UInt32 NumThreads;
91 UInt32 DictionarySize;
|
/external/marisa-trie/lib/marisa/ |
tail.cc | 12 Vector<UInt32> *offsets, int mode) { 114 Vector<UInt32> *offsets) { 123 Vector<UInt32> temp_offsets; 127 temp_offsets[i] = (UInt32)buf.size(); 132 temp_offsets.back() = (UInt32)buf.size(); 142 Vector<UInt32> *offsets) { 148 typedef std::pair<RString, UInt32> KeyIdPair; 158 pairs[i].second = (UInt32)i; 165 Vector<UInt32> temp_offsets; 178 temp_offsets[cur.second] = (UInt32)(temp_offsets[last->second [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
tail.cc | 12 Vector<UInt32> *offsets, int mode) { 114 Vector<UInt32> *offsets) { 123 Vector<UInt32> temp_offsets; 127 temp_offsets[i] = (UInt32)buf.size(); 132 temp_offsets.back() = (UInt32)buf.size(); 142 Vector<UInt32> *offsets) { 148 typedef std::pair<RString, UInt32> KeyIdPair; 158 pairs[i].second = (UInt32)i; 165 Vector<UInt32> temp_offsets; 178 temp_offsets[cur.second] = (UInt32)(temp_offsets[last->second [all...] |
/external/openfst/src/include/fst/script/ |
encode.h | 29 typedef args::Package<MutableFstClass*, uint32, bool, 37 uint32 flags = args->arg2; 50 void Encode(MutableFstClass *fst, uint32 flags, bool reuse_encoder,
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/ |
SDL_dummyaudio.h | 35 Uint32 mixlen; 36 Uint32 write_delay; 37 Uint32 initial_calls;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.cpp | 49 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 * /* numProperties */)
64 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
116 case kpidNumBlocks: prop = (UInt32)_db.Folders.Size(); break;
144 static UString ConvertUInt32ToString(UInt32 value)
151 static UString GetStringForSizeValue(UInt32 value)
154 if ((UInt32(1) << i) == value)
193 bool CHandler::IsEncrypted(UInt32 index2) const
201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
214 UInt32 index2 = index; [all...] |
/external/marisa-trie/tests/ |
vector-test.cc | 30 ASSERT(vec.total_size() == sizeof(marisa::UInt32)); 41 ASSERT(vec.total_size() == sizeof(marisa::UInt32) 74 ASSERT(vec.total_size() == sizeof(marisa::UInt32) 88 ASSERT(vec.total_size() == sizeof(marisa::UInt32) 128 ASSERT(vec.total_size() == sizeof(marisa::UInt32) * 4); 130 marisa::Vector<marisa::UInt32> values; 137 ASSERT(vec.total_size() == sizeof(marisa::UInt32) * 4); 146 ASSERT(vec.total_size() == sizeof(marisa::UInt32) * 5); 210 void TestBitVector(marisa::UInt32 size) { 215 ASSERT(bv.total_size() == sizeof(marisa::UInt32) * 5) [all...] |