/external/chromium/third_party/icu/ |
D | icu.gyp | 2 # Use of this source code is governed by a BSD-style license that can be 15 'source/common', 16 'source/i18n', 54 'source/i18n/anytrans.cpp', 55 'source/i18n/astro.cpp', 56 'source/i18n/basictz.cpp', 57 'source/i18n/bms.cpp', 58 'source/i18n/bmsearch.cpp', 59 'source/i18n/bocsu.c', 60 'source/i18n/buddhcal.cpp', [all …]
|
D | icui18n.scons | 32 env.Dir('$SRC_DIR/third_party/icu/source/common'), 33 env.Dir('$SRC_DIR/third_party/icu/source/i18n') 127 env.Dir('$SRC_DIR/third_party/icu/source/common'), 128 env.Dir('$SRC_DIR/third_party/icu/source/i18n') 255 'source/i18n/anytrans.cpp', 256 'source/i18n/astro.cpp', 257 'source/i18n/basictz.cpp', 258 'source/i18n/bms.cpp', 259 'source/i18n/bmsearch.cpp', 260 'source/i18n/bocsu.c', [all …]
|
D | icuuc.scons | 34 env.Dir('$SRC_DIR/third_party/icu/source/common'), 35 env.Dir('$SRC_DIR/third_party/icu/source/i18n') 131 env.Dir('$SRC_DIR/third_party/icu/source/common'), 132 env.Dir('$SRC_DIR/third_party/icu/source/i18n') 259 'source/common/bmpset.cpp', 260 'source/common/brkeng.cpp', 261 'source/common/brkiter.cpp', 262 'source/common/bytestream.cpp', 263 'source/common/caniter.cpp', 264 'source/common/chariter.cpp', [all …]
|
/external/bluetooth/bluez/audio/ |
D | source.c | 59 struct source { struct 103 struct source *source = dev->source; in source_set_state() local 105 source_state_t old_state = source->state; in source_set_state() 108 source->state = new_state; in source_set_state() 128 struct source *source = dev->source; in avdtp_state_callback() local 130 if (source == NULL) in avdtp_state_callback() 135 if (source->state != SOURCE_STATE_CONNECTING && in avdtp_state_callback() 136 source->dc_id) { in avdtp_state_callback() 138 source->dc_id); in avdtp_state_callback() 139 source->dc_id = 0; in avdtp_state_callback() [all …]
|
/external/icu4c/common/ |
D | ucnvlat1.c | 33 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local 41 source=(const uint8_t *)pArgs->source; in _Latin1ToUnicodeWithOffsets() 52 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets() 68 target[0]=source[0]; in _Latin1ToUnicodeWithOffsets() 69 target[1]=source[1]; in _Latin1ToUnicodeWithOffsets() 70 target[2]=source[2]; in _Latin1ToUnicodeWithOffsets() 71 target[3]=source[3]; in _Latin1ToUnicodeWithOffsets() 72 target[4]=source[4]; in _Latin1ToUnicodeWithOffsets() 73 target[5]=source[5]; in _Latin1ToUnicodeWithOffsets() 74 target[6]=source[6]; in _Latin1ToUnicodeWithOffsets() [all …]
|
D | ucnv_u16.c | 51 const UChar *source; in _UTF16BEFromUnicodeWithOffsets() local 59 source=pArgs->source; in _UTF16BEFromUnicodeWithOffsets() 60 length=(int32_t)(pArgs->sourceLimit-source); in _UTF16BEFromUnicodeWithOffsets() 91 if((c=(UChar)cnv->fromUChar32)!=0 && U16_IS_TRAIL(trail=*source) && targetCapacity>=4) { in _UTF16BEFromUnicodeWithOffsets() 93 ++source; in _UTF16BEFromUnicodeWithOffsets() 124 c=*source++; in _UTF16BEFromUnicodeWithOffsets() 129 } else if(U16_IS_SURROGATE_LEAD(c) && count>=2 && U16_IS_TRAIL(trail=*source)) { in _UTF16BEFromUnicodeWithOffsets() 130 ++source; in _UTF16BEFromUnicodeWithOffsets() 144 c=*source++; in _UTF16BEFromUnicodeWithOffsets() 151 } else if(U16_IS_SURROGATE_LEAD(c) && count>=2 && U16_IS_TRAIL(trail=*source)) { in _UTF16BEFromUnicodeWithOffsets() [all …]
|
D | ucnv_u8.c | 91 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8() 212 args->source = (const char *) mySource; in ucnv_toUnicode_UTF8() 219 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() 341 args->source = (const char *) mySource; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() 349 const UChar *mySource = args->source; in ucnv_fromUnicode_UTF8() 456 args->source = mySource; in ucnv_fromUnicode_UTF8() 463 const UChar *mySource = args->source; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 594 args->source = mySource; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 602 const uint8_t *source; in ucnv_getNextUChar_UTF8() local 611 sourceInitial = source = (const uint8_t *)args->source; in ucnv_getNextUChar_UTF8() [all …]
|
/external/chromium/third_party/icu/source/common/ |
D | ucnvlat1.c | 33 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local 41 source=(const uint8_t *)pArgs->source; in _Latin1ToUnicodeWithOffsets() 52 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets() 68 target[0]=source[0]; in _Latin1ToUnicodeWithOffsets() 69 target[1]=source[1]; in _Latin1ToUnicodeWithOffsets() 70 target[2]=source[2]; in _Latin1ToUnicodeWithOffsets() 71 target[3]=source[3]; in _Latin1ToUnicodeWithOffsets() 72 target[4]=source[4]; in _Latin1ToUnicodeWithOffsets() 73 target[5]=source[5]; in _Latin1ToUnicodeWithOffsets() 74 target[6]=source[6]; in _Latin1ToUnicodeWithOffsets() [all …]
|
D | ucnv_u16.c | 51 const UChar *source; in _UTF16BEFromUnicodeWithOffsets() local 59 source=pArgs->source; in _UTF16BEFromUnicodeWithOffsets() 60 length=(int32_t)(pArgs->sourceLimit-source); in _UTF16BEFromUnicodeWithOffsets() 91 if((c=(UChar)cnv->fromUChar32)!=0 && U16_IS_TRAIL(trail=*source) && targetCapacity>=4) { in _UTF16BEFromUnicodeWithOffsets() 93 ++source; in _UTF16BEFromUnicodeWithOffsets() 124 c=*source++; in _UTF16BEFromUnicodeWithOffsets() 129 } else if(U16_IS_SURROGATE_LEAD(c) && count>=2 && U16_IS_TRAIL(trail=*source)) { in _UTF16BEFromUnicodeWithOffsets() 130 ++source; in _UTF16BEFromUnicodeWithOffsets() 144 c=*source++; in _UTF16BEFromUnicodeWithOffsets() 151 } else if(U16_IS_SURROGATE_LEAD(c) && count>=2 && U16_IS_TRAIL(trail=*source)) { in _UTF16BEFromUnicodeWithOffsets() [all …]
|
D | ucnv_u8.c | 91 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8() 212 args->source = (const char *) mySource; in ucnv_toUnicode_UTF8() 219 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() 341 args->source = (const char *) mySource; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() 349 const UChar *mySource = args->source; in ucnv_fromUnicode_UTF8() 456 args->source = mySource; in ucnv_fromUnicode_UTF8() 463 const UChar *mySource = args->source; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 594 args->source = mySource; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 602 const uint8_t *source; in ucnv_getNextUChar_UTF8() local 611 sourceInitial = source = (const uint8_t *)args->source; in ucnv_getNextUChar_UTF8() [all …]
|
/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 219 ((source)->flags & G_SOURCE_CAN_RECURSE) == 0) 221 #define SOURCE_UNREF(source, context) \ argument 223 if ((source)->ref_count > 1) \ 224 (source)->ref_count--; \ 226 g_source_unref_internal ((source), (context), TRUE); \ 232 static void g_source_unref_internal (GSource *source, [all …]
|
/external/jpeg/ |
D | rdrle.c | 83 rle_source_ptr source = (rle_source_ptr) sinfo; in start_input_rle() local 90 source->header = *rle_hdr_init(NULL); in start_input_rle() 91 source->header.rle_file = source->pub.input_file; in start_input_rle() 92 switch (rle_get_setup(&(source->header))) { in start_input_rle() 115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle() 116 height = source->header.ymax - source->header.ymin + 1; in start_input_rle() 117 source->header.xmin = 0; /* realign horizontally */ in start_input_rle() 118 source->header.xmax = width-1; in start_input_rle() 124 if (source->header.ncolors == 1 && source->header.ncmap == 0) { in start_input_rle() 125 source->visual = GRAYSCALE; in start_input_rle() [all …]
|
D | rdppm.c | 144 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_gray_row() local 145 FILE * infile = source->pub.input_file; in get_text_gray_row() 147 register JSAMPLE *rescale = source->rescale; in get_text_gray_row() 150 ptr = source->pub.buffer[0]; in get_text_gray_row() 162 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_rgb_row() local 163 FILE * infile = source->pub.input_file; in get_text_rgb_row() 165 register JSAMPLE *rescale = source->rescale; in get_text_rgb_row() 168 ptr = source->pub.buffer[0]; in get_text_rgb_row() 182 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_gray_row() local 185 register JSAMPLE *rescale = source->rescale; in get_scaled_gray_row() [all …]
|
D | rdtarga.c | 177 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row() local 181 ptr = source->pub.buffer[0]; in get_8bit_gray_row() 183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_gray_row() 184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]); in get_8bit_gray_row() 193 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row() local 197 register JSAMPARRAY colormap = source->colormap; in get_8bit_row() 199 ptr = source->pub.buffer[0]; in get_8bit_row() 201 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_row() 202 t = UCH(source->tga_pixel[0]); in get_8bit_row() 214 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row() local [all …]
|
D | rdbmp.c | 122 bmp_source_ptr source = (bmp_source_ptr) sinfo; in get_8bit_row() local 123 register JSAMPARRAY colormap = source->colormap; in get_8bit_row() 130 source->source_row--; in get_8bit_row() 132 ((j_common_ptr) cinfo, source->whole_image, in get_8bit_row() 133 source->source_row, (JDIMENSION) 1, FALSE); in get_8bit_row() 137 outptr = source->pub.buffer[0]; in get_8bit_row() 153 bmp_source_ptr source = (bmp_source_ptr) sinfo; in get_24bit_row() local 159 source->source_row--; in get_24bit_row() 161 ((j_common_ptr) cinfo, source->whole_image, in get_24bit_row() 162 source->source_row, (JDIMENSION) 1, FALSE); in get_24bit_row() [all …]
|
/external/bluetooth/glib/gio/xdgmime/ |
D | xdgmimeint.c | 61 _xdg_utf8_to_ucs4(const char *source) in _xdg_utf8_to_ucs4() argument 64 if( ! ( *source & 0x80 ) ) in _xdg_utf8_to_ucs4() 66 ucs32 = *source; in _xdg_utf8_to_ucs4() 72 if ( ! (*source & 0x40) ) in _xdg_utf8_to_ucs4() 74 ucs32 = *source; in _xdg_utf8_to_ucs4() 78 if ( ! (*source & 0x20) ) in _xdg_utf8_to_ucs4() 80 result = *source++ & 0x1F; in _xdg_utf8_to_ucs4() 83 else if ( ! (*source & 0x10) ) in _xdg_utf8_to_ucs4() 85 result = *source++ & 0x0F; in _xdg_utf8_to_ucs4() 88 else if ( ! (*source & 0x08) ) in _xdg_utf8_to_ucs4() [all …]
|
/external/chromium/base/third_party/xdg_mime/ |
D | xdgmimeint.c | 61 _xdg_utf8_to_ucs4(const char *source) in _xdg_utf8_to_ucs4() argument 64 if( ! ( *source & 0x80 ) ) in _xdg_utf8_to_ucs4() 66 ucs32 = *source; in _xdg_utf8_to_ucs4() 72 if ( ! (*source & 0x40) ) in _xdg_utf8_to_ucs4() 74 ucs32 = *source; in _xdg_utf8_to_ucs4() 78 if ( ! (*source & 0x20) ) in _xdg_utf8_to_ucs4() 80 result = *source++ & 0x1F; in _xdg_utf8_to_ucs4() 83 else if ( ! (*source & 0x10) ) in _xdg_utf8_to_ucs4() 85 result = *source++ & 0x0F; in _xdg_utf8_to_ucs4() 88 else if ( ! (*source & 0x08) ) in _xdg_utf8_to_ucs4() [all …]
|
/external/quake/quake/src/WinQuake/ |
D | draw.cpp | 138 byte *source; in Draw_Character() local 157 source = draw_chars + (row<<10) + (col<<3); in Draw_Character() 162 source -= 128*y; in Draw_Character() 175 if (source[0]) in Draw_Character() 176 dest[0] = source[0]; in Draw_Character() 177 if (source[1]) in Draw_Character() 178 dest[1] = source[1]; in Draw_Character() 179 if (source[2]) in Draw_Character() 180 dest[2] = source[2]; in Draw_Character() 181 if (source[3]) in Draw_Character() [all …]
|
/external/webkit/JavaScriptCore/wtf/unicode/ |
D | UTF8.cpp | 128 const UChar* source = *sourceStart; in convertUTF16ToUTF8() local 130 while (source < sourceEnd) { in convertUTF16ToUTF8() 135 const UChar* oldSource = source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8() 136 ch = static_cast<unsigned short>(*source++); in convertUTF16ToUTF8() 140 if (source < sourceEnd) { in convertUTF16ToUTF8() 141 UChar32 ch2 = static_cast<unsigned short>(*source); in convertUTF16ToUTF8() 145 ++source; in convertUTF16ToUTF8() 147 --source; // return to the illegal value itself in convertUTF16ToUTF8() 152 --source; // return to the high surrogate in convertUTF16ToUTF8() 159 --source; // return to the illegal value itself in convertUTF16ToUTF8() [all …]
|
/external/quake/quake/src/QW/client/ |
D | draw.c | 136 byte *source; in Draw_Character() local 153 source = draw_chars + (row<<10) + (col<<3); in Draw_Character() 158 source -= 128*y; in Draw_Character() 171 if (source[0]) in Draw_Character() 172 dest[0] = source[0]; in Draw_Character() 173 if (source[1]) in Draw_Character() 174 dest[1] = source[1]; in Draw_Character() 175 if (source[2]) in Draw_Character() 176 dest[2] = source[2]; in Draw_Character() 177 if (source[3]) in Draw_Character() [all …]
|
/external/libvpx/vpx_scale/ |
D | vpxscale.h | 16 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsi… 19 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsi… 22 void vp8cx_horizontal_line_3_5_scale_c(const unsigned char *source, unsigned int source_width, unsi… 25 void vp8cx_horizontal_line_3_4_scale_c(const unsigned char *source, unsigned int source_width, unsi… 28 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsi… 31 void vp8cx_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsi… 32 void vp8cx_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *… 33 void vp8cx_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsi… 34 void vp8cx_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *… 35 void vp8cx_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsi… [all …]
|
/external/libvpx/vp8/encoder/ |
D | psnr.c | 33 double vp8_calc_psnr(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *YPsnr, double *U… in vp8_calc_psnr() argument 40 unsigned char *src = source->y_buffer; in vp8_calc_psnr() 47 for (i = 0; i < source->y_height; i++) in vp8_calc_psnr() 50 for (j = 0; j < source->y_width; j++) in vp8_calc_psnr() 56 src += source->y_stride; in vp8_calc_psnr() 61 *YPsnr = vp8_mse2psnr(source->y_height * source->y_width, 255.0, Total); in vp8_calc_psnr() 67 src = source->u_buffer; in vp8_calc_psnr() 70 for (i = 0; i < source->uv_height; i++) in vp8_calc_psnr() 73 for (j = 0; j < source->uv_width; j++) in vp8_calc_psnr() 79 src += source->uv_stride; in vp8_calc_psnr() [all …]
|
/external/v8/test/mjsunit/ |
D | const-eval-init.js | 34 var source = 41 eval(source); 48 var source = 55 eval(source); 63 var source = "delete x; const x = 7; assertEquals(7, x)"; 64 eval(source); 77 var source = "delete x; const x = 8"; 78 eval(source); 84 var source = "const x = 9; assertEquals(9, x); x = 10; assertEquals(9, x)"; 85 eval(source); [all …]
|
/external/icu4c/test/testdata/ |
D | confusables.txt | 12 …۬ → ۟ ) ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE → ARABIC SMALL HIGH ROUNDED ZERO # {source:384} 15 064F ; 0313 ; SL # ( ُ → ̓ ) ARABIC DAMMA → COMBINING COMMA ABOVE # {source:374} 17 059C ; 0301 ; SL # ( ֜ → ́ ) HEBREW ACCENT GERESH → COMBINING ACUTE ACCENT # {source:362} 19 0747 ; 0301 ; SL # ( ݇ → ́ ) SYRIAC OBLIQUE LINE ABOVE → COMBINING ACUTE ACCENT # {source:394} 20 0954 ; 0301 ; SL # ( ॔ → ́ ) DEVANAGARI ACUTE ACCENT → COMBINING ACUTE ACCENT # {source:413} 23 0953 ; 0300 ; SL # ( ॓ → ̀ ) DEVANAGARI GRAVE ACCENT → COMBINING GRAVE ACCENT # {source:412} 25 030C ; 0306 ; SL # ( ̌ → ̆ ) COMBINING CARON → COMBINING BREVE # {source:140} 27 0311 ; 0302 ; SL # ( ̑ → ̂ ) COMBINING INVERTED BREVE → COMBINING CIRCUMFLEX ACCENT # {source:141} 29 05AF ; 030A ; SL # ( ֯ → ̊ ) HEBREW MARK MASORA CIRCLE → COMBINING RING ABOVE # {source:363} 30 0B82 ; 030A ; SL # ( ஂ → ̊ ) TAMIL SIGN ANUSVARA → COMBINING RING ABOVE # {source:469} [all …]
|
/external/chromium/third_party/icu/source/data/unidata/ |
D | confusables.txt | 12 …۬ → ۟ ) ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE → ARABIC SMALL HIGH ROUNDED ZERO # {source:384} 15 064F ; 0313 ; SL # ( ُ → ̓ ) ARABIC DAMMA → COMBINING COMMA ABOVE # {source:374} 17 059C ; 0301 ; SL # ( ֜ → ́ ) HEBREW ACCENT GERESH → COMBINING ACUTE ACCENT # {source:362} 19 0747 ; 0301 ; SL # ( ݇ → ́ ) SYRIAC OBLIQUE LINE ABOVE → COMBINING ACUTE ACCENT # {source:394} 20 0954 ; 0301 ; SL # ( ॔ → ́ ) DEVANAGARI ACUTE ACCENT → COMBINING ACUTE ACCENT # {source:413} 23 0953 ; 0300 ; SL # ( ॓ → ̀ ) DEVANAGARI GRAVE ACCENT → COMBINING GRAVE ACCENT # {source:412} 25 030C ; 0306 ; SL # ( ̌ → ̆ ) COMBINING CARON → COMBINING BREVE # {source:140} 27 0311 ; 0302 ; SL # ( ̑ → ̂ ) COMBINING INVERTED BREVE → COMBINING CIRCUMFLEX ACCENT # {source:141} 29 05AF ; 030A ; SL # ( ֯ → ̊ ) HEBREW MARK MASORA CIRCLE → COMBINING RING ABOVE # {source:363} 30 0B82 ; 030A ; SL # ( ஂ → ̊ ) TAMIL SIGN ANUSVARA → COMBINING RING ABOVE # {source:469} [all …]
|