HomeSort by relevance Sort by last modified time
    Searched refs:ft (Results 276 - 300 of 537) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 1119 ft := sf.Type
1120 if ft.Name() == "" && ft.Kind() == reflect.Ptr {
1122 ft = ft.Elem()
1128 switch ft.Kind() {
1139 if name != "" || !sf.Anonymous || ft.Kind() != reflect.Struct {
1148 typ: ft,
1163 nextCount[ft]++
1164 if nextCount[ft] == 1
    [all...]
  /external/selinux/libsepol/src/
policydb.c 732 const struct filename_trans *ft = (const struct filename_trans *)k; local
737 hash = ft->stype ^ ft->ttype ^ ft->tclass;
740 while ((focus = ft->name[byte_num++]))
1352 struct filename_trans *ft = (struct filename_trans *)key; local
1353 free(ft->name);
2539 filename_trans_t *ft; local
    [all...]
  /external/valgrind/none/tests/mips32/
fpu_branches.stdout.exp 1 --- BC1F --- if fs != ft then out = fs else out = fs + ft
2 bc1f, c.eq.s out=0.000000, fs=0.000000, ft=-4578.500000
3 bc1f, c.eq.d out=0.000000, fs=0.000000, ft=-45786.500000
4 bc1f, c.eq.s out=912.500000, fs=456.250000, ft=456.250000
5 bc1f, c.eq.d out=912.500000, fs=456.250000, ft=456.250000
6 bc1f, c.eq.s out=3.000000, fs=3.000000, ft=34.031250
7 bc1f, c.eq.d out=3.000000, fs=3.000000, ft=34.031250
8 bc1f, c.eq.s out=-1.000000, fs=-1.000000, ft=4578.750000
9 bc1f, c.eq.d out=-1.000000, fs=-1.000000, ft=45786.75000
    [all...]
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 312 const FX_ARBFORMTABLE* ft = ParseChar(cur, wCur, eCur); local
330 return (eNext < FX_CHARTYPE_ArabicAlef) ? ft->wIsolated : ft->wInitial;
337 return (eNext < FX_CHARTYPE_ArabicAlef) ? ft->wIsolated : ft->wInitial;
339 return (eNext < FX_CHARTYPE_ArabicAlef) ? ft->wFinal : ft->wMedial;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 150 __mingw_flt_type_t *ft; member in union:__mingw_fp_types_t
465 hlp.ft->val &= 0x7fffffff;
466 if (hlp.ft->val == 0)
468 if (hlp.ft->val < 0x800000)
470 if (hlp.ft->val >= 0x7f800000)
471 return (hlp.ft->val > 0x7f800000 ? FP_NAN : FP_INFINITE);
553 i = hlp.ft->val & 0x7fffffff;
628 return ((hlp.ft->val & 0x80000000) != 0);
820 v = hlp.ft->val & 0x7fffffff; /* high |x| */
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 157 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft, bool &ftDefined)
159 // ft = 0;
165 ft = prop.filetime.dwLowDateTime | ((UInt64)prop.filetime.dwHighDateTime << 32);
172 ft = 0;
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 211 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64 *size)
220 if (ft)
224 if (FileTimeToLocalFileTime(ft, &locTime))
List.cpp 497 static void PrintTime(char *dest, const FILETIME *ft)
500 if (ft->dwLowDateTime == 0 && ft->dwHighDateTime == 0)
503 if (!FileTimeToLocalFileTime(ft, &locTime))
  /packages/apps/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 263 final FragmentTransaction ft = fm.beginTransaction(); local
267 ft.add(fragment, FM_TAG);
268 ft.commitAllowingStateLoss();
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootsFragment.java 121 final FragmentTransaction ft = fm.beginTransaction(); local
122 ft.replace(R.id.container_roots, fragment);
123 ft.commitAllowingStateLoss();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 193 let ft = function_type double_type doubles in var
196 | None -> declare_function name ft the_module
206 if element_type (type_of f) <> ft then
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 193 let ft = function_type double_type doubles in var
196 | None -> declare_function name ft the_module
206 if element_type (type_of f) <> ft then
  /external/clang/test/SemaCXX/
overload-call.cpp 464 typedef void ft(A); typedef in struct:PR6078::S
465 operator ft*();
  /external/harfbuzz_ng/util/
helper-cairo.cc 29 #include <cairo-ft.h>
30 #include <hb-ft.h>
81 * TODO Perhaps add API to hb-ft to encapsulate this code. */
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 392 Formattable ft( (int32_t)3 );
396 res1 = form_pat.format( ft, str, fpos, status );
  /external/libvncserver/rfb/
rfbproto.h 1206 rfbFileTransferMsg ft; member in union:__anon24504
1461 rfbFileTransferMsg ft; member in union:__anon24514
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 1212 VerifyAmbig( Junction *alt1, Junction *alt2, unsigned **ft, set *fs, Tree **t, Tree **u, int *numAmbig )
1214 VerifyAmbig( alt1, alt2, ft, fs, t, u, numAmbig )
1217 unsigned **ft;
1240 ftbl = ft;
1414 unsigned **ft; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 498 func isExportedField(ft *Field) (bool, *Pkg) {
499 if ft.Sym != nil && ft.Embedded == 0 {
500 return exportname(ft.Sym.Name), ft.Sym.Pkg
502 if ft.Type.Sym != nil &&
503 (ft.Type.Sym.Pkg == builtinpkg || !exportname(ft.Type.Sym.Name)) {
504 return false, ft.Type.Sym.Pkg
512 func dnameField(s *Sym, ot int, spkg *Pkg, ft *Field) int
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 498 func isExportedField(ft *Field) (bool, *Pkg) {
499 if ft.Sym != nil && ft.Embedded == 0 {
500 return exportname(ft.Sym.Name), ft.Sym.Pkg
502 if ft.Type.Sym != nil &&
503 (ft.Type.Sym.Pkg == builtinpkg || !exportname(ft.Type.Sym.Name)) {
504 return false, ft.Type.Sym.Pkg
512 func dnameField(s *Sym, ot int, spkg *Pkg, ft *Field) int
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
makefile 94 $(ANTLR) $(ANTLR_FLAGS) -fl VfrParser.dlg -ft VfrTokens.h -o $(ETO) $(VFR_GRAMMER_FILE)
  /external/libvncserver/libvncserver/
rfbserver.c 1193 rfbFileTransferMsg ft; local
1194 ft.type = rfbFileTransfer;
1195 ft.contentType = contentType;
1196 ft.contentParam = contentParam;
1197 ft.pad = 0; /* UltraVNC did not Swap16LE(ft.contentParam) (Looks like it might be BigEndian) */
1198 ft.size = Swap32IfLE(size);
1199 ft.length = Swap32IfLE(length);
1206 if (rfbWriteExact(cl, (char *)&ft, sz_rfbFileTransferMsg) < 0) {
    [all...]
  /external/llvm/bindings/go/llvm/
target.go 270 func (tm TargetMachine) EmitToMemoryBuffer(m Module, ft CodeGenFileType) (MemoryBuffer, error) {
273 fail := C.LLVMTargetMachineEmitToMemoryBuffer(tm.C, m.C, C.LLVMCodeGenFileType(ft), &errstr, &mb.C)

Completed in 812 milliseconds

<<11121314151617181920>>