HomeSort by relevance Sort by last modified time
    Searched refs:lastword (Results 1 - 17 of 17) sorted by null

  /ndk/
GNUmakefile 19 # We do this by detecting whether 'lastword' is supported
21 MAKE_TEST := $(lastword a b c d e f)
27 NDK_ROOT := $(dir $(lastword $(MAKEFILE_LIST)))
  /external/netperf/
nettest_dlpi.c 340 int *lastword;
343 lastword = initword + ((strlen(rem_dlpi_device) + 3) / 4);
346 charword < lastword;
768 int *lastword;
771 lastword = initword + ((dlpi_co_stream_request->dev_name_len + 3) / 4);
774 charword < lastword;
338 int *lastword; local
765 int *lastword; local
1232 int *lastword; local
1779 int *lastword; local
2174 int *lastword; local
2615 int *lastword; local
3117 int *lastword; local
3451 int *lastword; local
    [all...]
nettest_xti.c 763 int *lastword;
766 lastword = initword + ((strlen(rem_xti_device) + 3) / 4);
769 charword < lastword;
759 int *lastword; local
1350 int *lastword; local
1955 int *lastword; local
2654 int *lastword; local
3180 int *lastword; local
3702 int *lastword; local
4262 int *lastword; local
4657 int *lastword; local
    [all...]
  /build/core/
clear_vars.mk 144 MAKEFILE_LIST := $(lastword $(MAKEFILE_LIST))
dynamic_binary.mk 12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(filter-out config/%,$(MAKEFILE_LIST))))
cleanbuild.mk 31 $(eval _acs_makefile_prefix := $(lastword $(MAKEFILE_LIST)))
47 $(if $(filter %/cleanspec.mk,$(lastword $(MAKEFILE_LIST))),\
pdk_config.mk 152 PDK_BUILD_SDK_VERSION := $(lastword $(TARGET_AVAILABLE_SDK_VERSIONS))
main.mk 568 $(subst $(comma),$(space),$(lastword $(p)))))) \
573 $(subst $(comma),$(space),$(lastword $(p)))))) \
    [all...]
definitions.mk 125 $(eval LOCAL_MODULE_MAKEFILE := $$(lastword $$(MAKEFILE_LIST))) \
    [all...]
  /frameworks/testing/uiautomator/library/
Android.mk 71 last_released_sdk_version := $(lastword $(call numerically_sort, \
  /build/core/tasks/
apicheck.mk 28 last_released_sdk_version := $(lastword $(call numerically_sort, \
  /development/build/tools/
sdk_repo.mk 161 $(lastword \
167 $(lastword \
  /ndk/build/core/
setup-toolchain.mk 47 TARGET_TOOLCHAIN := $(lastword $(TARGET_TOOLCHAIN_LIST))
55 override NDK_TOOLCHAIN_VERSION := clang$(lastword $(LLVM_VERSION_LIST))
main.mk 26 NDK_ROOT := $(lastword $(MAKEFILE_LIST))
build-local.mk 23 NDK_ROOT := $(dir $(lastword $(MAKEFILE_LIST)))
init.mk 54 # We do this by detecting whether 'lastword' is supported
56 MAKE_TEST := $(lastword a b c d e f)
definitions.mk 31 this-makefile = $(lastword $(MAKEFILE_LIST))
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
    [all...]

Completed in 2340 milliseconds