/external/iproute2/ |
RELNOTES | 13 * Alexandr D. Kanevskiy <kad@blackcatlinux.com>: oops, more aggressive caching
|
/external/jpeg/ |
rdswitch.c | 141 if (isdigit(ch)) { /* oops, put it back */
|
jdinput.c | 337 ERREXIT(cinfo, JERR_EOI_EXPECTED); /* Oops, I wasn't expecting this! */
|
/external/kernel-headers/original/linux/ |
kernel.h | 186 extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */
|
module.h | 358 /* Is this address in a module? (second is with no locks, for oops) */
|
/external/llvm/include/llvm/ADT/ |
DepthFirstIterator.h | 124 // Oops, ran out of successors... go up a level on the stack.
|
/external/netcat/ |
stupidh | 243 # oops:
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceFilter.cpp | 156 delete m_filter.take(object); // Oops, have to rebuild, go through normal code path
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 434 thread.stop(new Exception("Oops!"));
|
/external/chromium/base/ |
process_util_unittest.cc | 176 int* oops = NULL; local 177 *oops = 0xDEAD;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketadapters.cc | 421 MessageBoxA(0, msg.c_str(), "Oops!", MB_OK); 425 LOG(LS_ERROR) << "Oops!\n\n" << msg;
|
/external/llvm/lib/Target/X86/ |
X86InstrFormats.td | 183 class PseudoI<dag oops, dag iops, list<dag> pattern> 184 : X86Inst<0, Pseudo, NoImm, oops, iops, ""> {
|
/system/core/adb/ |
jdwp_service.c | 526 /* oops, the JDWP process died really quick */ 527 D("oops, the JDWP process died really quick\n");
|
/external/llvm/lib/Target/ARM/ |
ARMInstrInfo.td | [all...] |
/external/dropbear/libtomcrypt/ |
changes | 106 -- Testprof doesn't strictly require GMP ... oops [Nils Durner] 174 -- Fixed install_test target ... oops 205 -- the UTCTIME type was missing from der_length_sequence() [oops, oh like you've never done that] 331 -- Added missing ASN.1 header to the RSA keys ... oops... now the rsa_export/import are FULLY compatible [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11events.c | 607 /* Oops! We have allocated the bytes as 650 SDL_SetError("Oops! Xutf8LookupString returned an invalid UTF-8 sequence!"); 708 SDL_SetError("Oops! Xutf8LookupStringreturned an unknown status"); [all...] |
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drag_source.mm | 228 // Oops!
|
/external/grub/netboot/ |
epic100.c | 342 printf("Oops, transmitter timeout, status=%hX\n",
|
/external/jdiff/src/jdiff/ |
API.java | 423 // Oops. Someone forgot to close their HTML tag, e.g. "<code."
|
/external/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 32 * - Added the 'this' keyword (oops)
|
/external/qemu/ |
qemu-sockets-android.c | 320 fprintf(stderr, "%s: getnameinfo: oops\n", __FUNCTION__);
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 107 // oops! not enough space in the object array
|
mkyaffsimage.c | 91 // oops! not enough space in the object array
|
/frameworks/base/cmds/servicemanager/ |
binder.c | 269 LOGE("parse: OOPS %d\n", cmd);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 608 throw new IllegalStateException("Oops, no tag on view " + selectedView);
|