HomeSort by relevance Sort by last modified time
    Searched full:chop (Results 26 - 50 of 264) sorted by null

12 3 4 5 6 7 8 91011

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_adler32.c 29 # define CHOP(a) \
37 CHOP(a); \
42 CHOP(a); \
  /external/zlib/src/
adler32.c 29 # define CHOP(a) \
37 CHOP(a); \
42 CHOP(a); \
  /system/bt/embdrv/sbc/decoder/srce/
bitalloc.c 254 OI_INT chop = 8; local
259 while ((bitcount != bitpool) && chop) {
284 chop >>= 1;
286 bitadjust -= chop;
290 bitadjust += chop;
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 308 Optional<String> testedClassName = TEST_SUFFIX.chop(cls.getName());
376 @Override Optional<String> chop(String str) {
377 return i.chop(str).or(you.chop(str));
382 abstract Optional<String> chop(String str); method
386 @Override Optional<String> chop(String str) {
  /external/llvm/include/llvm/ADT/
ArrayRef.h 145 /// slice(n) - Chop off the first N elements of the array.
151 /// slice(n, m) - Chop off the first N elements of the array, and keep M
257 /// slice(n) - Chop off the first N elements of the array.
263 /// slice(n, m) - Chop off the first N elements of the array, and keep M
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfoV5.td 531 string chop ="">
533 "$Rdd = "#mnemonic#"($Rss)"#chop,
550 string chop ="">
552 "$Rdd = "#mnemonic#"($Rs)"#chop,
569 string chop ="">
571 "$Rd = "#mnemonic#"($Rss)"#chop,
589 string chop ="">
591 "$Rd = "#mnemonic#"($Rs)"#chop,
633 fp_to_uint, I32, F64, ":chop">;
635 fp_to_sint, I32, F64, ":chop">;
    [all...]
  /external/proguard/src/proguard/classfile/attribute/preverification/
LessZeroFrame.java 28 * This StackMapFrame represents an "chop frame".
  /external/proguard/src/proguard/io/
ZipDataEntry.java 59 // Chop the trailing directory slash, if any.
  /ndk/build/core/
setup-toolchain.mk 86 # 2/ Use 'chop' to remove the last element of the list
92 TARGET_TOOLCHAIN_BASE := $(subst $(space),-,$(call chop,$(subst -,$(space),$(TARGET_TOOLCHAIN))))
140 # Do the same for TOOLCHAIN_PREFIX. Note that we must chop the version
145 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
SHELL 10 chop $mshell;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 49 // "MainActivi") and we want to chop off that portion too such that we don't
FmClassNameToResourceMethod.java 56 // "MainActivi") and we want to chop off that portion too such that we don't
FmLayoutToActivityMethod.java 46 // "MainActivi") and we want to chop off that portion too such that we don't
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 104 chop;
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_I_N_G_.py 53 octString = octString[1:] # chop off that leading zero.
  /external/llvm/cmake/modules/
GetSVN.cmake 14 # Chop off cmake/modules/GetSVN.cmake
  /external/openssh/
misc.h 39 char *chop(char *);
  /external/skia/tests/
PathOpsSimplifyFailTest.cpp 89 if (index != 17 && index != 31 && index != 38) { // cubic fails to chop in two without creating NaNs
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EllipsizedMultilineTextView.java 81 // find the last line of text and chop it according to available space
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 14 PERLBN(chop);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 291 String message = mMessageBuffer.substring(0, delimiterIndex); // Chop off delimiter
312 String sentMessage = new String((byte[]) msg.obj).trim(); // Chop off delimiter
  /external/llvm/utils/vim/
vimrc 153 " Chop off anything after " : ", if present, and move it to the menu.
161 " Chop off " (Hidden)", if present, and move it to the menu.
  /external/boringssl/src/crypto/obj/
objects.pl 14 chop;
37 chop;
  /external/icu/icu4c/source/tools/genren/
genren.pl 36 chop;
149 chop $qtype;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 244 /* Chop it all into chunks that can be digested by hardware: */
323 * - Chop bitmap up into 32x32 squares and render w/polygon stipple.

Completed in 110 milliseconds

12 3 4 5 6 7 8 91011