/external/valgrind/main/none/tests/s390x/ |
D | lpr.c | 6 int _new, cc; in lpr() local 20 int cc; in lpgr() local 34 int cc; in lpgfr() local 48 int n,cc; in t32() local 57 int cc; in t64() local 67 int cc; in t3264() local
|
D | srst.c | 16 int cc; in srst3() local 31 int cc; in srst2() local 45 int cc; in main() local
|
D | flogr.c | 18 unsigned int *cc) in flogr1() 42 unsigned int *cc) in flogr2() 66 unsigned int *cc) in flogr3() 92 unsigned int cc; in runtest() local
|
D | stckf.c | 8 int cc; in stckf() local 24 int cc; in main() local
|
D | stck.c | 8 int cc; in stck() local 24 int cc; in main() local
|
D | stcke.c | 18 int cc; in stcke() local 35 int cc; in main() local
|
D | clc.c | 13 int cc; in clc() local 29 int cc; in testrun() local
|
D | tre.c | 14 uint64_t cc; member 21 int cc; in tre() local
|
D | cu24.c | 18 uint32_t cc; member 57 int cc = 42; in do_cu24() local
|
D | trtt.c | 13 uint64_t cc; member 91 int cc; in main() local
|
D | troo.c | 13 uint64_t cc; member 88 int cc; in main() local
|
/external/webp/src/utils/ |
D | color_cache.h | 31 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 36 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 42 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 47 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
|
D | color_cache.c | 24 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() 35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
|
/external/regex-re2/re2/testing/ |
D | charclass_test.cc | 86 static void Broke(const char *desc, const CCTest* t, CharClass* cc) { in Broke() 118 CharClass* Negate(CharClass *cc) { in Negate() 122 void Delete(CharClass* cc) { in Delete() 126 CharClassBuilder* Negate(CharClassBuilder* cc) { in Negate() 132 void Delete(CharClassBuilder* cc) { in Delete() 137 bool CorrectCC(CharClass *cc, CCTest *t, const char *desc) { in CorrectCC() 206 CharClass* cc = ccb.GetCharClass(); in TEST() local
|
/external/v8/src/ |
D | uri.js | 59 function URIEncodeSingle(cc, result, index) { argument 253 var reservedPredicate = function(cc) { argument 278 var reservedPredicate = function(cc) { return false; }; argument 285 function isAlphaNumeric(cc) { argument 299 var unescapePredicate = function(cc) { argument 328 var unescapePredicate = function(cc) { argument 363 function CharCodeToHex4Str(cc) { argument
|
/external/chromium/chrome/browser/net/ |
D | sqlite_persistent_cookie_store.cc | 114 const net::CookieMonster::CanonicalCookie& cc) in PendingOperation() 118 const net::CookieMonster::CanonicalCookie& cc() const { return cc_; } in cc() function in SQLitePersistentCookieStore::Backend::PendingOperation 255 scoped_ptr<net::CookieMonster::CanonicalCookie> cc( in Load() local 360 const net::CookieMonster::CanonicalCookie& cc) { in AddCookie() 365 const net::CookieMonster::CanonicalCookie& cc) { in UpdateCookieAccessTime() 370 const net::CookieMonster::CanonicalCookie& cc) { in DeleteCookie() 376 const net::CookieMonster::CanonicalCookie& cc) { in BatchOperation() 614 const net::CookieMonster::CanonicalCookie& cc) { 620 const net::CookieMonster::CanonicalCookie& cc) { 626 const net::CookieMonster::CanonicalCookie& cc) {
|
/external/openssh/ |
D | cipher.c | 206 cipher_init(CipherContext *cc, Cipher *cipher, in cipher_init() 279 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len) in cipher_crypt() 288 cipher_cleanup(CipherContext *cc) in cipher_cleanup() 300 cipher_set_key_string(CipherContext *cc, Cipher *cipher, in cipher_set_key_string() 323 cipher_get_keyiv_len(const CipherContext *cc) in cipher_get_keyiv_len() 336 cipher_get_keyiv(CipherContext *cc, u_char *iv, u_int len) in cipher_get_keyiv() 370 cipher_set_keyiv(CipherContext *cc, u_char *iv) in cipher_set_keyiv() 409 cipher_get_keycontext(const CipherContext *cc, u_char *dat) in cipher_get_keycontext() 424 cipher_set_keycontext(CipherContext *cc, u_char *dat) in cipher_set_keycontext()
|
/external/valgrind/main/callgrind/ |
D | costs.c | 46 CostChunk* cc = (CostChunk*) CLG_MALLOC("cl.costs.gc.1", in CLG_() local 72 CostChunk* cc = cost_chunk_base, *cc_next; in CLG_() local
|
/external/smack/src/org/jivesoftware/smackx/ |
D | MultipleRecipientManager.java | 70 …public static void send(Connection connection, Packet packet, List<String> to, List<String> cc, Li… in send() 98 …public static void send(Connection connection, Packet packet, List<String> to, List<String> cc, Li… in send() 155 List<String> cc = new ArrayList<String>(); in reply() local 205 List<String> to, List<String> cc, List<String> bcc) { in sendToIndividualRecipients() 230 List<String> cc, List<String> bcc, String replyTo, String replyRoom, boolean noReply, in sendThroughService()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.h | 36 inline static CC getOppositeCondition(CC cc) { in getOppositeCondition() 48 inline static const char *MBlazeCCToString(CC cc) { in MBlazeCCToString()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityParser.cpp | 78 inline bool isHexDigit(UChar cc) in isHexDigit() 83 inline bool isAlphaNumeric(UChar cc) in isAlphaNumeric() 121 UChar cc = *source; in consumeHTMLEntity() local
|
D | HTMLTokenizer.cpp | 53 inline UChar toLowerCase(UChar cc) in toLowerCase() 60 inline bool isTokenizerWhitespace(UChar cc) in isTokenizerWhitespace() 278 UChar cc = m_inputStreamPreprocessor.nextInputCharacter(); in nextToken() local 1670 inline void HTMLTokenizer::addToPossibleEndTag(UChar cc) in addToPossibleEndTag()
|
/external/clang/test/CodeGen/ |
D | 2007-10-30-Volatile.c | 4 volatile int cc = 0; in bork() local
|
/external/qemu/android/camera/ |
D | camera-service.c | 617 _camera_client_free(CameraClient* cc) in _camera_client_free() argument 651 CameraClient* cc; in _camera_client_create() local 726 _camera_client_query_connect(CameraClient* cc, QemudClient* qc, const char* param) in _camera_client_query_connect() 755 _camera_client_query_disconnect(CameraClient* cc, in _camera_client_query_disconnect() 796 _camera_client_query_start(CameraClient* cc, QemudClient* qc, const char* param) in _camera_client_query_start() 957 _camera_client_query_stop(CameraClient* cc, QemudClient* qc, const char* param) in _camera_client_query_stop() 996 _camera_client_query_frame(CameraClient* cc, QemudClient* qc, const char* param) in _camera_client_query_frame() 1176 CameraClient* cc = (CameraClient*)opaque; in _camera_client_recv() local 1217 CameraClient* cc = (CameraClient*)opaque; in _camera_client_close() local 1257 CameraClient* cc = _camera_client_create(csd, client_param); in _camera_service_connect() local
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
D | mywc.c | 8 register int c, cc = 0, wc = 0, lc = 0; in main() local
|