Searched refs:int8_t (Results 26 - 50 of 865) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dlevel_indicator.h31 int8_t Level() const;
47 int8_t _currentLevel;
/external/chromium_org/ppapi/c/dev/
H A Dppb_trace_event_dev.h59 void (*AddTraceEvent)(int8_t phase,
74 void (*AddTraceEventWithThreadIdAndTimestamp)(int8_t phase,
102 void (*AddTraceEvent)(int8_t phase,
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer_manager_unittest.cc54 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0));
55 EXPECT_NE(static_cast<int8_t*>(NULL), memory);
106 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0));
107 EXPECT_NE(static_cast<int8_t*>(NULL), memory);
142 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0));
143 EXPECT_NE(static_cast<int8_t*>(NULL), memory);
165 int8_t* memor
[all...]
H A Dppb_trace_event_impl.h21 static void AddTraceEvent(int8_t phase,
31 int8_t phase,
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw.c10 static int8_t s_a;
11 static int8_t s_b;
12 static int8_t s_c;
H A Dannotate_ignore_write.c10 static int8_t s_a;
11 static int8_t s_b;
12 static int8_t s_c;
/external/chromium_org/gpu/command_buffer/common/
H A Dmailbox.h24 void SetName(const int8_t* name);
34 int8_t name[GL_MAILBOX_SIZE_CHROMIUM];
/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.h45 * int8_t (*mem1)(int16_t x, int32_t y);
54 int8_t (*mem1)(int16_t x, int32_t y);
64 int8_t (*testIface)(const struct ifaceFoo_1_0* foo, int32_t y);
H A Dstdint.idl21 int8_t;
39 /** Used for padding, should be (u)int8_t */
H A Denum_typedef.h57 * typedef int8_t (*PPB_Audio_Callback)(const void* sample_buffer,
61 typedef int8_t (*PPB_Audio_Callback)(const void* sample_buffer,
H A Dinterface.idl22 * int8_t (*mem1)(int16_t x, int32_t y);
31 int8_t mem1([in] int16_t x, [in] int32_t y);
40 int8_t testIface([in] ifaceFoo foo, [in] int32_t y);
/external/chromium_org/ppapi/generators/test_thunk/
H A Dbasic_test_types.idl19 int8_t;
37 /** Used for padding, should be (u)int8_t */
/external/tcpdump/
H A Dtimed.h58 int8_t tspu_hopcnt;
60 int8_t tsp_name[256];
/external/chromium_org/ppapi/api/
H A Dpp_stdint.idl19 int8_t;
37 /** Used for padding, should be (u)int8_t */
72 typedef signed char int8_t;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurrimp.h53 int8_t type,
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h15 typedef signed char int8_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h27 typedef signed char int8_t; typedef
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8;
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dfine_audio_buffer.cc31 cache_buffer_.reset(new int8_t[bytes_per_10_ms_]);
44 void FineAudioBuffer::GetBufferData(int8_t* buffer) {
57 int8_t* unwritten_buffer = &buffer[cached_bytes_];
77 int8_t* cache_ptr = &buffer[cache_location];
H A Dsingle_rw_fifo.cc58 queue_.reset(new int8_t*[capacity_]);
64 void SingleRwFifo::Push(int8_t* mem) {
84 int8_t* SingleRwFifo::Pop() {
85 int8_t* ret_val = NULL;
/external/chromium_org/third_party/webrtc/test/channel_transport/include/
H A Dchannel_transport.h31 virtual void IncomingRTPPacket(const int8_t* incoming_rtp_packet,
36 virtual void IncomingRTCPPacket(const int8_t* incoming_rtcp_packet,
62 virtual void IncomingRTPPacket(const int8_t* incoming_rtp_packet,
67 virtual void IncomingRTCPPacket(const int8_t* incoming_rtcp_packet,
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport.h37 int8_t sin_length;
38 int8_t sin_family;
44 int8_t sin_zero[8];
58 int8_t sin_length;
59 int8_t sin_family;
76 int8_t sin_length;
77 int8_t sin_family;
81 int8_t __ss_pad1[SS_PAD1SIZE];
83 int8_t __ss_pad2[SS_PAD2SIZE];
99 virtual void IncomingRTPPacket(const int8_t* incomingRtpPacke
[all...]
/external/chromium_org/third_party/yasm/source/config/win/
H A Dstdint.h15 typedef signed char int8_t; typedef
/external/icu/icu4c/source/i18n/
H A Ducurrimp.h53 int8_t type,
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8;

Completed in 647 milliseconds

1234567891011>>