HomeSort by relevance Sort by last modified time
    Searched full:boundaries (Results 51 - 75 of 1263) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-double.cc 149 // Therefore its boundaries are at the same distance.
169 // Therefore its boundaries are at the same distance.
171 // Denormals have their boundaries much closer.
181 // Even though the significand is of the form 2^p (for some p), its boundaries
201 // Therefore its boundaries are at the same distance.
  /external/icu4c/test/cintltst/
utf8tst.c 505 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries.
647 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries.
659 static const int8_t boundaries[]={ 0, 1, 5, 7, 10, 12, 16, 17 }; local
665 if(offset != boundaries[i]){
666 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset);
671 if(offset != boundaries[i]){
672 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset);
676 for(i=LENGTHOF(boundaries)-2, offset=LENGTHOF(input); offset>0; --i) {
678 if(offset != boundaries[i]){
679 log_err("ERROR: UTF8_BACK_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset)
    [all...]
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h 129 // group boundaries.
133 // group boundaries.
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 84 // This method is mainly called for normalizing boundaries. In general
85 // boundaries need to be shifted by 10 bits. We thus optimize for this case.
  /external/chromium_org/third_party/leveldatabase/src/doc/
log_format.txt 34 split into multiple fragments (typically because of block boundaries).
63 (2) Splitting at approximate boundaries (e.g., for mapreduce) is
  /external/chromium_org/v8/src/
diy-fp.h 81 // This method is mainly called for normalizing boundaries. In general
82 // boundaries need to be shifted by 10 bits. We thus optimize for this case.
  /external/srec/portable/include/
pmalloc.h 44 #define DK_AUPBND 1U /* even-byte boundaries (2^^1) */
46 #define DK_MEMBND 2U /* cts : 4 byte malloc boundaries (3 ==> 8 byte) */
  /external/svox/pico/lib/
picospho.h 116 - pseudo-phonemes derived from boundaries and POS) is possible with
133 in addition, BOUNDs of BOUNDstrength = PHR0 are inserted to mark word boundaries
  /external/v8/src/
diy-fp.h 81 // This method is mainly called for normalizing boundaries. In general
82 // boundaries need to be shifted by 10 bits. We thus optimize for this case.
  /external/valgrind/main/docs/internals/
module-structure.txt 4 the beast is caused by the lack of clear boundaries, definitions and
59 boundaries are enforceable by the compiler.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_16x16.c 44 * boundaries may extend beyond image boundaries if the image has
  /frameworks/base/docs/html/tools/help/
zipalign.jd 11 to be aligned on 4-byte boundaries. This
54 <p>The {@code &lt;alignment>} is an integer that defines the byte-alignment boundaries.
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 29 // boundaries).
80 // boundaries of the ring buffer, the data is copied to a temporary buffer
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DropGesture.java 31 * The cursor has entered the drop target boundaries.
59 * The cursor has left the drop target boundaries OR the drop has been
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 63 * if defaultOption does not lie within the array boundaries of options.
149 * defaultOption type does not lie within the array boundaries of options,
170 fail("Default Option does not lie within the array boundaries of options ");
260 * boundaries of options.
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos.h 60 // boundaries.
  /external/chromium_org/chrome/browser/ui/app_list/search/
term_break_iterator.cc 25 // 2D matrix that defines term boundaries. Each row represents current state.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view_unittest.mm 63 // Test that clicks outside of the visible boundaries are ignored.
  /external/chromium_org/chrome_frame/
exception_barrier.cc 5 // A class to make it easy to tag exception propagation boundaries and
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.h 93 void doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundaries);
  /external/chromium_org/third_party/icu/source/test/testdata/
testaliases.txt 31 boundaries:alias { "/ICUDATA-brkitr/th" } // Referencing corresponding resource in another bundle
  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_android.cpp 38 // ashmem likes lengths on page boundaries.
  /external/compiler-rt/lib/arm/
restore_vfp_d8_d15_regs.S 35 // tell linker it can break up file at label boundaries
save_vfp_d8_d15_regs.S 33 // tell linker it can break up file at label boundaries
  /external/hyphenation/
README.compound 14 set is for hyphenation only at compound word boundaries, the second one

Completed in 985 milliseconds

1 23 4 5 6 7 8 91011>>