HomeSort by relevance Sort by last modified time
    Searched defs:Cf (Results 1 - 12 of 12) sorted by null

  /external/libmojo/third_party/jinja2/
_stringdefs.py 20 Cf = u'\xad\u0600\u0601\u0602\u0603\u06dd\u070f\u17b4\u17b5\u200b\u200c\u200d\u200e\u200f\u202a\u202b\u202c\u202d\u202e\u2060\u2061\u2062\u2063\u206a\u206b\u206c\u206d\u206e\u206f\ufeff\ufff9\ufffa\ufffb'
    [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 110 // Unwind with FP is not ok, must use CF unwind:
117 The CF information is now generated by default by gcc
118 (as part of the dwarf info). However, unwinding using CF information
123 of the unwind will be checked with the CF information.
125 FPUNWIND (0): there is CF info, and it gives the same result as fp unwind.
127 with the fast fp chain, without further CF checking
128 NOINFO (1): there is no CF info (so, fp unwind is the only do-able thing)
129 CFUNWIND (2): there is CF info, but unwind result differs.
131 with the CF info.
132 Of course, if each fp unwind implies a check done with a CF unwind
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 806 uint32_t& Cf = fragment.c[j];
815 Cf = Ct;
822 Cf = (Cf * factor) >> st;
827 rescale(Cf, sf, Ct, st);
828 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
837 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
842 rescale(Cf, sf, Ct, st)
853 int16_t cf = *covPtr++; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 179 // Create Cf (Call forward) so that dialling number &
182 // given as a single Cf object as user data to UtInterface.
183 private static class Cf {
188 Cf(String cfNumber, boolean isCfu, Message onComplete) {
859 Cf cf = new Cf(dialingNumber, local
863 isCfEnable(commandInterfaceCFAction) ? 1 : 0, 0, cf);
1271 Cf cf = (Cf) ar.userObj; local
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go 18 "Cf": Cf,
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go 18 "Cf": Cf,
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 7189 milliseconds