Searched refs:usage (Results 401 - 425 of 1710) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/auxprogs/
H A Dgen-mdg60 my $usage = <<END
61 usage: gen-mdg [options] label
90 die $usage;
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1979 static bool checkLimit (glw::GLenum pname, int usage, const glw::Functions& gl, tcu::TestLog& log)
1981 if (usage > 0)
1987 log << tcu::TestLog::Message << "\t" << glu::getGettableStateStr(pname) << " = " << limit << ", test requires " << usage << tcu::TestLog::EndMessage;
1989 if (limit < usage)
2001 const ProgramInterfaceDefinition::ShaderResourceUsage usage = getShaderResourceUsage(shader);
2010 int usage;
2013 { GL_MAX_VERTEX_ATTRIBS, usage.numInputVectors },
2014 { GL_MAX_VERTEX_UNIFORM_COMPONENTS, usage.numDefaultBlockUniformComponents },
2015 { GL_MAX_VERTEX_UNIFORM_VECTORS, usage.numUniformVectors },
2016 { GL_MAX_VERTEX_UNIFORM_BLOCKS, usage
[all...]
/external/ceres-solver/examples/
H A Ddenoising.cc176 usage("This program denoises an image using Ceres. Sample usage:\n");
177 usage += argv[0];
178 usage += " --input=<noisy image PGM file> --foe_file=<FoE file name>";
179 google::SetUsageMessage(usage);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper_impl.cc142 int64 usage) {
145 quota_info_[host].temporary_usage = usage;
148 quota_info_[host].persistent_usage = usage;
151 quota_info_[host].syncable_usage = usage;
140 GotHostUsage(const std::string& host, storage::StorageType type, int64 usage) argument
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot.h71 // Fills a |CommittedKBytes| with both resident and paged memory usage, as per
81 // |usage| - pointer to |CommittedBytes| to fill; zero-ed on error.
84 base::CommittedKBytes* usage) const;
/external/chromium_org/chrome/installer/linux/rpm/
H A Dbuild.sh169 usage() { function
170 echo "usage: $(basename $0) [-c channel] [-a target_arch] [-o 'dir']"
234 usage
239 usage
244 usage
/external/chromium_org/content/browser/gpu/
H A Dgpu_memory_buffer_factory_host_impl.h26 unsigned usage,
/external/chromium_org/content/child/
H A Dquota_dispatcher.cc40 virtual void DidQueryStorageUsageAndQuota(int64 usage, int64 quota) OVERRIDE {
41 callbacks_.didQueryStorageUsageAndQuota(usage, quota);
43 virtual void DidGrantStorageQuota(int64 usage, int64 granted_quota) OVERRIDE {
44 callbacks_.didGrantStorageQuota(usage, granted_quota);
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_android.cc22 unsigned usage) OVERRIDE {
H A Dgpu_memory_buffer_factory_win.cc21 unsigned usage) OVERRIDE {
/external/chromium_org/gpu/command_buffer/client/
H A Dgpu_control.h38 unsigned usage,
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_test_utils.h41 GLint location, const GLfloat color[4], GLenum usage);
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.h51 Usage usage) OVERRIDE;
/external/chromium_org/storage/browser/quota/
H A Dquota_client.h25 typedef base::Callback<void(int64 usage)> GetUsageCallback;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DBufferImpl.h23 virtual gl::Error setData(const void* data, size_t size, GLenum usage) = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c120 enum lp_texture_usage usage; local
135 * Set the usage mode to WRITE_ALL for the tiles which are
139 usage = LP_TEX_USAGE_WRITE_ALL;
141 usage = LP_TEX_USAGE_READ_WRITE;
145 usage,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600.h216 enum radeon_bo_usage usage);
226 enum radeon_bo_usage usage);
228 #define r600_pipe_state_add_reg_bo(state, offset, value, bo, usage) _r600_pipe_state_add_reg_bo(rctx, state, offset, value, CTX_RANGE_ID(offset), CTX_BLOCK_ID(offset), bo, usage)
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp56 int usage; /* gralloc usage */ member in struct:android_sw_displaytarget
146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped);
172 adt->usage |= GRALLOC_USAGE_SW_WRITE_OFTEN;
174 adt->usage |= GRALLOC_USAGE_SW_READ_OFTEN;
/external/chromium_org/tools/mac/
H A Ddump-static-initializers.py57 parser = optparse.OptionParser(usage='%prog filename')
/external/emma/core/java12/com/vladium/util/args/
H A DIOptsParser.java62 void usage (PrintWriter out, int level, int width); method in interface:IOptsParser
67 // TODO: pass short/long usage opt names in?
/external/iproute2/ip/
H A Dipmroute.c34 static void usage(void) __attribute__((noreturn));
36 static void usage(void) function
181 usage();
208 usage();
/external/ipsec-tools/src/racoon/
H A Dmain.c99 static void usage __P((void));
106 usage() function
108 printf("usage: racoon [-BdFv%s] %s[-f (file)] [-l (file)] [-p (port)]\n",
385 usage();
393 usage();
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c37 static void usage(void) function
40 "usage: filecap [-a | -d | /dir | /dir/file [cap1 cap2 ...] ]\n");
100 usage();
135 usage();
146 usage();
/external/libpcap/tests/
H A Dfiltertest.c53 static void usage(void) __attribute__((noreturn));
227 usage();
233 usage();
258 usage(void) function
/external/libvorbis/vq/
H A Dhuffbuild.c50 static void usage(){ function
52 "usage:\n"
70 if(argc<3)usage();
89 usage();
94 usage();

Completed in 629 milliseconds

<<11121314151617181920>>