Searched refs:fr (Results 51 - 75 of 341) sorted by last modified time

1234567891011>>

/external/protobuf/
H A Dconfigure11534 rm -fr conftest*
11634 rm -fr conftest*
16839 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
/external/protobuf/gtest/
H A Dconfigure11470 rm -fr conftest*
11576 rm -fr conftest*
16683 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pcre/dist/
H A DRunTest466 # for Windows. Another possibility is "fr". Unfortunately, different versions
491 locale -a | grep '^fr$' >/dev/null
493 locale=fr
494 sed 's/fr_FR/fr/' $testdata/intestinput3 >test3input
495 sed 's/fr_FR/fr/' $testdata/intestoutput3 >test3output
496 sed 's/fr_FR/fr/' $testdata/intestoutput3A >test3outputA
497 sed 's/fr_FR/fr/' $testdata/intestoutput3B >test3outputB
528 echo "Cannot test locale-specific features - none of the 'fr_FR', 'fr' or"
H A Dconfigure3337 if rm -f && rm -fr && rm -rf; then : OK; else
13450 rm -fr conftest*
13556 rm -fr conftest*
20724 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp177 int fr = FXSYS_GetRValue(m_ForeColor); local
183 r = (br - fr) * gray / 255 + fr;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c3026 cmsFormatter fr; local
3035 fr.Fmt16 = f ->Frm;
3036 return fr;
3047 fr.FmtFloat = f ->Frm;
3048 return fr;
3058 fr.Fmt16 = NULL;
3059 return fr;
3178 cmsFormatter fr; local
3190 fr.Fmt16 = f ->Frm;
3191 return fr;
[all...]
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp1237 int fr, fg, fb, br, bg, bb; local
1249 fr = FXSYS_GetRValue(forecolor);
1280 m_pPalette[i] = FXARGB_MAKE(0xff, br + (fr - br) * gray / 255, bg + (fg - bg) * gray / 255,
1337 *scanline = br + (fr - br) * gray / 255;
/external/pixman/
H A Dconfigure11505 rm -fr conftest*
11611 rm -fr conftest*
15477 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp182 float fr; local
195 fr = v.f;
197 /* 0.125 <= fr < 1.0 */
199 fr = (float)(((((45.2548339756803022511987494 * fr +
200 192.2798368355061050458134625) * fr +
201 119.1654824285581628956914143) * fr +
202 13.43250139086239872172837314) * fr +
204 ((((14.80884093219134573786480845 * fr +
205 151.9714051044435648658557668) * fr
[all...]
/external/openfst/
H A Dconfigure11532 rm -fr conftest*
11638 rm -fr conftest*
16341 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
/external/openssl/ssl/
H A Ds3_both.c746 #define freelist_extract(c,fr,sz) OPENSSL_malloc(sz)
747 #define freelist_insert(c,fr,sz,m) OPENSSL_free(m)
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHttp20Draft09Test.java45 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false);
48 fr.nextFrame(new BaseTestHandler());
66 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false);
69 fr.nextFrame(new BaseTestHandler() {
101 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false);
104 fr.nextFrame(new BaseTestHandler() {
144 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false);
147 fr.nextFrame(new BaseTestHandler() {
186 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false);
189 fr
[all...]
H A DSpdy3Test.java74 FrameReader fr = new Spdy3.Reader(frame, false);
76 fr.nextFrame(new BaseTestHandler() { // Consume the goAway frame.
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp4897 int fr = v->get_first_temp_read(i);
4902 printf("Temp %d: FR=%3d FW=%3d LR=%3d LW=%3d\n", i, fr, fw, lr, lw);
4903 assert(fw <= fr);
/external/mksh/src/
H A DBuild.sh251 fr=no
252 test 0 = $fv || fr=yes
253 $e "$bi==> $fd...$ao $ui$fr$ao$fx"
307 fr=1
310 fr=0
319 test 1 = $fr || fv=1
321 test 0 = $fr || fv=1
330 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr
452 fr=0
455 fr
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
H A DFontTableBox.java37 FontRecord fr = new FontRecord();
38 fr.parse(content);
39 entries.add(fr);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp541 // float fr = mad(fqneg, fb, fa);
542 SDValue fr = DAG.getNode(AMDGPUISD::MAD, DL, FLTTY, fqneg, fb, fa); local
547 // fr = fabs(fr);
548 fr = DAG.getNode(ISD::FABS, DL, FLTTY, fr);
553 // int cv = fr >= fb;
556 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
558 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A DMakefile12 # fr.po.
15 # strings in t_options.h. Now you can edit the new .po file (fr.po in
44 POS=de.po es.po nl.po fr.po sv.po
H A Doptions.h61 DRI_CONF_DESC(fr,"Debogage") \
70 DRI_CONF_DESC(fr,"Désactiver l'accélération 3D") \
80 DRI_CONF_DESC(fr,"Afficher les boîtes de performance") \
92 DRI_CONF_DESC(fr,"Qualité d'image") \
130 DRI_CONF_DESC_BEGIN(fr,"Profondeur de texture") \
150 DRI_CONF_DESC(fr,"Valeur maximale initiale pour le filtrage anisotropique de texture") \
160 DRI_CONF_DESC(fr,"Interdire le LOD bias negatif") \
170 DRI_CONF_DESC(fr,"Activer la compression de texture S3TC même si le support logiciel est absent") \
194 DRI_CONF_DESC_BEGIN(fr,"Technique de réduction de couleurs") \
224 DRI_CONF_DESC_BEGIN(fr,"
[all...]
/external/mesa3d/src/mesa/main/
H A Dcontext.c349 gl_frag_result fr = FRAG_RESULT_DEPTH; local
359 (void) fr;
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c236 } u = { .d = fpreg_to_double(&ctx->regs.fr[ctx->flt++]) };
/external/llvm/test/Bindings/Ocaml/
H A Dext_exc.ml10 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1331 // float fr = mad(fqneg, fb, fa);
1332 SDValue fr = DAG.getNode(ISD::FADD, DL, FLTTY, local
1338 // fr = fabs(fr);
1339 fr = DAG.getNode(ISD::FABS, DL, FLTTY, fr);
1344 // int cv = fr >= fb;
1347 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
1349 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
/external/lldb/test/functionalities/completion/
H A DTestCompletion.py194 with open('child_read.txt', 'r') as fr:
195 from_child = fr.read()

Completed in 656 milliseconds

1234567891011>>