HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 326 - 350 of 719) sorted by null

<<11121314151617181920>>

  /external/regex-re2/re2/
compile.cc 790 CharClass* cc = re->cc(); local
791 if (cc->empty()) {
804 bool foldascii = cc->FoldsASCII();
809 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i) {
    [all...]
regexp.cc 6 // Tested by parse_test.cc
300 Regexp* Regexp::NewCharClass(CharClass* cc, ParseFlags flags) {
302 re->cc_ = cc;
368 CharClass* acc = a->cc();
369 CharClass* bcc = b->cc();
766 void CharClassBuilder::AddCharClass(CharClassBuilder *cc) {
767 for (iterator it = cc->begin(); it != cc->end(); ++it)
781 CharClassBuilder* cc = new CharClassBuilder; local
783 cc->ranges_.insert(RuneRange(it->lo, it->hi))
865 CharClass* cc; local
883 CharClass* cc = CharClass::New(nranges_+1); local
920 CharClass* cc = CharClass::New(ranges_.size()); local
    [all...]
  /external/toybox/toys/pending/
diff.c 418 int i, j, cc, cl; local
425 cc = fgetc(fp);
426 if (cc == EOF) {
430 if ((cc == '\t') && (toys.optflags & FLAG_t))
433 putchar(cc); //xputc has calls to fflush, it hurts performance badly.
  /external/v8/src/mips/
disasm-mips.cc 253 // Print the integer value of the cc field for the bc1t/f instructions.
255 int cc = instr->FBccValue(); local
256 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
260 // Print the integer value of the cc field for the FP compare instructions.
262 int cc = instr->FCccValue(); local
263 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
725 case 'c': { // 'bc - Special for bc1 cc field.
741 case 'C': { // 'Cc - Special for c.xx.d cc field
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 261 // Print the integer value of the cc field for the bc1t/f instructions.
263 int cc = instr->FBccValue(); local
264 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
268 // Print the integer value of the cc field for the FP compare instructions.
270 int cc = instr->FCccValue(); local
271 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
741 case 'c': { // 'bc - Special for bc1 cc field.
762 case 'C': { // 'Cc - Special for c.xx.d cc field
    [all...]
  /external/v8/testing/gmock/test/
gmock-spec-builders_test.cc 186 class CC {
188 virtual ~CC() {}
191 class MockCC : public CC {
203 MockCC cc; local
204 ON_CALL(cc, Method());
210 MockCC cc; local
211 ON_CALL(cc, Method()).WillByDefault(Return(42));
212 EXPECT_EQ(42, cc.Method());
217 MockCC cc; local
218 EXPECT_CALL(cc, Method())
224 MockCC cc; local
    [all...]
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 217 TILEGXCondCode cc; local
314 cc = TILEGXcc_AL;
331 cc = TILEGXcc_AL;
337 cc = iselCondCode(env, guard);
355 if (cc == TILEGXcc_AL)
356 addInstr(env, TILEGXInstr_CallAlways(cc, target, argiregs));
358 addInstr(env, TILEGXInstr_Call(cc, target, argiregs, src));
637 TILEGXCondCode cc; local
642 cc = TILEGXcc_EQ;
647 cc = TILEGXcc_NE
708 TILEGXCondCode cc; local
818 TILEGXCondCode cc = TILEGXcc_NE8x8; local
923 TILEGXCondCode cc; local
937 TILEGXCondCode cc; local
990 TILEGXCondCode cc; local
1245 TILEGXCondCode cc = iselCondCode_wrk(env,e); local
1279 TILEGXCondCode cc; local
1604 TILEGXCondCode cc = iselCondCode(env, stmt->Ist.Exit.guard); local
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 818 int cc; local
882 cc = readchar (1);
883 if (cc > 0)
884 dlog(3, "[received '%c' (0x%x)]\n", cc, (unsigned)cc);
886 if (cc <= 0) {
887 if (cc == 0)
897 if (cc == '\003')
900 while (cc != '+');
    [all...]
  /external/valgrind/coregrind/
m_oset.c 116 const HChar* cc; // cost centre for allocator member in struct:_OSet
289 OSetAlloc_t alloc_fn, const HChar* cc,
302 t = alloc_fn(cc, sizeof(AvlTree));
306 t->cc = cc;
318 OSetAlloc_t alloc_fn, const HChar* cc,
325 t = VG_(OSetGen_Create) (keyOff, cmp, alloc_fn, cc, free_fn);
334 cc,
347 t = os->alloc_fn(os->cc, sizeof(AvlTree));
351 t->cc = os->cc
    [all...]
  /external/valgrind/helgrind/
hg_wordset.c 152 const HChar* cc; member in struct:_WordSetU
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
248 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) );
340 if (HG_DEBUG) VG_(printf)("aodW %s re-use free %d %p\n", wsu->cc, (Int)ws, wv_new );
348 if (HG_DEBUG) VG_(printf)("aodW %s %d %p\n", wsu->cc, (Int)wsu->ix2vec_used, wv_new );
357 const HChar* cc,
364 wsu = alloc_nofail( cc, sizeof(WordSetU) );
367 wsu->cc = cc;
    [all...]
  /frameworks/native/libs/math/include/math/
TMatHelpers.h 570 T cc = cr * cy; local
578 r[1][1] = sp * ss + cc;
580 r[2][0] = sp * cc + ss;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 826 long xx, cc; local
846 cc = x0 - (1L<<30);
847 xx = x0 - (inv_q30_mult(x0, cc)>>1);
850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/2 - 3/2)/2
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 826 long xx, cc; local
846 cc = x0 - (1L<<30);
847 xx = x0 - (inv_q30_mult(x0, cc)>>1);
850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/2 - 3/2)/2
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 84 final Address[] cc = message.getRecipients(Message.RecipientType.CC); local
143 localMessage.mCc = Address.toString(cc);
389 message.setRecipients(RecipientType.CC, Address.fromHeader(localMessage.mCc));
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 241 message.setRecipients(RecipientType.CC, new Address[] { simpleName, dquoteName });
246 String[] cc = message.getHeader("Cc"); local
256 assertEquals("cc address count", 1, cc.length);
260 cc[0]);
279 message.setHeader("Cc",
291 Address[] cc = message.getRecipients(RecipientType.CC); local
302 assertEquals("cc address count", 2, cc.length)
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 158 String[] cc = activity.getCcAddresses();
163 assertEquals(0, cc.length);
195 String[] cc = activity.getCcAddresses();
200 assertEquals(0, cc.length);
236 String[] cc = activity.getCcAddresses();
241 assertEquals(0, cc.length);
258 String[] cc = activity.getCcAddresses();
263 assertTrue(cc.length == 0);
281 String[] cc = activity.getCcAddresses();
286 assertTrue(cc.length == 0)
755 final String cc = "baz@baf.com"; local
    [all...]
  /system/bt/stack/smp/
aes.cc 544 uint_8t cc, rc, hi; local
566 for (cc = keylen, rc = 1; cc < hi; cc += 4) {
569 t0 = ctx->ksch[cc - 4];
570 t1 = ctx->ksch[cc - 3];
571 t2 = ctx->ksch[cc - 2];
572 t3 = ctx->ksch[cc - 1];
573 if (cc % keylen == 0) {
580 } else if (keylen > 24 && cc % keylen == 16)
699 uint_8t cc; local
754 uint_8t cc; local
807 uint_8t cc; local
884 uint_8t cc; local
    [all...]
  /system/core/liblog/
fake_log_device.c 536 int cc = writev(fileno(stderr), vec, v - vec); local
538 if (cc == totalLen) break;
540 if (cc < 0) {
548 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.h 265 int cc; member in struct:current_it
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 199 final ClusterChain cc = local
201 cc.setChainLength(0);
357 final ClusterChain cc = new ClusterChain( local
360 cc.setChainLength(0);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 269 CallContainer cc = mCallContainerMap.get(callId); local
270 if (cc == null) {
282 if (cc.getVideoCall() != videoCall) {
285 cc.updateVideoCall(null, null);
288 else if (cc.getVideoCall() != null) {
300 cc.updateVideoCall(
344 for (Call cc : conferenceableCalls) {
345 confCallList.add(getCallId(cc));
651 CallContainer cc = mCallContainerMap.get(callId); local
653 if (cc != null)
662 CallContainer cc = mCallContainerMap.get(callId); local
673 CallContainer cc = mCallContainerMap.get(callId); local
686 CallContainer cc = mCallContainerMap.get(callId); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/tubesock/0.0.12/
tubesock-0.0.12.jar 
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 422 for (EncodedStringValue cc : retrieveConf.getCc()) {
423 final String number = cc.getString();
425 sb.append(" ").append(cc.getString());
  /external/ImageMagick/MagickCore/
enhance.c 538 *cc,
555 cc=GetXMLTreeChild(ccc,"ColorCorrection");
556 if (cc == (XMLTreeInfo *) NULL)
571 sop=GetXMLTreeChild(cc,"SOPNode");
677 sat=GetXMLTreeChild(cc,"SATNode");
532 *cc, local
    [all...]
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 78 struct CC : AA {};
88 struct MM : virtual CC {};
95 CC c;
111 const CC& cc = CC(); local

Completed in 1564 milliseconds

<<11121314151617181920>>