HomeSort by relevance Sort by last modified time
    Searched full:usage (Results 26 - 50 of 6338) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/utils/
GetSourceVersion 3 usage() { function
4 echo "usage: $0 <source root>"
13 usage;
  /hardware/qcom/display/libgralloc/
gpu.cpp 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage,
73 qdutils::MDSS_V5) && (usage & GRALLOC_USAGE_PROTECTED)) {
79 err = mAllocCtrl->allocate(data, usage);
95 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
98 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_BLOCK) {
101 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_CC) {
107 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
112 if (usage & (GRALLOC_USAGE_HW_TEXTURE |
115 else if (usage & GRALLOC_USAGE_HW_CAMERA_ZSL)
123 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER )
    [all...]
gpu.h 39 int gralloc_alloc_buffer(size_t size, int usage,
46 int alloc_impl(int w, int h, int format, int usage,
51 int format, int usage,
54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
57 int gralloc_alloc_framebuffer(size_t size, int usage,
64 int usage, buffer_handle_t* pHandle,
  /external/qemu/distrib/sdl-1.2.15/
sdl-config.in 9 @ENABLE_STATIC_FALSE@usage="\
10 @ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 @ENABLE_STATIC_TRUE@usage="\
12 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
AllocationThunker.java 67 AllocationThunker(RenderScript rs, Type t, int usage, android.renderscript.Allocation na) {
68 super(0, rs, t, usage);
71 mUsage = usage;
224 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
230 convertMipmapControl(mips), usage);
232 return new AllocationThunker(rs, type, usage, a);
237 int usage) {
242 rst.mN, b, convertMipmapControl(mips), usage);
245 return new AllocationThunker(rs, tt, usage, a);
250 int usage) {
    [all...]
  /prebuilts/tools/darwin-x86/sdl/bin/
sdl-config 9 #usage="\
10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 usage="\
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /prebuilts/tools/linux-x86/sdl/bin/
sdl-config 9 #usage="\
10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 usage="\
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /prebuilts/tools/windows/sdl/bin/
sdl-config 9 #usage="\
10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
11 usage="\
12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
15 echo "${usage}" 1>&2
56 echo "${usage}" 1>&2
  /frameworks/base/tests/MemoryUsage/
AndroidManifest.xml 5 <instrumentation android:label="Memory usage instrumentation"
9 <application android:label="Memory Usage Test">
  /system/core/fs_mgr/
fs_mgr_main.c 25 static void usage(void) function
27 ERROR("%s: usage: %s <-a | -n mnt_point blk_dev | -u> <fstab_file>\n", me, me);
41 usage();
46 usage();
52 usage();
60 usage();
67 usage();
72 usage();
  /sdk/attribute_stats/src/
Analyzer.java 48 * Gathers statistics about attribute usage in layout files. This is how the "topAttrs"
68 private Map<String, Map<String, Usage>> mFrequencies =
69 new HashMap<String, Map<String, Usage>>(100);
71 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies =
72 new HashMap<String, Map<String, Usage>>(100);
89 System.err.println("Usage: " + Analyzer.class.getSimpleName()
110 // file +.mod as an extension). This isn't listed on the usage flag because
247 Map<String, Usage> attributeMap = mFrequencies.get(tag);
249 attributeMap = new HashMap<String, Usage>(70);
277 Usage usage = attributeMap.get(name) local
310 Usage usage = attributeMap.get(name); local
    [all...]
  /external/openfst/src/bin/
fstrelabel.cc 50 string usage = "Relabels the input and/or the output labels of the FST.\n\n"
51 " Usage: ";
52 usage += argv[0];
53 usage += " [in.fst [out.fst]]\n";
54 usage += " Using SymbolTables flags:\n";
55 usage += " -relabel_isymbols isyms.txt\n";
56 usage += " -relabel_osymbols osyms.txt\n";
57 usage += " Using numeric labels flags:\n";
58 usage += " -relabel_ipairs ipairs.txt\n";
59 usage += " -relabel_opairs opairs.txts\n"
    [all...]
  /development/ndk/samples/module-exports/
README.TXT 1 This sample is used to demonstrate the usage of module exports
  /device/asus/tilapia/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /device/lge/mako/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /device/samsung/maguro/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /device/samsung/manta/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /device/samsung/toro/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /device/samsung/toroplus/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /device/ti/panda/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
  /external/blktrace/
btrace 11 USAGE="Usage: btrace [-s] [-t] [-w N] [-n N] [-b N] [-a <trace>...] [-r <dbg mnt>] <dev>..."
26 \?) echo $USAGE 1>&2
34 echo $USAGE 1>&2
  /external/chromium/chrome/common/extensions/docs/examples/api/processes/process_monitor/
manifest.json 4 "description": "Adds a browser action that monitors resource usage of all browser processes.",
  /external/clang/
gen_diff.sh 5 function usage() { function
6 echo Usage: $0 "[PATH_TO_YOUR_LLVM_DIRECTORY]"
21 usage
37 usage
  /external/clang/test/CodeGen/
2006-09-18-fwrite-cast-crash.c 7 static void Usage(signed char *ltmp_611_6) {
  /external/clang/utils/ABITest/
build.sh 6 echo "usage: $0 <num-tests>"

Completed in 773 milliseconds

12 3 4 5 6 7 8 91011>>