HomeSort by relevance Sort by last modified time
    Searched refs:cc (Results 276 - 300 of 789) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 36 : /*trash*/ "memory","cc"
69 : /*trash*/ "memory","cc"
106 : /*trash*/"memory","cc","rdi","rax","rbx","rcx"
131 : /*trash*/"memory","cc","edi","eax","ecx"
176 int cc; local
182 : /* out */ "=r" (cc)
184 : "memory", "cc"
186 return cc == 0;
  /dalvik/vm/
LinearAlloc.cpp 348 int cc, start, len; local
355 cc = mprotect(pHdr->mapAddr + start, len, PROT_READ | PROT_WRITE);
356 if (cc != 0) {
469 int i, cc; local
496 cc = mprotect(pHdr->mapAddr + SYSTEM_PAGE_SIZE * i,
498 assert(cc == 0);
510 cc = mprotect(pHdr->mapAddr + SYSTEM_PAGE_SIZE * i,
512 assert(cc == 0);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 30 color: #0033cc;
  /development/tools/jdwpspy/
Main.cpp 32 01234567: 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0123456789abcdef\n
137 int cc = run("localhost", connectPort, listenPort); local
139 return (cc != 0);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h 111 VideoFormat(int w, int h, int64 interval_ns, uint32 cc)
115 fourcc(cc) {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlockCipherFactory.java 78 Class cc = Class.forName(ce.cipherClass); local
79 BlockCipher bc = (BlockCipher) cc.newInstance();
  /external/icu4c/
runConfigureICU 48 Solaris Use the Sun cc/CC compilers on Solaris
50 SolarisX86 Use the Sun cc/CC compilers on Solaris x86
128 CC=`which xlc_r`; export CC
129 if [ ! -x $CC ]; then
142 CC=gcc; export CC
149 THE_COMP="Sun's CC"
    [all...]
  /external/icu4c/samples/
defs.mk 8 CC=$(shell icu-config --cc)
  /frameworks/compile/libbcc/tests/data/src/
structs.c 79 struct c cc; local
80 cc.g.a = 3;
  /external/icu4c/common/
normalizer2impl.h 120 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
122 appendBMP((UChar)c, cc, errorCode) :
123 appendSupplementary(c, cc, errorCode);
129 UBool appendBMP(UChar c, uint8_t cc, UErrorCode &errorCode) {
133 if(lastCC<=cc || cc==0) {
135 lastCC=cc;
136 if(cc<=1) {
140 insert(c, cc);
160 * It is set to after the last known character with cc<=1
    [all...]
  /external/libpcap/
pcap-bpf.c 143 int cc; local
166 cc = p->cc;
167 if (p->cc == 0) {
168 cc = read(p->fd, (char *)p->buffer, p->bufsize);
169 if (cc < 0) {
231 ep = bp + cc;
253 p->cc = ep - bp;
305 p->cc = ep - bp;
316 p->cc = 0
    [all...]
  /external/valgrind/main/coregrind/
m_wordfm.c 85 HChar* cc; member in struct:_WordFM
506 HChar* cc )
511 nyu = alloc_nofail(cc, sizeof(AvlNode));
541 alloc_nofail, cc );
547 alloc_nofail, cc );
558 HChar* cc,
565 fm->cc = cc;
580 HChar* cc,
584 WordFM* fm = alloc_nofail(cc, sizeof(WordFM))
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 865 private static void getFields(ArrayList alist, CtClass cc) {
867 if (cc == null)
871 getFields(alist, cc.getSuperclass());
876 CtClass[] ifs = cc.getInterfaces();
883 CtMember.Cache memCache = ((CtClassType)cc).getMembers();
1014 CtConstructor cc = (CtConstructor)mem; local
1015 if (isPubCons(cc))
1016 result[i++] = cc;
1036 CtConstructor cc = (CtConstructor)cons; local
1037 if (cc.getMethodInfo2().getDescriptor().equals(desc
1054 CtConstructor cc = (CtConstructor)mem; local
1064 CtConstructor cc = (CtConstructor)mem; local
1079 CtConstructor cc = (CtConstructor)cons; local
    [all...]
  /external/aac/libMpegTPEnc/include/
tpenc_lib.h 279 * \param cc Pointer to the current and valid configuration contained in a CODER_CONFIG struct.
285 CODER_CONFIG *cc,
  /external/astl/tests/
common.h 65 CopyCounter& operator=(const CopyCounter& cc) {return *this; }
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
82 <failure message="Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
89 <failure message="Failed&#x0A;Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
  /external/clang/test/Sema/
asm.c 118 register int cc __asm ("cc"); // expected-error{{unknown register name 'cc' in asm}}
  /external/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
82 <failure message="Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
89 <failure message="Failed&#x0A;Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
  /external/icu4c/samples/legacy/
Makefile 57 $(LINK.cc) -o $@ $^ $(ICULIBS) $(ICU_PREFIX)/lib/libicuuc.so.18 $(ICU_PREFIX)/lib/libicui18n.so.18
  /external/icu4c/test/letest/
Makefile.in 87 $(LINK.cc) -o $@ $^ $(LIBS)
91 $(LINK.cc) -o $@ $^ $(LIBS)
  /external/icu4c/tools/genrb/
Makefile.in 90 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
94 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
  /external/icu4c/tools/icuinfo/
Makefile.in 39 CPPFLAGS+= "-DU_PLATFORM=\"@platform@\"" "-DU_BUILD=\"@build@\"" "-DU_HOST=\"@host@\"" "-DU_CC=\"@CC@\"" "-DU_CXX=\"@CXX@\""
80 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
96 $(SHLIB.cc) $(SHAREDLIBCFLAGS) $(LD_SONAME) $(OUTOPT)$@ $^ $(LIBS)
  /external/qemu/
qemu-timer.h 235 asm volatile("stck 0(%1)" : "=m" (val) : "a" (&val) : "cc");
295 uint64_t cc; local
298 asm volatile("rpcc %0" : "=r"(cc));
299 cur = cc;
300 ofs = cc >> 32;
  /external/regex-re2/re2/
make_perl_groups.pl 96 // make_perl_groups.pl >perl_groups.cc
  /external/valgrind/tsan/pin/
Makefile 93 %$(SUFIX).o: %.cc $(HEADERS)
95 %$(SUFIX).o: ../%.cc $(HEADERS)
98 %$(SUFIX).obj: %.cc $(HEADERS)
100 %$(SUFIX).obj: ../%.cc $(HEADERS)

Completed in 616 milliseconds

<<11121314151617181920>>