Searched defs:local (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/bitfield/jni/
H A Dfunc.c6 union u local; local
7 local.i = ptr->i;
12 * local.s.x. Because str is paired with ldrh, the high half-word in r0 is
13 * uninitialized and the corresponding positions in local.s.i will be
22 local.s.x = flag;
23 ptr->i = local.i;
/ndk/build/core/
H A Ddefinitions.mk34 # Macro : local-makefile
36 # Usage : $(local-makefile)
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
430 # native debugging). It is generally under $PROJECT/obj/local/
434 # this module will be stored. Usually $PROJECT/obj/local/<module>/obj
495 $(call __ndk_info,Trying to define local module '$1' in $(LOCAL_MAKEFILE).)\
954 $(call check-user-define,LOCAL_MODULE,$(local-makefile),$(1)) \
956 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
1060 # Function : local-prebuilt-path
1065 # Usage : $(call local
[all...]

Completed in 39 milliseconds