/external/libunwind/doc/ |
unw_flush_cache.tex | 21 target address-space \Var{as}. In addition, all info cached for
|
unw_step.tex | 50 In addition, \Func{unw\_step}() may return any error returned by the
|
unw_get_fpreg.tex | 55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
|
unw_get_reg.tex | 56 In addition, \Func{unw\_get\_reg}() may return any error returned by
|
unw_set_fpreg.tex | 57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
|
unw_set_reg.tex | 58 In addition, \Func{unw\_set\_reg}() may return any error returned by
|
unw_get_proc_info_by_ip.tex | 71 In addition, \Func{unw\_get\_proc\_info}() may return any error
|
unw_get_proc_name.tex | 65 In addition, \Func{unw\_get\_proc\_name}() may return any error
|
/external/chromium_org/net/tools/balsa/ |
balsa_frame.cc | 1337 const signed char addition = buf[static_cast<int>(c)]; local [all...] |
/external/chromium_org/third_party/icu/source/data/lang/ |
reslocal.mk | 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
|
/external/chromium_org/third_party/icu/source/data/locales/ |
reslocal.mk | 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
|
/external/chromium_org/ui/webui/resources/js/ |
event_tracker.js | 6 * @fileoverview EventTracker is a simple class that manages the addition and
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-misprediction.js | 38 // integer but that contains a double. The subsequent addition to x, which is
|
/system/media/camera/docs/ |
camera_metadata_tags.mako | 73 * addition, the name and type of the tag needs to be added to
|
/external/chromium_org/third_party/skia/ |
PRESUBMIT.py | 166 'Issue owner, this CL must include an addition to the Skia AUTHORS '
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
memoize.js | 106 * arguments in addition to a DOM node, you can incorporate those
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
mathml_store_rules.js | 585 'variable-addition', 'default.default', 588 'self::infixop[@role="addition"]', 'count(children/*)>2', 592 'multi-addition', 'default.default', 595 'self::infixop[@role="addition"]', 'count(./children/*)>2');
|
math_store.js | 58 // We now set the proper dynamic constraint that contains in addition a
|
/external/chromium_org/v8/src/ |
d8-posix.cc | 335 Handle<String> addition = local 337 accumulator = String::Concat(accumulator, addition);
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
uint32.js | 69 // This addition will have a double type feedback so ChangeI2D will
|
/external/chromium_org/v8/test/mjsunit/ |
error-constructors.js | 45 // name is not tested above, but in addition we should have no enumerable
|
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 254 static BigInt addition(BigInt a, BigInt b) { method in class:BigInt
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 1011 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) 1020 if (ftruncate(tdb->fd, size+addition) == -1) { 1022 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) { 1024 size+addition, strerror(errno))); 1033 while (addition) { 1034 int n = addition>sizeof(buf)?sizeof(buf):addition; 1041 addition -= n; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
opt-gvmat64.asm | 77 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib 95 ; all the +zlib1222add offsets are due to the addition of fields
|
/external/chromium_org/v8/src/arm/ |
simulator-arm.h | 261 bool addition);
|