HomeSort by relevance Sort by last modified time
    Searched full:chops (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version200.py 422 def encode64chops(chops):
423 """base64encodes chops and combines them into a ',' delimited string"""
425 chips = [] #chips are character chops
427 for value in chops:
430 #delimit chops with comma
436 """base64decodes and makes a ',' delimited string into chops"""
438 chips = string.split(',') #split chops at commas
440 chops = []
442 for string in chips: #make char chops (chips) into chops
    [all...]
_version133.py 361 def picklechops(chops):
362 """Pickles and base64encodes it's argument chops"""
364 value = zlib.compress(dumps(chops))
369 """base64decodes and unpickes it's argument string into chops"""
374 """Splits 'message' into chops that are at most as long as n,
400 def gluechops(chops, key, n, funcref):
401 """Glues chops back together into a string. calls
408 chops = unpicklechops(chops)
410 for cpart in chops
    [all...]
  /external/skia/include/effects/
SkDiscretePathEffect.h 15 This path effect chops a path into discrete segments, and randomly displaces them.
  /external/valgrind/memcheck/tests/
filter_xml 21 # Chops everything within <stack>...</stack>.
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 144 const int chops = 2; local
145 for (int tIndex = 0; tIndex < chops; ++tIndex) {
146 SkDConic chopped = dConic.subDivide(tIndex / (double) chops,
147 (tIndex + 1) / (double) chops);
  /external/tcpdump/
print-chdlc.c 152 * At least according to William "Chops" Westfield's
  /external/skia/src/gpu/
GrPathUtils.h 128 // Chops the cubic bezier passed in by src, at the double point (intersection point)
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 543 // If the resulting length is more than 30 characters, chops off any
  /external/skia/site/user/api/
skpaint.md 672 * SkDiscretePathEffect: This path effect chops a path into discrete
  /external/libogg/doc/
rfc3533.txt 450 encapsulation process chops up the packets into segments. The
  /toolchain/binutils/binutils-2.25/gold/
options.cc 1178 std::getline(in, line); // this chops off the trailing \n, if any
    [all...]
layout.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info-2 65 algorithm. Where Lehmer repeatedly chops off the top two limbs, calls
67 subquadratic GCD chops off the most significant third of the limbs (the
94 code chops off the most significant half of the inputs for the call to
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /external/ImageMagick/MagickCore/
display.c     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]

Completed in 759 milliseconds

1 2