/external/e2fsprogs/lib/ |
Makefile.bsd-lib | 37 install-strip: install 39 install-shlibs-strip: install-shlibs
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
IntVec.java | 33 package jme3tools.converters.model.strip;
|
Stripifier.java | 33 package jme3tools.converters.model.strip;
509 // Tell the strip that it is now real
510 StripInfo strip = strips.at(i);
local 511 strip.m_experimentId = -1;
514 allStrips.add(strip);
516 // Iterate through the faces of the strip
517 // Tell the faces of the strip that they belong to a real strip now
522 strip.markTriangle(faces.at(j));
555 // Updates the input vertex cache with this strip's vertices 604 StripInfo strip = strips.at(i); local 796 StripInfo strip = allStrips.at(i); local 1263 StripInfo strip = tempStrips2.at(i); local [all...] |
/external/llvm/utils/ |
wciia.py | 29 # paths must be in ( ... ) so strip them 56 name = line[2:].strip() 63 email = line[2:].strip() 66 description = line[2:].strip() 69 filesfolders = line[2:].strip()
|
/build/core/ |
device.mk | 38 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) 54 $(eval dn := $(strip $(1))) 75 $(strip $(call _resolve-short-device-name,$(1)))
|
distdir.mk | 23 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS))) 24 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS))) 25 ifeq (,$(strip $(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))))
|
dynamic_binary.mk | 15 LOCAL_UNSTRIPPED_PATH := $(strip $(LOCAL_UNSTRIPPED_PATH)) 75 ifeq ($(strip $(LOCAL_COMPRESS_MODULE_SYMBOLS)),) 76 LOCAL_COMPRESS_MODULE_SYMBOLS := $(strip $(TARGET_COMPRESS_MODULE_SYMBOLS)) 105 ## Strip 110 ifeq ($(strip $(LOCAL_STRIP_MODULE)),) 111 LOCAL_STRIP_MODULE := $(strip $(TARGET_STRIP_MODULE)) 115 # Strip the binary 119 # Don't strip the binary, just copy it. We can't skip this step
|
executable.mk | 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),) 11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),) 29 ifeq ($(strip $(LOCAL_ENABLE_APROF)),true)
|
package.mk | 34 ifeq ($(strip $(package_overridden)),) 41 LOCAL_PACKAGE_NAME := $(strip $(LOCAL_PACKAGE_NAME)) 46 ifneq ($(strip $(LOCAL_MODULE_SUFFIX)),) 51 ifneq ($(strip $(LOCAL_MODULE)),) 56 ifeq ($(strip $(LOCAL_MANIFEST_FILE)),) 62 ifeq ($(strip $(LOCAL_FULL_MANIFEST_FILE)),) 66 ifneq ($(strip $(LOCAL_MODULE_CLASS)),) 72 LOCAL_MODULE_TAGS := $(strip $(LOCAL_MODULE_TAGS)) 90 package_resource_overlays := $(strip \ 101 all_resources := $(strip \ [all...] |
/external/chromium_org/build/android/gyp/ |
strip_library_for_device.py | 27 parser.add_option('--android-strip', 28 help='Path to the toolchain\'s strip binary') 29 parser.add_option('--android-strip-arg', action='append', 30 help='Argument to be passed to strip')
|
/build/core/combo/ |
HOST_darwin-x86.mk | 20 ifneq ($(strip $(BUILD_HOST_64bit)),) 32 ifneq ($(strip $(BUILD_HOST_static)),) 40 ifneq ($(strip $(MAC_SDK_VERSION)),) 80 ifneq (,$(strip $(wildcard $(HOST_TOOLCHAIN_PREFIX)-gcc))) 93 HOST_STRIP := $(STRIP) 94 HOST_STRIP_COMMAND = $(HOST_STRIP) --strip-debug $< -o $@
|
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 180 * If it does, we must strip them out from the source. 190 boolean strip = false; 194 strip = true; 196 strip = true; 202 strip = true; 208 if (strip) {
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_unittest.cc | 189 // Returns the state of the given tab strip as a string. The state consists 601 // as the first tab in the strip and then we create 5 other tabs in the 637 // strip (this is the insertion index for the next background tab for the 749 // end of the strip, not bundled to any existing context. 797 // Now open a new empty tab. It should open at the end of the strip. 827 // The next tab (scanning LTR) in the entire strip that has the same opener [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
Android.mk | 6 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true) 17 ifeq ($(strip $(BOARD_USES_FLUENCE_INCALL)),true) 21 ifeq ($(strip $(BOARD_USES_SEPERATED_AUDIO_INPUT)),true) 107 ifeq ($(strip $(BOARD_USES_FLUENCE_INCALL)),true) 111 ifeq ($(strip $(BOARD_USES_SEPERATED_AUDIO_INPUT)),true)
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 30 TARGETNAME := $(strip $(TARGETNAME)) 31 TARGETTYPE := $(strip $(TARGETTYPE)) 32 SUBMODULES := $(strip $(SUBMODULES)) 33 SOURCES := $(strip $(SOURCES)) 34 INCLUDES := $(strip $(INCLUDES)) 35 LIBINCLUDES := $(strip $(LIBINCLUDES)) 37 SH_SONAME := $(strip $(SH_SONAME)) 38 ST_LIBS := $(strip $(ST_LIBS)) 39 SH_LIBS := $(strip $(SH_LIBS)) 41 CFLAGS := $(strip $(CFLAGS) [all...] |
/development/testrunner/ |
am_instrument_parser.py | 91 line = line.strip(string.whitespace) 94 key = re_result.search(line).group(1).strip(string.whitespace) 97 val = re_result.search(line).group(2).strip(string.whitespace) 107 val = re_code.search(line).group(1).strip(string.whitespace) 146 key, value = (field.group('key').strip(), field.group('value').strip())
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/ |
Android.mk | 12 ifneq ($(strip $(USE_BIONIC_HEADER)),true) 16 ifeq ($(strip $(TARGET_USES_ION)),true) 41 ifneq ($(strip $(USE_BIONIC_HEADER)),true)
|
/external/chromium_org/third_party/android_testrunner/ |
am_instrument_parser.py | 91 line = line.strip(string.whitespace) 94 key = re_result.search(line).group(1).strip(string.whitespace) 97 val = re_result.search(line).group(2).strip(string.whitespace) 107 val = re_code.search(line).group(1).strip(string.whitespace) 146 key, value = (field.group('key').strip(), field.group('value').strip())
|
/external/openssh/ |
logintest.c | 225 char full[17], strip[9], abbrev[5]; local 228 memset(strip, '\0', sizeof(strip)); 232 line_stripname(strip, full, sizeof(strip)-1); 234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
|
/ndk/toolchains/llvm-3.2/ |
setup.mk | 35 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 47 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 59 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 71 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call hos (…) [all...] |
/ndk/toolchains/llvm-3.3/ |
setup.mk | 35 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 47 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 59 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 71 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call hos (…) [all...] |
/system/core/charger/ |
Android.mk | 11 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true) 15 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true) 28 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
|
/bionic/libc/tools/ |
genserv.py | 49 line = string.strip(line) 56 rest = string.strip(m.group(4)) 63 rest = string.strip(m.group(2))
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 17 code, string, converter, _ = [s.strip() 19 items = [s.strip() for s in b.split(",")] 20 _,features = [s.strip() for s in c.split(",")]
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 65 # properly align a </script> tag, strip the whitespace. 137 # parsing error, don't strip text before parse error position, and continue 143 strip = _HtmlStripper() 144 strip.feed(str) 145 strip.close() 146 str = strip.get_output() 157 """Simple class to strip tags from HTML.
|