/bootable/recovery/otautil/ |
sysutil.cpp | 180 bool MemMapping::MapFile(const std::string& fn) { 181 if (fn.empty()) { 186 if (fn[0] == '@') { 188 if (!MapBlockFile(fn.substr(1))) { 189 LOG(ERROR) << "Map of '" << fn << "' failed"; 194 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(fn.c_str(), O_RDONLY))); 196 PLOG(ERROR) << "Unable to open '" << fn << "'"; 201 LOG(ERROR) << "Map of '" << fn << "' failed";
|
/build/make/tools/releasetools/ |
make_recovery_patch | 50 def output_sink(fn, data): 51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
|
make_recovery_patch.py | 50 def output_sink(fn, data): 51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
|
/device/google/contexthub/firmware/lib/libm/ |
ef_rem_pio2.c | 105 float z,w,t,r,fn; local 142 fn = (float)n; 143 r = t-fn*pio2_1; 144 w = fn*pio2_1t; /* 1st round good to 40 bit */ 155 w = fn*pio2_2; 157 w = fn*pio2_2t-((t-r)-w); 163 w = fn*pio2_3; 165 w = fn*pio2_3t-((t-r)-w);
|
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/board/common/ |
v2m_def.h | 27 #define V2M_CFGCTRL_FUNC(fn) (fn << V2M_CFGCTRL_FUNC_SHIFT)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
e_rem_pio2.c | 78 double z,w,t,r,fn;
local 116 fn = (double)n;
117 r = t-fn*pio2_1;
118 w = fn*pio2_1t; /* 1st round good to 85 bit */
129 w = fn*pio2_2;
131 w = fn*pio2_2t-((t-r)-w);
137 w = fn*pio2_3;
139 w = fn*pio2_3t-((t-r)-w);
|
/external/fdlibm/ |
e_rem_pio2.c | 90 double z,w,t,r,fn; local 126 fn = (double)n; 127 r = t-fn*pio2_1; 128 w = fn*pio2_1t; /* 1st round good to 85 bit */ 137 w = fn*pio2_2; 139 w = fn*pio2_2t-((t-r)-w); 144 w = fn*pio2_3; 146 w = fn*pio2_3t-((t-r)-w);
|
/external/grpc-grpc/examples/python/interceptors/default_value/ |
default_value_client_interceptor.py | 47 def add_done_callback(self, fn): 48 fn(self._result)
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
logging_pool.py | 51 def submit(self, fn, *args, **kwargs): 52 return self._backing_pool.submit(_wrap(fn), *args, **kwargs)
|
/external/libffi/src/m88k/ |
ffi.c | 53 void (*fn) ()); 232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) 253 ffi_call_OBSD (cif->bytes, &ecif, cif->flags, ecif.rvalue, fn); 373 void *fn; local 378 fn = &ffi_closure_struct_OBSD; 380 fn = &ffi_closure_OBSD; 382 /* or.u %r10, %r0, %hi16(fn) */ 383 tramp[0] = 0x5d400000 | (((unsigned int)fn) >> 16); 386 /* or %r10, %r10, %lo16(fn) */ 387 tramp[2] = 0x594a0000 | (((unsigned int)fn) & 0xffff) [all...] |
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
cgroup_util.h | 33 int (*fn)(const char *cgroup, void *arg), 37 int (*fn)(const char *cgroup, void *arg),
|
/external/llvm/test/Bindings/OCaml/ |
analysis.ml | 26 let fn = define_function "valid_fn" fty m in var 27 let at_entry = builder_at_end context (entry_block fn) in 37 if not (verify_function fn) then bomb "valid function failed verification!"; 49 if verify_function fn then bomb "invalid function passed verification!";
|
ipo.ml | 42 let fn = define_function "fn" fty m in var 44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn))); 46 ignore (build_ret (build_call fn [| |] "" b) b);
|
scalar_opts.ml | 41 let fn = define_function "fn" fty m in var 42 ignore (build_ret_void (builder_at_end context (entry_block fn))); 83 ++ PassManager.run_function fn
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
2-1.c | 49 static void *fn(void *arg) function 112 if (pthread_create(&thread1, NULL, fn, NULL) != 0) {
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/ |
ffi.c | 53 void (*fn) ()); 232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) 253 ffi_call_OBSD (cif->bytes, &ecif, cif->flags, ecif.rvalue, fn); 373 void *fn; local 378 fn = &ffi_closure_struct_OBSD; 380 fn = &ffi_closure_OBSD; 382 /* or.u %r10, %r0, %hi16(fn) */ 383 tramp[0] = 0x5d400000 | (((unsigned int)fn) >> 16); 386 /* or %r10, %r10, %lo16(fn) */ 387 tramp[2] = 0x594a0000 | (((unsigned int)fn) & 0xffff) [all...] |
/external/python/futures/ |
crawl.py | 57 for name, fn in [('sequential', 69 url_map = fn()
|
primes.py | 39 for name, fn in [('sequential', sequential), 44 if fn() != [True] * len(PRIMES):
|
/external/skia/src/gpu/ops/ |
GrAAFillRRectOp.h | 27 void visitProxies(const VisitProxyFunc& fn, VisitorType) const override { 28 fProcessors.visitProxies(fn);
|
/external/skqp/src/gpu/ops/ |
GrAAFillRRectOp.h | 24 void visitProxies(const VisitProxyFunc& fn, VisitorType) const override { 25 fProcessors.visitProxies(fn);
|
/external/strace/tests/ |
clone_ptrace.c | 61 # define clone(fn, child_stack, flags, arg) \ 62 __clone2(fn, child_stack, child_stack_size, flags, arg)
|
/external/strace/tests-m32/ |
clone_ptrace.c | 61 # define clone(fn, child_stack, flags, arg) \ 62 __clone2(fn, child_stack, child_stack_size, flags, arg)
|
/external/strace/tests-mx32/ |
clone_ptrace.c | 61 # define clone(fn, child_stack, flags, arg) \ 62 __clone2(fn, child_stack, child_stack_size, flags, arg)
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
ipo_opts.ml | 39 let fn = define_function "fn" fty m in var 41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn))); 43 ignore (build_ret (build_call fn [| |] "" b) b);
|
scalar_opts.ml | 38 let fn = define_function "fn" fty m in var 39 ignore (build_ret_void (builder_at_end context (entry_block fn))); 77 ++ PassManager.run_function fn
|