Searched
full:strip (Results
526 -
550 of
6288) sorted by null
<<21222324252627282930>>
/device/google/contexthub/firmware/build/ |
os_static_library.mk | 21 ifeq ($(strip $(my_variants)),)
|
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/ |
Android.mk | 22 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/ |
Android.mk | 14 ifeq ($(strip $(TARGET_USES_ION)),true)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lundump.h | 20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
util.py | 29 ls = l.strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
parsesetup.py | 30 # Strip trailing comment
34 value = value.strip()
61 # Strip comments
71 variables[name] = value.strip()
|
/external/autotest/client/cros/crash/crasher/ |
Makefile | 14 # gzip so that portage does not strip.
|
/external/autotest/client/site_tests/security_RootCA/ |
add-openssl-roots.sh | 4 # Strip all openssl entries
|
/external/autotest/contrib/ |
show_offload_failures | 25 print utils.get_offload_gsuri().strip('/')
|
/external/clang/ |
clang-version-inc.py | 24 line = line.strip()
|
/external/compiler-rt/ |
Makefile | 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \ 136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \ 148 $(strip \ 175 $(call Set,Tmp.Functions,$(strip \ 178 $(call Set,Tmp.Optimized,$(strip \ 180 $(call Set,Tmp.AR,$(strip \ 182 $(call Set,Tmp.ARFLAGS,$(strip \ 184 $(call Set,Tmp.CC,$(strip \ 186 $(call Set,Tmp.LDFLAGS,$(strip \ 188 $(call Set,Tmp.RANLIB,$(strip \ [all...] |
/external/curl/CMake/ |
Utilities.cmake | 9 string(STRIP ${NEW_LIST_SPACE} NEW_LIST_SPACE)
|
/external/deqp/framework/referencerenderer/ |
rrPrimitiveTypes.hpp | 35 PRIMITIVETYPE_TRIANGLE_STRIP, //!< Triangle strip 39 PRIMITIVETYPE_LINE_STRIP, //!< Line strip 45 PRIMITIVETYPE_LINE_STRIP_ADJACENCY, //!< Line strip (adjacency) 47 PRIMITIVETYPE_TRIANGLE_STRIP_ADJACENCY, //!< Triangle strip (adjacency)
|
/external/elfutils/tests/ |
run-strip-test2.sh | 22 . $srcdir/run-strip-test.sh
|
run-strip-test3.sh | 22 . $srcdir/run-strip-test.sh
|
run-strip-test9.sh | 21 . $srcdir/run-strip-test.sh
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/googletest/googletest/xcode/Config/ |
DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/icu/icu4c/source/config/ |
mh-darwin | 59 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<) 61 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<) 64 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<) 66 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
|
mh-linux | 44 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<) 46 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<) 49 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<) 51 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
|
/external/llvm/cmake/modules/ |
GenerateVersionFromCVS.cmake | 28 string(STRIP "${REVISION}" REVISION)
|
/external/llvm/test/Transforms/StripSymbols/ |
block-address.ll | 1 ; RUN: opt -strip -S < %s | FileCheck %s
|
/external/markdown/markdown/extensions/ |
meta.py | 67 if line.strip() == '': 71 key = m1.group('key').lower().strip() 72 meta[key] = [m1.group('value').strip()] 77 meta[key].append(m2.group('value').strip())
|
/external/ppp/pppd/plugins/radius/etc/ |
realms | 4 # (note the server must be told to strip the realm)
|
/external/protobuf/gtest/xcode/Config/ |
DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
Completed in 614 milliseconds
<<21222324252627282930>>