Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/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
371 CtClass cc = sloader.get("java.lang.String"); in testGetURL() local
[all …]
DJvstTest.java44 CtClass cc = sloader.get("test1.Freeze"); in testDefreeze() local
102 CtClass cc = sloader.get("test1.Subtype"); in testSubtype() local
113 CtClass cc = pool.makeClass("test1.Point"); in testClassPoolGet() local
133 CtClass cc = sloader.get("test1.FieldInit"); in testFieldInit() local
162 CtClass cc = sloader.get("test1.FieldInit2"); in testFieldInit2() local
181 CtClass cc = sloader.get("test1.CalleeBefore"); in testCalleeBefore() local
216 CtClass cc = sloader.get("test1.CalleeAfter"); in testCalleeAfter() local
233 CtClass cc = sloader.get("test1.CalleeAfter2"); in testCalleeAfter2() local
261 CtClass cc = sloader.get("test1.CalleeAfter3"); in testCalleeAfter3() local
276 CtClass cc = sloader.get("test1.CalleeCatch"); in testCalleeCatch() local
[all …]
DJvstTest3.java15 CtClass cc = sloader.get("test3.AnnoTest"); in testAnnotation() local
32 CtClass cc = sloader.get("test3.AnnoTest2"); in testAnnotation2() local
49 CtClass cc = sloader.get("test3.AnnoTest3"); in testAnnotation3() local
65 CtClass cc = sloader.get("test3.AnnoTest4"); in testAnnotation4() local
87 CtClass cc = sloader.get("test3.AnnoTest5"); in testAnnotation5() local
98 CtClass cc = sloader.get("test3.AnnoTest6"); in testAnnotation6() local
146 CtClass cc = sloader.get("test3.InnerMethod"); in testInnerClassMethod() local
165 CtClass cc = sloader.get("test3.CheckModify"); in testCheckModifyAndPruned() local
180 CtClass cc = sloader.get("test3.ReplaceNew"); in testReplaceNew() local
206 CtClass cc = sloader.get("test3.PublicInner"); in testPublicInner() local
[all …]
DJvstTest4.java24 CtClass cc = sloader.get("test4.LocalVars"); in testInsertLocalVars() local
40 CtClass cc = sloader.get("test4.CodeConv"); in testCodeConv() local
54 CtClass cc = sloader.get("test4.CodeConv2"); in testCodeConv2() local
70 CtClass cc = sloader.get("test4.GapSwitch"); in testInsGap() local
103 CtClass cc = sloader.get("test4.Anno"); in testAnnotationCheck() local
128 CtClass cc = sloader.get("test4.Rename"); in testRename() local
142 CtClass cc = sloader.get("test4.Signature"); in testRename2() local
152 CtClass cc = sloader.getCtClass("test4.JIRA93"); in testJIRA93() local
168 CtClass cc = sloader.get("test4.NewRemover"); in testNewRemover() local
349 CtClass cc = sloader.get("int"); in testCtArray() 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
159 CtClass cc = sloader.makeClass("test5.JIRA256"); in testJIRA256() local
181 CtClass cc = sloader.makeClass("test5.JIRA250", sloader.get("test5.JIRA250Super")); in testJIRA250() local
[all …]
/external/webp/src/utils/
Dcolor_cache_utils.h42 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup()
47 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet()
53 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert()
59 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex()
65 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dcharclass_test.cc89 static void Broke(const char *desc, const CCTest* t, CharClass* cc) { in Broke()
121 CharClass* Negate(CharClass *cc) { in Negate()
125 void Delete(CharClass* cc) { in Delete()
129 CharClassBuilder* Negate(CharClassBuilder* cc) { in Negate()
135 void Delete(CharClassBuilder* cc) { in Delete()
140 bool CorrectCC(CharClass *cc, CCTest *t, const char *desc) { in CorrectCC()
209 CharClass* cc = ccb.GetCharClass(); in TEST() local
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.h56 #define GRPC_CQ_INTERNAL_REF(cc, reason) \ argument
58 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) \ argument
63 #define GRPC_CQ_INTERNAL_REF(cc, reason) grpc_cq_internal_ref(cc) argument
64 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) grpc_cq_internal_unref(cc) argument
/external/pdfium/third_party/libtiff/
Dtif_predict.c280 horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc8()
337 swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16()
372 swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorAcc32()
383 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32()
410 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc) in fpAcc()
509 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8()
563 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16()
589 swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in swabHorDiff16()
603 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32()
[all …]
Dtif_compress.c50 _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()
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()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java138 ConversionCase cc = new ConversionCase(); 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
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()
928 ConversionCase cc = new ConversionCase(); in TestGetUnicodeSet() local
1154 private boolean checkResultsFromUnicode(ConversionCase cc, ByteBuffer expected, in checkResultsFromUnicode()
[all …]
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc37 static void shutdown_and_destroy(grpc_completion_queue* cc) { in shutdown_and_destroy()
112 grpc_completion_queue* cc; in test_wait_empty() local
135 grpc_completion_queue* cc; in test_cq_end_op() local
168 grpc_completion_queue* cc; in test_cq_tls_cache_full() local
210 grpc_completion_queue* cc; in test_cq_tls_cache_empty() local
239 grpc_completion_queue* cc; in test_shutdown_then_next_polling() local
261 grpc_completion_queue* cc; in test_shutdown_then_next_with_timeout() local
283 grpc_completion_queue* cc; in test_pluck() local
341 grpc_completion_queue* cc; in test_pluck_after_shutdown() local
361 grpc_completion_queue* cc; in test_callback() local
[all …]
/external/javassist/src/test/
DJassist150.java31 CtClass cc = pool.get("Jassist150$Inner1"); in implTestClassTailCache() local
54 public static void loop(CtClass cc, CtMethod ccGet, String code) in loop()
72 CtClass cc = pool.get("Jassist150$Inner1"); in implTestClassTailCache2() local
84 CtClass cc = ClassPool.getDefault().get("test4.JIRA152"); in testJIRA152() local
/external/f2fs-tools/fsck/
Dcompress.c44 static void reset_cc(struct compress_ctx *cc) in reset_cc()
53 static void lzo_compress_init(struct compress_ctx *cc) in lzo_compress_init()
64 static int lzo_compress(struct compress_ctx *cc) in lzo_compress()
74 static void lz4_compress_init(struct compress_ctx *cc) in lz4_compress_init()
85 static int lz4_compress(struct compress_ctx *cc) in lz4_compress()
/external/openssh/
Dcipher.c201 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext()
241 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message()
254 struct sshcipher_ctx *cc = NULL; in cipher_init() local
349 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt()
412 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length()
425 cipher_free(struct sshcipher_ctx *cc) in cipher_free()
447 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) in cipher_get_keyiv_len()
463 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv()
508 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len) in cipher_set_keyiv()
/external/javassist/src/test/javassist/bytecode/
DStackMapTest.java50 protected static void rebuildStackMaps(CtClass cc) throws BadBytecode, IOException { in rebuildStackMaps()
59 …protected static void rebuildStackMap(CtClass cc, ClassPool cp, MethodInfo minfo) throws BadByteco… in rebuildStackMap()
81 protected static void rebuildStackMaps2(CtClass cc) throws BadBytecode { in rebuildStackMaps2()
103 CtClass cc = ClassPool.getDefault().get(args[0].replace('/', '.')); in main() local
108 CtClass cc = ClassPool.getDefault().get(getClassName(args[i])); in main() local
144 CtClass cc = loader.get("javassist.bytecode.StackMapTest$T1"); in testRebuild() local
182 CtClass cc = loader.get("javassist.bytecode.StackMapTest$C3"); in testRebuild2() local
202 CtClass cc = loader.get("javassist.bytecode.StackMapTest$T3"); in testRebuild3() local
241 CtClass cc = loader.get("javassist.bytecode.StackMapTest$T4"); in testRebuildArray() local
301 CtClass cc = loader.get("javassist.bytecode.StackMapTest$T5"); in testRebuildConstructor() local
[all …]
/external/libcups/cups/
Dusersys.c975 _cups_client_conf_t cc; /* client.conf values */ in _cupsSetDefaults() local
1124 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_finalize_client_conf()
1255 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_init_client_conf()
1343 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_read_client_conf()
1421 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_digestoptions()
1437 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_encryption()
1458 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_gss_service_name()
1472 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_server_name()
1486 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_ssl_options()
1565 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_uatokens()
[all …]
/external/llvm/tools/bugpoint/
DToolRunner.h157 CC *cc; variable
160 LLC(const std::string &llcPath, CC *cc, in LLC()
168 ~LLC() override { delete cc; } in ~LLC() local
/external/llvm-project/llvm/tools/bugpoint/
DToolRunner.h149 CC *cc; variable
153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC()
161 ~LLC() override { delete cc; } in ~LLC() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfigs.java167 MutableCoercionConfig cc = _perClassCoercions.get(targetClass); in findCoercion() local
178 MutableCoercionConfig cc = _perTypeCoercions[targetType.ordinal()]; in findCoercion() local
266 MutableCoercionConfig cc = _perClassCoercions.get(targetClass); in findCoercionFromBlankString() local
275 MutableCoercionConfig cc = _perTypeCoercions[targetType.ordinal()]; in findCoercionFromBlankString() local
/external/rust/crates/plotters/examples/
Dchart.rs15 let mut cc = ChartBuilder::on(&upper) in main() localVariable
69 let mut cc = ChartBuilder::on(&drawing_area) in main() localVariable
/external/tpm2-tss/test/unit/
DCopyCommandHeader.c68 TPM2_CC cc = TPM2_CC_GetCapability; in CopyCommandHeader_nextData_unit() local
83 TPM2_CC cc = TPM2_CC_GetCapability; in CopyCommandHeader_tag_unit() local
103 TPM2_CC cc = TPM2_CC_GetCapability; in CopyCommandHeader_commandcode_unit() local
/external/llvm-project/libcxx/test/libcxx/containers/sequences/array/array.zero/
Ddb_front.pass.cpp25 C const& cc = c; in main() local
32 C const& cc = c; in main() local
Ddb_indexing.pass.cpp25 C const& cc = c; in main() local
34 C const& cc = c; in main() local

12345678910>>...24