Searched defs:fn (Results 101 - 125 of 547) sorted by relevance

1234567891011>>

/external/libedit/src/
H A Dhist.c215 hist_convert(EditLine *el, int fn, void *arg) argument
218 if ((*(el)->el_history.fun)((el)->el_history.ref, &ev, fn, arg) == -1)
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DAlaLib.cpp36 static const char fn[] = "ALA_Init"; local
39 ALOGD("%s: enter", fn);
54 ALOGE("%s: failed", fn);
65 ALOGE("%s:Open DWP communication is failed", fn);
70 ALOGE("%s:Open DWP communication is success", fn);
76 ALOGE("%s: NULL DWP channel", fn);
98 static const char fn[] = "ALA_Start"; local
103 ALOGE("%s: name is %s", fn, name);
105 ALOGE("%s: Dest is %s", fn, dest);
115 ALOGE("%s: Exit; status=0x0%X", fn, statu
130 static const char fn[] = "ALA_DeInit"; local
219 static const char fn[] = "ALA_GetCertificateKey"; local
246 static const char fn[] = "ALA_lsGetVersion"; local
272 static const char fn[] = "ALA_lsGetStatus"; local
298 static const char fn[] = "ALA_lsGetStatus"; local
[all...]
/external/libevent/test/
H A Dtinytest.h55 testcase_fn fn; /**< The function to run to implement this case. */ member in struct:testcase_t
/external/libffi/src/alpha/
H A Dffi.c80 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
169 ffi_call_osf(stack, cif->bytes, cif->flags, rvalue, fn);
/external/libffi/src/
H A Djava_raw_api.c313 void ffi_java_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, argument
318 ffi_call (cif, fn, rvalue, avalue);
H A Draw_api.c204 void ffi_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *raw) argument
208 ffi_call (cif, fn, rvalue, avalue);
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp41 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) { argument
54 mf = &fn;
/external/mesa3d/src/compiler/glsl/
H A Dlower_subroutine.cpp90 ir_function *fn = this->state->subroutines[s]; local
91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index);
95 for (int i = 0; i < fn->num_subroutine_types; i++) {
96 if (ir->sub_var->type->without_array() == fn->subroutine_types[i]) {
110 fn->exact_matching_signature(this->state,
/external/pdfium/testing/
H A Dembedder_test_timer_handling_delegate.h28 TimerCallback fn; member in struct:EmbedderTestTimerHandlingDelegate::Timer
40 int SetTimer(int msecs, TimerCallback fn) override {
43 std::pair<int, Timer>(msecs + fake_elapsed_msecs_, {id, msecs, fn}));
72 t.fn(t.id); // Fire timer.
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
H A Dffi.c80 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
169 ffi_call_osf(stack, cif->bytes, cif->flags, rvalue, fn);
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Djava_raw_api.c295 void ffi_java_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, argument
300 ffi_call (cif, fn, rvalue, avalue);
H A Draw_api.c191 void ffi_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *raw) argument
195 ffi_call (cif, fn, rvalue, avalue);
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dffi.c151 void (*fn)());
157 void (*fn)(),
185 cif->flags, ecif.rvalue, fn);
156 ffi_call( ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dwin64.asm73 fn$ = 72
115 call QWORD PTR fn$[rbp]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c180 unsigned, unsigned, unsigned *, void (*fn)());
184 unsigned, unsigned, unsigned *, void (*fn)());
188 void ffi_call(ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
211 fn);
216 ecif.rvalue, fn);
390 unsigned, unsigned *, void (*fn)());
395 unsigned, unsigned *, void (*fn)());
399 ffi_raw_call(ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) argument
423 ecif.rvalue, fn);
428 ecif.rvalue, fn);
[all...]
/external/python/cpython3/Lib/
H A Dshlex.py333 fn = sys.argv[1] variable
334 with open(fn) as f:
335 _print_tokens(shlex(f, fn))
/external/python/cpython3/Modules/_ctypes/libffi/src/alpha/
H A Dffi.c80 ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) argument
169 ffi_call_osf(stack, cif->bytes, cif->flags, rvalue, fn);
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Djava_raw_api.c295 void ffi_java_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, argument
300 ffi_call (cif, fn, rvalue, avalue);
H A Draw_api.c191 void ffi_raw_call (ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *raw) argument
195 ffi_call (cif, fn, rvalue, avalue);
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
H A Dwin64.asm73 fn$ = 72
115 call QWORD PTR fn$[rbp]
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c180 unsigned, unsigned, unsigned *, void (*fn)());
184 unsigned, unsigned, unsigned *, void (*fn)());
188 void ffi_call(ffi_cif *cif, void (*fn)(), void *rvalue, void **avalue) argument
211 fn);
216 ecif.rvalue, fn);
390 unsigned, unsigned *, void (*fn)());
395 unsigned, unsigned *, void (*fn)());
399 ffi_raw_call(ffi_cif *cif, void (*fn)(), void *rvalue, ffi_raw *fake_avalue) argument
423 ecif.rvalue, fn);
428 ecif.rvalue, fn);
[all...]
/external/skia/bench/
H A DSkRasterPipelineBench.cpp91 auto fn = p.compile(); variable
93 fn(0,0,N,1);
108 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local
109 fn.fG = g;
110 fn.fA = 1;
111 return fn;
/external/skia/fuzz/
H A DFuzz.h135 void (*fn)(Fuzz*); member in struct:Fuzzable
/external/skia/src/core/
H A DSkExecutor.cpp52 std::function<void(void)> fn = std::move(list->front()); local
54 return fn;
57 std::function<void(void)> fn = std::move(list->back()); local
59 return fn;
H A DSkImageInfoPriv.h94 SkColorSpaceTransferFn fn; local
95 if (info.colorSpace() && !info.colorSpace()->isNumericalTransferFn(&fn)) {

Completed in 4387 milliseconds

1234567891011>>