Searched refs:structure (Results 1 - 25 of 167) sorted by relevance

1234567

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DPKCS7ProcessableObject.java16 private final ASN1Encodable structure; field in class:PKCS7ProcessableObject
20 ASN1Encodable structure)
23 this.structure = structure;
34 if (structure instanceof ASN1Sequence)
36 ASN1Sequence s = ASN1Sequence.getInstance(structure);
47 byte[] encoded = structure.toASN1Primitive().getEncoded(ASN1Encoding.DER);
63 return structure;
18 PKCS7ProcessableObject( ASN1ObjectIdentifier type, ASN1Encodable structure) argument
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp6 struct structure { int m; }; struct
25 const int structure::*psi = 0;
26 (void)reinterpret_cast<const int structure::*>(psi);
28 structure s;
29 (void)reinterpret_cast<structure>(s); // expected-error {{reinterpret_cast from 'structure' to 'structure' is not allowed}}
50 structure *p3 = reinterpret_cast<structure*>(p2);
92 const int structure
[all...]
H A Dcstyle-cast.cpp169 struct structure { int m; }; struct
187 structure *p3 = (structure*)(p2);
223 const int structure::*psi = 0;
224 (void)(const float structure::*)(psi);
225 (void)(int structure::*)(psi); // const_cast appended
227 void (structure::*psf)() = 0;
228 (void)(int (structure::*)())(psf);
230 (void)(void (structure::*)())(psi); // expected-error-re {{C-style cast from 'const int structure
[all...]
H A Dfunctional-cast.cpp231 struct structure { int m; }; struct
252 typedef structure *structurep;
253 structure *p3 = structurep(p2);
298 const int structure::*psi = 0;
299 typedef const float structure::*structurecfmp;
301 typedef int structure::*structureimp;
304 void (structure::*psf)() = 0;
305 typedef int (structure::*structureimfp)();
308 typedef void (structure::*structurevmfp)();
309 (void)structurevmfp(psi); // expected-error-re {{functional-style cast from 'const int structure
[all...]
/external/google-breakpad/src/client/windows/unittests/
H A Ddump_analysis.h71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const {
76 return HasMemory(reinterpret_cast<void*>(address), structure);
80 bool HasMemory(const void* addr_in, StructureType** structure = NULL) const {
82 reinterpret_cast<void**>(structure));
99 void** structure) const;
H A Ddump_analysis.cc131 void **structure) const {
145 // in bounds, return a pointer to the structure if requested.
146 if (structure != NULL)
147 *structure = RVA_TO_ADDR(dump_file_view_, descr.Memory.Rva);
171 // in bounds, return a pointer to the structure if requested.
172 if (structure != NULL)
173 *structure = RVA_TO_ADDR(dump_file_view_, curr_rva);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DIPage.java11 package org.eclipse.wb.internal.core.editor.structure;
21 * @coverage core.editor.structure
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
H A DClearSilverCompatibleFunctions.java31 import com.google.clearsilver.jsilver.functions.structure.FirstFunction;
32 import com.google.clearsilver.jsilver.functions.structure.LastFunction;
33 import com.google.clearsilver.jsilver.functions.structure.SubcountFunction;
/external/mesa3d/src/glsl/
H A Dglsl_types.cpp93 this->fields.structure = ralloc_array(this->mem_ctx,
96 this->fields.structure[i].type = fields[i].type;
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
121 if (this->fields.structure[i].type->contains_sampler())
501 if (key1->fields.structure[i].type != key2->fields.structure[i].type)
503 if (strcmp(key1->fields.structure[i].name,
504 key2->fields.structure[i].name) != 0)
526 "%p", (void *) key->fields.structure[
[all...]
H A Dast_type.cpp32 if (structure) {
33 structure->print();
H A Dopt_structure_splitting.cpp27 * If a structure is only ever referenced by its components, then
160 /* If there are no structure references yet, no need to bother with
169 /* We'll split copies of a structure to copies of components, so don't
180 /* We don't have logic for structure-splitting function arguments,
244 entry->var->type->fields.structure[i].name) == 0)
286 type->fields.structure[i].name);
294 type->fields.structure[i].name);
326 printf("structure %s@%p: decl %d, whole_access %d\n",
357 type->fields.structure[i].name);
360 new(entry->mem_ctx) ir_variable(type->fields.structure[
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
H A DFirstFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
H A DLastFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
H A DNameFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
H A DSubcountFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
/external/autotest/client/site_tests/video_WebRtcCamera/
H A Dssim.js82 var structure = (sigmaXy + C3) / (sigmaX * sigmaY + C3);
87 return luminance * contrast * structure;
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
H A Dssim.js82 var structure = (sigmaXy + C3) / (sigmaX * sigmaY + C3);
87 return luminance * contrast * structure;
/external/ImageMagick/www/api/
H A Dmontage.php59 <p>CloneMontageInfo() makes a copy of the given montage info structure. If NULL is specified, a new image info structure is created initialized to default values.</p>
102 <dd>Specifies a pointer to an MontageInfo structure. </dd>
127 <dd>a structure of type ImageInfo. </dd>
131 <dd>Specifies a pointer to a MontageInfo structure. </dd>
159 <dd>Specifies a pointer to a MontageInfo structure. </dd>
167 <dd>return any errors or warnings in this structure. </dd>
H A Ddraw.php59 <p>AcquireDrawInfo() returns a DrawInfo structure properly initialized.</p>
69 <p>CloneDrawInfo() makes a copy of the given draw_info structure. If NULL is specified, a new DrawInfo structure is created initialized to default values.</p>
96 <p>DestroyDrawInfo() deallocates memory associated with an DrawInfo structure.</p>
147 <dd>return any errors or warnings in this structure. </dd>
182 <dd>return any errors or warnings in this structure. </dd>
188 <p>DrawImage() draws a graphic primitive on your image. The primitive may be represented as a string or filename. Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image. You can affect how text is drawn by setting one or more members of the draw info structure.</p>
213 <dd>return any errors or warnings in this structure. </dd>
244 <dd>return any errors or warnings in this structure. </dd>
283 <dd>return any errors or warnings in this structure
[all...]
H A Dmodule.php59 <p>AcquireModuleInfo() allocates the ModuleInfo structure.</p>
95 <p>GetModuleInfo() returns a pointer to a ModuleInfo structure that matches the specified tag. If tag is NULL, the head of the module list is returned. If no modules are loaded, or the requested module is not found, NULL is returned.</p>
115 <dd>return any errors or warnings in this structure. </dd>
146 <dd>return any errors or warnings in this structure. </dd>
181 <dd>return any errors or warnings in this structure. </dd>
216 <dd>return any errors or warnings in this structure. </dd>
233 <p>return any errors or warnings in this structure.</p>
270 <dd>return any errors or warnings in this structure. </dd>
290 <p>return any errors or warnings in this structure.</p>
314 <dd>return any errors or warnings in this structure
[all...]
H A Dcolorspace.php59 <p>SetImageColorspace() sets the colorspace member of the Image structure.</p>
84 <dd>return any errors or warnings in this structure. </dd>
111 <dd>return any errors or warnings in this structure. </dd>
138 <dd>return any errors or warnings in this structure. </dd>
169 <dd>return any errors or warnings in this structure. </dd>
H A Ddecorate.php59 <p>BorderImage() surrounds the image with a border of the color defined by the bordercolor member of the image structure. The width and height of the border are defined by the corresponding members of the border_info structure.</p>
88 <dd>return any errors or warnings in this structure. </dd>
123 <dd>return any errors or warnings in this structure. </dd>
159 <dd>return any errors or warnings in this structure. </dd>
/external/skia/platform_tools/android/tests/expectations/tool/
H A DAndroid.mk42 # Store skia's resources in the directory structure that the Android testing
/external/libunwind/doc/
H A D_U_dyn_register.tex21 described by a structure of type \Type{unw\_dyn\_info\_t} (see
22 \SeeAlso{libunwind-dynamic(3)}). A pointer to this structure is
H A Dunw_get_accessors.tex20 \Type{unw\_accessors\_t} structure, which contains the call-back
34 \Type{unw\_accessors\_t} structure.

Completed in 1741 milliseconds

1234567