/external/skia/src/utils/ |
SkParseColor.cpp | 184 int replacement = 0; local 199 replacement += sizeof(int); 214 replacement += sizeof(int); 219 SkDebugf("// original = %d : replacement = %d\n", originalSize, replacement); 367 }; // original = 2505 : replacement = 1616
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
MutableMethodImplementation.java | 415 BuilderOffsetInstruction replacement; 417 replacement = new BuilderInstruction30t(Opcode.GOTO_32, 420 replacement = new BuilderInstruction20t(Opcode.GOTO_16, 423 replaceInstruction(location.index, replacement); 431 BuilderOffsetInstruction replacement = new BuilderInstruction30t(Opcode.GOTO_32, 433 replaceInstruction(location.index, replacement); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sgmllib.py | 408 replacement = self.convert_charref(name) 409 if replacement is None: 412 self.handle_data(replacement) 432 replacement = self.convert_entityref(name) 433 if replacement is None: 436 self.handle_data(replacement)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sgmllib.py | 408 replacement = self.convert_charref(name) 409 if replacement is None: 412 self.handle_data(replacement) 432 replacement = self.convert_entityref(name) 433 if replacement is None: 436 self.handle_data(replacement)
|
/libcore/luni/src/main/java/java/io/ |
ObjectOutputStream.java | 58 * If object replacement is enabled or not 426 * Enables object replacement for this stream. By default this is not 431 * {@code true} to enable object replacement; {@code false} to 521 * the original object for which a replacement may be defined. 522 * @return the replacement object for {@code object}. 524 * if any I/O error occurs while creating the replacement 531 // By default no object replacement. Subclasses can override [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 89 * NONE - Object does not escape, and is eligible for scalar replacement. 474 * Performs scalar replacement on all eligible arrays. 517 // Propagate and remove extra moves added by scalar replacement 641 * Identifies extra moves added by scalar replacement and propagates the 658 // Ignore moves that weren't added due to scalar replacement 688 * Runs escape analysis and scalar replacement of arrays. 721 // Perform scalar replacement for arrays [all...] |
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
do-it-yourself.txt | 279 ... def replacement(environ, start_response): 288 ... return replacement 292 **line 4**: This is the replacement function we'll return. This is called a `closure <http://en.wikipedia.org/wiki/Closure_(computer_science)>`_ -- this function will have access to ``func``, and everytime you decorate a new function there will be a new ``replacement`` function with its own value of ``func``. As you can see, this is a WSGI application. 372 ... def replacement(environ, start_response): 391 ... return replacement 395 **line 2-4**: The replacement WSGI application, also a closure. And we create a request and catch exceptions, just like in the decorator.
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
cookies.py | 61 replacement = None 64 replacement = bytes_name + b'=' + bytes_val 72 if replacement is None: # remove value 75 header = header[:start] + replacement + header[end:] 78 if replacement is not None: 80 header += b'; ' + replacement 82 header = replacement
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
EscapeAnalysis.java | 90 * NONE - Object does not escape, and is eligible for scalar replacement. 475 * Performs scalar replacement on all eligible arrays. 518 // Propagate and remove extra moves added by scalar replacement 642 * Identifies extra moves added by scalar replacement and propagates the 659 // Ignore moves that weren't added due to scalar replacement 689 * Runs escape analysis and scalar replacement of arrays. 722 // Perform scalar replacement for arrays [all...] |
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 430 // Can we perform a faster simple replacement of instructions? 542 // Go over all replacement instructions. 545 // Check if the replacement instruction, if any, has a different 568 // Go over all replacement instructions. 571 // Overwrite the original instruction with the replacement 686 // Account for the replacement instruction, or for the current 772 // Update and insert the replacement instruction, or the current [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetDecoderTest.java | 85 assertEquals(decoder.replacement(), "\ufffd"); 195 assertSame("a", decoder.replacement()); 238 String replaceStr = decoder.replacement() + getString(); 429 assertCharBufferValue(decoder.replacement() + getString(), out); 482 assertCharBufferValue(decoder.replacement() + getString(), out);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 212 * replacement, and ignores registers that are already compatible. 245 * @return {@code non-null;} the replacement 309 * @return {@code non-null;} the replacement
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 33 * This is <em>not</em> intended to be a general purpose hash table replacement. 34 * This implementation is also tuned towards a particular purpose: for use as a replacement 40 * <strong>Usage:</strong> typical use case is as a drop-in replacement
|
/external/bison/darwin-lib/sys/ |
wait.h | 58 * For providing a replacement for a function that exists on all platforms, 77 * For providing a replacement for a function that exists on some platforms 110 declares a replacement function, named rpl_func, with the given prototype,
|
/external/bison/darwin-lib/ |
time.h | 64 * For providing a replacement for a function that exists on all platforms, 83 * For providing a replacement for a function that exists on some platforms 116 declares a replacement function, named rpl_func, with the given prototype,
|
/external/bison/linux-lib/sys/ |
wait.h | 58 * For providing a replacement for a function that exists on all platforms, 77 * For providing a replacement for a function that exists on some platforms 110 declares a replacement function, named rpl_func, with the given prototype,
|
/external/bison/linux-lib/ |
time.h | 64 * For providing a replacement for a function that exists on all platforms, 83 * For providing a replacement for a function that exists on some platforms 116 declares a replacement function, named rpl_func, with the given prototype,
|
/external/clang/lib/Format/ |
ContinuationIndenter.h | 65 /// \c Replacement. 108 /// \c Replacement. 118 /// \c Replacement.
|
/external/clang/utils/check_cfc/ |
check_cfc.py | 163 replacement = new_name 165 replacement = '-o' + new_name 166 args[replaceidx] = replacement
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 211 * replacement, and ignores registers that are already compatible. 244 * @return {@code non-null;} the replacement 308 * @return {@code non-null;} the replacement
|
/external/guava/guava/src/com/google/common/escape/ |
UnicodeEscaper.java | 83 * exception or return a suitable replacement character. It must never 87 * @return the replacement characters, or {@code null} if no escaping was 198 // This is the size needed to add the replacement, not the full
|
/external/openfst/src/include/fst/ |
replace-util.h | 21 // Utility classes for the recursive replacement of Fsts (RTNs). 48 // Utility class for the recursive replacement of Fsts (RTNs). The 51 // and doing RTN connection and specific Fst replacement by label or
|
/external/slf4j/slf4j-site/src/site/pages/ |
legacy.html | 60 intended as a drop-in replacement for JCL version 1.1.1. It 143 <code>org.apache.log4j.BasicConfigurator</code>. These replacement 171 log4j-over-slf4j would be an insufficient replacement for
|
/frameworks/base/tools/layoutlib/create/ |
README.txt | 188 As explained earlier, the creator doesn't have any replacement code for methods to override. Instead 204 replacement version of Paint which will be used by the rest of the Android stack. The replacement
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
UnicodeEscaper.java | 75 * exception or return a suitable replacement character. It must never 79 * @return the replacement characters, or {@code null} if no escaping was 190 // This is the size needed to add the replacement, not the full
|