HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 76 - 100 of 837) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/
mkinstalldirs 17 usage="\
18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
mkinstalldirs 17 usage="\
18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkinstalldirs 17 usage="\
18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
  /dalvik/dx/tests/
run-test 58 usage="no"
60 usage="yes"
72 usage="yes"
78 if [ "$usage" = "yes" ]; then
81 echo "usage:"
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp 19 bool GLESbuffer::setBuffer(GLuint size,GLuint usage,const GLvoid* data) {
21 m_usage = usage;
  /external/chromium/build/
apply_locales.py 14 usage = 'usage: %s [options ...] format_string locale_list'
15 parser.set_usage(usage.replace('%s', '%prog'))
  /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/iproute2/ip/
link_veth.c 20 static void usage(void) function
22 printf("Usage: ip link <options> type veth "
35 usage();
  /external/valgrind/main/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/webkit/Tools/Scripts/
build-api-tests 38 my $usage = <<EOF;
39 Usage: $programName [options] [options to pass to build system]
50 print STDERR $usage;
build-jsc 42 my $usage = <<EOF;
43 Usage: $programName [options] [options to pass to build system]
54 print STDERR $usage;
build-webkittestrunner 38 my $usage = <<EOF;
39 Usage: $programName [options] [options to pass to build system]
50 print STDERR $usage;
webkit-build-directory 43 my $usage = <<EOF;
44 Usage: $programName [options]
61 print STDERR $usage;
run-pageloadtest 48 my $usage =
49 "Usage: " . basename($0) . "[options] testName\n" .
55 print STDERR $usage;
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 90 static void usage P_((int));
109 static void usage P_((int));
111 usage(status) function
123 Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n\
293 usage(4);
300 usage(4);
331 usage(0);
333 usage(4);
345 usage(4);
  /build/tools/check_prereq/
check_prereq.c 28 usage:
29 fprintf(stderr, "usage: %s <timestamp>\n", argv[0]);
  /external/dbus/tools/
dbus-uuidgen.c 31 usage (char *name, int ecode) function
36 fprintf (stderr, "Usage: %s [--ensure[=FILENAME]] [--get[=FILENAME]]\n", name);
65 usage (NULL, 1);
112 usage (argv[0], 0);
116 usage (argv[0], 1);
  /external/mtpd/
mtpd.h 54 /* The usage of the arguments. */
55 char *usage; member in struct:protocol
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 21 void usage(void);
67 usage();
70 usage();
120 void usage(void) function
122 fprintf(stderr, "Usage: pppoe-discovery [options]\n");
  /external/stlport/stlport/stl/config/
_detect_dll_or_lib.h 73 # error Unknown STLport usage config (dll/lib?)
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 11 function usageCallback(usage, quota)
13 returnedUsage = usage;
16 // Usage should be 0 (if other storage tests have correctly cleaned up their test data before exiting).
  /external/webkit/Source/JavaScriptCore/
create_jit_stubs 25 my $usage = basename($0) . " --prefix prefix file";
39 die "$usage\n" unless ($prefix and $file);
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable)
38 void* result = reserveAndCommit(bytes, usage, writable, executable);
46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable)
58 int fd = usage;
PageAllocationAligned.cpp 31 PageAllocationAligned PageAllocationAligned::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable, bool executable)
41 if (usage != OSAllocator::UnknownUsage)
42 flags |= usage;
57 void* reservationBase = OSAllocator::reserveUncommitted(reservationSize, usage, writable, executable);
  /frameworks/base/libs/gui/
IGraphicBufferAlloc.cpp 46 PixelFormat format, uint32_t usage, status_t* error) {
52 data.writeInt32(usage);
94 uint32_t usage = data.readInt32(); local
97 createGraphicBuffer(w, h, format, usage, &error);

Completed in 556 milliseconds

1 2 34 5 6 7 8 91011>>