/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
XMLEntities.properties | 27 amp=38
|
/external/libvorbis/lib/ |
tone.c | 14 double *amp; local 19 amp=alloca(sizeof(*amp)*(argc-1)); 27 amp[i]=atof(pos+1)*32767.f; 29 amp[i]=32767.f; 31 fprintf(stderr,"%g Hz, %g amp\n",f[i],amp[i]); 40 val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
|
lsp.h | 26 float amp,float ampoffset);
|
lsp.c | 66 float amp,float ampoffset){ 103 q=vorbis_fromdBlook(amp* 141 float amp,float ampoffset){ 148 int ampi=rint(amp*16.f); 231 amp=vorbis_fromdBlook_i(ampi* /* n.4 */ 236 curve[i]*=amp; 237 while(map[++i]==k)curve[i]*=amp; 249 float amp,float ampoffset){ 276 q=fromdB(amp/sqrt(p+q)-ampoffset);
|
/external/fec/ |
sim.c | 33 unsigned char addnoise(int sym,double amp,double gain,double offset,int clip){ 36 sample = offset + gain*normal_rand(sym?amp:-amp,1.0);
|
/prebuilts/go/darwin-x86/src/html/template/ |
content_test.go | 18 HTML(`Hello, <b>World</b> &tc!`), 61 `<b> "foo%" O'Reilly &bar;`, 64 `Hello, <b>World</b> &tc!`, 66 `c && alert("Hello, World!");`, 67 `Hello, World & O'Reilly\x21`, 68 `greeting=H%69&addressee=(World)`, 87 `<b> "foo%" O'Reilly &bar;`, 90 `Hello, World &tc!`, 92 `c && alert("Hello, World!");` [all...] |
example_test.go | 114 // "Fran & Freddie's Diner" <tasty@example.com> 115 // "Fran & Freddie's Diner" <tasty@example.com> 116 // "Fran & Freddie's Diner"32<tasty@example.com>
|
/prebuilts/go/linux-x86/src/html/template/ |
content_test.go | 18 HTML(`Hello, <b>World</b> &tc!`), 61 `<b> "foo%" O'Reilly &bar;`, 64 `Hello, <b>World</b> &tc!`, 66 `c && alert("Hello, World!");`, 67 `Hello, World & O'Reilly\x21`, 68 `greeting=H%69&addressee=(World)`, 87 `<b> "foo%" O'Reilly &bar;`, 90 `Hello, World &tc!`, 92 `c && alert("Hello, World!");` [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
HtmlStripFunction.java | 35 // The state the strip function can be, normal, in an amp escaped entity or 49 tempMap.put("amp", "&"); 98 // Holds the contents of an & (amp) entity before its decoded. 99 StringBuilder amp = new StringBuilder(); local 116 // If this is isn't the start of an amp of a tag, treat as plain 133 appendDecodedEntityReference(out, amp); 134 amp = new StringBuilder(); 136 if (amp.length() < MAX_AMP_LENGTH) { 138 // amp buffer and continue, if it is the last, dump the buffer 141 amp.append(c) [all...] |
/external/webp/src/utils/ |
random.h | 38 // 'amp' is in VP8_RANDOM_DITHER_FIX fixed-point precision. 40 int amp) { 50 diff = (diff * amp) >> VP8_RANDOM_DITHER_FIX; // restrict range
|
/prebuilts/go/darwin-x86/src/html/ |
example_test.go | 15 // Output: "Fran & Freddie's Diner" <tasty@example.com> 19 const s = `"Fran & Freddie's Diner" <tasty@example.com>`
|
escape_test.go | 31 "& > <", 37 "& &", 104 `a&b`, 105 `a & b`, 109 `"<&>"`,
|
/prebuilts/go/linux-x86/src/html/ |
example_test.go | 15 // Output: "Fran & Freddie's Diner" <tasty@example.com> 19 const s = `"Fran & Freddie's Diner" <tasty@example.com>`
|
escape_test.go | 31 "& > <", 37 "& &", 104 `a&b`, 105 `a & b`, 109 `"<&>"`,
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
xml.rb | 153 & 188 &
|
/external/dbus/test/data/equiv-config-files/entities/ |
entities-1.conf | 9 <servicedir>/usr/&share/foo</servicedir>
|
/external/dbus/test/data/valid-config-files/ |
entities.conf | 9 <servicedir>/usr/&share/foo</servicedir>
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
g722_enc_dec.h | 144 const int16_t amp[], 152 int16_t amp[],
|
g722_decode.c | 51 static __inline int16_t saturate(int32_t amp) 56 amp16 = (int16_t) amp; 57 if (amp == amp16) 59 if (amp > WEBRTC_INT16_MAX) 187 size_t WebRtc_g722_decode(G722DecoderState *s, int16_t amp[], 369 amp[outlen++] = (int16_t) (rlow << 1); 370 amp[outlen++] = (int16_t) (rhigh << 1); 376 amp[outlen++] = (int16_t) (rlow << 1); 396 amp[outlen++] = saturate(xout1 >> 11); 397 amp[outlen++] = saturate(xout2 >> 11) [all...] |
g722_encode.c | 51 static __inline int16_t saturate(int32_t amp) 56 amp16 = (int16_t) amp; 57 if (amp == amp16) 59 if (amp > WEBRTC_INT16_MAX) 206 const int16_t amp[], size_t len) 297 xhigh = amp[j++] >> 1; 304 xlow = amp[j++] >> 1; 312 s->x[22] = amp[j++]; 313 s->x[23] = amp[j++];
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 71 double amp = float(pow(10.0, fFilterLowshelfAttenuation / 40.0)); local 75 double beta = float(sqrt(amp)/fFilterShelfSlope); 78 double b0 = amp * ((amp+1.0F) - ((amp-1.0F)*cosw) + (beta*sinw)); 79 double b1 = 2.0F * amp * ((amp-1.0F) - ((amp+1.0F)*cosw)); 80 double b2 = amp * ((amp+1.0F) - ((amp-1.0F)*cosw) - (beta*sinw)) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
HtmlEscapeFunction.java | 40 "", "", "", "", "", "", "", "", "", "", "!", """, "#", "$", "%", "&", "'",
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
simple_api_parser_test.js | 77 src: '<div>&©</div>', 78 expected: '<div>&©</div>', 86 src: '<a href = "&test<" ©>Yo</a>', 87 expected: '<a href = "&test<" ©="">Yo</a>',
|
/external/tremolo/Tremolo/ |
floor0.c | 147 ogg_int32_t amp, 156 int ampi=amp; 307 amp=vorbis_fromdBlook_i(ampi* /* n.4 */ 313 amp>>=9; 315 curve[i]= MULT31_SHIFT15(curve[i],amp); 329 curve[i]= MULT31_SHIFT15(curve[i],amp); 408 int amp=((ampraw*info->ampdB)<<4)/maxval; local 423 lsp[info->order]=amp; 437 ogg_int32_t amp=lsp[info->order]; local 441 lsp,info->order,amp,info->ampdB [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
Encoding.java | 53 int amp = firstAmp; local 54 while (amp >= 0) { 55 long endAndCodepoint = HtmlEntities.decodeEntityAt(s, amp, n); 58 sb.append(s, pos, amp).appendCodePoint(codepoint); 60 amp = s.indexOf('&', end); 258 REPLACEMENTS['&'] = "&"; // HTML special.
|