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

1234567891011>>

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_histograms.cc11 void UsageCount(MediaGalleriesUsages usage) { argument
12 DCHECK_LT(usage, MEDIA_GALLERIES_NUM_USAGES);
13 UMA_HISTOGRAM_ENUMERATION("MediaGalleries.Usage", usage,
/external/chromium_org/device/hid/
H A Dhid_usage_and_page.cc16 if (usage == HidUsageAndPage::kGenericDesktopPointer ||
17 usage == HidUsageAndPage::kGenericDesktopMouse ||
18 usage == HidUsageAndPage::kGenericDesktopKeyboard ||
19 usage == HidUsageAndPage::kGenericDesktopKeypad) {
23 if (usage >= HidUsageAndPage::kGenericDesktopSystemControl &&
24 usage <= HidUsageAndPage::kGenericDesktopSystemWarmRestart) {
28 if (usage >= HidUsageAndPage::kGenericDesktopSystemDock &&
29 usage <= HidUsageAndPage::kGenericDesktopSystemDisplaySwap) {
H A Dhid_collection_info.cc10 : usage(HidUsageAndPage::kGenericDesktopUndefined,
H A Dhid_collection_info.h18 // Collection's usage ID.
19 HidUsageAndPage usage; member in struct:device::HidCollectionInfo
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageInfo.cpp36 StorageInfo::StorageInfo(unsigned long long usage, unsigned long long quota) argument
37 : m_usage(usage)
H A DStorageInfo.h42 static StorageInfo* create(unsigned long long usage, unsigned long long quota) argument
44 return new StorageInfo(usage, quota);
47 unsigned long long usage() const { return m_usage; } function in class:blink::FINAL
53 StorageInfo(unsigned long long usage, unsigned long long quota);
/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/qemu-pc-bios/bochs/bios/
H A Dbios_usage2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
3 usage rombios.bin temp.usage
4 /bin/rm temp.usage
/external/chromium_org/v8/tools/
H A Drun-llprof.sh40 usage() { function
42 usage: $0 <benchmark_command>
50 usage
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.stdout.exp2 reasonable heap usage
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_hw_context_priv.h39 enum radeon_bo_usage usage)
41 assert(usage);
42 return ctx->ws->cs_add_reloc(ctx->cs, rbo->cs_buf, usage, rbo->domains) * 4;
38 r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, enum radeon_bo_usage usage) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_hw_context_priv.h39 enum radeon_bo_usage usage)
41 assert(usage);
42 return ctx->ws->cs_add_reloc(ctx->cs, rbo->cs_buf, usage, rbo->domains) * 4;
38 r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, enum radeon_bo_usage usage) argument
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dtest.sh15 # Prints usage information.
16 usage() { function
54 usage
57 usage
61 usage
65 usage
/external/chromium_org/tools/clang/plugins/tests/
H A Dtest.sh15 # Prints usage information.
16 usage() { function
55 usage
58 usage
62 usage
66 usage
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pku.c66 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
86 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
89 if(usage->notBefore) {
91 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
92 if(usage->notAfter) BIO_write(out, ", ", 2);
94 if(usage->notAfter) {
96 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/external/openssl/crypto/x509v3/
H A Dv3_pku.c65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
88 if(usage->notBefore) {
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
93 if(usage->notAfter) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/external/openfst/src/extensions/far/
H A Dfarequal.cc33 string usage = "Compares the FSTs in two FST archives for equality."; local
34 usage += "\n\n Usage:";
35 usage += argv[0];
36 usage += " in1.far in2.far\n";
37 usage += " Flags: begin_key end_key";
40 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfarinfo.cc36 string usage = "Prints some basic information about the FSTs in an FST "; local
37 usage += "archive.\n\n Usage:";
38 usage += argv[0];
39 usage += " [in1.far in2.far...]\n";
40 usage += " Flags: begin_key end_key list_fsts";
43 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/ltrace/testsuite/
H A Drun-my-tests.sh7 function usage function
9 echo usage: `basename $0` '-m32|-m64 [<tool> | ""] [<test.exp>]'
22 usage
/external/chromium_org/content/common/gpu/client/
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
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_batch.h44 #define OUT_RELOC(buf, usage, offset) \
45 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, false)
47 #define OUT_RELOC_FENCED(buf, usage, offset) \
48 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, true)
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A Dglcpp-test5 usage () function
21 usage
28 usage
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_batch.h44 #define OUT_RELOC(buf, usage, offset) \
45 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, false)
47 #define OUT_RELOC_FENCED(buf, usage, offset) \
48 i915_winsys_batchbuffer_reloc(i915->batch, buf, usage, offset, true)
/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test5 usage () function
21 usage
28 usage

Completed in 831 milliseconds

1234567891011>>