OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fns
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
atexit.h
41
}
fns
[1]; /* the table itself */
member in struct:atexit
/frameworks/minikin/sample/
example.cpp
38
const char *
fns
[] = {
local
52
for (size_t i = 0; i < sizeof(
fns
)/sizeof(
fns
[0]); i++) {
53
const char *fn =
fns
[i];
example_skia.cpp
46
const char *
fns
[] = {
local
60
for (size_t i = 0; i < sizeof(
fns
)/sizeof(
fns
[0]); i++) {
61
const char *fn =
fns
[i];
/external/stlport/src/
cxa.c
62
struct exit_function
fns
[32];
member in struct:exit_function_list
122
if (l->
fns
[i].flavor == ef_free)
127
if (l->idx < sizeof (l->
fns
) / sizeof (l->
fns
[0])) {
146
l->
fns
[i].flavor = ef_us;
152
return l == NULL ? NULL : &l->
fns
[i];
174
for (f = &funcs->
fns
[funcs->idx - 1]; f >= &funcs->
fns
[0]; --f) {
/frameworks/base/core/jni/android/graphics/
TypefaceImpl.cpp
65
const char *
fns
[] = {
local
70
for (size_t i = 0; i < sizeof(
fns
)/sizeof(
fns
[0]); i++) {
71
const char *fn =
fns
[i];
/ndk/sources/cxx-stl/stlport/src/
cxa.c
62
struct exit_function
fns
[32];
member in struct:exit_function_list
122
if (l->
fns
[i].flavor == ef_free)
127
if (l->idx < sizeof (l->
fns
) / sizeof (l->
fns
[0])) {
146
l->
fns
[i].flavor = ef_us;
152
return l == NULL ? NULL : &l->
fns
[i];
174
for (f = &funcs->
fns
[funcs->idx - 1]; f >= &funcs->
fns
[0]; --f) {
/external/openssl/crypto/engine/
eng_dyn.c
439
dynamic_fns
fns
;
local
502
fns
.static_state = ENGINE_get_static_state();
503
fns
.err_fns = ERR_get_implementation();
504
fns
.ex_data_fns = CRYPTO_get_ex_data_implementation();
505
CRYPTO_get_mem_functions(&
fns
.mem_fns.malloc_cb,
506
&
fns
.mem_fns.realloc_cb,
507
&
fns
.mem_fns.free_cb);
508
fns
.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
509
fns
.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
510
fns
.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback()
[
all
...]
/external/libcxx/src/
ios.cpp
239
event_callback*
fns
= static_cast<event_callback*>(realloc(__fn_, newesize));
local
240
if (
fns
== 0)
242
__fn_ =
fns
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp
239
event_callback*
fns
= static_cast<event_callback*>(realloc(__fn_, newesize));
local
240
if (
fns
== 0)
242
__fn_ =
fns
;
/external/valgrind/main/callgrind/
global.h
459
fn_node*
fns
[N_FN_ENTRIES];
member in struct:_file_node
606
fn_stack
fns
; /* function stack */
member in struct:_thread_info
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 1636 milliseconds