Searched refs:cs (Results 226 - 250 of 894) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/
H A Dumutex.cpp112 static void winMutexInit(CRITICAL_SECTION *cs) { argument
113 InitializeCriticalSection(cs);
122 CRITICAL_SECTION *cs = &mutex->fCS; local
123 umtx_initOnce(mutex->fInitOnce, winMutexInit, cs);
124 EnterCriticalSection(cs);
H A Dustring.cpp56 UChar c, cs, cq; local
69 if((cs=*sub++)==0) {
72 if(*sub==0 && !U16_IS_SURROGATE(cs)) {
74 return u_strchr(s, cs);
78 if(c==cs) {
114 cs=*sub++;
118 if(subLength==0 && !U16_IS_SURROGATE(cs)) {
120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
126 if(c==cs) {
201 UChar cs; local
223 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
287 UChar c, cs; local
375 UChar cs; local
398 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
[all...]
/external/icu/icu4c/source/common/
H A Dumutex.cpp112 static void winMutexInit(CRITICAL_SECTION *cs) { argument
113 InitializeCriticalSection(cs);
122 CRITICAL_SECTION *cs = &mutex->fCS; local
123 umtx_initOnce(mutex->fInitOnce, winMutexInit, cs);
124 EnterCriticalSection(cs);
H A Dustring.cpp56 UChar c, cs, cq; local
69 if((cs=*sub++)==0) {
72 if(*sub==0 && !U16_IS_SURROGATE(cs)) {
74 return u_strchr(s, cs);
78 if(c==cs) {
114 cs=*sub++;
118 if(subLength==0 && !U16_IS_SURROGATE(cs)) {
120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
126 if(c==cs) {
201 UChar cs; local
223 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
287 UChar c, cs; local
375 UChar cs; local
398 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c); local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compatibility/
H A DClearsilverRenderer.java73 CS cs = factory.newCs(hdf);
75 cs.setFileLoader(fileLoader);
76 cs.parseFile(templateName);
77 output.append(cs.render());
79 cs.close();
/external/chromium_org/third_party/webrtc/modules/pacing/
H A Dpaced_sender.cc156 CriticalSectionScoped cs(critsect_.get());
161 CriticalSectionScoped cs(critsect_.get());
166 CriticalSectionScoped cs(critsect_.get());
171 CriticalSectionScoped cs(critsect_.get());
177 CriticalSectionScoped cs(critsect_.get());
185 CriticalSectionScoped cs(critsect_.get());
221 CriticalSectionScoped cs(critsect_.get());
226 CriticalSectionScoped cs(critsect_.get());
248 CriticalSectionScoped cs(critsect_.get());
262 CriticalSectionScoped cs(critsect
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc57 CriticalSectionScoped cs(_audioFeedbackCritsect);
65 CriticalSectionScoped cs(_sendAudioCritsect);
72 CriticalSectionScoped cs(_sendAudioCritsect);
80 CriticalSectionScoped cs(_sendAudioCritsect);
93 CriticalSectionScoped cs(_sendAudioCritsect);
134 CriticalSectionScoped cs(_sendAudioCritsect);
247 CriticalSectionScoped cs(_sendAudioCritsect);
265 CriticalSectionScoped cs(_audioFeedbackCritsect);
373 CriticalSectionScoped cs(_sendAudioCritsect);
468 CriticalSectionScoped cs(_sendAudioCritsec
[all...]
H A Drtp_packet_history.cc37 CriticalSectionScoped cs(critsect_);
45 CriticalSectionScoped cs(critsect_);
92 CriticalSectionScoped cs(critsect_);
123 CriticalSectionScoped cs(critsect_);
161 CriticalSectionScoped cs(critsect_);
187 CriticalSectionScoped cs(critsect_);
241 CriticalSectionScoped cs(critsect_);
/external/llvm/test/MC/X86/
H A Dx86-16.s243 // CHECK: movl %cs, %eax
245 movl %cs, %eax
247 // CHECK: movw %cs, %ax
249 movw %cs, %ax
251 // CHECK: movl %cs, (%eax)
253 movl %cs, (%eax)
255 // CHECK: movw %cs, (%eax)
257 movw %cs, (%eax)
259 // CHECK: movl %eax, %cs
261 movl %eax, %cs
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc392 CriticalSectionScoped cs(_critSect);
425 CriticalSectionScoped cs(_critSect);
441 CriticalSectionScoped cs(_critSect);
457 CriticalSectionScoped cs(_critSect);
491 CriticalSectionScoped cs(_critSect);
511 CriticalSectionScoped cs(_critSect);
531 CriticalSectionScoped cs(_critSect);
554 CriticalSectionScoped cs(_critSect);
577 CriticalSectionScoped cs(_critSect);
598 CriticalSectionScoped cs(_critSec
[all...]
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view.cc138 views::ColumnSet* cs = layout->AddColumnSet(COLUMN_SET_FILL_ALIGN); local
139 cs->AddColumn(views::GridLayout::FILL, views::GridLayout::CENTER, 1,
143 cs = layout->AddColumnSet(COLUMN_SET_CONTROLS);
144 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::CENTER, 0,
146 cs->AddPaddingColumn(1, views::kUnrelatedControlHorizontalSpacing);
147 cs->AddColumn(views::GridLayout::TRAILING, views::GridLayout::CENTER, 0,
149 cs->AddColumn(views::GridLayout::TRAILING, views::GridLayout::CENTER, 0,
173 views::ColumnSet* cs = layout->AddColumnSet(COLUMN_SET_TITLE_BAR); local
174 cs->AddColumn(views::GridLayout::LEADING, views::GridLayout::LEADING, 0,
216 views::ColumnSet* cs local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.c148 radeon_cs_write_reloc(rmesa->radeon.cmdbuf.cs,
174 uint32_t *cmd = (uint32_t *)(rmesa->radeon.cmdbuf.cs->packets + rmesa->tcl.elt_cmd_start);
175 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw);
197 rmesa->radeon.cmdbuf.cs->cdw += dwords;
198 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;
201 radeon_cs_write_reloc(rmesa->radeon.cmdbuf.cs,
233 rmesa->tcl.elt_cmd_start = rmesa->radeon.cmdbuf.cs->cdw;
260 rmesa->tcl.elt_cmd_offset = rmesa->radeon.cmdbuf.cs->cdw;
263 retval = (GLushort *)(rmesa->radeon.cmdbuf.cs
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc308 CriticalSectionScoped cs(incoming_frame_cs_.get());
340 CriticalSectionScoped cs(capture_cs_.get());
372 CriticalSectionScoped cs(deliver_cs_.get());
407 CriticalSectionScoped cs(deliver_cs_.get());
428 CriticalSectionScoped cs(deliver_cs_.get());
465 CriticalSectionScoped cs(observer_cs_.get());
541 CriticalSectionScoped cs(provider_cs_.get());
553 CriticalSectionScoped cs(observer_cs_.get());
571 CriticalSectionScoped cs(observer_cs_.get());
577 CriticalSectionScoped cs(observer_cs
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.c148 radeon_cs_write_reloc(rmesa->radeon.cmdbuf.cs,
174 uint32_t *cmd = (uint32_t *)(rmesa->radeon.cmdbuf.cs->packets + rmesa->tcl.elt_cmd_start);
175 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw);
197 rmesa->radeon.cmdbuf.cs->cdw += dwords;
198 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;
201 radeon_cs_write_reloc(rmesa->radeon.cmdbuf.cs,
233 rmesa->tcl.elt_cmd_start = rmesa->radeon.cmdbuf.cs->cdw;
260 rmesa->tcl.elt_cmd_offset = rmesa->radeon.cmdbuf.cs->cdw;
263 retval = (GLushort *)(rmesa->radeon.cmdbuf.cs
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass1b.c704 struct clone_struct *cs = (struct clone_struct *) priv_data; local
710 ctx = cs->ctx;
719 if (c == cs->dup_cluster && cs->alloc_block) {
720 new_block = cs->alloc_block;
738 cs->dup_cluster = c;
743 cs->errcode = retval;
746 cs->alloc_block = new_block;
751 if (cs->dir && (blockcnt >= 0)) {
753 cs
786 struct clone_struct cs; local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dreceiver.cc47 CriticalSectionScoped cs(crit_sect_);
63 CriticalSectionScoped cs(crit_sect_);
228 CriticalSectionScoped cs(crit_sect_);
246 CriticalSectionScoped cs(crit_sect_);
286 CriticalSectionScoped cs(crit_sect_);
299 CriticalSectionScoped cs(crit_sect_);
328 CriticalSectionScoped cs(crit_sect_);
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc48 CriticalSectionScoped cs(&_crit);
62 CriticalSectionScoped cs(&_crit);
76 CriticalSectionScoped cs(&_crit);
109 CriticalSectionScoped cs(&_crit);
178 CriticalSectionScoped cs(&_crit);
214 CriticalSectionScoped cs(&_crit);
233 CriticalSectionScoped cs(&_crit);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_posix.cc197 CriticalSectionScoped cs(crit_state_);
280 CriticalSectionScoped cs(crit_state_);
287 CriticalSectionScoped cs(crit_state_);
297 CriticalSectionScoped cs(crit_state_);
310 CriticalSectionScoped cs(crit_state_);
333 CriticalSectionScoped cs(crit_state_);
353 CriticalSectionScoped cs(crit_state_);
/external/eigen/bench/
H A Dsparse_dense_product.cpp38 cs* cs_sorted_multiply(const cs* a, const cs* b)
40 cs* A = cs_transpose (a, 1) ;
41 cs* B = cs_transpose (b, 1) ;
42 cs* D = cs_multiply (B,A) ; /* D = B'*A' */
46 cs* C = cs_transpose (D, 1) ; /* C = D', so that C is sorted */
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat58 set fb_mainclass=edu.umd.cs.findbugs.AddMessages
64 set fb_mainclass=edu.umd.cs.findbugs.workflow.Update
70 set fb_mainclass=edu.umd.cs.findbugs.PrintingBugReporter
76 set fb_mainclass=edu.umd.cs.findbugs.workflow.CopyBuggySource
82 set fb_mainclass=edu.umd.cs.findbugs.workflow.DefectDensity
88 set fb_mainclass=edu.umd.cs.findbugs.workflow.Filter
94 set fb_mainclass=edu.umd.cs.findbugs.workflow.ListBugDatabaseInfo
100 set fb_mainclass=edu.umd.cs.findbugs.workflow.MineBugHistory
106 set fb_mainclass=edu.umd.cs.findbugs.workflow.PrintAppVersion
112 set fb_mainclass=edu.umd.cs
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) { argument
43 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
85 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
135 color_space cs; local
138 cs = convert_color_space(format);
139 if (cs == B_NO_COLOR_SPACE)
205 bbitmap = BE_GetOverlayBitmap(bounds,cs);
/external/qemu/util/
H A Dqemu-thread-win32.c265 CRITICAL_SECTION cs; member in struct:QemuThreadData
292 EnterCriticalSection(&data->cs);
294 LeaveCriticalSection(&data->cs);
323 DeleteCriticalSection(&data->cs);
342 InitializeCriticalSection(&data->cs);
371 EnterCriticalSection(&data->cs);
378 LeaveCriticalSection(&data->cs);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrtest.c191 char cs[120]; local
202 u_UCharsToChars(invariantUChars, cs, length);
203 if(strcmp(cs, invariantChars)!=0) {
223 u_UCharsToChars(variantUChars, cs, length);
225 if(cs[i]!=0) {
226 log_err("u_UCharsToChars(variantUChars) converted the %d-th character to %02x instead of 00\n", i, cs[i]);
244 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode);
247 } else if(length!=sizeof(invariantChars)-1 || strcmp(cs, invariantChars)!=0) {
/external/chromium_org/third_party/webrtc/modules/bitrate_controller/
H A Dbitrate_controller_impl.cc132 CriticalSectionScoped cs(critsect_);
198 CriticalSectionScoped cs(critsect_);
209 CriticalSectionScoped cs(critsect_);
215 CriticalSectionScoped cs(critsect_);
221 CriticalSectionScoped cs(critsect_);
228 CriticalSectionScoped cs(critsect_);
238 CriticalSectionScoped cs(critsect_);
251 CriticalSectionScoped cs(critsect_);
368 CriticalSectionScoped cs(critsect_);
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dincoming_video_stream.cc80 CriticalSectionScoped cs(&stream_critsect_);
86 CriticalSectionScoped cs(&stream_critsect_);
156 CriticalSectionScoped cs(&stream_critsect_);
168 CriticalSectionScoped cs(&stream_critsect_);
184 CriticalSectionScoped cs(&buffer_critsect_);
190 CriticalSectionScoped cs(&stream_critsect_);
285 CriticalSectionScoped cs(&stream_critsect_);
357 CriticalSectionScoped cs(&buffer_critsect_);
367 CriticalSectionScoped cs(&buffer_critsect_);

Completed in 3231 milliseconds

1234567891011>>