/external/chromium/chrome/browser/importer/ |
mork_reader.cc | 265 // junk before the first row that looks like cell values but isn't.
|
/external/chromium/net/http/ |
http_stream_parser.cc | 576 // 8 bytes = (4 bytes of junk) + "http".length()
|
http_util.cc | 158 // some servers give junk after the charset parameter, which may
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
_stream_hybi.py | 596 # Drain junk data after the close frame if necessary.
|
/external/clang/test/Sema/ |
warn-documentation.cpp | 206 /// \param [ junk] a Blah blah.
|
/external/dbus/dbus/ |
dbus-internals.c | 792 /* If the file exists and contains junk, we want to keep that error
|
/external/openssh/ |
auth.c | 641 fatal("key_in_file returned junk");
|
/external/openssl/apps/ |
apps.c | 2849 FILETIME junk; local [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
guideinput.html | 326 To handle Joystick events we merely add cases for them, first we'll add axis handling code. Axis checks can get kinda of tricky because alot of the joystick events received are junk. Joystick axis have a tendency to vary just a little between polling due to the way they are designed. To compensate for this you have to set a threshold for changes and ignore the events that have'nt exceeded the threshold. 10% is usually a good threshold value. This sounds a lot more complicated than it is. Here is the Axis event handler:</P
|
/external/quake/quake/src/QW/progs/ |
triggers.qc | 224 local string junk;
|
/external/valgrind/main/memcheck/docs/ |
mc-manual.xml | 112 this. In this particular example, reading junk on the stack is 144 junk (uninitialised) data as much as it likes. Memcheck observes this 234 <para>... because the program has (a) written uninitialised junk 412 <para>It might be a random junk value in memory, entirely unrelated, just [all...] |
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 212 // we'd end up with junk in there from the last paint, or, worse,
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test.py | 286 return 'junk'
|
/external/zlib/src/examples/ |
gzappend.c | 350 "gzappend warning: junk at end of gzip file overwritten\n");
|
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 247 ALOGV("skipped %lld bytes of junk to reach next frame",
|
/frameworks/base/tools/aapt/ |
Main.cpp | 111 " -k junk path of file(s) added\n"
|
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 338 cleanfld(i+1, lastfld); /* clean out junk from previous record */
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 179 /** Junk mail */
|
/packages/apps/Email/res/values/ |
strings.xml | 190 <!-- Do Not Translate. This is the name of the "junk" folder, on the server. --> 191 <string name="mailbox_name_server_junk" translatable="false">Junk</string> 204 <!-- In the UI, the junk will be displayed with this name --> 205 <string name="mailbox_name_display_junk">Junk</string> [all...] |
/external/icu4c/test/cintltst/ |
nucnvtst.c | 461 char junk[9999]; local 465 junk[0] = 0; 468 sprintf(junk + strlen(junk), "0x%02x, ", (int)(0xFF & *ptr)); 472 log_verbose(junk); 622 char junk[9999]; local 626 junk[0] = 0; 631 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*ptr); 635 log_verbose(junk); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
cc1plus | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
cc1plus | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
cc1plus | |
/build/tools/zipalign/ |
ZipFile.cpp | 197 * itself, plus apparently sometimes people throw random junk on the end [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ErrorManager.java | 71 * group file and this is so simple, why mess with their junk. [all...] |