/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Constants.java | 91 * for replacement mark and it should be replaced by this extra value.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
LogStatement.java | 147 * @param newValue the replacement value to go into the {@code values} array
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 79 /* This section serves as a replacement for windows.h header. */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 79 /* This section serves as a replacement for windows.h header. */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 79 /* This section serves as a replacement for windows.h header. */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 79 /* This section serves as a replacement for windows.h header. */
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_windows.h | 79 /* This section serves as a replacement for windows.h header. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 102 'replace' - replace with a suitable replacement character; 103 Python will use the official U+FFFD REPLACEMENT 335 'replace'- replace with a suitable replacement character 408 'replace'- replace with a suitable replacement character; [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 102 'replace' - replace with a suitable replacement character; 103 Python will use the official U+FFFD REPLACEMENT 335 'replace'- replace with a suitable replacement character 408 'replace'- replace with a suitable replacement character; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
FlagManagerTest.java | 168 System.out.println(" Replacement=" + sb);
|
/external/bison/darwin-lib/ |
fcntl.h | 97 * For providing a replacement for a function that exists on all platforms, 116 * For providing a replacement for a function that exists on some platforms 149 declares a replacement function, named rpl_func, with the given prototype,
|
signal.h | 88 * For providing a replacement for a function that exists on all platforms, 107 * For providing a replacement for a function that exists on some platforms 140 declares a replacement function, named rpl_func, with the given prototype,
|
wctype.h | 83 * For providing a replacement for a function that exists on all platforms, 102 * For providing a replacement for a function that exists on some platforms 135 declares a replacement function, named rpl_func, with the given prototype,
|
/external/bison/linux-lib/ |
fcntl.h | 97 * For providing a replacement for a function that exists on all platforms, 116 * For providing a replacement for a function that exists on some platforms 149 declares a replacement function, named rpl_func, with the given prototype,
|
signal.h | 88 * For providing a replacement for a function that exists on all platforms, 107 * For providing a replacement for a function that exists on some platforms 140 declares a replacement function, named rpl_func, with the given prototype,
|
wctype.h | 83 * For providing a replacement for a function that exists on all platforms, 102 * For providing a replacement for a function that exists on some platforms 135 declares a replacement function, named rpl_func, with the given prototype,
|
/external/chromium/base/ |
message_pump_win.cc | 367 // and process a replacement message, such as a WM_PAINT or WM_TIMER. The 371 // then resets the have_work_ flag (allowing a replacement kMsgHaveWork to 372 // possibly be posted), and finally dispatches that peeked replacement. Note
|
/external/chromium_org/base/message_loop/ |
message_pump_win.cc | 415 // and process a replacement message, such as a WM_PAINT or WM_TIMER. The 419 // then resets the have_work_ flag (allowing a replacement kMsgHaveWork to 420 // possibly be posted), and finally dispatches that peeked replacement. Note
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.cc | 151 PrerenderContents* contents, PrerenderContents* replacement) { 504 PrerenderContents* replacement) { 507 replacement));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-raytrace.html | 183 gsub: function(pattern, replacement) { 185 replacement = arguments.callee.prepareReplacement(replacement); 190 result += String.interpret(replacement(match)); 199 sub: function(pattern, replacement, count) { 200 replacement = this.gsub.prepareReplacement(replacement); 205 return replacement(match); 324 String.prototype.gsub.prepareReplacement = function(replacement) { 325 if (typeof replacement == 'function') return replacement [all...] |
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
DirectiveParser.cpp | 381 // Reset the token location because it is unnecessary in replacement 390 // Whitespace preceding the replacement list is not considered part of 391 // the replacement list for either form of macro.
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt.h | 107 * replacement. The cursor is the point in the text at which the 108 * next replacement, if any, will be applied. The cursor is usually 109 * placed within the replacement text; however, it can actually be
|
rbt_rule.cpp | 329 * Attempt a match and replacement at the given position. Return 338 * If a full match is obtained, perform a replacement, update pos, 353 // replacement operation needs information obtained during the
|
/external/chromium_org/v8/src/arm/ |
deoptimizer-arm.cc | 98 // e5 9f c? ?? ldr ip, [pc, <on-stack replacement address>] 244 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ", 337 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
|
/external/clang/include/clang/Lex/ |
MacroInfo.h | 68 /// The "a" identifier in the replacement list will be replaced with all arguments 259 /// \brief Add the specified token to the replacement text for the macro. 262 "Changing replacement tokens after definition length got calculated");
|