/external/icu4c/layout/ |
D | ThaiShaping.cpp | 63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) in lowerRightTone() argument 72 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { in lowerRightTone() 73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU]; in lowerRightTone() 76 return tone; in lowerRightTone() 79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) in lowerLeftTone() argument 88 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { in lowerLeftTone() 89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU]; in lowerLeftTone() 92 return tone; in lowerLeftTone() 95 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet) in upperLeftTone() argument 104 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { in upperLeftTone() [all …]
|
D | ThaiShaping.h | 94 static LEUnicode lowerRightTone(LEUnicode tone, le_uint8 glyphSet); 95 static LEUnicode lowerLeftTone(LEUnicode tone, le_uint8 glyphSet); 96 static LEUnicode upperLeftTone(LEUnicode tone, le_uint8 glyphSet);
|
/external/icu4c/data/translit/ |
D | Latin_NumericPinyin.txt | 11 $tone = [\u0304\u0301\u030C\u0300\u0306] ; 12 e {($tone) r} → r &Pinyin-NumericPinyin($1); 13 ($tone) ( [i o n u {o n} {n g}]) → $2 &Pinyin-NumericPinyin($1); 14 ($tone) → &Pinyin-NumericPinyin($1);
|
D | Latin_Bopomofo.txt | 13 :: [[:Latin:][1-5]]; # forward filter: only modifies Latin and tone digits 14 :: Latin-NumericPinyin(NumericPinyin-Latin); # tone marks in middle ↔ digits at end to use numeric … 1435 # tone 1: pinyin \u0304 or 1 ↔ zhuyin typically unmarked or use ˉ \u02C9 1450 # tone 5 (light): pinyin typically unmarked or use 5 ↔ zhuyin ˙ \u02D9 1458 :: ([[ㄅ-ㄩ][ˉˊˇˋ˙]]); # reverse filter: only modifies basic Bopomofo and tone marks
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
D | HDRRenderer.java | 78 private Material tone; field in HDRRenderer 237 tone.setFloat("A", exposure); in renderToneMap() 238 tone.setFloat("White", whiteLevel); in renderToneMap() 239 tone.setTexture("Lum", scene1[oppSrc]); in renderToneMap() 240 tone.setTexture("Lum2", scene1[curSrc]); in renderToneMap() 241 tone.setFloat("BlendFactor", blendFactor); in renderToneMap() 242 renderProcessing(r, out, tone); in renderToneMap() 271 tone.setTexture("Texture", mainScene); in reshape() 322 tone = new Material(manager, "Common/MatDefs/Hdr/ToneMap.j3md"); in initialize() 323 tone.setFloat("A", 0.18f); in initialize() [all …]
|
/external/libvorbis/lib/ |
D | mapping0.c | 372 float *tone = _vorbis_block_alloc(vb,n/2*sizeof(*tone)); in mapping0_forward() local 446 tone, in mapping0_forward() 453 _analysis_output("toneL",seq,tone,n/2,1,0,0); in mapping0_forward() 455 _analysis_output("toneR",seq,tone,n/2,1,0,0); in mapping0_forward() 457 _analysis_output("tone",seq,tone,n/2,1,0,0); in mapping0_forward() 473 tone, in mapping0_forward() 520 tone, in mapping0_forward() 545 tone, in mapping0_forward()
|
D | Makefile.am | 29 EXTRA_PROGRAMS = barkmel tone psytune program 33 tone_SOURCES = tone.c
|
D | psy.h | 136 float *tone,
|
D | Makefile.in | 37 EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT) 97 am_tone_OBJECTS = tone.$(OBJEXT) 292 tone_SOURCES = tone.c 390 tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) 391 @rm -f tone$(EXEEXT) 422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
|
D | psy.c | 774 float *tone, in _vp_offset_and_mix() argument 788 logmask[i]=max(val,tone[i]+toneatt); in _vp_offset_and_mix()
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | WProgram.h | 24 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);
|
D | Tone.cpp | 230 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration) in tone() function
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | call.cc | 349 int tone = queued_dtmf_.front(); in ContinuePlayDTMF() local 352 LOG(LS_INFO) << "Call::ContinuePlayDTMF(" << tone << ")"; in ContinuePlayDTMF() 357 voice_channel->PressDTMF(tone, true); in ContinuePlayDTMF()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_neon.S | 30 @ testing speech and tone vectors.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 424 `Well, perhaps not,' said Alice in a soothing tone: `don't be 451 sorrowful tone, `I'm afraid I've offended it again!' For the 533 `As wet as ever,' said Alice in a melancholy tone: `it doesn't 545 `What I was going to say,' said the Dodo in an offended tone, 720 melancholy tone. `Nobody seems to like her, down here, and I'm 749 and called out to her in an angry tone, `Why, Mary Ann, what ARE 817 sorrowful tone; `at least there's no room to grow up any more 967 `Poor little thing!' said Alice, in a coaxing tone, and she tried 1172 `But I'm not used to it!' pleaded poor Alice in a piteous tone. 1217 `Come, my head's free at last!' said Alice in a tone of [all …]
|
/external/libvorbis/macosx/Vorbis.xcodeproj/ |
D | project.pbxproj | 103 …F5D8F65D03389C830112CE8F /* tone.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.… 207 F5D8F65D03389C830112CE8F /* tone.c */,
|
/external/bluetooth/bluedroid/stack/include/ |
D | uipc_msg.h | 717 UINT16 tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member
|
/external/qemu/distrib/jpeg-6b/ |
D | README | 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document
|
/external/jpeg/ |
D | README | 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | IJG_README | 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document
|
/external/webkit/LayoutTests/http/conf/ |
D | mime.types | 429 audio/tone
|
/external/valgrind/main/ |
D | COPYING.DOCS | 222 the substance and tone of each of the contributor acknowledgements
|
/external/bison/doc/ |
D | fdl.texi | 255 substance and tone of each of the contributor acknowledgements and/or
|
D | bison.info | 11611 section all the substance and tone of each of the contributor
|
/external/icu4c/data/unidata/ |
D | ppucd.txt | 1802 # Extended Bopomofo tone marks 1898 # Vietnamese tone marks 3453 # Vedic tone marks 8504 # Contour tone marks 8513 # Contour tone marks 16246 # Corner tone marks for Chinese 16255 # Dotted tone letters 16266 # Left-stem tone letters 16272 # Chinantec tone marks 16277 # Africanist tone letters [all …]
|