Searched defs:usage (Results 101 - 125 of 871) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
H A DNetscapeCertType.java34 * @param usage - the bitwise OR of the Key Usage flags giving the
39 int usage)
41 super(getBytes(usage), getPadBits(usage));
45 DERBitString usage)
47 super(usage.getBytes(), usage.getPadBits());
38 NetscapeCertType( int usage) argument
44 NetscapeCertType( DERBitString usage) argument
/external/bouncycastle/
H A Dimport_bouncycastle.sh40 function usage() { function
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"
107 shift || usage "N
[all...]
/external/chromium_org/build/
H A Dinstall-chroot.sh19 usage() { function
20 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]"
44 usage
62 usage
74 usage
79 usage
84 usage
92 usage
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_converter.py71 usage='usage: %prog [option] <directory>') variable
/external/chromium_org/chrome/installer/mac/
H A Ddirdiffer.sh7 # usage: dirdiffer.sh old_dir new_dir patch_dir
460 usage() { function
461 echo "usage: ${ME} old_dir new_dir patch_dir" >& 2
474 usage
480 usage
488 usage
525 usage
540 usage
H A Ddirpatcher.sh7 # usage: dirpatcher.sh old_dir patch_dir new_dir
308 usage() { function
309 echo "usage: ${ME} old_dir patch_dir new_dir" >& 2
322 usage
328 usage
336 usage
350 usage
363 usage
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_usage_cache_unittest.cc51 int64 usage = 0; local
53 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
54 EXPECT_EQ(size, usage);
60 int64 usage = 0; local
62 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
63 EXPECT_EQ(size, usage);
69 int64 usage = 0; local
74 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
75 EXPECT_EQ(98214, usage);
81 int64 usage local
92 int64 usage = 0; local
103 int64 usage = 0; local
119 int64 usage = 0; local
131 int64 usage = 0; local
145 int64 usage = 0; local
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_memory_buffer_factory_host_impl.cc25 unsigned usage,
42 usage,
21 CreateGpuMemoryBuffer( const gfx::GpuMemoryBufferHandle& handle, const gfx::Size& size, unsigned internalformat, unsigned usage, const CreateGpuMemoryBufferCallback& callback) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.cc38 bool GpuMemoryBufferImpl::IsUsageValid(unsigned usage) { argument
39 switch (usage) {
H A Dgpu_memory_buffer_impl_android.cc15 unsigned usage,
19 size, internalformat, usage)) {
21 size, internalformat, usage, callback);
32 unsigned usage,
37 size, internalformat, usage)) {
13 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
29 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
H A Dgpu_memory_buffer_impl_linux.cc14 unsigned usage,
18 size, internalformat, usage)) {
20 size, internalformat, usage, callback);
31 unsigned usage,
36 size, internalformat, usage)) {
12 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
28 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
H A Dgpu_memory_buffer_impl_mac.cc15 unsigned usage,
19 usage)) {
21 size, internalformat, usage, client_id, callback);
26 size, internalformat, usage)) {
28 size, internalformat, usage, callback);
39 unsigned usage,
44 usage)) {
46 size, internalformat, usage, child_client_id, callback);
51 size, internalformat, usage)) {
13 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
36 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
H A Dgpu_memory_buffer_impl_ozone.cc15 unsigned usage,
19 internalformat, usage)) {
21 size, internalformat, usage, client_id, callback);
26 size, internalformat, usage)) {
28 size, internalformat, usage, callback);
39 unsigned usage,
44 internalformat, usage)) {
46 size, internalformat, usage, child_client_id, callback);
50 size, internalformat, usage)) {
13 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
36 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
H A Dgpu_memory_buffer_impl_win.cc14 unsigned usage,
18 size, internalformat, usage)) {
20 size, internalformat, usage, callback);
31 unsigned usage,
36 size, internalformat, usage)) {
12 Create(const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
28 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
/external/chromium_org/crypto/third_party/nss/
H A Dpk11akey.cc60 CK_ATTRIBUTE_TYPE usage = CKA_SIGN; local
85 &usage, 1, wincx);
/external/chromium_org/remoting/host/installer/
H A Dbuild-installer-archive.py217 def usage(): function
218 """Display basic usage information."""
231 usage()
266 usage()
/external/chromium_org/remoting/host/installer/mac/
H A Ddo_signing.sh12 # usage: do_signing.sh output_dir input_dir [codesign_keychain codesign_id
197 usage() { function
249 usage
/external/chromium_org/storage/browser/quota/
H A Dstorage_observer.cc52 : usage(0), quota(0) {
55 StorageObserver::Event::Event(const Filter& filter, int64 usage, int64 quota) argument
56 : filter(filter), usage(usage), quota(quota) {
61 usage == other.usage &&
H A Dstorage_observer.h17 // events, such as changes in quota or usage.
25 // The origin to monitor usage for. Must be specified.
59 // The current usage corresponding to the filter.
60 int64 usage; member in struct:storage::StorageObserver::Event
66 Event(const Filter& filter, int64 usage, int64 quota);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A DCygdb.py34 usage, os.path.abspath(path_to_debug_info)))
75 usage = "Usage: cygdb [options] [PATH [-- GDB_ARGUMENTS]]" variable
87 parser = optparse.OptionParser(usage=usage)
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A DfilterRFC3454.pl61 usage() unless defined $sourceDir;
62 usage() unless defined $destDir;
63 usage() unless defined $srcFileName;
64 usage() unless defined $destFileName;
634 sub usage { subroutine
/external/chromium_org/third_party/icu/source/tools/
H A Dicu-svnprops-check.py13 # usage:
18 # -h | --help Print a usage line and exit.
149 def usage(): function
150 print "usage: " + sys.argv[0] + " [-f | --fix] [-h | --help]"
195 usage()
199 usage()
205 usage()
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Daes_calc.c47 Example usage (with first NIST FIPS 197 test case):
61 usage(char *prog_name) { function
62 printf("usage: %s <key> <plaintext> [-v]\n", prog_name);
86 usage(argv[0]);
90 usage(argv[0]);
H A Drand_gen.c59 usage(char *prog_name) { function
60 printf("usage: %s -n <num_bytes> [-l][ -d debug_module ]*\n"
78 usage(argv[0]);
106 usage(argv[0]);
109 usage(argv[0]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_resource.h60 unsigned usage, unsigned size)
64 PIPE_BIND_CUSTOM, usage, size));
59 si_resource_create_custom(struct pipe_screen *screen, unsigned usage, unsigned size) argument

Completed in 1146 milliseconds

1234567891011>>