HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 201 - 225 of 2647) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/display/msm8996/libgralloc/
gr.h 52 int usage, int& alignedw, int &alignedh);
58 void getBufferAttributes(int width, int height, int format, int usage,
63 bool isMacroTileEnabled(int format, int usage);
71 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
76 // To query if UBWC is enabled, based on format and usage flags
77 bool isUBwcEnabled(int format, int usage);
118 * width, height, format and usage flags.
123 int usage, int& aligned_w, int& aligned_h);
  /packages/services/Car/service/src/com/android/car/
CarAudioAttributesUtil.java 23 * Utility class to map car usage into AudioAttributes and the other way around.
86 int usage = attr.getUsage(); local
92 switch (usage) {
128 private static AudioAttributes createAudioAttributes(int contentType, int usage) {
130 return builder.setContentType(contentType).setUsage(usage).build();
134 int contentType, int usage) {
138 return builder.setContentType(contentType).setUsage(usage).addBundle(bundle).build();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs 20 usage="\
21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs 20 usage="\
21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkinstalldirs 20 usage="\
21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
  /toolchain/binutils/binutils-2.25/
mkinstalldirs 20 usage="\
21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
  /external/bouncycastle/
import_bouncycastle.sh 40 function usage() { function
46 echo "Usage:"
84 shift || usage "No command specified. Try import, regenerate, or generate."
87 shift || usage "No tar file specified."
93 shift || usage "No patch file specified."
95 [ -d $BOUNCYCASTLE_BCPROV_DIR ] || usage "$BOUNCYCASTLE_BCPROV_DIR not found, did you mean to use generate?"
96 [ -d $BOUNCYCASTLE_BCPROV_DIR_ORIG ] || usage "$BOUNCYCASTLE_BCPROV_DIR_ORIG not found, did you mean to use generate?"
99 [ -d $BOUNCYCASTLE_BCPKIX_DIR ] || usage "$BOUNCYCASTLE_BCPROV_DIR not found, did you mean to use generate?"
100 [ -d $BOUNCYCASTLE_BCPKIX_DIR_ORIG ] || usage "$BOUNCYCASTLE_BCPKIX_DIR_ORIG not found, did you mean to use generate?"
103 usage "Unknown patch file $patch specified
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag.go 8 Usage:
267 // Usage is the function called when an error occurs while parsing flags.
270 Usage func()
284 Usage string // help message
286 DefValue string // default value (as text); for usage message
312 // SetOutput sets the destination for usage and error messages.
393 // UnquoteUsage extracts a back-quoted name from the usage
394 // string for a flag and returns it and the un-quoted usage.
398 func UnquoteUsage(flag *Flag) (name string, usage string) {
400 usage = flag.Usag
805 func (f *FlagSet) usage() { func
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 8 Usage:
267 // Usage is the function called when an error occurs while parsing flags.
270 Usage func()
284 Usage string // help message
286 DefValue string // default value (as text); for usage message
312 // SetOutput sets the destination for usage and error messages.
393 // UnquoteUsage extracts a back-quoted name from the usage
394 // string for a flag and returns it and the un-quoted usage.
398 func UnquoteUsage(flag *Flag) (name string, usage string) {
400 usage = flag.Usag
805 func (f *FlagSet) usage() { func
    [all...]
  /dalvik/dx/tests/
run-test 58 usage="no"
60 usage="yes"
72 usage="yes"
78 if [ "$usage" = "yes" ]; then
81 echo "usage:"
  /external/autotest/client/cros/scripts/
device 13 def usage():
14 """ Prints a script usage message. """
16 print 'Usage: %s <command> [more parameters]' % cmd
69 return usage()
81 return usage()
94 return usage()
  /external/autotest/tko/
delete_job_results 7 usage = "usage: delete_job_results <job tag>" variable
10 print usage
  /external/chromium-trace/catapult/telemetry/telemetry/util/
command_line.py 11 usage = '' variable in class:ArgParseCommand
15 return argparse.ArgumentParser('%%prog %s %s' % (cls.Name(), cls.usage),
  /external/e2fsprogs/misc/
uuidgen.c 29 static void usage(const char *progname) function
31 fprintf(stderr, _("Usage: %s [-r] [-t]\n"), progname);
59 usage(argv[0]);
  /external/elfutils/src/
make-debug-archive.in 27 usage()
29 echo "Usage: $0 ARCHIVE {options}"
42 usage >&2
61 x--help) usage; exit 0 ;;
72 usage
  /external/iproute2/bridge/
bridge.c 31 static void usage(void) __attribute__((noreturn));
33 static void usage(void) function
36 "Usage: bridge [ OPTIONS ] OBJECT { COMMAND | help }\n"
47 usage();
138 usage();
155 usage();
161 usage();
180 usage();
203 usage();
  /external/jemalloc/bin/
jemalloc-config.in 3 usage() {
5 Usage:
8 --help | -h : Print usage.
31 usage
77 usage
  /external/libcap/progs/
getpcaps.c 14 static void usage(void) function
17 "usage: getcaps <pid> [<pid> ...]\n\n"
30 usage();
  /external/libpng/
libpng-config.in 28 usage()
31 Usage: $0 [OPTION] ...
55 usage 1
71 usage 0
120 usage
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_buffer.c 52 unsigned usage,
60 transfer->usage = usage;
79 data = rctx->ws->buffer_map(rbuffer->cs_buf, rctx->cs, transfer->usage);
120 unsigned bind, unsigned usage)
128 if (usage == PIPE_USAGE_STAGING) {
134 switch(usage) {
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/tools/
fxdis.cpp 32 void usage() function
39 std::cerr << "Usage: fxdis FILE\n";
47 usage();
  /external/netcat/
Android.mk 18 # gold in binutils 2.22 will warn about the usage of mktemp
  /external/skia/src/gpu/gl/debug/
GrBufferObj.h 55 void setUsage(GrGLint usage) { fUsage = usage; }
  /external/valgrind/drd/tests/
omp_printf.c 9 static void usage(const char* const exe) function
12 "Usage: %s [-h] [-i <n>] [-q] [-t<n>]\n"
33 case 'h': usage(argv[0]); return 1;
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 13 def usage(): function
14 print "Usage:"
106 usage()
131 usage()
145 usage()
172 usage()
179 usage()
192 usage()
209 usage()

Completed in 1837 milliseconds

1 2 3 4 5 6 7 891011>>