Home
last modified time | relevance | path

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

123456789

/third_party/typescript/tests/baselines/reference/
DbooleanLiteralsContextuallyTypedFromUnion.js6 const c: C = isIt ? { isIt, text: 'hey' } : { isIt, value: 123 }; constant
7 const cc: C = isIt ? { isIt: isIt, text: 'hey' } : { isIt: isIt, value: 123 }; constant
30 var c = isIt ? { isIt: isIt, text: 'hey' } : { isIt: isIt, value: 123 }; variable
31 var cc = isIt ? { isIt: isIt, text: 'hey' } : { isIt: isIt, value: 123 }; variable
DfileReferencesWithNoExtensions.js9 var c = cc; // Check that c.ts has precedence over c.d.ts variable
18 var cc = 1; variable
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java138 ConversionCase cc = new ConversionCase(); in TestFromUnicode() local
182 ByteBuffer c = ByteBuffer.wrap(cc.cbopt.getBytes()); in TestFromUnicode() local
229 private void FromUnicodeCase(ConversionCase cc) { in FromUnicodeCase()
368 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode()
441 private boolean checkFromUnicode(ConversionCase cc, int resultLength) { in checkFromUnicode()
449 ConversionCase cc = new ConversionCase(); in TestToUnicode() local
473 ByteBuffer c = ByteBuffer.wrap(cc.cbopt.getBytes()); in TestToUnicode() local
518 private void ToUnicodeCase(ConversionCase cc) { in ToUnicodeCase()
670 private int stepToUnicode(ConversionCase cc, CharsetDecoder decoder, in stepToUnicode()
872 private boolean checkToUnicode(ConversionCase cc, int resultLength) { in checkToUnicode()
[all …]
/third_party/typescript/tests/cases/compiler/
DfileReferencesWithNoExtensions.ts7 var c = cc; // Check that c.ts has precedence over c.d.ts variable
16 var cc = 1; variable
/third_party/boost/libs/spirit/workbench/x3/
Dcontext.cpp14 int cc; variable
33 void c() in c() function
/third_party/flutter/skia/third_party/externals/icu/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 …]
/third_party/skia/third_party/externals/icu/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 …]
/third_party/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 …]
/third_party/boost/libs/hana/test/map/
Dat_key.ref.cpp34 double& c = hana::at_key(xs, hana::int_c<2>); in main() local
42 double const& cc = hana::at_key(cref(xs), hana::int_c<2>); in main() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_fragprog.c43 struct r300_fragment_program_compiler * c = userdata; in dataflow_outputs_mark_use() local
51 static void rc_rewrite_depth_out(struct radeon_compiler *cc, void *user) in rc_rewrite_depth_out()
53 struct r300_fragment_program_compiler *c = (struct r300_fragment_program_compiler*)cc; in rc_rewrite_depth_out() local
81 void r3xx_compile_fragment_program(struct r300_fragment_program_compiler* c) in r3xx_compile_fragment_program()
/third_party/protobuf/python/google/protobuf/pyext/
Dpython.proto48 optional ForeignMessage cc = 2; field
57 optional int32 c = 1; field
/third_party/openssl/crypto/des/
Dcfb64enc.c26 unsigned char *iv, c, cc; in DES_cfb64_encrypt() local
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp54 inline uint8_t leadByteForCP(UChar32 c) { in leadByteForCP()
77 uint8_t c = *cpStart; in codePointFromValidUTF8() local
156 UChar32 c = codePointFromValidUTF8(cpStart, cpLimit) + delta; in appendCodePointDelta() local
231 UChar32 c, other; in equals() local
240 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
280 UChar32 c; in append() local
300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
378 UChar c=*--codePointStart; in skipPrevious() local
389 UChar32 c=*--codePointStart; in previousCC() local
400 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert()
[all …]
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp54 inline uint8_t leadByteForCP(UChar32 c) { in leadByteForCP()
77 uint8_t c = *cpStart; in codePointFromValidUTF8() local
156 UChar32 c = codePointFromValidUTF8(cpStart, cpLimit) + delta; in appendCodePointDelta() local
231 UChar32 c, other; in equals() local
240 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
280 UChar32 c; in append() local
300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
378 UChar c=*--codePointStart; in skipPrevious() local
389 UChar32 c=*--codePointStart; in previousCC() local
400 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert()
[all …]
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp54 inline uint8_t leadByteForCP(UChar32 c) { in leadByteForCP()
77 uint8_t c = *cpStart; in codePointFromValidUTF8() local
156 UChar32 c = codePointFromValidUTF8(cpStart, cpLimit) + delta; in appendCodePointDelta() local
231 UChar32 c, other; in equals() local
240 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
280 UChar32 c; in append() local
300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
378 UChar c=*--codePointStart; in skipPrevious() local
389 UChar32 c=*--codePointStart; in previousCC() local
400 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert()
[all …]
/third_party/openssl/crypto/rc2/
Drc2cfb64.c27 unsigned char *iv, c, cc; in RC2_cfb64_encrypt() local
/third_party/openssl/crypto/bf/
Dbf_cfb64.c27 unsigned char *iv, c, cc; in BF_cfb64_encrypt() local
/third_party/openssl/crypto/idea/
Di_cfb64.c27 unsigned char *iv, c, cc; in IDEA_cfb64_encrypt() local
/third_party/openssl/crypto/rc5/
Drc5cfb64.c27 unsigned char *iv, c, cc; in RC5_32_cfb64_encrypt() local
/third_party/openssl/crypto/cast/
Dc_cfb64.c27 unsigned char *iv, c, cc; in CAST_cfb64_encrypt() local
/third_party/boost/libs/intrusive/test/
Dtest_container.hpp49 void test_container( Container & c ) in test_container()
93 void test_sequence_container(Container & c, Data & d) in test_sequence_container()
174 void test_common_unordered_and_associative_container(Container & c, Data & d, boost::intrusive::det… in test_common_unordered_and_associative_container()
188 Container const &cc = c; in test_common_unordered_and_associative_container() local
267 void test_common_unordered_and_associative_container(Container & c, Data & d, boost::intrusive::det… in test_common_unordered_and_associative_container()
286 Container const &cc = c; in test_common_unordered_and_associative_container() local
333 void test_common_unordered_and_associative_container(Container & c, Data & d) in test_common_unordered_and_associative_container()
352 Container const &cc = c; in test_common_unordered_and_associative_container() local
420 void test_associative_container_invariants(Container & c, Data & d) in test_associative_container_invariants()
451 void test_associative_container(Container & c, Data & d) in test_associative_container()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.cc38 Status CacheRowRequest::SerializeCacheRowRequest(const CacheClient *cc, const TensorRow &row) { in SerializeCacheRowRequest()
129 CacheRowRequest::CacheRowRequest(const CacheClient *cc) in CacheRowRequest()
140 BatchFetchRequest::BatchFetchRequest(const CacheClient *cc, const std::vector<row_id_type> &row_id) in BatchFetchRequest()
208 CreateCacheRequest::CreateCacheRequest(CacheClient *cc, const CacheClientInfo &cinfo, uint64_t cach… in CreateCacheRequest()
272 auto c = CreateColumnNameMsg(fbb, fbb.CreateString(column.first), column.second); in SerializeCacheSchemaRequest() local
348 BatchCacheRowsRequest::BatchCacheRowsRequest(const CacheClient *cc, int64_t addr, int32_t num_ele) in BatchCacheRowsRequest()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp54 inline uint8_t leadByteForCP(UChar32 c) { in leadByteForCP()
77 uint8_t c = *cpStart; in codePointFromValidUTF8() local
157 UChar32 c = codePointFromValidUTF8(cpStart, cpLimit) + delta; in appendCodePointDelta() local
232 UChar32 c, other; in equals() local
241 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
281 UChar32 c; in append() local
301 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
379 UChar c=*--codePointStart; in skipPrevious() local
390 UChar32 c=*--codePointStart; in previousCC() local
401 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert()
[all …]
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c200 pcre_uchar *cc; member
360 } c; member
415 #define PRIV_DATA(cc) (common->localptrs[(cc) - common->start]) argument
453 static pcre_uchar* bracketend(pcre_uchar* cc) in bracketend()
474 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode()
670 static int get_localspace(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in get_localspace()
743 pcre_uchar *cc = common->start; in set_localptrs() local
791 static int get_framesize(compiler_common *common, pcre_uchar *cc, BOOL recursive) in get_framesize()
867 static void init_frame(compiler_common *common, pcre_uchar *cc, int stackpos, int stacktop, BOOL re… in init_frame()
963 static SLJIT_INLINE int get_localsize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in get_localsize()
[all …]
/third_party/boost/libs/math/tools/
Dhypergeometric_dist_data.cpp54 mp_t c = cdf(d, k); in operator ()() local
55 mp_t cc = cdf(complement(d, k)); in operator ()() local

123456789