HomeSort by relevance Sort by last modified time
    Searched refs:cc (Results 26 - 50 of 735) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bison/data/
Makefile.am 20 c++.m4 location.cc lalr1.cc glr.cc
  /external/javassist/sample/
Test.java 28 CtClass cc = pool.get("sample.Test"); local
30 cc.getDeclaredMethod("g");
37 CtMethod fMethod = cc.getDeclaredMethod("f");
38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
39 cc.addMethod(gMethod);
40 cc.writeFile(); // update the class file
  /external/valgrind/main/none/tests/s390x/
condloadstore.stdout.exp 1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 000000000000000
    [all...]
stcke.c 18 int cc; local
22 :"+Q" (*addr), "=d"(cc)::"cc");
24 return cc;
35 int cc; local
37 cc = stcke(start.buffer);
38 if (cc)
39 printf("cc != 0!\n");
42 cc = stcke(end.buffer);
43 if (cc)
    [all...]
flogr.c 18 unsigned int *cc)
30 : "2", "3", "cc");
32 *cc = psw >> 28;
34 printf("value = %lx, bitpos = %lu, modval = %lx, cc = %d\n",
35 value, *bitpos, *modval, *cc);
42 unsigned int *cc)
54 : "3", "cc");
56 *cc = psw >> 28;
58 printf("value = %lx, bitpos = %lu, modval = %lx, cc = %d\n",
59 value, *bitpos, *modval, *cc);
92 unsigned int cc; local
    [all...]
stfle.stdout.exp 1 the value of cc is 0 and #double words is 2
2 the value of cc is 0 and #double words is 2
4 the value of cc is 0 and #double words is 2
6 the value of cc is 3 and #double words is 2
7 the value of cc is 3 and #double words is 2
  /external/libyuv/
Android.mk 8 files/source/convert.cc \
9 files/source/format_conversion.cc \
10 files/source/planar_functions.cc \
11 files/source/row_posix.cc \
12 files/source/video_common.cc \
13 files/source/cpu_id.cc \
14 files/source/general.cc \
15 files/source/rotate.cc \
16 files/source/row_table.cc \
17 files/source/scale.cc
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 34 ConfirmationCallback cc; field in class:ConfirmationCallbackTest
55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]);
67 cc = new ConfirmationCallback(3, ot[1], dopt[1]);
71 cc = new ConfirmationCallback(mt[1], 3, dopt[1]);
75 cc = new ConfirmationCallback(mt[1], ot[1], 4);
88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]);
91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]);
94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]);
98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]);
111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0])
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 8 register int c, cc = 0, wc = 0, lc = 0; local
12 ++cc;
19 ++cc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
  /external/chromium/base/third_party/dmg_fp/
Android.mk 6 LOCAL_CPP_EXTENSION := .cc
11 base/third_party/dmg_fp/dtoa.cc \
12 base/third_party/dmg_fp/g_fmt.cc
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
createbug.py 37 Options.cc,
46 cc = self._options.cc
47 if not cc:
48 cc = state.get("bug_cc")
52 state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component=self._options.component, cc=cc)
  /external/icu4c/test/intltest/
convtest.cpp 88 ConversionCase cc; local
114 cc.caseNr=i;
118 cc.charset=charset;
129 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
131 cc.unicode=unicode.getBuffer();
132 cc.unicodeLength=unicode.length();
135 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
137 cc.offsets=NULL;
144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode)
209 ConversionCase cc; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 114 void ARMAssembler::B(int cc, const char* label)
117 *mPC++ = (cc<<28) | (0xA<<24) | 0;
120 void ARMAssembler::BL(int cc, const char* label)
123 *mPC++ = (cc<<28) | (0xB<<24) | 0;
211 void ARMAssembler::dataProcessing(int opcode, int cc,
214 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2;
223 void ARMAssembler::MLA(int cc, int s,
227 *mPC++ = (cc<<28) | (1<<21) | (s<<20) |
230 void ARMAssembler::MUL(int cc, int s,
234 *mPC++ = (cc<<28) | (s<<20) | (Rd<<16) | (Rs<<8) | 0x90 | Rm
    [all...]
  /external/protobuf/
Android.mk 20 src/google/protobuf/stubs/common.cc \
21 src/google/protobuf/stubs/once.cc \
22 src/google/protobuf/stubs/hash.cc \
26 src/google/protobuf/extension_set.cc \
27 src/google/protobuf/generated_message_util.cc \
28 src/google/protobuf/message_lite.cc \
29 src/google/protobuf/repeated_field.cc \
30 src/google/protobuf/wire_format_lite.cc \
31 src/google/protobuf/io/coded_stream.cc \
33 src/google/protobuf/io/zero_copy_stream.cc \
    [all...]
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 8 int cc = c; member in struct:C
  /external/valgrind/main/coregrind/
link_tool_exe_linux.in 63 # The cc invokation to do the final link
64 my $cc = $ARGV[1];
69 # 'cc' -static -Ttext='ala' 'restargs'
71 my $cmd="$cc -static -Wl,-Ttext=$ala";
  /external/valgrind/main/include/
pub_tool_mallocfree.h 38 // The 'cc' is a string that identifies the allocation point. It's used when
40 extern void* VG_(malloc) ( HChar* cc, SizeT nbytes );
42 extern void* VG_(calloc) ( HChar* cc, SizeT n, SizeT bytes_per_elem );
43 extern void* VG_(realloc) ( HChar* cc, void* p, SizeT size );
44 extern Char* VG_(strdup) ( HChar* cc, const Char* s );
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 78 inline bool isHexDigit(UChar cc)
80 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'f') || (cc >= 'A' && cc <= 'F');
83 inline bool isAlphaNumeric(UChar cc)
85 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'z') || (cc >= 'A' && cc <= 'Z')
121 UChar cc = *source; local
    [all...]
  /external/protobuf/src/
Makefile.am 83 google/protobuf/stubs/common.cc \
84 google/protobuf/stubs/once.cc \
85 google/protobuf/stubs/hash.cc \
89 google/protobuf/extension_set.cc \
90 google/protobuf/generated_message_util.cc \
91 google/protobuf/message_lite.cc \
92 google/protobuf/repeated_field.cc \
93 google/protobuf/wire_format_lite.cc \
94 google/protobuf/io/coded_stream.cc \
96 google/protobuf/io/zero_copy_stream.cc \
    [all...]
  /external/qemu/android/camera/
camera-service.c 617 _camera_client_free(CameraClient* cc)
621 if (cc->camera_info != NULL) {
622 ((CameraInfo*)cc->camera_info)->in_use = 0;
624 if (cc->camera != NULL) {
625 camera_device_close(cc->camera);
627 if (cc->video_frame != NULL) {
628 free(cc->video_frame);
630 if (cc->device_name != NULL) {
631 free(cc->device_name);
634 AFREE(cc);
651 CameraClient* cc; local
1176 CameraClient* cc = (CameraClient*)opaque; local
1217 CameraClient* cc = (CameraClient*)opaque; local
1257 CameraClient* cc = _camera_client_create(csd, client_param); local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 109 CC = 0x30000000,
281 void and_r(int rd, int rn, ARMWord op2, Condition cc = AL)
283 emitInst(static_cast<ARMWord>(cc) | AND, rd, rn, op2);
286 void ands_r(int rd, int rn, ARMWord op2, Condition cc = AL)
288 emitInst(static_cast<ARMWord>(cc) | AND | SET_CC, rd, rn, op2);
291 void eor_r(int rd, int rn, ARMWord op2, Condition cc = AL)
293 emitInst(static_cast<ARMWord>(cc) | EOR, rd, rn, op2);
296 void eors_r(int rd, int rn, ARMWord op2, Condition cc = AL)
298 emitInst(static_cast<ARMWord>(cc) | EOR | SET_CC, rd, rn, op2);
301 void sub_r(int rd, int rn, ARMWord op2, Condition cc = AL
    [all...]
  /external/openssh/
cipher.c 206 cipher_init(CipherContext *cc, Cipher *cipher,
228 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
236 cc->cipher = cipher;
240 EVP_CIPHER_CTX_init(&cc->evp);
247 EVP_CipherInit(&cc->evp, type, (u_char *)key, (u_char *)iv,
250 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv,
254 klen = EVP_CIPHER_CTX_key_length(&cc->evp);
257 if (EVP_CIPHER_CTX_set_key_length(&cc->evp, keylen) == 0)
261 if (EVP_CipherInit(&cc->evp, NULL, (u_char *)key, NULL, -1) == 0)
269 if (EVP_Cipher(&cc->evp, discard, junk
    [all...]
  /external/chromium/third_party/modp_b64/
Android.mk 6 LOCAL_CPP_EXTENSION := .cc
11 third_party/modp_b64/modp_b64.cc
  /external/compiler-rt/lib/asan/
Android.mk 27 asan_rtl.cc \
28 asan_allocator.cc \
29 asan_globals.cc \
30 asan_interceptors.cc \
31 asan_linux.cc \
32 asan_malloc_linux.cc \
33 asan_malloc_mac.cc \
34 asan_new_delete.cc \
35 asan_poisoning.cc \
36 asan_posix.cc \
    [all...]
  /external/libffi/testsuite/libffi.special/
special.exp 29 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O0 -W -Wall"
30 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O2"
31 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O3"
32 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-Os"

Completed in 1239 milliseconds

12 3 4 5 6 7 8 91011>>