HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 101 - 125 of 833) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/bt/osi/test/
ringbuffer_test.cc 93 uint8_t cc[] = {0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC}; local
94 ringbuffer_insert(rb, cc, sizeof(cc));
  /system/nfc/utils/test/
ringbuffer_test.cc 92 uint8_t cc[] = {0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC}; local
93 ringbuffer_insert(rb, cc, sizeof(cc));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
control_code.s 4 cc = r6 == r0; define
5 Cc = R7 == r2;
6 CC = R3 == -2;
7 cc = r0 < r1; define
8 cC = r4 < -4;
9 Cc = r4 <= R5;
10 cc = r5 <= 3; define
11 cc = r6 < r7 (iu); define
12 cc = R7 < 4 (iu); define
13 CC = r5 <= R3 (Iu)
19 cc = sp == p0; define
24 cc = r3 <= 3; define
28 cc = r2 <= 0 (IU); define
34 cc = A0 < a1; define
35 cc = a0 <= a1; define
54 cc = AZ; define
62 cc = av1s; define
69 cc = !cc; define
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 107 CompositeChange cc = new CompositeChange("Combined from unit test", local
109 cc.markAsSynthetic();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java 74 final ClusterChain cc = new ClusterChain(fat, false); local
75 cc.setChainLength(1);
77 bs.setRootDirFirstCluster(cc.getStartCluster());
80 new ClusterChainDirectory(cc, true);
  /build/soong/cc/
binary.go 15 package cc package
compiler.go 15 package cc package
25 "android/soong/cc/config"
115 // list of directories that will be added to the llvm-rs-cc include paths
118 // list of flags that will be passed to llvm-rs-cc
llndk_library.go 15 package cc package
vndk.go 15 package cc package
  /external/adhd/cras/src/common/
rtp.h 27 unsigned cc:4; member in struct:rtp_header
55 unsigned cc:4; member in struct:rtp_header
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 46 C<char> cc; // expected-note {{here}} variable
  /external/javassist/src/main/javassist/
CtConstructor.java 247 CtClass cc = declaringClass; local
248 cc.checkModify();
257 Javac jv = new Javac(b, cc);
266 methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
CtNewConstructor.java 100 CtConstructor cc = new CtConstructor(parameters, declaring); local
101 cc.setExceptionTypes(exceptions);
102 cc.setBody(body);
103 return cc;
  /external/libcxx/test/std/containers/
set_allocator_requirement_test_templates.h 37 ConstructController* cc = getConstructController(); local
38 cc->reset();
43 cc->expect<const ValueTp&>();
45 assert(!cc->unchecked());
56 cc->expect<const ValueTp&>();
58 assert(!cc->unchecked());
69 cc->expect<ValueTp&&>();
71 assert(!cc->unchecked());
82 cc->expect<const ValueTp&>();
84 assert(!cc->unchecked())
151 ConstructController* cc = getConstructController(); local
215 ConstructController* cc = getConstructController(); local
293 ConstructController* cc = getConstructController(); local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
open_flags.c 194 char *cc; local
200 cc = name;
204 for (; ((*cc != ',') && (*cc != '\0')); cc++) ;
205 savecc = *cc;
206 *cc = '\0';
220 *cc = savecc; /* restore string */
231 name = ++cc;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 52 &brw->cc.vp_offset);
71 OUT_BATCH(brw->cc.vp_offset);
112 * Creates a CC unit packet from the current blend state.
117 struct brw_cc_unit_state *cc; local
119 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
120 sizeof(*cc), 64, &brw->cc.state_offset);
121 memset(cc, 0, sizeof(*cc));
127 cc->cc0.stencil_enable = 1
    [all...]
gen6_cc.c 59 size, 64, &brw->cc.blend_state_offset);
231 OUT_BATCH(brw->cc.blend_state_offset | 1);
238 OUT_BATCH(brw->cc.blend_state_offset | 1);
259 struct gen6_color_calc_state *cc; local
261 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
262 sizeof(*cc), 64, &brw->cc.state_offset);
263 memset(cc, 0, sizeof(*cc));
266 cc->cc0.alpha_test_format = BRW_ALPHATEST_FORMAT_UNORM8
    [all...]
  /external/pdfium/third_party/libtiff/
tif_next.c 53 tmsize_t cc; local
63 for (op = (unsigned char*) buf, cc = occ; cc-- > 0;)
67 cc = tif->tif_rawcc;
74 for (row = buf; cc > 0 && occ > 0; occ -= scanline, row += scanline) {
76 cc--;
82 if (cc < scanline)
86 cc -= scanline;
94 if( cc < 4 )
98 if (cc < 4+n || off+n > scanline
    [all...]
  /external/toybox/toys/other/
hexedit.c 101 char cc = TT.data[16*(TT.base+yy)+xx]; local
108 if (side>1) printf("%02X", cc);
111 printf("%X", (cc>>(4*(1&++i)))&15);
115 draw_char(stdout, cc);
  /external/valgrind/none/tests/s390x/
cu24.c 18 uint32_t cc; member in struct:__anon43133
57 int cc = 42; local
70 : "+d"(dest), "+d"(source), "=d"(cc),
73 : "memory", "cc");
80 regs.cc = cc;
110 printf(" cc = %d\n", result.cc);
166 /* When both operands are exhausted, cc=0 takes precedence.
cu24_1.c 18 uint32_t cc; member in struct:__anon43134
57 int cc = 42; local
70 : "+d"(dest), "+d"(source), "=d"(cc),
73 : "memory", "cc");
80 regs.cc = cc;
110 printf(" cc = %d\n", result.cc);
166 /* When both operands are exhausted, cc=0 takes precedence.
cu42.c 15 uint32_t cc; member in struct:__anon43136
60 int cc = 42; local
73 : "+d"(dest), "+d"(source), "=d"(cc),
76 : "memory", "cc");
83 regs.cc = cc;
107 printf(" cc = %d\n", result.cc);
167 /* When both operands are exhausted, cc=0 takes precedence.
182 run_test(buff, 0, invalid, sizeof invalid); // cc =
    [all...]
  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 57 LDSymbol* cc = LDSymbol::Create(*c); local
63 m_pTestee->add(*cc);
100 LDSymbol* cc = LDSymbol::Create(*c); local
106 c->setSymPtr(cc);
112 m_pTestee->add(*cc);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/
set_allocator_requirement_test_templates.h 37 ConstructController* cc = getConstructController(); local
38 cc->reset();
43 cc->expect<const ValueTp&>();
45 assert(!cc->unchecked());
56 cc->expect<const ValueTp&>();
58 assert(!cc->unchecked());
69 cc->expect<ValueTp&&>();
71 assert(!cc->unchecked());
82 cc->expect<const ValueTp&>();
84 assert(!cc->unchecked())
151 ConstructController* cc = getConstructController(); local
215 ConstructController* cc = getConstructController(); local
293 ConstructController* cc = getConstructController(); local
    [all...]
  /system/core/libutils/
FileMap.cpp 226 int cc, sysAdvice; local
239 cc = madvise(mBasePtr, mBaseLength, sysAdvice);
240 if (cc != 0)
242 return cc;

Completed in 386 milliseconds

1 2 3 45 6 7 8 91011>>