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

1 2

  /device/google/contexthub/firmware/app/test0.app/
Makefile 19 SELF_MKFILE := $(abspath $(lastword $(MAKEFILE_LIST)))
  /device/google/contexthub/firmware/app/test1.app/
Makefile 19 SELF_MKFILE := $(abspath $(lastword $(MAKEFILE_LIST)))
  /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/nanopb-c/extra/
nanopb.mk 5 NANOPB_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../)
  /external/netperf/src/
nettest_dlpi.c 581 int *lastword;
584 lastword = initword + ((strlen(rem_dlpi_device) + 3) / 4);
587 charword < lastword;
1009 int *lastword;
1012 lastword = initword + ((dlpi_co_stream_request->dev_name_len + 3) / 4);
1015 charword < lastword;
578 int *lastword; local
1005 int *lastword; local
1472 int *lastword; local
2019 int *lastword; local
2414 int *lastword; local
2855 int *lastword; local
3357 int *lastword; local
3691 int *lastword; local
    [all...]
nettest_xti.c 762 int *lastword;
765 lastword = initword + ((strlen(rem_xti_device) + 3) / 4);
768 charword < lastword;
758 int *lastword; local
1349 int *lastword; local
1954 int *lastword; local
2653 int *lastword; local
3179 int *lastword; local
3701 int *lastword; local
4261 int *lastword; local
4656 int *lastword; local
    [all...]
  /build/tools/makeparallel/
Makefile 16 MAKEPARALLEL_SRC_PATH := $(patsubst %/,%,$(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 369 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 144 PDK_BUILD_SDK_VERSION := $(lastword $(TARGET_AVAILABLE_SDK_VERSIONS))
definitions.mk 135 $(eval LOCAL_MODULE_MAKEFILE := $$(lastword $$(MAKEFILE_LIST))) \
    [all...]
  /external/minijail/
Android.mk 49 my_cc := "$(lastword $(CLANG)) \
68 my_cc := "$(lastword $(CLANG)) \
common.mk 268 ifeq ($(lastword $(subst /, ,$(CC))),clang)
274 ifeq ($(lastword $(subst /, ,$(CXX))),clang++)
386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@))))
901 $(dir $(lastword $(filter-out %common.mk,$(MAKEFILE_LIST)))))
    [all...]
  /frameworks/base/cmds/uiautomator/library/
Android.mk 75 last_released_sdk_version := $(lastword $(call numerically_sort, \
  /development/build/tools/
sdk_repo.mk 165 $(lastword \
171 $(lastword \
177 $(lastword \
  /frameworks/support/
apicheck.mk 67 last_released_sdk_$(support_module) := $(lastword $(call numerically_sort, \
  /packages/services/Car/
apicheck.mk 113 last_released_sdk_$(car_module) := $(lastword $(call numerically_sort, \
172 last_released_system_sdk_$(car_module) := $(lastword $(call numerically_sort, \
  /ndk/build/core/
main.mk 26 NDK_ROOT := $(lastword $(MAKEFILE_LIST))
setup-toolchain.mk 61 TARGET_TOOLCHAIN := $(lastword $(TARGET_TOOLCHAIN_LIST))
69 override NDK_TOOLCHAIN_VERSION := clang$(lastword $(LLVM_VERSION_LIST))
build-local.mk 31 NDK_ROOT := $(dir $(lastword $(MAKEFILE_LIST)))
init.mk 45 # We do this by detecting whether 'lastword' is supported
47 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...]
  /build/core/tasks/
apicheck.mk 28 last_released_sdk_version := $(lastword $(call numerically_sort, \
  /external/modp_b64/
common.mk 268 ifeq ($(lastword $(subst /, ,$(CC))),clang)
274 ifeq ($(lastword $(subst /, ,$(CXX))),clang++)
386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@))))
901 $(dir $(lastword $(filter-out %common.mk,$(MAKEFILE_LIST)))))
    [all...]

Completed in 813 milliseconds

1 2