Searched refs:ft (Results 76 - 100 of 112) sorted by relevance

12345

/external/jetty/src/java/org/eclipse/jetty/util/log/
H A DJettyAwareLogger.java619 FormattingTuple ft = MessageFormatter.arrayFormat(msg, argArray);
620 _logger.log(marker, FQCN, level, ft.getMessage(), null, t);
/external/libvncserver/rfb/
H A Drfbproto.h1185 rfbFileTransferMsg ft; member in union:__anon9240
1440 rfbFileTransferMsg ft; member in union:__anon9250
/external/selinux/libsepol/src/
H A Dpolicydb.c1295 filename_trans_t *ft, *nft; local
1361 ft = p->filename_trans;
1362 while (ft) {
1363 nft = ft->next;
1364 free(ft->name);
1365 free(ft);
1366 ft = nft;
2431 filename_trans_t *ft, *lft; local
2442 ft = calloc(1, sizeof(struct filename_trans));
2443 if (!ft)
[all...]
/external/skia/include/core/
H A DSkPath.h75 @param ft The new fill type for this path
77 void setFillType(FillType ft) { argument
78 fFillType = SkToU8(ft);
/external/libvncserver/libvncserver/
H A Drfbserver.c1171 rfbFileTransferMsg ft; local
1172 ft.type = rfbFileTransfer;
1173 ft.contentType = contentType;
1174 ft.contentParam = contentParam;
1175 ft.pad = 0; /* UltraVNC did not Swap16LE(ft.contentParam) (Looks like it might be BigEndian) */
1176 ft.size = Swap32IfLE(size);
1177 ft.length = Swap32IfLE(length);
1184 if (rfbWriteExact(cl, (char *)&ft, sz_rfbFileTransferMsg) < 0) {
2346 msg.ft
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml291 let ft = function_type double_type doubles in
294 | None -> declare_function name ft the_module
304 if element_type (type_of f) <> ft then
/external/mksh/src/
H A DBuild.sh284 ft=1
290 eval ft=\$HAVE_`upper $2`
294 if test $fc = "$ft"; then
388 ft=$4
390 test x"$ft" = x"" && ft="if $f can be used"
398 ac_testn can_$vn '' "$ft"
400 ac_testn can_$vn '' "$ft" <<-'EOF'
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h483 explicit PdtComposeOptions(bool c, PdtComposeFilter ft = PAREN_FILTER)
484 : connect(c), filter_type(ft) {}
/external/skia/src/core/
H A DSkReadBuffer.cpp291 SkFlattenable* SkReadBuffer::readFlattenable(SkFlattenable::Type ft) { argument
293 // TODO: confirm that ft matches the factory we decide to use
H A DSkScalerContext.cpp66 SkFlattenable::Type ft) {
73 obj = buffer.readFlattenable(ft);
65 load_flattenable(const SkDescriptor* desc, uint32_t tag, SkFlattenable::Type ft) argument
/external/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp1470 const int ft = gt & 0xF;
1478 const int w11 = (fs*ft + 8) >> 4;
1479 const int w10 = ft - w11;
1481 const int w00 = 16 - fs - ft + w11;
/external/v8/src/base/platform/
H A Dtime.h220 static Time FromFiletime(struct _FILETIME ft);
H A Dplatform-win32.cc254 FILETIME& ft() { return time_.ft_; } function in class:v8::base::Win32Time
295 SystemTimeToFileTime(&st, &ft());
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c1118 static void calculateFCSR(UInt fs, UInt ft, UInt inst, Bool sz32, UInt opN) argument
1129 mkU32(ft),
1137 mkU32(ft),
1181 d->fxState[2].offset = floatGuestRegOffset(ft);
1189 d->fxState[4].offset = floatGuestRegOffset(ft+1);
1741 UInt ft = get_ft(cins); local
1748 DIP("c.%s.s %d, f%d, f%d", showCondCode(cond), fpc_cc, fs, ft);
1761 getFReg(ft))));
1863 unop(Iop_F32toF64, getFReg(ft))));
1957 DIP("c.%s.d %d, f%d, f%d", showCondCode(cond), fpc_cc, fs, ft);
12024 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local
[all...]
/external/openfst/src/include/fst/
H A Dcompose.h665 ComposeOptions(bool c, ComposeFilter ft = AUTO_FILTER)
666 : connect(c), filter_type(ft) {}
/external/harfbuzz_ng/util/
H A Doptions.cc30 #include <hb-ft.h>
42 {"ft", hb_ft_font_set_funcs},
/external/valgrind/perf/
H A Dtinycc.c5739 int v, t, ft, fc, fr;
5743 ft = sv->type.t;
5755 if ((ft & VT_BTYPE) == VT_FLOAT) {
5758 } else if ((ft & VT_BTYPE) == VT_DOUBLE) {
5761 } else if ((ft & VT_BTYPE) == VT_LDOUBLE) {
5764 } else if ((ft & VT_TYPE) == VT_BYTE) {
5766 } else if ((ft & VT_TYPE) == (VT_BYTE | VT_UNSIGNED)) {
5768 } else if ((ft & VT_TYPE) == VT_SHORT) {
5770 } else if ((ft & VT_TYPE) == (VT_SHORT | VT_UNSIGNED)) {
5804 int fr, bt, ft, f
5737 int v, t, ft, fc, fr; local
5802 int fr, bt, ft, fc; local
6292 int a, ft, fc, swapped, r; local
11881 int sbt, dbt, ft, r, t, size, align, bit_size, bit_pos, rc, delayed_cast; local
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml387 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in var
389 ft
1176 let ft = var_arg_function_type i32_type [||] in var
1177 let personality = declare_function "__gxx_personality_v0" ft m in
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c881 int ft; local
1136 ft = sm->wpa == WPA_VERSION_WPA2 &&
1139 wpa_compare_rsn_ie(ft,
1156 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) {
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c881 int ft; local
1136 ft = sm->wpa == WPA_VERSION_WPA2 &&
1139 wpa_compare_rsn_ie(ft,
1156 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c881 int ft; local
1136 ft = sm->wpa == WPA_VERSION_WPA2 &&
1139 wpa_compare_rsn_ie(ft,
1156 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) {
/external/libvncserver/x11vnc/
H A Dx11vnc.c1921 double f1, f2, ft; local
1934 ft = f1;
1936 f2 = ft;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/svox/pico/lib/
H A Dpicopam.c1902 picoos_int16 ft, dt; local
1950 ft = 0;
1959 ft, /* factor to be multiplied to get the target */
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c1547 void *ft = realloc(fragment_table, (fragments + local
1549 if(ft == NULL)
1551 fragment_table = ft;

Completed in 908 milliseconds

12345