HomeSort by relevance Sort by last modified time
    Searched full:lead (Results 76 - 100 of 1610) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.h 61 // solution quality. Since rejected steps lead to decrease in the
63 // this will lead to a better conditioned system.
  /external/clang/test/Sema/
warn-strncat-size.c 37 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
39 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/icu4c/common/
ucol_data.h 70 uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */
71 uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 207 /* test values for lead surrogate code units */
358 0xed, 0xa0, 0x80, /* lead surrogate U+d800 */
386 /* first a couple of trail bytes in lead position */
842 /* set some values for lead surrogate code units */
1334 UChar lead; local
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 207 /* test values for lead surrogate code units */
358 0xed, 0xa0, 0x80, /* lead surrogate U+d800 */
386 /* first a couple of trail bytes in lead position */
842 /* set some values for lead surrogate code units */
1334 UChar lead; local
    [all...]
  /art/compiler/sea_ir/ir/
sea_node.h 73 // operators because that would lead to duplication of their unique ids.
  /bionic/libc/
CAVEATS 7 - C++ exceptions are not supported. on embedded systems, they lead to extremely larger and
  /external/chromium/base/third_party/dmg_fp/
dtoa_wrapper.cc 11 // A single lock would lead to an attempted recursive grab.
  /external/chromium/chrome/browser/policy/
managed_prefs_banner_base.h 52 // observed that may lead to changed visibility of the banner. Subclasses may
  /external/chromium/webkit/glue/
image_resource_fetcher.cc 54 // Take care to clear callback_ before running the callback as it may lead to
  /external/chromium_org/base/third_party/dmg_fp/
dtoa_wrapper.cc 12 // A single lock would lead to an attempted recursive grab.
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.h 34 // application, i.e., begins a process which may lead to termination. This
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 36 // lead to an empty path value after expansion (e.g. "\"\"").
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.cc 60 // Take a reference to the callback as running the callback may lead to our
multi_resolution_image_resource_fetcher.cc 57 // Take a reference to the callback as running the callback may lead to our
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.h 38 // necessary as calling Abort() does not always lead to Stop() being
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 610 * by finding lead bytes with all-unassigned trail bytes and adding another state
625 /* find the lead state */
627 /* use the DBCS lead state for SI/SO codepages */
648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
651 /* for each lead byte */
655 /* the offset is different for each lead byte */
657 /* for each trail byte for this lead byte */
666 j=999; /* do not count for this lead byte because there are assignments */
674 j=999; /* do not count for this lead byte because there are assignments */
682 /* all trail bytes for this lead byte are unassigned *
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1172.js 31 // Note: no setters would lead to runtime exception if we ever attempt
  /external/chromium_org/v8/test/webkit/
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
regexp-range-bound-ffff-expected.txt 24 Test for rdar:/68455379, a case-insensitive regex containing a character class containing a range with an upper bound of ? can lead to an infinite-loop.
regexp-range-bound-ffff.js 26 'Test for rdar:/68455379, a case-insensitive regex containing a character class containing a range with an upper bound of \uFFFF can lead to an infinite-loop.'
this-non-object-proto-expected.txt 24 This test checks that setting a non-object, non-null value for this.__proto__ does not lead to a crash when setting a property on the this object.
this-non-object-proto.js 25 'This test checks that setting a non-object, non-null value for this.__proto__ does not lead to a crash when setting a property on the this object.'
  /external/icu4c/tools/toolutil/
ucmstate.c 610 * by finding lead bytes with all-unassigned trail bytes and adding another state
625 /* find the lead state */
627 /* use the DBCS lead state for SI/SO codepages */
648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
651 /* for each lead byte */
655 /* the offset is different for each lead byte */
657 /* for each trail byte for this lead byte */
666 j=999; /* do not count for this lead byte because there are assignments */
674 j=999; /* do not count for this lead byte because there are assignments */
682 /* all trail bytes for this lead byte are unassigned *
    [all...]
  /external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 17 I also talked to the lead guy for KAI's C++ compiler (Arch Robison) and he

Completed in 1376 milliseconds

1 2 34 5 6 7 8 91011>>