/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 97 usage(); method 147 usage(true); 151 usage(false); 196 usage(); method 264 usage(); method 335 * Prints the usage message. 337 private static void usage(boolean printDebugOptions) { method in class:main 350 private static void usage() { method in class:main 351 usage(false);
|
/external/srtp/test/ |
srtp_driver.c | 104 usage(char *prog_name) { function 105 printf("usage: %s [ -t ][ -c ][ -v ][-d <debug_module> ]* [ -l ]\n" 204 usage(argv[0]); 210 usage(argv[0]); [all...] |
/external/tcpdump/ |
tcpdump.c | 105 static void usage(void) __attribute__((noreturn)); 789 usage(); 795 usage(); 1386 usage(void) function [all...] |
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 916 static void usage(void) function 922 "usage:\n" 928 " -h = show this usage help\n" 968 usage(); 987 usage(); 993 usage();
|
hostapd_cli.c | 85 " help show this usage help\n" 107 static void usage(void) function 112 "usage: hostapd_cli [-p<path>] [-i<ifname>] [-hvB] " 117 " -h help (show this usage text)\n" 1081 usage(); 1094 usage();
|
/frameworks/av/media/libmedia/ |
IAudioPolicyService.cpp | 106 virtual status_t setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) 110 data.writeInt32(static_cast <uint32_t>(usage)); 116 virtual audio_policy_forced_cfg_t getForceUse(audio_policy_force_use_t usage) 120 data.writeInt32(static_cast <uint32_t>(usage)); 436 audio_policy_force_use_t usage = static_cast <audio_policy_force_use_t>( local 440 reply->writeInt32(static_cast <uint32_t>(setForceUse(usage, config))); 446 audio_policy_force_use_t usage = static_cast <audio_policy_force_use_t>( local 448 reply->writeInt32(static_cast <uint32_t>(getForceUse(usage)));
|
IOMX.cpp | 231 node_id node, OMX_U32 port_index, OMX_U32* usage) { 239 *usage = reply.readInt32(); 678 OMX_U32 usage = 0; local 679 status_t err = getGraphicBufferUsage(node, port_index, &usage); 681 reply->writeInt32(usage);
|
/frameworks/av/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 785 static void usage(const char *me) { function 786 fprintf(stderr, "usage: %s\n" 834 usage(me);
|
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 200 int usage; field in class:Mesh.Builder.Entry 211 * @param usage specifies how the mesh allocations are to be 215 public Builder(RenderScript rs, int usage) { 217 mUsage = usage; 803 int usage = Allocation.USAGE_SCRIPT; local 805 usage |= Allocation.USAGE_GRAPHICS_VERTEX; 808 Builder smb = new Builder(mRS, usage);
|
/frameworks/native/libs/gui/ |
Surface.cpp | 422 int usage = va_arg(args, int); local 423 return setUsage(usage);
|
/hardware/libhardware/include/hardware/ |
camera3.h | 88 * - configure_streams passes consumer usage flags to the HAL. 1148 uint32_t usage; member in struct:camera3_stream [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_copybit.cpp | 441 int usage = GRALLOC_USAGE_PRIVATE_IOMMU_HEAP; local 449 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage)){
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hiddev.h | 55 __u32 usage; member in struct:hiddev_collection_info 96 __u32 physical; /* physical usage for this field */ 97 __u32 logical; /* logical usage for this field */ 98 __u32 application; /* application usage for this field */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hiddev.h | 55 __u32 usage; member in struct:hiddev_collection_info 96 __u32 physical; /* physical usage for this field */ 97 __u32 logical; /* logical usage for this field */ 98 __u32 application; /* application usage for this field */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hiddev.h | 55 __u32 usage; member in struct:hiddev_collection_info 96 __u32 physical; /* physical usage for this field */ 97 __u32 logical; /* logical usage for this field */ 98 __u32 application; /* application usage for this field */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 798 Usage: 843 def usage(msg=None): function 865 usage() 877 usage("-f or --file argument must be two paths, " 903 usage() [all...] |
gensuitemodule.py | 34 def usage(): function 35 sys.stderr.write("Usage: %s [opts] application-or-resource-file\n" % sys.argv[0]) 54 usage() 74 usage() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 4 Usage: 223 def usage(code, msg=''): function 267 usage(2, msg) 276 usage(0) 315 usage(2, '-R takes 2 or 3 colon-separated arguments') 339 usage(1, 'Invalid -u/--use option: ' + a) 365 usage(2, "-s and -f don't go together!") 367 usage(2, "-T and -j don't go together!") 369 usage(2, "-l and -j don't go together!") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 4 Usage: 223 def usage(code, msg=''): function 267 usage(2, msg) 276 usage(0) 315 usage(2, '-R takes 2 or 3 colon-separated arguments') 339 usage(1, 'Invalid -u/--use option: ' + a) 365 usage(2, "-s and -f don't go together!") 367 usage(2, "-T and -j don't go together!") 369 usage(2, "-l and -j don't go together!") [all...] |
/system/core/include/system/ |
window.h | 107 int usage; member in struct:ANativeWindowBuffer 236 * The consumer gralloc usage bits currently set by the consumer. 589 * native_window_set_usage(..., usage) 590 * Sets the intended usage flags for the next buffers 592 * By default (if this function is never called), a usage of 600 struct ANativeWindow* window, int usage) 602 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
|
/system/core/toolbox/grep/ |
grep.c | 71 /* 4*/ "usage: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZz] [-A num] [-B num] [-C[num]]\n", 155 * Prints usage information and returns 2. 158 usage(void) function 629 usage(); 640 usage(); 658 usage();
|
/system/core/toolbox/ |
top.c | 109 static void usage(char *cmd); 124 usage(argv[0]); 133 usage(argv[0]); 142 usage(argv[0]); 151 usage(argv[0]); 164 usage(argv[0]); 168 usage(argv[0]); 562 static void usage(char *cmd) { function 563 fprintf(stderr, "Usage: %s [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ]\n"
|
/system/extras/micro_bench/ |
micro_bench.cpp | 594 void usage() { function 595 printf("Usage:\n"); [all...] |
/dalvik/dexdump/ |
DexDump.cpp | 1823 void usage(void) function [all...] |
/external/chromium/net/base/ |
x509_certificate_win.cc | 687 static const LPSTR usage[] = { local 693 chain_para.RequestedUsage.Usage.cUsageIdentifier = arraysize(usage); 694 chain_para.RequestedUsage.Usage.rgpszUsageIdentifier = 695 const_cast<LPSTR*>(usage); 719 chain_para.RequestedIssuancePolicy.Usage.cUsageIdentifier = 1; 720 chain_para.RequestedIssuancePolicy.Usage.rgpszUsageIdentifier = 757 chain_para.RequestedIssuancePolicy.Usage.cUsageIdentifier = 0; 758 chain_para.RequestedIssuancePolicy.Usage.rgpszUsageIdentifier = NULL; [all...] |