Searched refs:_f (Results 1 - 25 of 47) sorted by relevance

12

/external/llvm/test/MC/MachO/
H A Dbad-darwin-x86_64-32-bit-abs-addr.s4 mov $_f, %rsi
H A Deh_symbol.s4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f: label
H A Ddebug_frame.s14 .globl _f
16 _f: ## @f label
H A Dindirect-symbols.s6 _f = 0 define
20 .indirect_symbol _f
129 // CHECK: Name: _f (1)
/external/llvm/test/Object/X86/
H A Dnm-macho.s3 // CHECK: 0000000000000000 t _f
6 _f: label
/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp6.cpp11 template<char...> void operator "" _f(); // expected-error {{must have C++ linkage}}
H A Dp2.cpp24 int operator "" _f; // expected-error {{cannot be the name of a variable}} local
/external/libcxx/test/std/utilities/meta/meta.help/
H A Dbool_constant.pass.cpp28 typedef std::bool_constant<false> _f; typedef
29 static_assert(!_f::value, "");
30 static_assert((std::is_same<_f::value_type, bool>::value), "");
31 static_assert((std::is_same<_f::type, _f>::value), "");
32 static_assert((_f() == false), "");
/external/llvm/test/MC/COFF/
H A Dcv-empty-linetable.s9 .def _f;
13 .globl _f
15 _f: # @f label
55 .long Lfunc_end0-_f
57 .secrel32 _f
58 .secidx _f
74 .cv_linetable 0, _f, Lfunc_end0
79 # CHECK: LinkageName: _f
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Ddebug_frame.s13 .globl _f
15 _f: ## @f label
H A Dindirect-symbols.s6 _f = 0 define
20 .indirect_symbol _f
132 // CHECK: ('_string', '_f')
/external/clang/test/CodeGenCXX/
H A Dcxx11-user-defined-literal.cpp8 S operator"" _f(long double);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
/external/iptables/include/linux/
H A Dkernel.h26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
/external/python/cpython2/Lib/
H A Dtypes.py42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
/external/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py78 self._f = self.get_flavor(self.m.vars)
81 return self._f.step(name, cmd, **kwargs)
84 return self._f.compile(target)
87 return self._f.copy_extra_build_products(swarming_out_dir)
91 return self._f.out_dir
94 return self._f.device_path_join(*args)
97 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
100 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
103 return self._f.copy_file_to_device(host_path, device_path)
106 return self._f
[all...]
/external/skqp/infra/bots/recipe_modules/flavor/
H A Dapi.py78 self._f = self.get_flavor(self.m.vars)
81 return self._f.step(name, cmd, **kwargs)
84 return self._f.compile(target)
87 return self._f.copy_extra_build_products(swarming_out_dir)
91 return self._f.out_dir
94 return self._f.device_path_join(*args)
97 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
100 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
103 return self._f.copy_file_to_device(host_path, device_path)
106 return self._f
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x86_64_StubBuf.s10 .globl _f
12 _f: ## @f label
/external/iproute2/include/uapi/linux/
H A Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
/external/kernel-headers/original/uapi/linux/
H A Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
/external/clang/test/Lexer/
H A Dtoken-concat.cpp15 id(1.0)_f // CHECK: 1.0 _f
/external/compiler-rt/lib/interception/
H A Dinterception_linux.h39 (::__interception::real_##func = (func##_f)( \
/external/python/cpython2/Lib/test/
H A Dtest_dis.py10 def _f(a): function
21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
118 self.do_disassembly_test(_f, dis_f)
/external/clang/test/Driver/
H A Das-dwarf-cie.s9 .globl _f
11 _f: ## @f label
/external/syslinux/mbr/
H A DMakefile32 %_f.o: %.S
33 $(CC) $(MAKEDEPS) $(SFLAGS) -Wa,-a=$*_f.lst -DFORCE_80 -c -o $@ $<
/external/autotest/client/cros/
H A Dmemory_bandwidth_logger.py76 self._f = open(self._filename, 'rb')
78 self._mm = mmap.mmap(self._f.fileno(),
84 self._f.close()
91 self._f.close()

Completed in 612 milliseconds

12