HomeSort by relevance Sort by last modified time
    Searched full:firstword (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/config/
gmakever.mk 17 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
dist.mk 33 DISTY_DAT=$(firstword $(wildcard data/out/tmp/icudt$(SO_TARGET_VERSION_MAJOR)*.dat))
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 124 char firstWord[100];
125 if (sscanf(line, "%s ", firstWord) != 1) {
129 if (strncmp(firstWord, "cpu", 3) != 0) {
138 firstWord, sUser, sNice, sSystem, sIdle) != 5) {
155 if (sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice, sSystem,
186 char firstWord[100];
192 if (sscanf(line, "%s ", firstWord) != 1) {
193 firstWord[0] = '\0';
198 } while (strncmp(firstWord, "cpu", 3) == 0);
  /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 27 ifneq ($(JAVAC_WRAPPER),$(firstword $(JAVACC)))
select.mk 111 ifneq ($(CC_WRAPPER),$(firstword $($(combo_var_prefix)CC)))
116 ifneq ($(CXX_WRAPPER),$(firstword $($(combo_var_prefix)CXX)))
  /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))
  /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)
  /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/clang/
config.mk 22 ifneq ($(CC_WRAPPER),$(firstword $(CLANG)))
27 ifneq ($(CXX_WRAPPER),$(firstword $(CLANG_CXX)))
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath 12 ."uses the function firstword used to extract just the first\n"
26 print MAKEFILE "\t\@echo cc -c \$(firstword \$^)\n";
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
call 41 tclose = $(if $1,$(firstword $1) \
42 $(call tclose,$(sort ${DEP_$(firstword $1)} $(call rest,$1))))
word 3 Test the word, words, wordlist, firstword, and lastword functions.\n";
131 # TEST #8 -- test $(firstword )
138 b := $(firstword $(list))
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 58 firstWord = 1
60 if firstWord == 0:
62 firstWord = 0
  /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
  /art/build/
Android.cpplint.mk 50 #$(info $(call declare-art-cpplint-target,$(firstword $(ART_CPPLINT_SRC))))
  /external/chromium_org/third_party/icu/source/tools/tzcode/
Makefile.in 13 TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(srcdir)/tzdata*.tar.gz))
16 TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(srcdir)/tzcode*.tar.gz))
  /external/icu/icu4c/source/tools/tzcode/
Makefile.in 13 TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(srcdir)/tzdata*.tar.gz))
16 TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(srcdir)/tzcode*.tar.gz))
  /build/core/
install_jni_libs_internal.mk 89 my_installed_prebuilt_jni := $(my_app_lib_path)/$(notdir $(firstword $(my_extracted_jni_libs)))
  /device/asus/fugu/
AndroidKernel.mk 19 KERNEL_CCACHE :=$(firstword $(TARGET_CC))
  /external/compiler-rt/make/
util.mk 98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 4 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST)))
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 4 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST)))

Completed in 561 milliseconds

1 2 3