Searched defs:ci (Results 1 - 25 of 266) sorted by relevance

1234567891011

/external/chromium_org/chrome/installer/util/
H A Dchannel_info_unittest.cc23 ChannelInfo ci; local
26 ci.set_value(L"");
27 EXPECT_TRUE(ci.GetChannelName(&channel));
29 ci.set_value(L"-full");
30 EXPECT_TRUE(ci.GetChannelName(&channel));
33 ci.set_value(L"2.0-beta");
34 EXPECT_TRUE(ci.GetChannelName(&channel));
36 ci.set_value(L"2.0-beta-spam");
37 EXPECT_TRUE(ci.GetChannelName(&channel));
39 ci
68 ChannelInfo ci; local
100 ChannelInfo ci; local
132 ChannelInfo ci; local
164 ChannelInfo ci; local
173 ChannelInfo ci; local
204 ChannelInfo ci; local
251 ChannelInfo ci; local
[all...]
/external/clang/test/SemaCXX/
H A Dattr-flatten.cpp19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} variable
H A Dattr-no-split-stack.cpp19 int ci [[gnu::no_split_stack]]; // expected-error {{'no_split_stack' attribute only applies to functions}} variable
H A Dcxx0x-class.cpp13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}} member in class:C
/external/chromium_org/tools/gyp/test/mac/strip/
H A Dfile.c15 __attribute__((used)) const int ci = 34623; variable
H A Dmain.c17 __attribute__((used)) const int ci = 34623; variable
/external/clang/test/CodeGenCXX/
H A Dvolatile-1.cpp7 // CHECK: @ci = global [[CINT:.*]] zeroinitializer
8 volatile _Complex int ci; variable
28 (float)(ci);
29 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0)
30 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1)
36 (void)ci;
39 (void)(ci=ci);
40 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0)
41 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i3
103 ci+ci; local
227 __imag ci = __imag ci = __imag ci; local
[all...]
H A Ddebug-info-template-explicit-specialization.cpp27 c<int> ci; variable
/external/libcxx/test/utilities/utility/forward/
H A Dmove_if_noexcept.pass.cpp44 const int ci = 0; local
52 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), "");
57 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int>::value), "");
/external/clang/test/CodeGen/
H A Dunsigned-promotion.c10 unsigned char ci, cj, ck; variable
98 ci = cj + ck;
120 ci = cj - ck;
142 ci = cj * ck;
H A Dvolatile-1.c7 // CHECK: @ci = common global [[CINT:.*]] zeroinitializer
8 volatile _Complex int ci; variable
29 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0), align 4
30 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1), align 4
32 (float)(ci);
33 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0), align 4
34 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1), align 4
35 (void)ci;
39 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0), align 4
40 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i3
97 ci+ci; local
198 __imag ci = __imag ci = __imag ci; local
[all...]
/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_factory_android.cc68 ScopedJavaLocalRef<jobject> ci = local
73 Java_ChromiumCameraInfo_getDeviceName(env, ci.obj())),
74 base::StringPrintf("%d", Java_ChromiumCameraInfo_getId(env, ci.obj())));
80 << Java_ChromiumCameraInfo_getOrientation(env, ci.obj());
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp34 virtual bool BeginSourceFileAction(CompilerInstance &ci, StringRef filename) { argument
36 ci.getPreprocessor().enableIncrementalProcessing();
38 return ASTFrontendAction::BeginSourceFileAction(ci, filename);
/external/libvorbis/lib/
H A Dsynthesis.c30 codec_setup_info *ci= vi ? vi->codec_setup : 0; local
34 if (!vd || !b || !vi || !ci || !opb) {
55 if(!ci->mode_param[mode]){
59 vb->W=ci->mode_param[mode]->blockflag;
80 vb->pcmend=ci->blocksizes[vb->W];
86 type=ci->map_type[ci->mode_param[mode]->mapping];
88 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]->
98 codec_setup_info *ci local
140 codec_setup_info *ci=vi->codec_setup; local
169 codec_setup_info *ci=vi->codec_setup; local
178 codec_setup_info *ci=vi->codec_setup; local
[all...]
/external/stlport/test/unit/
H A Dmultiset_test.cpp77 mset::const_iterator ci; local
78 ci = s.lower_bound(3);
79 CPPUNIT_ASSERT(*ci == 3);
80 ci = s.upper_bound(3);
81 CPPUNIT_ASSERT(*ci == 6);
91 ci = crs.lower_bound(3);
92 CPPUNIT_ASSERT(*ci == 3);
93 ci = crs.upper_bound(3);
94 CPPUNIT_ASSERT(*ci == 6);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcmainct.c174 int ci; local
181 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
182 ci++, compptr++) {
183 main_ptr->buffer[ci] = (*cinfo->mem->access_virt_sarray)
184 ((j_common_ptr) cinfo, main_ptr->whole_image[ci],
248 int ci; local
268 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
269 ci
[all...]
H A Djddctmgr.c98 int ci, i; local
104 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
105 ci++, compptr++) {
214 idct->pub.inverse_DCT[ci] = method_ptr;
222 if (! compptr->component_needed || idct->cur_method[ci] == method)
227 idct->cur_method[ci] = method;
319 int ci; local
328 for (ci = 0, compptr = cinfo->comp_info; ci < cinf
[all...]
H A Djdinput.c45 int ci; local
65 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
66 ci++, compptr++) {
93 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
94 ci++, compptr++) {
142 int ci, mcublks, tmp; local
188 for (ci = 0; ci < cinf
239 int ci, qtblno; local
[all...]
H A Djdmaster.c107 int ci; local
242 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
243 ci++, compptr++) {
273 int ci; local
291 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
292 ci++, compptr++) {
311 for (ci = 0, compptr = cinfo->comp_info; ci < cinf
[all...]
H A Drdswitch.c363 int ci; local
366 for (ci = 0; ci < MAX_COMPONENTS; ci++) {
378 cinfo->comp_info[ci].quant_tbl_no = val;
383 cinfo->comp_info[ci].quant_tbl_no = val;
397 int ci, val1, val2; local
400 for (ci = 0; ci < MAX_COMPONENTS; ci
[all...]
H A Dwrrle.c81 int i, ci; local
123 for (ci = 0; ci < cinfo->out_color_components; ci++) {
125 dest->colormap[ci * CMAPLENGTH + i] =
126 GETJSAMPLE(cinfo->colormap[ci][i]) << 8;
180 int ci; local
194 for (ci = 0; ci < cinfo->output_components; ci
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DTriangularSolver.h238 Scalar& ci = tempVector.coeffRef(i); local
239 if (ci!=Scalar(0))
248 ci /= it.value();
251 ci /= lhs.coeff(i,i);
259 tempVector.coeffRef(it.index()) -= ci * it.value();
264 tempVector.coeffRef(it.index()) -= ci * it.value();
/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java38 CodeIterator ci = codeAttr.iterator();
39 int length = ci.getCodeLength();
49 visitBytecode(ci, stack, i);
71 private void visitBytecode(CodeIterator ci, int[] stack, int index) argument
75 ci.move(index);
79 while (ci.hasNext()) {
80 index = ci.next();
82 int op = ci.byteAt(index);
83 stackDepth = visitInst(op, ci, index, stackDepth);
87 if (processBranch(op, ci, inde
98 processBranch(int opcode, CodeIterator ci, int index, int codeLength, int[] stack, int stackDepth, int[] jsrDepth) argument
211 visitInst(int op, CodeIterator ci, int index, int stack) argument
258 getFieldSize(CodeIterator ci, int index) argument
[all...]
/external/jpeg/
H A Djcmainct.c174 int ci; local
181 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
182 ci++, compptr++) {
183 main->buffer[ci] = (*cinfo->mem->access_virt_sarray)
184 ((j_common_ptr) cinfo, main->whole_image[ci],
248 int ci; local
268 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
269 ci
[all...]
H A Djdinput.c44 int ci; local
64 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
65 ci++, compptr++) {
82 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
83 ci++, compptr++) {
127 int ci, mcublks, tmp; local
173 for (ci = 0; ci < cinf
240 int ci, qtblno; local
[all...]

Completed in 8964 milliseconds

1234567891011