/external/srtp/ |
undos.sh | 5 # strips CRs from a file - useful when moving DOS-created files
|
/external/clang/test/CodeGen/ |
2007-01-24-InlineAsmCModifier.c | 1 // Verify that the %c modifier works and strips off any prefixes from
|
/external/skia/tools/ |
gcov_shim | 4 # This shim strips out that flag (a minor feature) so we can run gcov.
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
TriStrip.java | 42 * <li>generates strips from arbitrary geometry.
44 * <li>can stitch together strips using degenerate triangles, or not.
45 * <li>can output lists instead of strips.
46 * <li>can optionally throw excessively small strips into a list instead.
81 * If set to true, will return an optimized list, with no strips at all.
90 * Controls the length of the generated individual strips. This is the
100 * bool to indicate whether to stitch together strips into one huge strip
103 * number of separate strips. Default value: true
110 * Sets the minimum acceptable size for a strip, in triangles. All strips
144 //stitch strips together [all...] |
Stripifier.java | 374 // we know that when we've made the longest strips its because
379 // other large open spans done. Areas of small strips can
500 // "Commits" the input strips by setting their m_experimentId to -1 and
504 static void commitStrips(StripInfoVec allStrips, StripInfoVec strips) {
505 // Iterate through strips
506 int numStrips = strips.size();
510 StripInfo strip = strips.at(i);
513 // add to the list of real strips
518 FaceInfoVec faces = strips.at(i).m_faces;
598 // Finds the average strip size of the input vector of strips
[all...] |
/external/chromium_org/tools/gyp/test/mac/strip/ |
test.gyp | 15 # * all: Strips the binary completely, removing the symbol table and 17 # * non-global: Strips nonglobal symbols but saves external symbols. 18 # * debugging: Strips debugging symbols but saves local and global
|
/external/chromium_org/chrome/browser/install_verification/win/ |
module_verification_common.h | 16 // Calculates a canonical digest for |module_name|. Ignores case and strips path
|
/external/chromium_org/chrome/common/extensions/ |
manifest_handler_helpers.h | 22 // Strips leading slashes from the file path. Returns true iff the final path is
|
/external/chromium_org/chrome/tools/convert_dict/ |
hunspell_reader.h | 20 // Strips any comments for the given line.
|
/external/chromium_org/tools/grit/grit/node/custom/ |
filename.py | 13 '''Validates that messages can be used as Windows filenames, and strips
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/ |
validating_util.h | 43 // Strips out the timestamp from |data|. Returns |true| if the timestamp is 47 // Strips out the checksum from |data|. Returns |true| if the checksum is
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
StyleEscapeFunction.java | 24 * This function will be used to sanitize variables in 'style' attributes. It strips out any 29 * characters to escape. The StyleAttrEscapeFunction instead applies a whitelist, and strips out any
|
/external/chromium/base/ |
base64.cc | 21 temp.resize(output_size); // strips off null byte
|
/external/chromium/net/tools/dump_cache/ |
url_utilities.h | 14 // Gets the host from an url, strips the port number as well if the url
|
/external/chromium_org/base/ |
base64.cc | 18 temp.resize(output_size); // strips off null byte
|
/external/chromium_org/net/tools/dump_cache/ |
url_utilities.h | 13 // Gets the host from an url, strips the port number as well if the url
|
/external/chromium_org/tools/json_schema_compiler/ |
schema_util.py | 31 Also strips any leading 'Experimental' prefix."""
|
/external/doclava/ |
android-changes.txt | 18 @Deprecated. Also strips out @Override annotations.
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMap.java | 39 * Converts uppercase characters to lower case ones, and on a best effort basis, strips accents
|
/packages/apps/Camera/src/com/android/camera/ |
Mosaic.java | 71 * This strip type will use the default thin strips where the strips are 77 * This strip type will use wider strips for blending. The strip separation 78 * is controlled by a threshold on the native side. Since the strips are 151 * Set the type of strips to use for blending.
|
/packages/apps/Camera2/src/com/android/camera/ |
Mosaic.java | 71 * This strip type will use the default thin strips where the strips are 77 * This strip type will use wider strips for blending. The strip separation 78 * is controlled by a threshold on the native side. Since the strips are 151 * Set the type of strips to use for blending.
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
Mosaic.java | 71 * This strip type will use the default thin strips where the strips are 77 * This strip type will use wider strips for blending. The strip separation 78 * is controlled by a threshold on the native side. Since the strips are 151 * Set the type of strips to use for blending.
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup.cc | 17 // * Strips blank lines and comments, as well as notes for individual rules. 18 // * Strips a single leading and/or trailing dot from each rule, if present.
|
/external/chromium_org/build/android/ |
strip_native_libraries.gypi | 5 # This file is meant to be included into an action to provide a rule that strips
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
util.js | 13 // Strips leading '?'
|