/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
qic117.h | 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, motion, 1, required}, {"reserved (19)", 0x00, 0x00, unused, 0, discretional}, {"reserved (20)", 0x00, 0x00, unused, 0, discretional}, {"micro step head up", 0x02, 0x00, motion, 0, required}, {"micro step head down", 0x02, 0x00, motion, 0, required}, {"soft select", 0x00, 0x00, mode, 0, discretional}, {"soft deselect", 0x00, 0x00, mode, 0, discretional}, {"skip segments reverse", 0x36, 0x24, motion, 1, required}, {"skip segments forward", 0x36, 0x24, motion, 1, required}, {"select rate or format", 0x03, 0x01, mode, 0, required }, {"enter diag mode 1", 0x00, 0x00, mode, 0, discretional}, {"enter diag mode 2", 0x00, 0x00, mode, 0, discretional}, {"enter primary mode", 0x00, 0x00, mode, 0, required}, {"vendor unique (31)", 0x00, 0x00, unused, 0, discretional}, {"report vendor id", 0x00, 0x00, report, 0, required}, {"report tape status", 0x04, 0x04, report, 0, ccs1}, {"skip extended reverse", 0x36, 0x24, motion, 1, ccs1}, {"skip extended forward", 0x36, 0x24, motion, 1, ccs1}, {"calibrate tape length", 0x17, 0x05, motion, 1, ccs2}, {"report format segments", 0x17, 0x05, report, 0, ccs2}, {"set format segments", 0x17, 0x05, mode, 0, ccs2}, {"reserved (39)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (40)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (41)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (42)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (43)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (44)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (45)", 0x00, 0x00, unused, 0, discretional}, {"phantom select", 0x00, 0x00, mode, 0, discretional}, {"phantom deselect", 0x00, 0x00, mode, 0, discretional}, } 121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transportchannelproxy.h | 53 // Implementation of the TransportChannel interface. These simply forward to 66 // Catch signals from the implementation channel. These just forward to the
|
/external/chromium_org/chrome/browser/ |
do_not_track_browsertest.cc | 32 true /* forward */, false /* match case */, NULL /* ordinal */, 53 true /* forward */, false /* match case */, NULL /* ordinal */,
|
/external/chromium_org/content/browser/renderer_host/input/ |
input_router.h | 54 // Returns |true| if the caller should immediately forward touch events to the 59 // Returns |true| if the caller should immediately forward the provided
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ActiveDOMObject.h | 32 #include "wtf/Forward.h" 50 // For example, a page won't be suspended and placed in the back/forward cache if it has
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
sfntpic.c | 26 /* forward declaration of PIC init functions from sfdriver.c */ 36 /* forward declaration of PIC init functions from ttcmap.c */
|
/external/chromium_org/tools/android/common/ |
adb_connection.cc | 33 // ADB port forward request format: HHHHtcp:port:address. 42 LOG(ERROR) << "Forward to address is too long: " << forward_to;
|
/external/chromium_org/tools/android/forwarder/ |
forwarder.cc | 254 // Listens to a server socket. On incoming request, forward it to the host. 306 // Format of arg: <Device port>[:<Forward to port>:<Forward to address>] 378 printf("Like 'adb forward' but in the reverse direction\n"); 385 "<Device port>[:<Forward to port>:<Forward to address>] ...", 386 " <Forward to port> default is <Device port>\n" 387 " <Forward to address> default is 127.0.0.1\n"
|
/external/clang/test/Sema/ |
tentative-decls.c | 4 struct a x1; // expected-note 2{{forward declaration of 'struct a'}} 11 // expected-note{{forward declaration of 'struct b'}}
|
/external/freetype/src/autofit/ |
afpic.c | 28 /* forward declaration of PIC init functions from afmodule.c */ 45 /* forward declaration of PIC init functions from script classes */
|
/external/freetype/src/cff/ |
cffpic.c | 29 /* forward declaration of PIC init functions from cffdrivr.c */ 52 /* forward declaration of PIC init functions from cffparse.c */
|
/external/freetype/src/sfnt/ |
sfntpic.c | 28 /* forward declaration of PIC init functions from sfdriver.c */ 57 /* forward declaration of PIC init functions from ttcmap.c */
|
/external/icu4c/i18n/ |
quant.h | 58 * than offset for a forward direction match, less than offset for 61 * forward direction or text.charAt(limit+1) in the backward
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-up.sh | 67 # XXX This is a workaround for Linux forward policies problem. 68 # Someone familiar with forward policies please fix this properly.
|
/external/iptables/extensions/ |
libxt_policy.man | 8 .B PREROUTING, INPUT and FORWARD 12 .B POSTROUTING, OUTPUT and FORWARD
|
/external/openssh/regress/ |
dynamic-forward.sh | 1 # $OpenBSD: dynamic-forward.sh,v 1.9 2011/06/03 00:29:52 dtucker Exp $ 33 trace "forward failed proto $p attempt $n err $error"
|
/frameworks/base/core/java/android/webkit/ |
WebBackForwardList.java | 22 * This class contains the back/forward list for a WebView. 62 * Get the total size of the back/forward list.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_pair.h | 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and 89 : first(std::forward<_U1>(__x)), 90 second(std::forward<_U2>(__y)) { } 112 : first(std::forward<_U1>(__x)), 113 second(std::forward<_Arg0>(__arg0), 114 std::forward<_Args>(__args)...) { } 255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
exif_encoder.js | 194 hw.forward('size', 2); 212 bw.forward('image-dir', 4); // The pointer should point right after itself. 273 * @param {string} nextDirPointer A forward key for the pointer to the next 281 bw.forward('dir-count', 2); 295 throw new Error('Cannot forward the pointer for ' + tag.id); 296 bw.forward(tag.id, width); 301 // The value does not fit, forward the 4 byte offset to the actual value. 303 bw.forward(tag.id, width); 313 bw.forward(nextDirPointer, 4); 527 ByteWriter.prototype.forward = function(key, width) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.c | 202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert) 213 if (!forward) 244 bool luma, bool frame, bool forward, bool vert, 266 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert); 288 bool forward, backward; local 299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD; 301 assert(!forward || dec->past < 8); 309 if (forward) { 315 if (backward && forward) { 316 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, TRUE [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert) 213 if (!forward) 244 bool luma, bool frame, bool forward, bool vert, 266 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert); 288 bool forward, backward; local 299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD; 301 assert(!forward || dec->past < 8); 309 if (forward) { 315 if (backward && forward) { 316 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, TRUE [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_matrixProcs.cpp | 404 // need to know our start, and our initial phase (forward or backward) 405 bool forward; local 410 forward = false; 413 forward = true; 419 if (forward) { 424 forward = !forward; 429 if (forward) { 434 forward = !forward; [all...] |