Searched refs:amp (Results 1 - 25 of 61) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXMLEntities.properties27 amp=38
H A DHTMLEntities.properties27 amp=38
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dsimple_api_parser_test.js77 src: '<div>&amp;&copy;</div>',
78 expected: '<div>&amp;&copy;</div>',
86 src: '<a href = "&amp;test&lt;" &copy;>Yo</a>',
87 expected: '<a href = "&amp;test&lt;" &copy;="">Yo</a>',
/external/libvorbis/lib/
H A Dtone.c14 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);
H A Dlsp.h26 float amp,float ampoffset);
H A Dlsp.c66 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);
65 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
140 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
248 vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,int m, float amp,float ampoffset) argument
H A Dfloor0.c165 float amp=(float)ampraw/maxval*info->ampdB; local
185 lsp[look->m]=amp;
202 float amp=lsp[look->m]; local
209 lsp,look->m,amp,(float)info->ampdB);
H A Dpsy.h142 extern float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlStripFunction.java35 // 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();
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
[all...]
/external/webp/src/utils/
H A Drandom.h38 // 'amp' is in VP8_RANDOM_DITHER_FIX fixed-point precision.
40 int amp) {
50 diff = (diff * amp) >> VP8_RANDOM_DITHER_FIX; // restrict range
39 VP8RandomBits2(VP8Random* const rg, int num_bits, int amp) argument
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb153 &amp;
188 &amp;
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp71 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
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java40 "", "", "", "", "", "", "", "", "", "", "!", "&quot;", "#", "$", "%", "&amp;", "&#39;",
/external/tremolo/Tremolo/
H A Dfloor0.c147 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,inf
145 vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, ogg_int32_t *lsp,int m, ogg_int32_t amp, ogg_int32_t ampoffset, ogg_int32_t nyq) argument
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DEncoding.java53 int amp = firstAmp;
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['&'] = "&amp;"; // HTML special.
/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp59 case tok::amp: return prec::And;
/external/valgrind/memcheck/tests/
H A Dclient-msg-as-xml.stderr.exp33 <text>hello &lt;&gt; &lt;&amp;&gt;%s world
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DDynamicXYPlotActivity.java200 double amp = sinAmp * Math.sin(angle);
203 return amp;
205 return -amp;
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g168 : ^(amp=AMPERSAND id1=ID
176 grammar.defineNamedAction($amp,scope,nameAST,actionAST);
264 : ^(amp=AMPERSAND id=ID a=ACTION ) {if (r!=null) r.defineNamedAction($amp,$id,$a);}
343 : ^(amp=AMPERSAND id=ID a=ACTION ) // {r.defineAction(#amp,#id,#a);}
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp77 TokenInfo[tok::amp ] |= aci_custom_firstchar;
107 TokenInfo[tok::amp ] |= aci_avoid_equal; // &=
263 case tok::amp: // &&
/external/tcpdump/
H A Dprint-decnet.c592 struct ackmsg *amp = (struct ackmsg *)nspp; local
597 TCHECK(*amp);
598 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
604 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
617 struct ackmsg *amp = (struct ackmsg *)nspp; local
622 TCHECK(*amp);
623 ack = EXTRACT_LE_16BITS(amp->ak_acknum[0]);
629 TCHECK(amp->ak_acknum[1]);
630 ack = EXTRACT_LE_16BITS(amp->ak_acknum[1]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.uml2.properties43 releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.php?project=uml2-uml&amp;version=%%version%%
/external/fonttools/Lib/fontTools/misc/
H A DxmlWriter.py141 data = data.replace("&", "&amp;")
167 def escapenum(n, amp=byteord("&"), lt=byteord("<")):
168 if n == amp:
169 return "&amp;"
/external/fonttools/Tools/fontTools/misc/
H A DxmlWriter.py141 data = data.replace("&", "&amp;")
167 def escapenum(n, amp=byteord("&"), lt=byteord("<")):
168 if n == amp:
169 return "&amp;"
/external/regex-re2/doc/
H A Dmksyntaxhtml5 ,s/\&/\&amp;/g

Completed in 1627 milliseconds

123