/external/toybox/toys/pending/ |
brctl.c | 302 } cc[] = {{"show", 0, br_show}, local 317 for (i = 0; i < ARRAY_LEN(cc); i++) { 318 struct cmds *t = cc + i; 330 if (i == ARRAY_LEN(cc)) help_exit("invalid option '%s'", *toys.optargs);
|
/external/v8/src/regexp/ |
regexp-macro-assembler.h | 15 RegExpCharacterClass cc; member in struct:v8::internal::DisjunctDecisionRow
|
/external/valgrind/coregrind/ |
m_deduppoolalloc.c | 46 const HChar* cc; /* pool allocator's cost centre */ member in struct:_DedupPoolAlloc 86 const HChar* cc, 94 vg_assert(cc); 96 ddpa = alloc_fn(cc, sizeof(*ddpa)); 102 ddpa->cc = cc; 104 ddpa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) ); 106 ddpa->ht_elements = VG_(HT_construct) (cc); 110 cc, 148 UChar *newpool = ddpa->alloc_fn (ddpa->cc, 2 * curpool_size) [all...] |
m_sparsewa.c | 83 const HChar* cc; member in struct:_SparseWA 151 LevelN* levelN = swa->alloc_nofail( swa->cc, sizeof(LevelN) ); 160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) ); 234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT), 235 const HChar* cc, 240 vg_assert(cc); 242 swa = alloc_nofail( cc, sizeof(SparseWA) ); 245 swa->cc = cc;
|
m_xarray.c | 42 const HChar* cc; /* cost centre for alloc */ member in struct:_XArray 54 const HChar* cc, 68 xa = alloc_fn( cc, sizeof(struct _XArray) ); 70 xa->cc = cc; 81 XArray* VG_(cloneXA)( const HChar* cc, const XArray* xa ) 89 nyu_cc = cc ? cc : xa->cc; 94 nyu->cc = nyu_cc [all...] |
/external/valgrind/none/tests/s390x/ |
cu12.c | 18 uint32_t cc; member in struct:__anon27152 79 int cc = 42; local 92 : "+d"(dest), "+d"(source), "=d"(cc), 95 : "memory", "cc"); 102 regs.cc = cc; 141 printf(" cc = %d\n", result.cc); 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 250 invalidity of the character (cc=2) takes precedence over exhaustio [all...] |
cu12_1.c | 18 uint32_t cc; member in struct:__anon27153 79 int cc = 42; local 92 : "+d"(dest), "+d"(source), "=d"(cc), 95 : "memory", "cc"); 102 regs.cc = cc; 141 printf(" cc = %d\n", result.cc); 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 250 invalidity of the character (cc=2) takes precedence over exhaustio [all...] |
cu14.c | 18 uint32_t cc; member in struct:__anon27154 79 int cc = 42; local 92 : "+d"(dest), "+d"(source), "=d"(cc), 95 : "memory", "cc"); 102 regs.cc = cc; 141 printf(" cc = %d\n", result.cc); 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 250 invalidity of the character (cc=2) takes precedence over exhaustio [all...] |
cu14_1.c | 18 uint32_t cc; member in struct:__anon27155 79 int cc = 42; local 92 : "+d"(dest), "+d"(source), "=d"(cc), 95 : "memory", "cc"); 102 regs.cc = cc; 141 printf(" cc = %d\n", result.cc); 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 250 invalidity of the character (cc=2) takes precedence over exhaustio [all...] |
/external/vboot_reference/tests/ |
vb20_api_tests.c | 22 static struct vb2_context cc; variable in typeref:struct:vb2_context 58 memset(&cc, 0, sizeof(cc)); 59 cc.workbuf = workbuf; 60 cc.workbuf_size = sizeof(workbuf); 62 vb2_init_context(&cc); 63 sd = vb2_get_sd(&cc); 65 vb2_nv_init(&cc); 67 vb2_secdata_create(&cc); 68 vb2_secdata_init(&cc); [all...] |
vb20_misc_tests.c | 22 static struct vb2_context cc; variable in typeref:struct:vb2_context 66 memset(&cc, 0, sizeof(cc)); 67 cc.workbuf = workbuf; 68 cc.workbuf_size = sizeof(workbuf); 70 vb2_init_context(&cc); 71 sd = vb2_get_sd(&cc); 73 vb2_nv_init(&cc); 75 vb2_secdata_create(&cc); 76 vb2_secdata_init(&cc); [all...] |
vb2_misc_tests.c | 20 static struct vb2_context cc; variable in typeref:struct:vb2_context 35 memset(&cc, 0, sizeof(cc)); 36 cc.workbuf = workbuf; 37 cc.workbuf_size = sizeof(workbuf); 39 vb2_init_context(&cc); 40 sd = vb2_get_sd(&cc); 42 vb2_nv_init(&cc); 44 vb2_secdata_create(&cc); 45 vb2_secdata_init(&cc); [all...] |
/frameworks/av/media/libstagefright/foundation/ |
MetaData.cpp | 374 char cc[5]; local 375 MakeFourCCString(key, cc); 377 s.appendFormat("%s: %s", cc, item.asString(false).string()); 387 char cc[5]; local 388 MakeFourCCString(key, cc); 390 ALOGI("%s: %s", cc, item.asString(true /* verbose */).string());
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapTest.java | 227 int cc = Color.argb(a0, rr, gg, bb); local 230 " local " + Integer.toHexString(cc));
|
/libcore/ojluni/src/main/java/java/util/ |
TreeSet.java | 305 Comparator<?> cc = set.comparator(); local 307 if (cc==mc || (cc != null && cc.equals(mc))) {
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/ |
CaptionTrackRenderer.java | 17 package com.android.usbtuner.cc; 45 // specified in CEA-708 are ignored and this follows system wide cc preferences for
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
valuetest.cpp | 172 const char* cc = "world";
local 173 TestEqual(x["hello"], cc);
[all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/print/ |
PrintUtils.java | 172 * reply-to, to, cc, and bcc. 198 // cc 199 final String cc = renderEmailList(res, message.getCcAddresses(), addressCache); local 200 buildEmailDiv(res, recipients, cc, DIV_START, DIV_END,
|
/system/bt/stack/avct/ |
avct_int.h | 106 tAVCT_CC cc; /* parameters from connection creation */ member in struct:__anon73943
|
/system/bt/stack/avrc/ |
avrc_api.c | 891 tAVCT_CC cc; local [all...] |
/system/bt/stack/smp/ |
p_256_multprecision.c | 179 DWORD cc[2*KEY_LENGTH_DWORDS_P256]; local 181 multiprecision_mult(cc, a, b, keyLength); 184 multiprecision_fast_mod(c, cc); 188 multiprecision_fast_mod_P256(c, cc);
|
/system/bt/vendor_libs/linux/ |
bt_vendor_linux.c | 216 struct mgmt_event_read_index *cc; local 219 cc = (struct mgmt_event_read_index *)ev.data; 221 if (cc->cc_opcode != MGMT_OP_INDEX_LIST || cc->status != 0) 224 for (i = 0; i < cc->num_intf; i++) { 225 if (cc->index[i] == hci_interface)
|
/system/core/cpio/ |
mkbootfs.c | 304 struct fs_config_entry* cc = canned_config + used; local 307 cc->name = strdup(""); 308 cc->uid = atoi(strtok(line, " \n")); 310 cc->name = strdup(strtok(line, " \n")); 311 cc->uid = atoi(strtok(NULL, " \n")); 313 cc->gid = atoi(strtok(NULL, " \n")); 314 cc->mode = strtol(strtok(NULL, " \n"), NULL, 8);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ppc-dis.c | 695 int cc; local 700 cc = value & 3; 701 (*info->fprintf_func) (info->stream, "%s", cbnames[cc]);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessageMime.java | 145 private ArrayList<Rfc822Token> cc = null; // Can be empty field in class:BluetoothMapbMessageMime 243 return cc; 245 public void setCc(ArrayList<Rfc822Token> cc) { 246 this.cc = cc; 249 if(this.cc == null) 250 this.cc = new ArrayList<Rfc822Token>(1); 251 this.cc.add(new Rfc822Token(name, address, null)); 386 /* For MMS one recipient(to, cc or bcc) must exists, if none: 'To: undisclosed- 389 if(to == null && cc == null && bcc == null [all...] |