代码搜索结果

找到约 3,568 项符合 Strip 的代码

dostriptest

#!/bin/sh x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof

dostriptest

#!/bin/sh x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof

dostriptest

#!/bin/sh x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof

dostriptest

#!/bin/sh x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof

dostriptest

#!/bin/sh x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof

makefile.osx

# # MAC OSX SPECIFIC CONFIGURATION # # don't strip executables and bundles for now until we figure out the proper way # to do it (flags). STRIP = \# DESTDIR ?= LIBDIR = $(DESTDIR)/usr/lib SRCS +=

dostriptest

#!/bin/sh x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof

def.h

/*------------------------------------------------------------------------------------------* 1.The Structure of the flash memory: Offset and layout: |-------------

trianglestrip.pde

/** * TRIANGLE_STRIP Mode * by Ira Greenberg. * * Generate a closed ring using vertex() * function and beginShape(TRIANGLE_STRIP) * mode. outerRad and innerRad variables * control ring's ou

makefile.in

ifeq ($(strip $(BR2_CCACHE)),y) TARGETS+=ccache endif ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y) TARGETS+=ccache_target endif