HomeSort by relevance Sort by last modified time
    Searched full:desc (Results 151 - 175 of 2877) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
heapmm.h 112 void HMM_UNIQUE(init)(HMM_UNIQUE(descriptor) *desc);
115 HMM_UNIQUE(descriptor) *desc, HMM_UNIQUE(size_aau) num_addr_align_units);
119 HMM_UNIQUE(descriptor) *desc, HMM_UNIQUE(size_aau) needed_addr_align_units,
123 HMM_UNIQUE(descriptor) *desc, void *mem,
128 HMM_UNIQUE(descriptor) *desc, void *mem,
132 void HMM_UNIQUE(free)(HMM_UNIQUE(descriptor) *desc, void *mem);
137 HMM_UNIQUE(descriptor) *desc);
140 HMM_UNIQUE(descriptor) *desc, void *start_of_chunk,
144 HMM_UNIQUE(descriptor) *desc, void *end_of_chunk,
149 HMM_UNIQUE(descriptor) *desc,
    [all...]
  /external/skia/src/core/
SkDescriptor.h 25 SkDescriptor* desc = (SkDescriptor*)sk_malloc_throw(length); local
26 return desc;
29 static void Free(SkDescriptor* desc) {
30 sk_free(desc);
84 SkDescriptor* desc = SkDescriptor::Alloc(fLength); local
85 memcpy(desc, this, fLength);
86 return desc;
123 static uint32_t ComputeChecksum(const SkDescriptor* desc) {
124 const uint32_t* ptr = (const uint32_t*)desc + 1; // skip the checksum field
125 size_t len = desc->fLength - sizeof(uint32_t)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 5 unpack(desc) does the reverse
131 def unpack(desc, formodulename=""):
133 t = desc.type
136 desc = desc.AECoerceDesc(unpacker_coercions[t])
137 t = desc.type # This is a guess by Jack....
141 for i in range(desc.AECountItems()):
142 keyword, item = desc.AEGetNthDesc(i+1, '****')
147 for i in range(desc.AECountItems()):
148 keyword, item = desc.AEGetNthDesc(i+1, '****'
    [all...]
  /external/bison/lib/
cloexec.h 22 /* Set the 'FD_CLOEXEC' flag of DESC if VALUE is true,
26 Note that on MingW, this function does NOT protect DESC from being
28 followed by closing the original DESC, or use interfaces such as
29 open or pipe2 that accept flags like O_CLOEXEC to create DESC
32 int set_cloexec_flag (int desc, bool value);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-function-length-strict.js 36 var desc = Object.getOwnPropertyDescriptor(foo, 'length');
37 assertEquals(3, desc.value);
38 assertFalse(desc.writable);
39 assertFalse(desc.enumerable);
40 assertFalse(desc.configurable);
  /external/qemu/memcheck/
memcheck_mmrange_map.c 27 MMRangeDesc desc; member in struct:MMRangeMapEntry
47 const target_ulong start1 = d1->desc.map_start;
48 const target_ulong start2 = d2->desc.map_start;
51 return (d1->desc.map_end - 1) < start2 ? -1 : 0;
53 return (d2->desc.map_end - 1) < start1 ? 1 : 0;
84 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc));
106 rdesc.desc.map_start = start;
107 rdesc.desc.map_end = end;
123 const MMRangeDesc* desc,
134 memcpy(&rdesc->desc, desc, sizeof(MMRangeDesc))
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 162 MallocDesc* desc; member in struct:MallocDescQuery
232 const MallocDesc* desc);
317 * desc - MallocDesc instance to dump.
320 #define log_mdesc(type, desc, fmt, ...) \
329 (desc)); \
363 * desc - Allocation descriptor.
367 static inline void* mallocdesc_user_ptr(const MallocDesc* desc) {
368 return static_cast<char*>(desc->ptr) + desc->prefix_size;
374 * desc - Allocation descriptor
678 MallocDesc desc; local
713 MallocDesc desc; local
769 MallocDesc desc; local
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 74 def GetServingDirForProject(desc):
75 dest = desc['DEST']
77 return os.path.join(path, desc['NAME'])
80 def GetExecutableDirForProject(desc, toolchain, config):
81 return os.path.join(GetServingDirForProject(desc), toolchain, config)
84 def GetBrowserTesterCommand(desc, toolchain, config):
97 args.extend(['--serving_dir', GetServingDirForProject(desc)])
98 exe_dir = GetExecutableDirForProject(desc, toolchain, config)
101 ppapi_plugin = os.path.join(exe_dir, desc['NAME'])
129 def RunTestOnce(desc, toolchain, config)
    [all...]
parse_dsc.py 147 desc = eval(descfile.read(), {}, {})
148 if desc.get('DISABLE', False):
150 ValidateFormat(desc, DSC_FORMAT)
151 desc['FILEPATH'] = os.path.abspath(filename)
152 return desc
163 desc = LoadProject(filepath)
166 if desc:
167 key = desc['DEST']
168 out[key].append(desc)
185 for branch, desc in GenerateProjects(tree)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_format.c 61 const struct util_format_description *desc,
66 fprintf(fp, "%s\n", desc->name);
79 const struct util_format_description *desc,
96 util_snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name,
115 rgba = lp_build_fetch_rgba_aos(gallivm, desc, type,
131 const struct util_format_description *desc)
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
152 if (test->format == desc->format) {
156 desc->name);
160 for (i = 0; i < desc->block.height; ++i)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 61 const struct util_format_description *desc,
66 fprintf(fp, "%s\n", desc->name);
79 const struct util_format_description *desc,
96 util_snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name,
115 rgba = lp_build_fetch_rgba_aos(gallivm, desc, type,
131 const struct util_format_description *desc)
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
152 if (test->format == desc->format) {
156 desc->name);
160 for (i = 0; i < desc->block.height; ++i)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 61 lp_build_format_swizzle_aos(const struct util_format_description *desc,
73 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
79 } else if (desc->swizzle[0] == UTIL_FORMAT_SWIZZLE_NONE) {
82 swizzle = desc->swizzle[0];
85 swizzle = desc->swizzle[chan];
98 format_matches_type(const struct util_format_description *desc,
106 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
107 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB ||
108 desc->block.width != 1 ||
109 desc->block.height != 1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 61 lp_build_format_swizzle_aos(const struct util_format_description *desc,
73 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
79 } else if (desc->swizzle[0] == UTIL_FORMAT_SWIZZLE_NONE) {
82 swizzle = desc->swizzle[0];
85 swizzle = desc->swizzle[chan];
98 format_matches_type(const struct util_format_description *desc,
106 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN ||
107 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB ||
108 desc->block.width != 1 ||
109 desc->block.height != 1)
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer_unittest.py 52 'text': 'At least "Windows 3.11', 'desc': 'blah'
55 'text': 'Recommended', 'desc': 'bleh'
90 'desc': 'Description of main.',
96 'text': 'At least Windows 3.12', 'desc': 'blah'
99 'text': 'Recommended', 'desc': 'bleh'
160 'desc': """Description of group.
168 'text': 'At least Windows 3.13', 'desc': 'blah'
171 'text': 'Recommended', 'desc': 'bleh'
231 'desc': 'Description of policy.',
238 'text': 'At least Windows 3.13', 'desc': 'blah
    [all...]
  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 96 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type);
110 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type);
127 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) {
131 Context authContext = createPackageContext(desc.packageName, 0);
132 icon = authContext.getResources().getDrawable(desc.iconId);
133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
141 Log.w(TAG, "No icon name for account type " + desc.type);
146 Log.w(TAG, "No icon resource for account type " + desc.type);
149 AuthInfo authInfo = new AuthInfo(desc, name, icon);
150 mTypeToAuthenticatorInfo.put(desc.type, authInfo)
155 final AuthenticatorDescription desc; field in class:ChooseAccountTypeActivity.AuthInfo
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
MANIFEST.json 6 desc: "Rotating the individual pixels of a cube. No rendering done.",
14 desc: "Encode and decode a random string to base 64.",
22 desc: "Microtests of code evaluation (eval, new Function).",
30 desc: "Microtests of arrays (construction, methods, access).",
38 desc: "Microtests of regular expressions (construction, matching, replace).",
46 desc: "Microtests of strings (concatenation, methods).",
54 desc: "Encrypt a string and then decrypt it again using RSA.",
62 desc: "Computing a number of limitations on a set of values.",
70 desc: "Tests for parsing languages and searching strings.",
78 desc: "Renders a scene using raytracing (no rendering done)."
    [all...]
  /external/skia/tests/
ResourceCacheTest.cpp 73 GrTextureDesc desc; local
74 desc.fConfig = kSkia8888_GrPixelConfig;
75 desc.fFlags = kRenderTarget_GrTextureFlagBit;
76 desc.fWidth = gWidth;
77 desc.fHeight = gHeight;
79 SkAutoTUnref<GrTexture> texture(context->createUncachedTexture(desc, NULL, 0));
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage11.cpp 257 D3D11_TEXTURE2D_DESC desc; local
258 desc.Width = width; // Compressed texture size constraints?
259 desc.Height = height;
260 desc.MipLevels = (levels > 0) ? levels + mLodOffset : 0;
261 desc.ArraySize = 1;
262 desc.Format = mTextureFormat;
263 desc.SampleDesc.Count = 1;
264 desc.SampleDesc.Quality = 0;
265 desc.Usage = D3D11_USAGE_DEFAULT;
266 desc.BindFlags = getBindFlags()
479 D3D11_TEXTURE2D_DESC desc; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 911 String desc = Descriptor.ofMethod(returnType, paramTypes); local
912 addInvokespecial(clazz, name, desc);
920 * @param desc the descriptor of the method signature.
925 public void addInvokespecial(CtClass clazz, String name, String desc) {
926 addInvokespecial(constPool.addClassInfo(clazz), name, desc); local
934 * @param desc the descriptor of the method signature.
939 public void addInvokespecial(String clazz, String name, String desc) {
940 addInvokespecial(constPool.addClassInfo(clazz), name, desc); local
949 * @param desc the descriptor of the method signature.
954 public void addInvokespecial(int clazz, String name, String desc) {
970 String desc = Descriptor.ofMethod(returnType, paramTypes); local
984 addInvokestatic(constPool.addClassInfo(clazz), name, desc); local
997 addInvokestatic(constPool.addClassInfo(classname), name, desc); local
1030 String desc = Descriptor.ofMethod(returnType, paramTypes); local
1048 addInvokevirtual(constPool.addClassInfo(clazz), name, desc); local
1065 addInvokevirtual(constPool.addClassInfo(classname), name, desc); local
1100 String desc = Descriptor.ofMethod(returnType, paramTypes); local
1116 addInvokeinterface(constPool.addClassInfo(clazz), name, desc, local
1132 addInvokeinterface(constPool.addClassInfo(classname), name, desc, local
    [all...]
  /external/javassist/src/main/javassist/expr/
NewArray.java 87 String desc = getConstPool().getClassInfo(index); local
88 int dim = Descriptor.arrayDimension(desc);
89 desc = Descriptor.toArrayComponent(desc, dim);
90 return Descriptor.toCtClass(desc, thisClass.getClassPool());
128 String desc = getConstPool().getClassInfo(index); local
129 return Descriptor.arrayDimension(desc)
180 String desc; local
184 desc = "[" + cpt.getDescriptor();
189 desc = constPool.getClassInfo(index)
    [all...]
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 50 cl::desc("<input object files>"),
55 cl::desc("Display file headers "));
57 cl::desc("Alias for --file-headers"),
62 cl::desc("Display all sections."));
64 cl::desc("Alias for --sections"),
69 cl::desc("Display relocations for each section shown."));
71 cl::desc("Alias for --section-relocations"),
76 cl::desc("Display symbols for each section shown."));
78 cl::desc("Alias for --section-symbols"),
83 cl::desc("Display section data for each section shown."))
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 61 CodeDesc desc; local
62 assm.GetCode(&desc);
64 desc,
100 CodeDesc desc; local
101 assm.GetCode(&desc);
103 desc,
143 CodeDesc desc; local
144 assm.GetCode(&desc);
146 desc,
178 CodeDesc desc; local
213 CodeDesc desc; local
243 CodeDesc desc; local
280 CodeDesc desc; local
320 CodeDesc desc; local
376 CodeDesc desc; local
462 CodeDesc desc; local
514 CodeDesc desc; local
    [all...]
  /external/chromium_org/chrome/app/
chromium_strings.grd 208 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
211 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name.">
214 <message name="IDS_SHORT_PRODUCT_NAME_LOWER" desc="The Chrome application short name all lowercase">
217 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
220 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
223 <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description">
227 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name">
230 <message name="IDS_SHORT_PRODUCT_OS_NAME" desc="The Chrome OS application short name">
235 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame application name">
238 <message name="IDS_PRODUCT_APP_LAUNCHER_NAME" desc="The Chrome App Launcher application name"
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_linux.cc 21 const ppapi::proxy::SerializedTrueTypeFontDesc& desc);
27 ppapi::proxy::SerializedTrueTypeFontDesc* desc) OVERRIDE;
44 const ppapi::proxy::SerializedTrueTypeFontDesc& desc) :
45 desc_(desc) {
83 ppapi::proxy::SerializedTrueTypeFontDesc* desc) {
84 *desc = desc_;
154 const ppapi::proxy::SerializedTrueTypeFontDesc& desc) {
155 return new PepperTrueTypeFontLinux(desc);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
19 TargetGPUName("gpu", cl::desc("target gpu name"), cl::value_desc("gpu_name"));

Completed in 2192 milliseconds

1 2 3 4 5 67 8 91011>>