| /external/bluetooth/bluez/audio/ |
| D | source.c | 59 struct source { struct 68 source_state_t state; argument 74 struct source_state_callback { argument 103 struct source *source = dev->source; in source_set_state() local 128 struct source *source = dev->source; in avdtp_state_callback() local 170 struct source *source = device->source; in disconnect_cb() local 184 struct source *source = dev->source; in stream_state_changed() local 246 struct source *source = user_data; in stream_setup_retry() local 274 struct source *source = user_data; in stream_setup_complete() local 452 struct source *source = user_data; in discovery_complete() local [all …]
|
| /external/webkit/V8Binding/v8/test/mjsunit/ |
| D | global-load-from-nested-eval.js | 33 function test(source) { argument 39 function testWith(source) { argument 47 function testEval(source) { argument 57 function testEvalDontShadow(source) { argument
|
| /external/bluetooth/glib/gio/xdgmime/ |
| D | xdgmimeint.c | 61 _xdg_utf8_to_ucs4(const char *source) in _xdg_utf8_to_ucs4() 124 _xdg_ucs4_to_lower (xdg_unichar_t source) in _xdg_ucs4_to_lower() 134 _xdg_utf8_validate (const char *source) in _xdg_utf8_validate() 157 _xdg_convert_to_ucs4 (const char *source, int *len) in _xdg_convert_to_ucs4() 179 _xdg_reverse_ucs4 (xdg_unichar_t *source, int len) in _xdg_reverse_ucs4()
|
| /external/bluetooth/glib/gio/ |
| D | gasynchelper.c | 59 GSource *source; in _g_queue_async_result() local 80 GSource source; member 87 fd_source_prepare (GSource *source, in fd_source_prepare() 97 fd_source_check (GSource *source) in fd_source_check() 107 fd_source_dispatch (GSource *source, in fd_source_dispatch() 121 fd_source_finalize (GSource *source) in fd_source_finalize() 154 GSource *source; in _g_fd_source_new() local
|
| /external/bluetooth/glib/glib/ |
| D | gmain.c | 181 GSource source; member 189 GSource source; member 217 #define SOURCE_DESTROYED(source) (((source)->flags & G_HOOK_FLAG_ACTIVE) == 0) argument 218 #define SOURCE_BLOCKED(source) (((source)->flags & G_HOOK_FLAG_IN_CALL) != 0 && \ argument 221 #define SOURCE_UNREF(source, context) \ argument 349 GSource *source; in g_main_context_unref() local 572 GSource *source; in g_source_new() local 594 g_source_list_add (GSource *source, in g_source_list_add() 621 g_source_list_remove (GSource *source, in g_source_list_remove() 648 g_source_attach (GSource *source, in g_source_attach() [all …]
|
| /external/webkit/WebCore/bindings/js/ |
| D | StringSourceProvider.h | 39 …static PassRefPtr<StringSourceProvider> create(const String& source, const String& url) { return a… in create() 44 const String& source() const { return m_source; } in source() function 47 StringSourceProvider(const String& source, const String& url) in StringSourceProvider()
|
| /external/webkit/V8Binding/v8/src/ |
| D | compilation-cache.cc | 234 Handle<JSFunction> CompilationCacheScript::Lookup(Handle<String> source, in Lookup() 288 void CompilationCacheScript::Put(Handle<String> source, in Put() 297 Handle<JSFunction> CompilationCacheEval::Lookup(Handle<String> source, in Lookup() 327 void CompilationCacheEval::Put(Handle<String> source, in Put() 337 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source, in Lookup() 367 void CompilationCacheRegExp::Put(Handle<String> source, in Put() 376 Handle<JSFunction> CompilationCache::LookupScript(Handle<String> source, in LookupScript() 388 Handle<JSFunction> CompilationCache::LookupEval(Handle<String> source, in LookupEval() 405 Handle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source, in LookupRegExp() 415 void CompilationCache::PutScript(Handle<String> source, in PutScript() [all …]
|
| /external/icu4c/tools/genrb/ |
| D | prscmnts.cpp | 35 removeText(UChar *source, int32_t srcLen, in removeText() 67 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status){ in removeCmtText() 75 getText(const UChar* source, int32_t srcLen, in getText() 112 getDescription( const UChar* source, int32_t srcLen, in getDescription() 136 getCount(const UChar* source, int32_t srcLen, in getCount() 172 getAt(const UChar* source, int32_t srcLen, in getAt() 213 getTranslate( const UChar* source, int32_t srcLen, in getTranslate() 223 getNote(const UChar* source, int32_t srcLen, in getNote()
|
| /external/icu4c/common/unicode/ |
| D | normlzr.h | 761 Normalizer::quickCheck(const UnicodeString& source, in quickCheck() 773 Normalizer::quickCheck(const UnicodeString& source, in quickCheck() 785 Normalizer::isNormalized(const UnicodeString& source, in isNormalized() 797 Normalizer::isNormalized(const UnicodeString& source, in isNormalized()
|
| /external/jpeg/ |
| D | rdppm.c | 144 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_gray_row() local 162 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_rgb_row() local 182 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_gray_row() local 203 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_rgb_row() local 229 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_raw_row() local 241 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_word_gray_row() local 265 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_word_rgb_row() local 298 ppm_source_ptr source = (ppm_source_ptr) sinfo; in start_input_ppm() local 445 ppm_source_ptr source; in jinit_read_ppm() local
|
| D | rdrle.c | 83 rle_source_ptr source = (rle_source_ptr) sinfo; in start_input_rle() local 189 rle_source_ptr source = (rle_source_ptr) sinfo; in get_rle_row() local 207 rle_source_ptr source = (rle_source_ptr) sinfo; in get_pseudocolor_row() local 243 rle_source_ptr source = (rle_source_ptr) sinfo; in load_image() local 373 rle_source_ptr source; in jinit_read_rle() local
|
| D | rdtarga.c | 177 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row() local 193 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row() local 214 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row() local 242 tga_source_ptr source = (tga_source_ptr) sinfo; in get_24bit_row() local 275 tga_source_ptr source = (tga_source_ptr) sinfo; in get_memory_row() local 302 tga_source_ptr source = (tga_source_ptr) sinfo; in preload_image() local 335 tga_source_ptr source = (tga_source_ptr) sinfo; in start_input_tga() local 486 tga_source_ptr source; in jinit_read_targa() local
|
| /external/icu4c/common/ |
| D | ucnv_cb.c | 36 const char* source, in ucnv_cbFromUWriteBytes() 55 const UChar** source, in ucnv_cbFromUWriteUChars() 201 const UChar *source = (const UChar *)converter->subChars; in ucnv_cbFromUWriteSub() local 227 const UChar* source, in ucnv_cbToUWriteUChars()
|
| D | ucnvlat1.c | 33 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local 119 const uint8_t *source=(const uint8_t *)pArgs->source; in _Latin1GetNextUChar() local 135 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local 323 const uint8_t *source, *sourceLimit; in ucnv_Latin1FromUTF8() local 472 const uint8_t *source, *sourceLimit; in _ASCIIToUnicodeWithOffsets() local 581 const uint8_t *source; in _ASCIIGetNextUChar() local 609 const uint8_t *source, *sourceLimit; in ucnv_ASCIIFromUTF8() local
|
| /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
| D | lc.cpp | 144 S_Source source ; in _0203_0010() local 183 S_Source source ; in _0203_0020() local 294 S_Source source ; in _0206_0010() local 326 S_Source source ; in _0206_0020() local 390 S_Source source ; in _0207_0010() local 474 S_Source source ; in _0209_0020() local 581 S_Source source ; in _0201_0011() local
|
| D | blc.cpp | 145 S_Source source ; in _0303_0010() local 178 S_Source source ; in _0303_0020() local 293 S_Source source ; in _0306_0010() local 326 S_Source source ; in _0306_0020() local 386 S_Source source ; in _0307_0010() local 454 S_Source source ; in _0309_0020() local 547 S_Source source ; in _0301_0011() local 580 S_Source source ; in _0301_0021() local 670 S_Source source ; in _0305_0011() local 746 S_Source source ; in _0307_0021() local
|
| /external/webkit/WebCore/bindings/v8/ |
| D | ScriptSourceCode.h | 43 : m_source(source) in m_source() argument 60 const String& source() const { return m_source; } in source() function
|
| /external/webkit/V8Binding/v8/test/cctest/ |
| D | test-thread-termination.cc | 55 v8::Handle<v8::String> source = in Loop() local 106 v8::Handle<v8::String> source = in TEST() local 135 v8::Handle<v8::String> source = in TEST() local 156 v8::Handle<v8::String> source = in Run() local 247 v8::Handle<v8::String> source = in TEST() local
|
| /external/webkit/WebCore/storage/ |
| D | StorageEvent.cpp | 45 … String& oldValue, const String& newValue, const String& uri, PassRefPtr<DOMWindow> source, Storag… in create() 50 … String& oldValue, const String& newValue, const String& uri, PassRefPtr<DOMWindow> source, Storag… in StorageEvent() 61 … String& oldValue, const String& newValue, const String& uri, PassRefPtr<DOMWindow> source, Storag… in initStorageEvent()
|
| /external/qemu/distrib/zlib-1.2.3/ |
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
| /external/zlib/ |
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
| /external/webkit/WebCore/platform/image-decoders/zlib/ |
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
| /external/icu4c/i18n/ |
| D | tblcoll.cpp | 333 const UnicodeString& source, in compare() 342 const UnicodeString& source, in compare() 350 Collator::EComparisonResult RuleBasedCollator::compare(const UChar* source, in compare() 360 UCollationResult RuleBasedCollator::compare(const UChar* source, in compare() 377 const UnicodeString& source, in compare() 385 const UnicodeString& source, in compare() 431 const UnicodeString& source, in getCollationKey() 438 CollationKey& RuleBasedCollator::getCollationKey(const UChar* source, in getCollationKey() 546 int32_t RuleBasedCollator::getSortKey(const UnicodeString& source, in getSortKey() 553 int32_t RuleBasedCollator::getSortKey(const UChar *source, in getSortKey()
|
| /external/icu4c/samples/ucnv/ |
| D | convsamp.cpp | 207 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, in convsample_02() local 298 const char *source; in convsample_05() local 396 const char *source; in convsample_06() local 529 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; in convsample_12() local 569 const char *source, *sourceLimit; in convsample_13() local 615 UBool convsample_20_didSubstitute(const char *source) in convsample_20_didSubstitute() 709 UBool convsample_21_didSubstitute(const char *source) in convsample_21_didSubstitute() 877 const char *source; in convsample_40() local 981 const UChar *source; in convsample_46() local
|
| /external/webkit/WebCore/dom/ |
| D | MessageEvent.cpp | 40 …tring& data, const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassRe… in MessageEvent() 54 …onst String& data, const String& origin, const String& lastEventId, DOMWindow* source, MessagePort… in initMessageEvent()
|