HomeSort by relevance Sort by last modified time
    Searched refs:closures (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/icu/source/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,
495 const UBool* closures,
  /external/icu/icu4c/source/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,
495 const UBool* closures,
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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/icu/icu4c/source/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/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 45 * Creates a class for executing several asynchronous closures in a fifo queue.
154 * Creates a class for executing several asynchronous closures in a fifo queue.
169 * Creates a class for executing several asynchronous closures in a group in
249 * 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 612 // Two closures. Due to optimizations only the parts actually used are provided
642 // Two closures. In the presence of eval all information is provided as the
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 60 std::vector<base::Closure> closures; local
63 results_closures_.swap(closures);
66 for (size_t i = 0; i < closures.size(); ++i)
67 closures[i].Run();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 1150 // Run again just in case if all pending closures have completed and the
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1905 milliseconds