/external/mesa3d/src/gallium/docs/source/exts/ |
formatting.py | 11 envvar = envvar.strip().upper() 12 t = " Type: %s" % t.strip(" <>").lower() 13 default = " Default: %s" % default.strip(" ()") 21 opcode = opcode.strip().upper() 22 desc = " (%s)" % desc.strip()
|
/ndk/sources/host-tools/ndk-depends/ |
GNUmakefile | 19 STRIP := strip 31 ifneq (,$(strip $(DEBUG))) 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 72 $(call strip-cmd,$@)
|
/external/chromium_org/remoting/host/installer/linux/ |
Makefile | 35 eu-strip -f "$(ME2ME_DEBUGFILE)" "$(ME2ME_PROGNAME)" 39 eu-strip -f "$(START_DEBUGFILE)" "$(START_PROGNAME)" 42 eu-strip -f "$(NM_DEBUGFILE)" "$(NM_PROGNAME)"
|
/external/llvm/test/Object/Inputs/ |
elfver.S | 6 # Also, strip off non-dynamic symbols: 7 # strip elf-versioning-test.i386 8 # strip elf-versioning-test.x86_64
|
/build/core/combo/arch/arm/ |
armv7-a-neon.mk | 9 ifeq ($(strip $(TARGET_CPU_VARIANT)), cortex-a15) 12 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a8) 15 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a7)
|
/build/core/ |
shared_library.mk | 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),) 16 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),) 19 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),) 37 ifeq ($(strip $(LOCAL_ENABLE_APROF_JNI)),true) 42 ifeq ($(strip $(LOCAL_ENABLE_APROF)),true)
|
host_executable.mk | 9 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 12 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
|
/external/chromium_org/android_webview/build/ |
install_binary | 25 $STRIP --strip-unneeded $SOURCE -o $TARGET
|
/external/chromium_org/build/android/gyp/ |
ant.py | 30 stdout = stdout.strip().split('\n') 32 if line.strip() == 'BUILD SUCCESSFUL':
|
/external/chromium_org/chrome/browser/resources/apps_debugger/css/ |
pack_item_overlay.css | 19 .button-strip {
|
/external/chromium_org/chrome/browser/resources/extensions/ |
pack_extension_overlay.css | 20 .button-strip {
|
/external/chromium_org/chrome/browser/resources/history/ |
alert_overlay.css | 5 .overlay .page .button-strip > button {
|
/external/chromium_org/third_party/sqlite/src/ |
mkextu.sh | 13 strip fts2.so
|
/external/llvm/lib/Support/ |
regfree.c | 63 if (g->strip != NULL) 64 free((char *)g->strip);
|
/hardware/broadcom/wlan/bcmdhd/config/ |
Android.mk | 30 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_8_X) 33 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_6_X)
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regfree.c | 64 if (g->strip != NULL) 65 free((char *)g->strip);
|
/ndk/tests/build/issue22345-ICE-postreload/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/ndk/tests/build/issue34613-neon/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/ndk/tests/build/ssax-instructions/jni/ |
Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_unittest.cc | 202 // Returns the state of the given tab strip as a string. The state consists 650 // as the first tab in the strip and then we create 5 other tabs in the 685 // strip (this is the insertion index for the next background tab for the 768 // end of the strip, not bundled to any existing context. 815 // Now open a new empty tab. It should open at the end of the strip. 846 // The next tab (scanning LTR) in the entire strip that has the same opener 2199 TabStripModel* strip = new TabStripModel(&delegate, profile()); local [all...] |
/sdk/build/ |
tools.atree | 53 bin/sqlite3 strip tools/sqlite3 54 bin/dmtracedump strip tools/dmtracedump 55 bin/etc1tool strip tools/etc1tool 56 bin/hprof-conv strip tools/hprof-conv 57 bin/mksdcard strip tools/mksdcard 58 bin/zipalign strip tools/zipalign 61 bin/emulator strip tools/emulator 62 bin/emulator-x86 strip tools/emulator-x86 63 bin/emulator-arm strip tools/emulator-arm 64 bin/emulator-mips strip tools/emulator-mip [all...] |
/build/core/combo/ |
HOST_windows-x86.mk | 27 ifneq ($(strip $(USE_MINGW)),) 31 ifneq ($(strip $(BUILD_HOST_64bit)),) 49 ifneq ($(strip $(BUILD_HOST_static)),) 64 ifeq ($(strip $(USE_CYGWIN)),)
|
/build/tools/zipalign/ |
Android.mk | 27 ifneq ($(strip $(USE_MINGW)),) 33 ifneq ($(strip $(BUILD_HOST_static)),)
|
/external/chromium/build/linux/ |
dump_app_syms | 7 # Helper script to run dump_syms on Chrome Linux executables and strip 35 strip "$INFILE"
|
/external/chromium_org/build/linux/ |
dump_app_syms | 7 # Helper script to run dump_syms on Chrome Linux executables and strip 35 strip "$INFILE"
|