HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 376 - 400 of 1154) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 10 char c1 = x; // OK, though it might narrow (in this case, it does narrow) local
138 Agg<char> c1 = {s}; // expected-error {{ cannot be narrowed }} expected-note {{override}} local
206 struct {const unsigned char c;} c1 = {j}; // expected-error {{from type 'int' to 'unsigned char' in}} expected-note {{override}} local
p7-cxx11-nowarn.cpp 11 char c1 = x; // OK, though it might narrow (in this case, it does narrow) local
139 Agg<char> c1 = {s}; // expected-warning {{ cannot be narrowed }} expected-note {{override}} local
193 struct {const unsigned char c;} c1 = {j}; // expected-warning {{from type 'int' to 'unsigned char' in}} expected-note {{override}} local
  /external/llvm/unittests/IR/
MetadataTest.cpp 91 Value *const c1 = n1; local
92 MDNode *n2 = MDNode::get(Context, c1);
96 MDNode *n5 = MDNode::getIfExists(Context, c1);
  /external/opencv/cv/src/
cvsegmentation.cpp 339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local
446 int c0, c1, c2; local
451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2];
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255]
    [all...]
  /frameworks/base/core/jni/
android_text_AndroidCharacter.cpp 164 int c1 = data[i]; local
165 int c2 = u_charMirror(c1);
167 if (c1 != c2) {
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteCursorTest.java 91 Cursor c1 = mDatabase.rawQuery("select * from " + testTable, null); local
92 assertEquals(N, c1.getCount());
93 c1.close();
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 57 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
58 float c1(void) const { return _c1; } function in class:ColorFract
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_03.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 128 /* Compare the constants C1 and C2 with distinguishing type incompatible
132 vn_constant_eq_with_type (tree c1, tree c2)
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 128 /* Compare the constants C1 and C2 with distinguishing type incompatible
132 vn_constant_eq_with_type (tree c1, tree c2)
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 128 /* Compare the constants C1 and C2 with distinguishing type incompatible
132 vn_constant_eq_with_type (tree c1, tree c2)
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 128 /* Compare the constants C1 and C2 with distinguishing type incompatible
132 vn_constant_eq_with_type (tree c1, tree c2)
134 return (expressions_equal_p (c1, c2)
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 484 char c1 = fsb.charAt(i); local
487 if (c1 != c2)
489 return c1 - c2;
530 char c1 = Character.toLowerCase(fsb.charAt(i)); local
533 if (c1 != c2)
535 return c1 - c2;
  /external/chromium_org/v8/test/webkit/
closure-inside-extra-arg-call.js 31 var c1; variable
40 c1 = function() { return d; }
46 shouldBe("c1()", '"xyxy"');
38 c1 = function() { return d; } function
  /external/clang/test/Misc/
diag-template-diffing.cpp 946 C<int> c1; local
993 C<> c1; local
    [all...]
  /external/skia/tests/
RegionTest.cpp 148 bool c1 = slow_contains(a, b); local
149 REPORTER_ASSERT(reporter, c0 == c1);
155 c1 = slow_contains(a, r);
156 REPORTER_ASSERT(reporter, c0 == c1);
176 bool c1 = slow_intersects(a, b); local
177 REPORTER_ASSERT(reporter, c0 == c1);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 190 register unsigned char c1; \
193 c1 = *(unsigned char *)s1; \
195 if (c1 != c2) break; \
196 if (c1 == 0) break; \
199 if ((unsigned char)c1 < (unsigned char)c2) return -1; \
200 if ((unsigned char)c1 > (unsigned char)c2) return 1; \
  /bionic/libc/kernel/common/linux/
binder.h 22 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
  /development/ndk/platforms/android-3/include/linux/
binder.h 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
  /external/chromium/base/
callback_unittest.cc 79 Callback<void(int)> c1; local
87 EXPECT_TRUE(c1.is_null());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.h 84 #define xa_format_c(bpp,type,c1,c2) (((bpp) << 24) | \
86 ((c1) << 8) | \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.h 134 GLfloat c0, GLfloat c1);
140 GLfloat c0, GLfloat c1,
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 37 X<int>::C *c1; variable
44 c1 = c2; // expected-error{{assigning to 'X<int>::C *' from incompatible type 'X<float>::C *'}}
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 82 float c1 = ShaderUtils.mix(c10, c11, noisex); local
83 retval[y * workSize + x] = ShaderUtils.mix(c0, c1, noisey);
  /external/kernel-headers/original/linux/
binder.h 25 #define B_PACK_CHARS(c1, c2, c3, c4) \
26 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))

Completed in 963 milliseconds

<<11121314151617181920>>