/external/openssh/ |
sshd.c | 882 usage(void) function 887 "usage: sshd [-46DdeiqTt] [-b bits] [-C connection_spec] [-c host_cert_file]\n" [all...] |
/external/ppp/pppd/ |
options.c | 151 static void usage __P((void)); 329 Usage: %s [ options ], where options are:\n\ 366 usage(); 1009 * usage - print out a message telling how to use the program. 1012 usage() function 1019 * showhelp - print out usage message and exit. 1026 usage(); [all...] |
/external/qemu/ |
qemu-io.c | 1709 static void usage(const char *name) function [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | 315 * Prints command line usage.
317 * @param msg A message to include with usage info.
319 private final static void usage( String msg )
method in class:Base64 322 System.err.println( "Usage: java Base64 -e|-d inputfile outputfile" );
323 } // end usage
[all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 332 unsigned int usage; member in struct:hostapd_dynamic_iface
|
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | 1046 static void usage(void) function 1048 printf("usage:\n" 1139 usage(); 1203 usage(); 1218 usage(); [all...] |
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 590 static void usage(const char *me) { function 591 fprintf(stderr, "usage: %s [options] [input_filename]\n", me); 798 usage(argv[0]);
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.cpp | 1016 uint32_t usage; local 1020 &id, &formatActual, &usage, &maxBuffers); 1028 "usage 0x%x, producer wants %d buffers", __FUNCTION__, 1029 id, formatActual, usage, maxBuffers); 1033 mUsage = usage; 1052 ALOGE("%s: Unable to configure usage %08x for stream %d", [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 100 int usage = Allocation.USAGE_GRAPHICS_TEXTURE; local 101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage); 170 int usage = Allocation.USAGE_GRAPHICS_TEXTURE; local 172 return Allocation.createCubemapFromBitmap(rs, b, mip, usage); 174 return Allocation.createFromBitmap(rs, b, mip, usage);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLState.java | 98 IGLProperty usage = new GLEnumProperty(GLStateType.BUFFER_USAGE, GLEnum.GL_STATIC_DRAW); local 103 size, usage, data, type);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
StateTransformFactory.java | 384 // void glBufferData(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage); 388 GLEnum usage = GLEnum.valueOf(msg.getArgs(3).getIntValue(0)); local 412 usage)); [all...] |
/system/core/adb/ |
commandline.c | 209 int usage() function 566 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n", 711 return usage(); 723 if (argc < 2) return usage(); 759 if (argc != 2) return usage(); 960 return usage(); 978 if (argc < 2) return usage(); 989 return usage(); 995 if(argc < 2 || argv[0][2] != '\0') return usage(); 1009 if (argc < 2) return usage(); [all...] |
/system/core/fastboot/ |
fastboot.c | 291 void usage(void) function 295 "usage: fastboot [ <option> ] <command>\n" 820 #define require(n) do { if (argc < (n)) {usage(); exit(1);}} while (0) 919 usage(); 973 usage(); 984 usage(); 1090 usage();
|
/system/core/toolbox/ |
newfs_msdos.c | 235 static void usage(void); 360 usage(); 365 usage(); 1054 * Print usage message. 1057 usage(void) function 1060 "usage: newfs_msdos [ -options ] special [disktype]\n"
|
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/art/oatdump/ |
oatdump.cc | 56 static void usage() { function in namespace:art 58 "Usage: oatdump [options] ...\n" [all...] |
/build/tools/signapk/ |
SignApk.java | 702 private static void usage() { method in class:SignApk 703 System.err.println("Usage: signapk [-w] " + 711 if (args.length < 4) usage(); method 723 if ((args.length - argstart) % 2 == 1) usage(); method
|
/external/blktrace/btreplay/ |
btreplay.c | 255 * usage - Display usage string and version 257 static inline void usage(void) function 259 fprintf(stderr, "Usage: btreplay -- version %s\n%s", [all...] |
/external/bzip2/ |
bzip2.c | 1626 void usage ( Char *fullProgName ) function [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmllint.c | 2950 static void usage(const char *name) { function [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_state.h | 338 unsigned usage; /**< bitmask of PIPE_BIND_x */ member in struct:pipe_surface 414 unsigned usage:8; /**< PIPE_USAGE_x (not a bitmask) */ member in struct:pipe_resource 428 enum pipe_transfer_usage usage; member in struct:pipe_transfer
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 627 * same usage constraints as the discard mode. 1009 DXGI_USAGE usage = DXGI_USAGE_BACK_BUFFER | DXGI_USAGE_RENDER_TARGET_OUTPUT; local 1011 usage |= DXGI_USAGE_DISCARD_ON_PRESENT; 1013 usage |= DXGI_USAGE_SHADER_INPUT; 1020 hr = dxgi_device->CreateSurface(&surface_desc, 1, usage, 0, &new_buffer0); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | 1494 unsigned usage = 0; local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
shell.c | 1032 fprintf(pArg->out, "Pager Heap Usage: %d bytes\n", iCur); 1035 fprintf(pArg->out, "Schema Heap Usage: %d bytes\n", iCur); 1038 fprintf(pArg->out, "Statement Heap/Lookaside Usage: %d bytes\n", iCur); 2631 static void usage(int showDetail){ function [all...] |
/external/chromium_org/webkit/browser/quota/ |
quota_manager.cc | 49 QuotaStatusCode status, int64 usage, int64 quota) { 55 callback, status, usage, quota)); 58 callback.Run(status, usage, quota); 237 int64 available_disk_space, int64 usage, int64 quota) { 239 quota < usage) { 240 // No more space; cap the quota to the current usage. 241 return usage; 245 if (available_disk_space < quota - usage) 246 return available_disk_space + usage; 274 int64 usage = usage_and_quota.usage local [all...] |