OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstword
(Results
1 - 25
of
42
) sorted by null
1
2
/external/icu/icu4c/source/config/
gmakever.mk
19
latest_a=$(
firstword
$(sort $(MAKE_VERSION) $(at_least)))
dist.mk
34
DISTY_DAT=$(
firstword
$(wildcard data/out/tmp/icudt$(SO_TARGET_VERSION_MAJOR)*.dat))
/external/libmtp/
hotplug.sh.in
18
firstword
=`echo ${LINE} | awk '{ print $1 }'`
19
if [ ${
firstword
} != "#" ]; then
21
script=${
firstword
}
47
firstword
=`echo ${LINE} | awk '{ print $1 }'`
48
if [ ${
firstword
} = "#" ]; then
53
script=${
firstword
}
/build/core/combo/
mac_version.mk
23
mac_sdk_version := $(
firstword
$(filter $(mac_sdk_versions_installed), $(mac_sdk_versions_supported)))
25
mac_sdk_version := $(
firstword
$(mac_sdk_versions_supported))
javac.mk
28
ifneq ($(JAVAC_WRAPPER),$(
firstword
$(JAVACC)))
/ndk/build/core/
check-cygwin-make.mk
32
CYGWIN_MAKE := $(shell cygpath --unix --absolute $(
firstword
$(MAKE)))
40
$(error Android NDK: $(
firstword
$(MAKE)) is not cygwin-compatible)
/build/core/
dex_preopt_libart.mk
21
PRELOADED_CLASSES := $(call word-colon,1,$(
firstword
\
25
COMPILED_CLASSES := $(call word-colon,1,$(
firstword
\
dynamic_binary.mk
49
my_pack_module_relocations := $(
firstword
\
115
my_strip_module := $(
firstword
\
prebuilt_internal.mk
41
my_strip_module := $(
firstword
\
44
my_pack_module_relocations := $(
firstword
\
157
my_dpi := $(
firstword
$(filter $(LOCAL_DPI_VARIANTS),$(PRODUCT_AAPT_PREF_CONFIG) $(PRODUCT_AAPT_PREBUILT_DPI)))
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CodeContext.py
99
spaces,
firstword
= getspacesfirstword(text)
100
opener =
firstword
in BLOCKOPENERS and
firstword
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CodeContext.py
99
spaces,
firstword
= getspacesfirstword(text)
100
opener =
firstword
in BLOCKOPENERS and
firstword
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
99
spaces,
firstword
= getspacesfirstword(text)
100
opener =
firstword
in BLOCKOPENERS and
firstword
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
99
spaces,
firstword
= getspacesfirstword(text)
100
opener =
firstword
in BLOCKOPENERS and
firstword
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk
4
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk
4
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/device/asus/fugu/
AndroidKernel.mk
19
KERNEL_CCACHE :=$(
firstword
$(TARGET_CC))
/external/compiler-rt/make/platform/
clang_linux.mk
23
CompilerTargetArch := $(
firstword
$(subst -, ,$(CompilerTargetTriple)))
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
shared.mk
4
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk
4
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
shared.mk
3
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
shared.mk
3
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
shared.mk
3
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk
3
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
shared.mk
3
MK_NAME = $(notdir $(CURDIR)/$(
firstword
$(MAKEFILE_LIST)))
/external/compiler-rt/make/
util.mk
98
$(call Set,varname,$(
firstword
$(subst =, ,$(arg)))) \
Completed in 1697 milliseconds
1
2