HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 126 - 150 of 711) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/build/awk/
extract-pid.awk 21 # adb shell ps | awk -f <this-script> -v PACKAGE=<name>
extract-debuggable.awk 18 # awk -f <this-script> AndroidManifest.xml
40 # the following is copied directly from xml.awk - see this file for
extract-minsdkversion.awk 18 # awk -f <this-script> AndroidManifest.xml
37 # the following is copied directly from xml.awk - see this file for
extract-package-name.awk 18 # awk -f <this-script> AndroidManifest.xml
41 # the following is copied directly from xml.awk - see this file for
  /ndk/build/core/
add-application.mk 64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
75 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
135 APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MANIFEST))))
210 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 50 std::regex regex{re, std::regex::awk};