HomeSort by relevance Sort by last modified time
    Searched refs:breaks (Results 51 - 75 of 204) sorted by null

1 23 4 5 6 7 8 9

  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.h 96 UnicodeString breaks; member in class:NumberFormatTestTuple
datadrivennumberformattestsuite.cpp 111 return (NFTT_GET_FIELD(fTuple, breaks, "").toUpper().indexOf(0x43) != -1);
  /device/asus/fugu/
AndroidKernel.mk 26 #remove time_macros from ccache options, it breaks signing process
  /prebuilts/go/darwin-x86/test/
return.go 465 // if any breaks refer to the select, the select isn't okay anymore, even if they're dead
603 // if any breaks refer to the switch, switch is no longer okay
708 // if any breaks refer to the switch, switch is no longer okay
1151 // if any breaks refer to the select, the select isn't okay anymore, even if they're dead
1275 // if any breaks refer to the switch, switch is no longer okay
1371 // if any breaks refer to the switch, switch is no longer okay
1867 // if any breaks refer to the select, the select isn't okay anymore, even if they're dead
2005 // if any breaks refer to the switch, switch is no longer okay
2110 // if any breaks refer to the switch, switch is no longer okay
2553 // if any breaks refer to the select, the select isn't okay anymore, even if they're dea
    [all...]
  /prebuilts/go/linux-x86/test/
return.go 465 // if any breaks refer to the select, the select isn't okay anymore, even if they're dead
603 // if any breaks refer to the switch, switch is no longer okay
708 // if any breaks refer to the switch, switch is no longer okay
1151 // if any breaks refer to the select, the select isn't okay anymore, even if they're dead
1275 // if any breaks refer to the switch, switch is no longer okay
1371 // if any breaks refer to the switch, switch is no longer okay
1867 // if any breaks refer to the select, the select isn't okay anymore, even if they're dead
2005 // if any breaks refer to the switch, switch is no longer okay
2110 // if any breaks refer to the switch, switch is no longer okay
2553 // if any breaks refer to the select, the select isn't okay anymore, even if they're dea
    [all...]
  /build/core/
dumpvar.mk 110 @# Escape \` to defer the execution of report_config_sh to preserve the line breaks.
  /external/dagger2/
Android.mk 78 # the path and classes needed. This is needed because otherwise it breaks a code
  /external/v8/src/js/
array-iterator.js 126 // No 'values' since it breaks webcompat: http://crbug.com/409858
  /external/v8/test/mjsunit/
debug-break-inline.js 30 // This test tests that deoptimization due to debug breaks works for
debug-step-stub-callfunction.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
debug-stepin-constructor.js 32 // Simple debug event handler which counts the number of breaks hit and steps.
debug-stepout-recursive-function.js 34 // Simple debug event handler which counts the number of breaks hit and steps.
debug-evaluate-recursive.js 156 // Set debug event listener wich uses recursive breaks.
debug-setexceptionbreak.js 34 // actually breaks on exceptions or not. That functionality is tested
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 57 # Add -fno-strict-aliasing because __list_imp::_end_ breaks TBAA rules by declaring
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 549 char breaks[] = "** ** * ** *"; /* * the expected break positions */ local
565 for (i=0; i<sizeof(breaks); i++) {
566 if (pos == i && breaks[i] != '*') {
570 if (pos != i && breaks[i] == '*') {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 170 breaks into the following chunks:
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 170 breaks into the following chunks:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 170 breaks into the following chunks:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 170 breaks into the following chunks:
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 22 // A cell represents a segment of text terminated by tabs or line breaks.
38 // breaks (newline or formfeed characters). Cells in adjacent lines
61 // breaks within the segment. If the StripEscape flag is set, the
87 buf bytes.Buffer // collected text excluding tabs or line breaks
110 // - all text written is appended to buf; tabs and line breaks are stripped away
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 22 // A cell represents a segment of text terminated by tabs or line breaks.
38 // breaks (newline or formfeed characters). Cells in adjacent lines
61 // breaks within the segment. If the StripEscape flag is set, the
87 buf bytes.Buffer // collected text excluding tabs or line breaks
110 // - all text written is appended to buf; tabs and line breaks are stripped away
  /external/icu/icu4c/source/common/
filteredbrk.cpp 481 LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak", NULL, &status));
487 strs.adoptInstead(ures_getNextResource(breaks.getAlias(), strs.orphan(), &subStatus));
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 23 // would reduce the maximum encoding length to 9 bytes. However, it breaks the
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 23 // would reduce the maximum encoding length to 9 bytes. However, it breaks the

Completed in 6922 milliseconds

1 23 4 5 6 7 8 9