/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | MediaQueryTokenizer.cpp | 62 MediaQueryToken MediaQueryTokenizer::whiteSpace(UChar cc) in whiteSpace() 98 MediaQueryToken MediaQueryTokenizer::leftParenthesis(UChar cc) in leftParenthesis() 103 MediaQueryToken MediaQueryTokenizer::rightParenthesis(UChar cc) in rightParenthesis() 108 MediaQueryToken MediaQueryTokenizer::leftBracket(UChar cc) in leftBracket() 113 MediaQueryToken MediaQueryTokenizer::rightBracket(UChar cc) in rightBracket() 118 MediaQueryToken MediaQueryTokenizer::leftBrace(UChar cc) in leftBrace() 123 MediaQueryToken MediaQueryTokenizer::rightBrace(UChar cc) in rightBrace() 128 MediaQueryToken MediaQueryTokenizer::plusOrFullStop(UChar cc) in plusOrFullStop() 137 MediaQueryToken MediaQueryTokenizer::asterisk(UChar cc) in asterisk() 142 MediaQueryToken MediaQueryTokenizer::comma(UChar cc) in comma() [all …]
|
/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 | stck.c | 8 int cc; in stck() local 24 int cc; in main() local
|
D | stckf.c | 8 int cc; in stckf() local 24 int cc; in main() local
|
D | bfp-4.c | 7 int cc; in cebr() local 23 int cc; in cdbr() local
|
/external/chromium_org/ppapi/cpp/ |
D | file_io.cc | 50 const CompletionCallback& cc) { in Open() 64 const CompletionCallback& cc) { in Query() 77 const CompletionCallback& cc) { in Touch() 93 const CompletionCallback& cc) { in Read() 104 int32_t FileIO::Read( in Read() 134 const CompletionCallback& cc) { in Write() 148 const CompletionCallback& cc) { in SetLength() 159 int32_t FileIO::Flush(const CompletionCallback& cc) { in Flush()
|
D | video_decoder.cc | 41 const CompletionCallback& cc) { in Initialize() 56 const CompletionCallback& cc) { in Decode() 65 const CompletionCallbackWithOutput<PP_VideoPicture>& cc) { in GetPicture() 80 int32_t VideoDecoder::Flush(const CompletionCallback& cc) { in Flush() 88 int32_t VideoDecoder::Reset(const CompletionCallback& cc) { in Reset()
|
D | file_ref.cc | 115 const CompletionCallback& cc) { in MakeDirectory() 143 const CompletionCallback& cc) { in Touch() 162 int32_t FileRef::Delete(const CompletionCallback& cc) { in Delete() 179 const CompletionCallback& cc) { in Rename() 195 int32_t FileRef::Query(const CompletionCallbackWithOutput<PP_FileInfo>& cc) { in Query()
|
D | url_loader.cc | 41 const CompletionCallback& cc) { in Open() 49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) { in FollowRedirect() 83 const CompletionCallback& cc) { in ReadResponseBody() 90 int32_t URLLoader::FinishStreamingToFile(const CompletionCallback& cc) { in FinishStreamingToFile()
|
/external/chromium_org/ppapi/tests/ |
D | test_truetype_font.cc | 103 TestCompletionCallbackWithOutput< std::vector<pp::Var> > cc( in TestGetFontFamilies() local 116 TestCompletionCallbackWithOutput< std::vector<pp::Var> > cc( in TestGetFontFamilies() local 134 TestCompletionCallbackWithOutput< std::vector<pp::Var> > cc( in TestGetFontsInFamily() local 163 TestCompletionCallbackWithOutput<pp::TrueTypeFontDesc_Dev> cc( in TestGetFontsInFamily() local 176 cc(instance_->pp_instance(), false); in TestGetFontsInFamily() local 227 TestCompletionCallbackWithOutput<pp::TrueTypeFontDesc_Dev> cc( in TestDescribe() local 260 TestCompletionCallbackWithOutput< std::vector<uint32_t> > cc( in TestGetTableTags() local 289 TestCompletionCallbackWithOutput< std::vector<uint32_t> > cc( in TestGetTableTags() local 378 TestCompletionCallbackWithOutput< std::vector<char> > cc( in TestGetTable() local 389 TestCompletionCallbackWithOutput< std::vector<char> > cc( in TestGetTable() local [all …]
|
/external/chromium_org/third_party/libwebp/utils/ |
D | color_cache.h | 33 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
|
D | color_cache.c | 22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() 33 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
|
/external/webp/src/utils/ |
D | color_cache.h | 33 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
|
D | color_cache.c | 22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() 33 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
|
/external/chromium_org/third_party/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/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/chromium_org/ppapi/cpp/dev/ |
D | truetype_font_dev.cc | 95 int32_t TrueTypeFont_Dev::GetFontFamilies( in GetFontFamilies() 107 int32_t TrueTypeFont_Dev::GetFontsInFamily( in GetFontsInFamily() 122 const CompletionCallbackWithOutput<TrueTypeFontDesc_Dev>& cc) { in Describe() 132 int32_t TrueTypeFont_Dev::GetTableTags( in GetTableTags() 142 int32_t TrueTypeFont_Dev::GetTable( in GetTable()
|
/external/chromium_org/v8/src/ |
D | uri.js | 34 function isAlphaNumeric(cc) { argument 67 function URIEncodeSingle(cc, result, index) { argument 299 var reservedPredicate = function(cc) { argument 323 var reservedPredicate = function(cc) { return false; }; argument 330 var unescapePredicate = function(cc) { argument 357 var unescapePredicate = function(cc) { argument
|
/external/chromium_org/ppapi/c/ |
D | pp_completion_callback.h | 193 struct PP_CompletionCallback cc; in PP_MakeCompletionCallback() local 214 struct PP_CompletionCallback cc = PP_MakeCompletionCallback(func, user_data); in PP_MakeOptionalCompletionCallback() local 238 PP_INLINE void PP_RunCompletionCallback(struct PP_CompletionCallback* cc, in PP_RunCompletionCallback() 278 struct PP_CompletionCallback* cc, in PP_RunAndClearCompletionCallback()
|
/external/chromium_org/build/toolchain/android/ |
D | find_android_compiler.py | 20 cc = glob.glob(android_toolchain + "/*-gcc") variable 29 cc = [""] variable
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLEntityParser.cpp | 46 static bool isAlphaNumeric(UChar cc) in isAlphaNumeric() 74 static bool isHexDigit(UChar cc) in isHexDigit() 79 static UChar asHexDigit(UChar cc) in asHexDigit() 104 …dHTMLEntity& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter, UChar& cc) in consumeNamedEntity() 177 UChar cc = source.currentChar(); in consumeHTMLEntity() local
|
/external/llvm/test/MC/AsmParser/ |
D | vararg.s | 36 .set cc,1 define 49 .set cc,0 define
|
/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
|