Searched refs:usage (Results 1 - 25 of 151) sorted by relevance

1234567

/device/generic/goldfish/dhcp/client/
H A Dmain.cpp20 static void usage(const char* program) { function
26 usage(argv[0]);
37 usage(argv[0]);
42 usage(argv[0]);
48 usage(argv[0]);
/device/google/contexthub/util/
H A Dnanoapp_prepare.sh22 usage () { #show usage and bail out function
32 usage $0
45 usage $0
52 usage $0
67 usage $0
77 usage $0
92 usage $0
H A Dnanohub_os_update_prepare.sh22 usage () { #show usage and bail out function
29 usage $0
/device/linaro/hikey/uefi-tools/
H A Dtos-build.sh13 function usage function
15 echo "usage:"
54 usage
64 usage
82 usage
H A Dopteed-build.sh14 function usage function
16 echo "usage:"
117 usage
125 usage
135 usage
153 usage
/device/generic/goldfish/dhcp/server/
H A Dmain.cpp24 static void usage(const char* program) { function
39 usage(argv[0]);
50 usage(argv[0]);
58 usage(argv[0]);
63 usage(argv[0]);
70 usage(argv[0]);
78 usage(argv[0]);
84 usage(argv[0]);
92 usage(argv[0]);
99 usage(arg
[all...]
/device/google/cuttlefish_common/guest/hals/camera/
H A DGrallocModule.h28 int lock(buffer_handle_t handle, int usage, int l, int t, int w, int h, argument
30 return mModule->lock(mModule, handle, usage, l, t, w, h, vaddr);
34 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, argument
36 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr);
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3HALHeader.h45 #define IS_USAGE_VIDEO(usage) (((usage) & (GRALLOC_USAGE_HW_VIDEO_ENCODER)) \
47 #define IS_USAGE_PREVIEW(usage) (((usage) & (GRALLOC_USAGE_HW_TEXTURE)) \
49 #define IS_USAGE_ZSL(usage) (((usage) & (GRALLOC_USAGE_HW_CAMERA_ZSL)) \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Drgrep.py20 usage("not enough arguments")
22 usage("exactly one file argument required")
27 usage("error in regular expression: %s" % str(msg))
31 usage("can't open %s: %s" % (repr(filename), str(msg)), 1)
57 def usage(msg, code=2): function
H A Dfixnotice.py39 See the file "Misc/COPYRIGHT" for information on usage and
52 def usage(code, msg=''): function
66 usage(1, msg)
70 usage(0)
H A Ddb2pickle.py47 def usage(): function
56 usage()
60 usage()
H A Dfinddiv.py27 usage(msg)
30 usage("at least one file argument is required")
45 def usage(msg): function
H A Dfindnocoding.py75 usage = """Usage: %s [-cd] paths...
83 print >>sys.stderr, usage
96 print >>sys.stderr, usage
H A Dpickle2db.py52 def usage(): function
61 usage()
65 usage()
/device/linaro/hikey/gralloc960/
H A Dalloc_device_allocator_specific.h17 int alloc_backend_alloc(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, uint64_t fmt, int w, int h);
H A Dmali_gralloc_formats.cpp367 static bool determine_producer(mali_gralloc_producer_type *producer, uint64_t *producer_runtime_mask, int req_format, int usage) argument
374 if(usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK))
378 else if(usage & GRALLOC_USAGE_HW_RENDER)
394 else if(usage & GRALLOC_USAGE_HW_CAMERA_MASK)
401 else if((usage & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER | GRALLOC_USAGE_EXTERNAL_DISP)) ==
410 static bool determine_consumer(mali_gralloc_consumer_type *consumer, uint64_t *consumer_runtime_mask, int req_format, int usage) argument
417 if(usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK))
421 /* When usage explicitly targets a consumer, as it does with GRALLOC_USAGE_HW_FB,
424 else if( usage & GRALLOC_USAGE_HW_FB )
428 else if(usage
565 mali_gralloc_select_format(int req_format, int usage, int buffer_size) argument
[all...]
H A Dalloc_ion.cpp198 unsigned int pick_ion_heap(int usage) argument
202 if(usage & GRALLOC_USAGE_PROTECTED)
212 else if(!(usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && (usage & (GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_HW_COMPOSER)))
217 else if(!(usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && (usage & (GRALLOC_USAGE_HW_FB | GRALLOC_USAGE_HW_COMPOSER)))
230 void set_ion_flags(unsigned int heap_mask, int usage, unsigned int *priv_heap_flag, int *ion_flags) argument
252 if ( (usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN )
262 int alloc_backend_alloc(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, uint64_t fmt, int w, int h) argument
278 heap_mask = pick_ion_heap(usage);
[all...]
/device/generic/goldfish/camera/
H A DGrallocModule.h16 int usage, int l, int t, int w, int h, void **vaddr) {
17 return mModule->lock(mModule, handle, usage, l, t, w, h, vaddr);
22 int usage, int l, int t, int w, int h,
24 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr);
15 lock(buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr) argument
21 lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
/device/generic/goldfish/wifi/ipv6proxy/
H A Dmain.cpp25 void usage(const char* program) { function
76 usage(argv[0]);
82 usage(argv[0]);
101 usage(argv[0]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dudpecho.py16 usage()
22 usage()
24 def usage(): function
45 usage()
H A Dthroughput.py25 usage()
31 usage()
34 def usage(): function
64 usage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Dcmdfw.py18 for the usage message, printed after the general usage message
24 Common usage is to derive a class, instantiate it, and then call its
29 "usage: (name)s [flags] subcommand [subflags] [argument] ..."
46 return self.usage(msg)
58 return self.usage("command %r unknown" % (cmd,))
66 return self.usage(
85 def usage(self, msg = None): member in class:CommandFrameWork
86 """Print usage message. Return suitable exit code (2)."""
/device/generic/goldfish/gralloc/
H A Dgralloc.cpp47 size_t size, int usage, buffer_handle_t* pHandle);
58 buffer_handle_t handle, int usage,
104 size_t size, int usage, buffer_handle_t* pHandle)
126 int newUsage = (usage & ~GRALLOC_USAGE_HW_FB) | GRALLOC_USAGE_HW_2D;
157 size_t size, int usage, buffer_handle_t* pHandle)
162 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
168 size_t size, int /*usage*/, buffer_handle_t* pHandle)
204 int width, int height, int format, int usage,
238 if (usage & GRALLOC_USAGE_HW_FB) {
239 err = gralloc_alloc_framebuffer(dev, size, usage, pHandl
103 gralloc_alloc_framebuffer_locked(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
156 gralloc_alloc_framebuffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
203 gralloc_alloc(alloc_device_t* dev, int width, int height, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
[all...]
/device/linaro/hikey/gralloc/
H A Dgralloc_priv.h163 int usage; member in struct:private_handle_t
205 private_handle_t(int flags, int usage, int size, void *base, int lock_state, ump_secure_id secure_id, ump_handle handle): argument
211 usage(usage),
239 private_handle_t(int flags, int usage, int size, void *base, int lock_state): argument
243 usage(usage),
270 private_handle_t(int flags, int usage, int size, void *base, int lock_state, int fb_file, int fb_offset): argument
276 usage(usage),
[all...]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A Dgralloc_cb.h48 usage(p_usage),
101 return (0 != (usage & GRALLOC_USAGE_HW_FB));
110 int usage; // usage bits the buffer was created with member in struct:cb_handle_t

Completed in 310 milliseconds

1234567