Searched refs:fr (Results 51 - 75 of 237) sorted by relevance

12345678910

/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp25 float &fr = f1(15); local
H A Dmember-function-template.cpp23 float &fr = x.f0(f); local
73 float &fr = x1->get<float>(); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedManipulationEclipse.sh42 rm -fr $tmpfolder;
/external/libphonenumber/
H A Dupdate-from-external.sh27 trap "echo Removing temporary directory; rm -fr $tmp" EXIT
35 rm -fr $DIR/$i
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dext_exc.ml7 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
/external/autotest/client/tests/ffsb/
H A Dffsb.py51 fr = open(usrfl,'r')
52 for line in fr.read().split('\n'):
92 fr.close()
110 fr = open(self.usrfl,'r')
112 for line in fr.read().split('\n'):
149 fr.close()
/external/icu/icu4c/source/test/intltest/
H A Dunifiedcachetest.cpp195 // We first add 5 key-value pairs with two distinct values, "en" and "fr"
201 const UCTItem *fr = NULL; local
208 cache.get(LocaleCacheKey<UCTItem>("fr"), &cache, fr, status);
210 // Client holds two unique references, "en" and "fr" the other three
227 // Client holds three unique references, "en", "fr", "de" although we
253 cache.get(LocaleCacheKey<UCTItem>("fr"), &cache, throwAway, status);
254 if (throwAway != fr) {
255 errln("Expected fr to resolve to the same object.");
278 SharedObject::clearPtr(fr);
307 const UCTItem *fr = NULL; local
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormatAPI.java85 DateFormat fr = DateFormat.getTimeInstance(DateFormat.FULL, Locale.FRENCH);
93 if( fr.equals(it) ) {
109 res1 = fr.format(d, res1, pos1);
192 fr.setLenient(it.isLenient());
193 if(fr.isLenient() != it.isLenient()) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatAPI.java84 DateFormat fr = DateFormat.getTimeInstance(DateFormat.FULL, Locale.FRENCH);
92 if( fr.equals(it) ) {
108 res1 = fr.format(d, res1, pos1);
191 fr.setLenient(it.isLenient());
192 if(fr.isLenient() != it.isLenient()) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterp.java79 FileReader fr = new FileReader(grammarFileName);
80 BufferedReader br = new BufferedReader(fr);
/external/llvm/test/Bindings/OCaml/
H A Dext_exc.ml14 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DSpdy3Test.java74 FrameReader fr = new Spdy3.Reader(frame, false);
76 fr.nextFrame(new BaseTestHandler() { // Consume the goAway frame.
/external/syslinux/gpxe/src/util/
H A Dgeniso55 rm -fr $dir
H A Dgenliso74 rm -fr $dir
H A Dgensdsk65 rm -fr $dir
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.h41 * - *fr : pointer to a buffer where the real part of DFT
50 enum ISACBand band, double* fr, double* fi);
58 * - *fr : pointer to a buffer where the real part of DFT
75 int WebRtcIsac_EncodeSpec(const int16_t* fr, const int16_t* fi,
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c68 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
92 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL,0, NULL, 0,&status);
193 /*format using fr */
200 result=myDateFormat(fr, d);
305 udat_setLenient(fr, udat_isLenient(it));
306 if(udat_isLenient(fr) != udat_isLenient(it))
387 udat_close(fr);
573 UDateFormat *def, *fr, *zhChiCal; local
584 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL, 0, NULL, 0, &status);
634 resultlengthout=udat_getSymbols(fr, UDAT_WEEKDAY
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh21 rm -fr $WORKSPACE/tmp
47 rm -fr testout/
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dhost_replay.sh102 rm -fr "$HOST_TMP_LOG_DIR"
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp11 // CHECK: @fr = constant void ()* @_Z1fv
12 void (&fr)() = f; variable
/external/clang/test/SemaCXX/
H A Denum.cpp15 float& fr = enumerator_type(Val2); local
/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
/external/icu/icu4c/source/samples/layout/
H A Dpflow.c118 pl_fontRuns *fr; local
143 fr = pl_openEmptyFontRuns(0);
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
175 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
220 pl_closeFontRuns(fr);
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java610 FileReader fr = null;
614 fr = new FileReader("/sdcard/test.txt");
621 fr.read(fileBuffer);
634 File fr = null;
648 fr = new File("/sdcard/record.pcm");
651 out = new FileOutputStream(fr);
686 File fr = null;
723 fr = new File("/sdcard/record.pcm");
726 in = new FileInputStream(fr);
782 // File fr
[all...]
/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc388 unsigned int fr, fg, fb, fa, br, bg, bb, ba; local
393 fr = fg = fb = 0; fa = 255;
395 sscanf (color + (*color=='#'), "%2x%2x%2x%2x", &fr, &fg, &fb, &fa);
401 fr != fg || fg != fb)
429 (fr / 255.) * (fa / 255.) + (br / 255) * (1 - (fa / 255.)));
438 cairo_set_source_rgba (cr, fr / 255., fg / 255., fb / 255., fa / 255.);

Completed in 3188 milliseconds

12345678910