/external/icu4c/i18n/unicode/ |
choicfmt.h | 123 * <code>Sun..Sat</code>. No closures array is given; this is the same as 124 * specifying all closures to be <code>FALSE</code>.</p> 207 * @param closures Array of booleans specifying whether each 212 * @param count Size of 'limits', 'closures', and 'formats' arrays 216 const UBool* closures, 317 * @param closures Array of limit booleans 323 const UBool* closures, 570 const UBool* closures,
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
choicfmt.h | 107 * <p>See below for more information about closures.</p> 119 * <li><code>UBool closures[]</code> determines whether each limit 121 * above it. If <code>closures[i]</code> is <code>FALSE</code>, then 124 * <code>i+1</code>. If no closures array is specified, this is 125 * equivalent to having all closures be <code>FALSE</code>. Closures 143 * <p>(This assumes that all closures are <code>FALSE</code>. If some 144 * closures are <code>TRUE</code> then the relations must be changed to 178 * <code>Sun..Sat</code>. No closures array is given; this is the same as 179 * specifying all closures to be <code>FALSE</code>.</p [all...] |
/external/icu4c/i18n/ |
choicfmt.cpp | 99 const UBool* closures, 105 setChoices(limits, closures, formats, cnt, constructorErrorCode); 265 const UBool* closures, 270 setChoices(limits, closures, formats, cnt, errorCode); 275 const UBool* closures, 302 if (closures != NULL && closures[i]) { 352 // Gets the closures array.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2326.js | 28 // This tests that we do not share optimized code across closures that 46 // Generate two closures sharing the same underlying function literal.
|
regress-crbug-240032.js | 30 // Generate closures in that live in new-space. 37 // Setup constant function using above closures.
|
regress-2193.js | 41 // Create two closures that share the same literal boilerplates.
|
/external/chromium_org/third_party/icu/source/i18n/ |
choicfmt.cpp | 98 const UBool* closures, 106 setChoices(limits, closures, formats, cnt ); 528 const UBool* closures, 572 if (closures != 0) { 573 uprv_arrayCopy(closures, fClosures, fCount); 593 // Gets the closures array.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tchcfmt.cpp | 459 UBool closures[] = { F, F, T, T, F, F }; local 463 ChoiceFormat fmt1(limits, closures, fmts, 6); 495 errln("FAIL: couldn't get limits or closures"); 505 if((closures2[i]!=0) != (closures[i]!=0)) { 506 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
|
/external/icu4c/test/intltest/ |
tchcfmt.cpp | 471 UBool closures[] = { F, F, T, T, F, F }; local 475 ChoiceFormat fmt1(limits, closures, fmts, 6); 508 errln("FAIL: couldn't get limits or closures"); 518 if((closures2[i]!=0) != (closures[i]!=0)) { 519 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
optimized-closures.js | 30 // Test optimized closures.
|
inline-closures.js | 30 // Test inlining of multiple closures derived from one shared function.
|
regress-closures-with-eval.js | 30 // Verifies that closures in presence of eval work fine.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-lazy-compile.js | 30 // of closures.
|
/external/v8/test/mjsunit/harmony/ |
block-lazy-compile.js | 30 // of closures.
|
/external/v8/test/mjsunit/compiler/ |
regress-closures-with-eval.js | 30 // Verifies that closures in presence of eval work fine.
|
/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
async_util.js | 45 * Creates a class for executing several asynchronous closures in a fifo queue. 98 * Creates a class for executing several asynchronous closures in a group in 178 * Finishes the passed task and continues executing enqueued closures.
|
/external/chromium_org/v8/test/mjsunit/ |
debug-script-breakpoints-nested.js | 66 // The debugger triggers compilation of inner closures.
|
math-imul.js | 64 // Deoptimize closures and forget type feedback.
|
debug-set-variable-value.js | 137 // Test scopes visible from closures.
|
debug-scopes.js | 591 // Two closures. Due to optimizations only the parts actually used are provided 621 // Two closures. In the presence of eval all information is provided as the
|
/external/libffi/ |
Makefile.am | 86 src/raw_api.c src/java_raw_api.c src/closures.c
|
/external/v8/test/mjsunit/ |
debug-scopes.js | 591 // Two closures. Due to optimizations only the parts actually used are provided 621 // Two closures. In the presence of eval all information is provided as the
|
/art/compiler/driver/ |
compiler_driver.cc | [all...] |
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_manager.js | 563 // Run again just in case if all pending closures have completed and the [all...] |