Home
last modified time | relevance | path

Searched +defs:c +defs:cc (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/external/openssh/
Dcipher.c125 const struct sshcipher *c; in cipher_alg_list() local
158 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize()
164 cipher_keylen(const struct sshcipher *c) in cipher_keylen()
170 cipher_seclen(const struct sshcipher *c) in cipher_seclen()
178 cipher_authlen(const struct sshcipher *c) in cipher_authlen()
184 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen()
195 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc()
201 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext()
209 const struct sshcipher *c; in cipher_by_name() local
220 const struct sshcipher *c; in ciphers_valid() local
[all …]
/external/libcxx/test/std/containers/
Dset_allocator_requirement_test_templates.h35 ConstructController* cc = getConstructController(); in testSetInsert() local
39 Container c; in testSetInsert() local
52 Container c; in testSetInsert() local
65 Container c; in testSetInsert() local
78 Container c; in testSetInsert() local
91 Container c; in testSetInsert() local
103 Container c; in testSetInsert() local
115 Container c; in testSetInsert() local
130 Container c; in testSetInsert() local
147 ConstructController* cc = getConstructController(); in testSetEmplace() local
[all …]
Dmap_allocator_requirement_test_templates.h36 ConstructController* cc = getConstructController(); in testMapInsert() local
40 Container c; in testMapInsert() local
53 Container c; in testMapInsert() local
66 Container c; in testMapInsert() local
79 Container c; in testMapInsert() local
92 Container c; in testMapInsert() local
104 Container c; in testMapInsert() local
116 Container c; in testMapInsert() local
128 Container c; in testMapInsert() local
143 Container c; in testMapInsert() local
[all …]
/external/llvm-project/libcxx/test/std/containers/
Dset_allocator_requirement_test_templates.h33 ConstructController* cc = getConstructController(); in testSetInsert() local
37 Container c; in testSetInsert() local
50 Container c; in testSetInsert() local
63 Container c; in testSetInsert() local
76 Container c; in testSetInsert() local
89 Container c; in testSetInsert() local
101 Container c; in testSetInsert() local
113 Container c; in testSetInsert() local
128 Container c; in testSetInsert() local
145 ConstructController* cc = getConstructController(); in testSetEmplace() local
[all …]
Dmap_allocator_requirement_test_templates.h34 ConstructController* cc = getConstructController(); in testMapInsert() local
38 Container c; in testMapInsert() local
51 Container c; in testMapInsert() local
64 Container c; in testMapInsert() local
77 Container c; in testMapInsert() local
90 Container c; in testMapInsert() local
102 Container c; in testMapInsert() local
114 Container c; in testMapInsert() local
126 Container c; in testMapInsert() local
141 Container c; in testMapInsert() local
[all …]
/external/pdfium/third_party/libtiff/
Dtif_compress.c35 const TIFFCodec* c = TIFFFindCODEC(tif->tif_dir.td_compression); in TIFFNoEncode() local
50 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowEncode()
57 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripEncode()
64 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileEncode()
73 const TIFFCodec* c = TIFFFindCODEC(tif->tif_dir.td_compression); in TIFFNoDecode() local
94 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoRowDecode()
101 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoStripDecode()
108 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s) in _TIFFNoTileDecode()
161 const TIFFCodec *c = TIFFFindCODEC((uint16) scheme); in TIFFSetCompressionScheme() local
187 const TIFFCodec* c; in TIFFFindCODEC() local
[all …]
/external/llvm-project/libcxx/test/libcxx/containers/sequences/array/array.zero/
Ddb_front.pass.cpp24 C c = {}; in main() local
25 C const& cc = c; in main() local
31 C c = {{}}; in main() local
32 C const& cc = c; in main() local
Ddb_indexing.pass.cpp24 C c = {}; in main() local
25 C const& cc = c; in main() local
33 C c = {{}}; in main() local
34 C const& cc = c; in main() local
Ddb_back.pass.cpp24 C c = {}; in main() local
25 C const& cc = c; in main() local
31 C c = {{}}; in main() local
32 C const& cc = c; in main() local
/external/libcxx/test/libcxx/containers/sequences/array/array.zero/
Ddb_front.pass.cpp37 C c = {}; in main() local
38 C const& cc = c; in main() local
44 C c = {{}}; in main() local
45 C const& cc = c; in main() local
Ddb_back.pass.cpp37 C c = {}; in main() local
38 C const& cc = c; in main() local
44 C c = {{}}; in main() local
45 C const& cc = c; in main() local
Ddb_indexing.pass.cpp37 C c = {}; in main() local
38 C const& cc = c; in main() local
46 C c = {{}}; in main() local
47 C const& cc = c; in main() local
/external/libcxx/test/std/containers/sequences/array/
Dfront_back.pass.cpp45 C c = {1, 2, 3.5}; in main() local
60 const C c = {1, 2, 3.5}; in main() local
70 C c = {}; in main() local
71 C const& cc = c; in main() local
86 C c = {{}}; in main() local
87 C const& cc = c; in main() local
103 constexpr C c = {1, 2, 3.5}; in main() local
Dindexing.pass.cpp39 C c = {1, 2, 3.5}; in main() local
53 const C c = {1, 2, 3.5}; in main() local
62 C c = {}; in main() local
63 C const& cc = c; in main() local
76 C c = {{}}; in main() local
77 C const& cc = c; in main() local
91 constexpr C c = {1, 2, 3.5}; in main() local
Dat.pass.cpp39 C c = {1, 2, 3.5}; in main() local
63 C c = {}; in main() local
64 C const& cc = c; in main() local
82 const C c = {1, 2, 3.5}; in main() local
103 constexpr C c = {1, 2, 3.5}; in main() local
/external/javassist/src/test/javassist/
DJvstTest2.java22 CtClass cc = sloader.get("test2.InsertAt"); in testInsertAt() local
47 CtClass cc = sloader.get("test2.InsertLocal"); in testInsertLocal() local
76 CtClass cc = sloader.get("test2.StaticMember"); in testStaticMember() local
119 CtClass cc = sloader.get("test2.StaticMember2"); in testStaticMember2() local
157 CtClass cc = sloader.get("test2.SuperCall"); in testSuperCall() local
170 CtClass cc = sloader.makeClass("test2.SetSuper"); in testSetSuper() local
193 CtClass cc = sloader.get("test2.ReplaceClassName"); in testReplaceClassName() local
202 CtClass cc = sloader.get("test2.CodeGen"); in testCodeGen() local
229 CtClass cc = sloader.makeClass("test2.CodeGen2"); in testCodeGen2() local
259 CtClass c = pool.get("javassist.CtMethod.ConstParameter"); in notTestGetInner() local
[all …]
DJvstTest5.java25 CtClass cc = sloader.makeClass("test5.DollarClass"); in testDollarClassInStaticMethod() local
37 CtClass cc = sloader.get("test5.DefaultMethod"); in testSuperDefaultMethodCall() local
52 CtClass cc = sloader.get("test5.TypeAnno"); in testTypeAnno() local
62 CtClass cc = sloader.get("test5.JIRA241"); in testJIRA241() local
87 CtClass cc = cp.get("test5.JIRA242$Hello"); in testJIRA242() local
109 CtClass cc = sloader.get("test5.BoolTest"); in testJIRA249() local
118 CtClass cc = sloader.get("test5.InnerClassRemove"); in testInnerClassAttributeRemove() local
140 CtClass cc = sloader.get("test5.JIRA248"); in testJIRA248() local
151 CtClass c = sloader.get("test5.InvalidCastDollar"); in testInvalidCastWithDollar() local
159 CtClass cc = sloader.makeClass("test5.JIRA256"); in testJIRA256() local
[all …]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java138 ConversionCase cc = new ConversionCase(); in TestFromUnicode() local
208 ByteBuffer c = ByteBuffer.wrap(cc.cbopt.getBytes()); in TestFromUnicode() local
255 private void FromUnicodeCase(ConversionCase cc) { in FromUnicodeCase()
394 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode()
467 private boolean checkFromUnicode(ConversionCase cc, int resultLength) { in checkFromUnicode()
475 ConversionCase cc = new ConversionCase(); in TestToUnicode() local
513 ByteBuffer c = ByteBuffer.wrap(cc.cbopt.getBytes()); in TestToUnicode() local
558 private void ToUnicodeCase(ConversionCase cc) { in ToUnicodeCase()
710 private int stepToUnicode(ConversionCase cc, CharsetDecoder decoder, in stepToUnicode()
912 private boolean checkToUnicode(ConversionCase cc, int resultLength) { in checkToUnicode()
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dresize_size_value.pass.cpp31 C c(std::begin(t), std::end(t)); in main() local
62 C c(std::begin(t), std::end(t)); in main() local
92 ConstructController* cc = getConstructController(); in main() local
95 Container c; in main() local
/external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dresize_size_value.pass.cpp30 C c(std::begin(t), std::end(t)); in main() local
61 C c(std::begin(t), std::end(t)); in main() local
91 ConstructController* cc = getConstructController(); in main() local
94 Container c; in main() local
/external/libaom/libaom/aom_util/
Ddebug_util.c132 for (int c = 0; c < blk_w; ++c) { in mismatch_record_block_pre() local
165 for (int c = 0; c < blk_w; ++c) { in mismatch_record_block_tx() local
198 for (int c = 0; c < blk_w; ++c) { in mismatch_check_block_pre() local
215 for (int cc = 0; cc < blk_w; ++cc) { in mismatch_check_block_pre() local
224 for (int cc = 0; cc < blk_w; ++cc) { in mismatch_check_block_pre() local
244 for (int c = 0; c < blk_w; ++c) { in mismatch_check_block_tx() local
261 for (int cc = 0; cc < blk_w; ++cc) { in mismatch_check_block_tx() local
270 for (int cc = 0; cc < blk_w; ++cc) { in mismatch_check_block_tx() local
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp125 Norm *Normalizer2DataBuilder::checkNormForMapping(Norm *p, UChar32 c) { in checkNormForMapping()
150 void Normalizer2DataBuilder::setCC(UChar32 c, uint8_t cc) { in setCC()
161 void Normalizer2DataBuilder::setOneWayMapping(UChar32 c, const UnicodeString &m) { in setOneWayMapping()
176 void Normalizer2DataBuilder::setRoundTripMapping(UChar32 c, const UnicodeString &m) { in setRoundTripMapping()
206 void Normalizer2DataBuilder::removeMapping(UChar32 c) { in removeMapping()
248 UChar32 c; in mappingHasCompBoundaryAfter() local
262 uint8_t cc=buffer.ccAt(i); // !=0 if after last starter in mappingHasCompBoundaryAfter() local
267 UChar32 c=buffer.charAt(i); in mappingHasCompBoundaryAfter() local
305 UChar32 c=buffer.charAt(i); in mappingRecomposes() local
306 uint8_t cc=buffer.ccAt(i); in mappingRecomposes() local
[all …]
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc38 static void shutdown_and_destroy(grpc_completion_queue* cc) { in shutdown_and_destroy()
63 static void do_nothing_end_completion(void* arg, grpc_cq_completion* c) {} in do_nothing_end_completion()
66 grpc_completion_queue* cc; member
78 grpc_completion_queue* cc; in test_too_many_plucks() local
132 grpc_completion_queue* cc; member
213 grpc_completion_queue* cc = grpc_completion_queue_create_for_next(nullptr); in test_threading() local
/external/javassist/src/main/javassist/compiler/
DMemberResolver.java62 public Method(CtClass c, MethodInfo i, int n) { in Method()
206 char c = desc.charAt(i++); in compareSignature() local
282 CtClass cc = null; in lookupFieldByJvmName2() local
316 CtClass cc = lookupClass(className, false); in lookupField() local
417 CtClass cc = null; in lookupClass() local
485 CtClass cc = null; in lookupClass0() local
522 public static CtClass getSuperclass(CtClass c) throws CompileError { in getSuperclass()
533 public static CtClass getSuperInterface(CtClass c, String interfaceName) in getSuperInterface()
554 public static int descToType(char c) throws CompileError { in descToType()
/external/llvm-project/clang/test/CodeGen/arc/
Darguments.c17 char aa; char bb; char cc; char dd; member
23 int cc; member
32 int cc; member
118 int aa; int bb; int cc; int dd; member
126 void st3(s16 a, s16 b, s16 c) {} in st3()
130 s16 st4(int x, s8 a, s16 b, s16 c) { return b; } in st4()
134 s16 st5(s8 a, s16 b, s16 c) { return b; } in st5()

12345678910>>...12