/external/qemu/distrib/jpeg-6b/ |
jidctint.c | 58 * by CONST_SCALE and convert them to integer constants (thus retaining
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
UniversalBinaryNotes.rtf | 64 For retaining compatibility with 10.2, we have experimentally determined that there is no reliable way to use gcc 4.0.x to compile a binary that works under Jaguar. With the gcc 4.0 that shipped in Xcode 2.1, libgcc_s was automatically linked against. This library does not exist on systems prior to 10.3.9. After filing a bug report, Apple removed this automatic linking in gcc 4.0.1 which shipped with Xcode 2.2, but we discovered that we suffered from undefined symbols to things in the printf family library. (They seem to be new symbols related to printing long doubles, etc.)\
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 79 symbols by length from short to long, and retaining the symbol order
|
/external/valgrind/main/exp-bbv/docs/ |
bbv-manual.xml | 43 usually by 90-95%, while still retaining reasonable accuracy.
|
/external/zlib/src/contrib/infback9/ |
inftree9.c | 81 symbols by length from short to long, and retaining the symbol order
|
/external/zlib/src/ |
inftrees.c | 79 symbols by length from short to long, and retaining the symbol order
|
/libcore/luni/src/main/java/java/util/concurrent/ |
FutureTask.java | 38 * avoid surprising users about retaining interrupt status during
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotView.js | 269 path: { title: WebInspector.UIString("Retaining path"), sortable: true }, 425 retainmentView.element.addStyleClass("retaining-paths-view"); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentActivity.java | 761 void doReallyStop(boolean retaining) { 764 mRetaining = retaining;
|
/external/chromium/chrome/browser/sync/engine/ |
conflict_resolver.cc | 136 // If we've got a client-unique tag, we can undelete while retaining
|
/external/v8/src/ |
type-info.cc | 519 // retaining objects from different tabs in Chrome via optimized code.
|
d8.js | [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 175 * sorted by length, retaining their original order within each length. The
|
/external/icu4c/common/unicode/ |
utext.h | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecodeEditEncodeTest.java | [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 301 // deallocated. Both these are bad, so we prevent this by retaining the [all...] |
/external/chromium/net/base/ |
cookie_monster.h | 241 // Argument |arg| is to allow retaining of arbitrary data if the CHECKs [all...] |
/external/clang/include/clang/Lex/ |
Lexer.h | 193 "Can't play with comment retention state when retaining whitespace");
|
/external/clang/include/clang/Sema/ |
Initialization.h | [all...] |
/external/clang/test/SemaObjC/ |
arc.m | 125 id x; // expected-note {{jump bypasses initialization of retaining variable}}
|
/external/eigen/Eigen/src/Core/ |
PlainObjectBase.h | 352 /** Resizes the vector to \a size while retaining old values. [all...] |
/frameworks/base/core/java/android/content/ |
BroadcastReceiver.java | 755 * incorrect unregister call is made. Note that doing this requires retaining [all...] |
/libcore/luni/src/main/java/java/util/ |
HashMap.java | 243 // Restore clone to empty state, retaining our capacity and threshold [all...] |
Hashtable.java | 221 // Restore clone to empty state, retaining our capacity and threshold [all...] |
/external/clang/docs/ |
AutomaticReferenceCounting.rst | 299 For ARC's purposes, a valid object is one with "well-behaved" retaining [all...] |