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

1 2 34 5 6 7 8 91011>>

  /external/xmlrpcpp/test/
Validator.cpp 192 std::cerr << "Usage: Validator port\n";
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
PolicySubsystem.cpp 23 #include "Usage.h"
41 const char *const PolicySubsystem::mUsageComponentName = "Usage";
76 new TSubsystemObjectFactory<Usage>(
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_def.sh 19 Usage: ${self_basename} [options] file1 [file2 ...]
  /sdk/eclipse/scripts/
update_version.sh 9 Usage: $0 <old> <new>
  /system/extras/ext4_utils/
mkuserimg.sh 5 function usage() { function
7 Usage:
20 usage
  /system/extras/squashfs_utils/
mksquashfsimage.sh 5 function usage() { function
7 Usage:
15 usage
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 201 UINT Usage :1;
340 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorDeviceCaps )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,DXVAHD_VPDEVCAPS *pCaps);
341 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorOutputFormats )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,UINT Count,D3DFORMAT *pFormats);
342 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorInputFormats )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,UINT Count,D3DFORMAT *pFormats);
343 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorCaps )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,UINT Count,DXVAHD_VPCAPS *pCaps);
375 HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
399 STDMETHOD_(HRESULT,CreateVideoSurface)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DXVAHD_SURFACE_TYPE Type,UINT NumSurfaces,IDirect3DSurface9 **ppSurfaces,HANDLE *pSharedHandle) PURE;
414 #define IDXVAHD_Device_CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle) (This)->lpVtbl->CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle)
  /build/kati/
m2n 31 Usage:
  /external/icu/icu4j/
adjust_icudt_path.mk 9 # Usage : include this makefile after your $(BUILD*) rule.
  /external/jemalloc/bin/
jemalloc-config.in 3 usage() {
5 Usage:
8 --help | -h : Print usage.
31 usage
77 usage
  /external/libpng/
libpng-config.in 28 usage()
31 Usage: $0 [OPTION] ...
55 usage 1
71 usage 0
120 usage
  /art/cmdline/
cmdline_parse_result.h 25 // otherwise it holds either a usage or a failure string message that should be displayed back
33 // Create an error result with the usage error code and the specified message.
34 static CmdlineParseResult Usage(const std::string& message) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
common.py 28 Usage::
87 Usage::
  /external/e2fsprogs/contrib/
populate-extfs.sh 9 Usage: populate-extfs.sh <source> <device>
  /external/google-breakpad/android/
test-driver 46 Usage:
  /external/icu/icu4c/source/allinone/
icucheck.bat 12 echo Usage: %0 "x86 or x64" "Debug or Release"
17 echo Usage: %0 %1 "Debug or Release"
  /external/libcap-ng/libcap-ng-0.7/
py-compile 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 73 bufferd.Usage = D3D10_USAGE_IMMUTABLE;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 74 bufferd.Usage = D3D11_USAGE_IMMUTABLE;
  /external/vboot_reference/scripts/image_signing/
sign_firmware.sh 17 usage() { function
19 Usage: $0 <input_firmware> <key_dir> <output_firmware> [firmware_version] \
106 usage
  /external/vboot_reference/utility/
dev_make_keypair 11 Usage: ${0##*/} BASENAME [ALG]
  /ndk/build/core/
definitions-utils.mk 25 # Usage : $(empty)
32 # Usage : $(space)
41 # Usage : $(comma)
48 # Usage : $(colon)
56 # Usage : $(call remove-duplicates, <LIST>)
82 # Usage : $(call clear-vars, VAR1 VAR2 VAR3...)
192 # Usage : $(call strip-lib-prefix,$(LOCAL_MODULE))
211 # Usage: ---->@$(call host-echo, $(call left-justify-quoted-15,$(_TEXT)): Do stuff)
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 86 help: Describe the usage of this program or its subcommands.
87 Usage: help [SUBCOMMAND...]
98 Usage: port <subcommand> [options] [args]
110 Usage: add PATH...
135 usage: status [PATH...] label
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
182 =head1 USAGE
  /external/autotest/client/tests/ipv6connect/src/
ipv6connect.c 408 static const char* usage = variable
409 "Usage: %s [types [outer [inner]]]\n"
418 static void Usage(char *argv0) {
419 fprintf(stderr, usage, argv0);
432 Usage(argv[0]);
439 Usage(argv[0]);
446 Usage(argv[0]);
451 Usage(argv[0]);
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 107 enum Usage
146 static std::string usageTypeToString (Usage usage);
152 virtual void data (Target target, int size, const char* data, Usage usage) = 0;
174 virtual void data (Target target, int size, const char* data, Usage usage);
193 static deUint32 usageToGL (Array::Usage usage);
457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max)
462 Array::Usage usage; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
    [all...]

Completed in 706 milliseconds

1 2 34 5 6 7 8 91011>>