HomeSort by relevance Sort by last modified time
    Searched refs:lastword (Results 1 - 20 of 20) 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/chromium_org/native_client_sdk/src/getting_started/part1/
Makefile 15 THIS_MAKEFILE := $(abspath $(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...]
  /external/nanopb-c/extra/
nanopb.mk 5 NANOPB_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../)
  /build/core/
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))))
clear_vars.mk 252 MAKEFILE_LIST := $(lastword $(MAKEFILE_LIST))
cleanbuild.mk 31 $(eval _acs_makefile_prefix := $(lastword $(MAKEFILE_LIST)))
47 $(if $(filter %/cleanspec.mk,$(lastword $(MAKEFILE_LIST))),\
pdk_config.mk 181 PDK_BUILD_SDK_VERSION := $(lastword $(TARGET_AVAILABLE_SDK_VERSIONS))
definitions.mk 128 $(eval LOCAL_MODULE_MAKEFILE := $$(lastword $$(MAKEFILE_LIST))) \
    [all...]
main.mk 640 $(eval deps := $(subst $(comma),$(space),$(lastword $(p))))\
    [all...]
  /frameworks/testing/uiautomator/library/
Android.mk 74 last_released_sdk_version := $(lastword $(call numerically_sort, \
  /development/build/tools/
sdk_repo.mk 165 $(lastword \
171 $(lastword \
177 $(lastword \
  /build/core/tasks/
apicheck.mk 28 last_released_sdk_version := $(lastword $(call numerically_sort, \
  /ndk/build/core/
main.mk 26 NDK_ROOT := $(lastword $(MAKEFILE_LIST))
setup-toolchain.mk 58 TARGET_TOOLCHAIN := $(lastword $(TARGET_TOOLCHAIN_LIST))
66 override NDK_TOOLCHAIN_VERSION := clang$(lastword $(LLVM_VERSION_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...]
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 153 THIS_MAKEFILE := $(CURDIR)/$(lastword $(MAKEFILE_LIST))

Completed in 227 milliseconds