/external/chromium_org/third_party/skia/src/gpu/gl/builders/ |
GrGLFragmentShaderBuilder.cpp | 143 GrGLProgramBuilder::CodeStage* cs = &fProgramBuilder->fCodeStage; local 144 if (cs->inStageCode()) { 145 const GrProcessor* effect = cs->effectStage()->getProcessor(); 178 GrGLProgramBuilder::CodeStage::AutoStageRestore csar(cs, NULL);
|
/external/chromium_org/third_party/webrtc/base/ |
asyncinvoker-inl.h | 63 CritScope cs(&crit_);
|
/external/chromium_org/third_party/webrtc/video_engine/ |
vie_capture_impl.cc | 149 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); 150 ViEEncoder* vie_encoder = cs.Encoder(video_channel); 183 ViEChannelManagerScoped cs(*(shared_data_->channel_manager())); 184 ViEEncoder* vie_encoder = cs.Encoder(video_channel);
|
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_mac.conf | 129 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cs) 157 AddLanguage cs .cz .cs
|
/external/lzma/C/ |
LzFindMt.h | 37 CCriticalSection cs;
member in struct:_CMtSync
|
LzFindMt.c | 37 CriticalSection_Leave(&p->cs);
43 CriticalSection_Enter(&p->cs);
57 CriticalSection_Leave(&p->cs);
85 CriticalSection_Delete(&p->cs);
105 RINOK_THREAD(CriticalSection_Init(&p->cs));
171 CriticalSection_Enter(&mt->btSync.cs);
172 CriticalSection_Enter(&mt->hashSync.cs);
181 CriticalSection_Leave(&mt->btSync.cs);
182 CriticalSection_Leave(&mt->hashSync.cs);
385 CriticalSection_Enter(&sync->cs);
[all...] |
/bionic/libc/arch-arm/denver/bionic/ |
memcpy_base.S | 66 itt cs 185 itt cs 224 itt cs
|
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_rfc.c | 547 sock_connect_signal_t cs; local 548 cs.size = sizeof(cs); 549 cs.bd_addr = *addr; 550 cs.channel = channel; 551 cs.status = status; 554 if(sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == sizeof(cs)) 558 else if(sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
srtpfilter.h | 201 bool SetSend(const std::string& cs, const uint8* key, int len); 204 bool SetRecv(const std::string& cs, const uint8* key, int len); 231 bool SetKey(int type, const std::string& cs, const uint8* key, int len);
|
srtpfilter.cc | 486 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { 487 return SetKey(ssrc_any_outbound, cs, key, len); 490 bool SrtpSession::SetRecv(const std::string& cs, const uint8* key, int len) { 491 return SetKey(ssrc_any_inbound, cs, key, len); 632 bool SrtpSession::SetKey(int type, const std::string& cs, 647 if (cs == CS_AES_CM_128_HMAC_SHA1_80) { 650 } else if (cs == CS_AES_CM_128_HMAC_SHA1_32) { 655 << " cipher_suite " << cs.c_str(); 778 bool SrtpSession::SetSend(const std::string& cs, const uint8* key, int len) { 782 bool SrtpSession::SetRecv(const std::string& cs, const uint8* key, int len) [all...] |
channel.h | 153 rtc::CritScope cs(&signal_send_packet_cs_); 165 rtc::CritScope cs(&signal_send_packet_cs_); 174 rtc::CritScope cs(&signal_send_packet_cs_); 186 rtc::CritScope cs(&signal_recv_packet_cs_); 198 rtc::CritScope cs(&signal_recv_packet_cs_); 207 rtc::CritScope cs(&signal_recv_packet_cs_);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_transfer.c | 93 r300->rws->cs_is_buffer_referenced(r300->cs, tex->cs_buf, RADEON_USAGE_READWRITE); 239 r300->cs, transfer->usage); 242 map = r300->rws->buffer_map(tex->cs_buf, r300->cs, transfer->usage);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.c | 93 if (radeon_bo_is_referenced_by_cs(query->bo, radeon->cmdbuf.cs)) 140 radeon_cs_space_check_with_bo(radeon->cmdbuf.cs, 171 if (radeon_bo_is_referenced_by_cs(query->bo, radeon->cmdbuf.cs)) {
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
name_table.cc | 653 UConverter* cs = GetCharset(platform_id, encoding_id); local 654 if (cs == NULL) { 660 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code); 664 ucnv_fromUChars(cs, 673 ucnv_close(cs); 682 UConverter* cs = GetCharset(platform_id, encoding_id); local 684 if (cs == NULL) { 693 cs = ucnv_open("utf-8", &error_code); 695 ucnv_toUChars(cs, result, 12, buffer, 11, &error_code); 696 ucnv_close(cs); [all...] |
/external/chromium_org/third_party/webrtc/modules/video_capture/android/ |
video_capture_android.cc | 181 CriticalSectionScoped cs(&_apiCs); 231 CriticalSectionScoped cs(&_apiCs); 237 CriticalSectionScoped cs(&_apiCs);
|
/external/chromium_org/tools/profile_chrome/third_party/ |
perf_to_tracing.py | 159 for cs in param_dict['cs']: 160 cs_name = cs[0] 161 cs_dso = os.path.basename(cs[1])
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_transfer.c | 93 r300->rws->cs_is_buffer_referenced(r300->cs, tex->cs_buf, RADEON_USAGE_READWRITE); 239 r300->cs, transfer->usage); 242 map = r300->rws->buffer_map(tex->cs_buf, r300->cs, transfer->usage);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.c | 93 if (radeon_bo_is_referenced_by_cs(query->bo, radeon->cmdbuf.cs)) 140 radeon_cs_space_check_with_bo(radeon->cmdbuf.cs, 171 if (radeon_bo_is_referenced_by_cs(query->bo, radeon->cmdbuf.cs)) {
|
/external/openssl/crypto/srp/ |
srp_lib.c | 217 unsigned char *cs; local 224 if ((cs = OPENSSL_malloc(BN_num_bytes(s))) == NULL) 235 BN_bn2bin(s,cs); 236 EVP_DigestUpdate(&ctxt, cs, BN_num_bytes(s)); 237 OPENSSL_free(cs);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-indic-machine.hh | 1550 int cs; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic-machine.hh | 1550 int cs; local [all...] |
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy_base.S | 97 itttt cs 157 itttt cs 286 itttt cs
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
acm_generic_codec.cc | 515 WriteLockScoped cs(codec_wrapper_lock_); 525 ReadLockScoped cs(codec_wrapper_lock_); 626 ReadLockScoped cs(codec_wrapper_lock_); 633 WriteLockScoped cs(codec_wrapper_lock_); 796 WriteLockScoped cs(codec_wrapper_lock_); 806 WriteLockScoped cs(codec_wrapper_lock_); [all...] |
/bionic/libc/arch-arm/bionic/ |
strcmp.S | 108 it cs 152 it cs 307 it cs
|
/bionic/libc/arch-arm/generic/bionic/ |
strcmp.S | 108 it cs 152 it cs 307 it cs
|