Searched defs:structure (Results 1 - 25 of 29) sorted by relevance

12

/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/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/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
H A DPageSiteComposite.java11 package org.eclipse.wb.internal.core.editor.structure;
28 * @coverage core.editor.structure
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
H A DPropertyListIntersector.java11 package org.eclipse.wb.internal.core.editor.structure.property;
25 * @coverage core.editor.structure
/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/v8/src/
H A Dtypes-inl.h165 ZoneTypeConfig::Type* ZoneTypeConfig::from_struct(Struct* structure) { argument
166 return reinterpret_cast<Type*>(structure);
187 Struct* structure = reinterpret_cast<Struct*>( local
189 structure[0] = reinterpret_cast<void*>(tag);
190 structure[1] = reinterpret_cast<void*>(length);
191 return structure;
196 void ZoneTypeConfig::struct_shrink(Struct* structure, int length) { argument
197 DCHECK(0 <= length && length <= struct_length(structure));
198 structure[1] = reinterpret_cast<void*>(length);
203 int ZoneTypeConfig::struct_tag(Struct* structure) { argument
209 struct_length(Struct* structure) argument
215 struct_get(Struct* structure, int i) argument
222 struct_set(Struct* structure, int i, Type* x) argument
230 struct_get_value(Struct* structure, int i) argument
238 struct_set_value( Struct* structure, int i, i::Handle<V> x) argument
373 from_struct( i::Handle<Struct> structure) argument
389 i::Handle<Struct> structure = isolate->factory()->NewFixedArray(length + 1); local
396 struct_shrink(i::Handle<Struct> structure, int length) argument
402 struct_tag(i::Handle<Struct> structure) argument
408 struct_length(i::Handle<Struct> structure) argument
414 struct_get( i::Handle<Struct> structure, int i) argument
422 struct_set( i::Handle<Struct> structure, int i, i::Handle<Type> type) argument
430 struct_get_value( i::Handle<Struct> structure, int i) argument
439 struct_set_value( i::Handle<Struct> structure, int i, i::Handle<V> x) argument
[all...]
H A Dobjects.cc1137 Handle<Object> structure = it->GetAccessors(); local
1142 DCHECK(!structure->IsForeign());
1145 if (structure->IsAccessorInfo()) {
1149 Handle<ExecutableAccessorInfo>::cast(structure);
1175 Handle<Object> getter(AccessorPair::cast(*structure)->getter(), isolate);
1200 Handle<Object> structure = it->GetAccessors(); local
1205 DCHECK(!structure->IsForeign());
1208 if (structure->IsExecutableAccessorInfo()) {
1212 Handle<ExecutableAccessorInfo>::cast(structure);
1235 Handle<Object> setter(AccessorPair::cast(*structure)
[all...]
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DReportTask.java422 private final GroupElement structure = new GroupElement(); field in class:ReportTask
436 * Returns the root group element that defines the report structure.
441 return structure;
495 createReport(visitor, structure);
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp62 string structure = R"( local
83 structure += R"(
94 return structure;
123 xmlReadMemory(xml.c_str(), (int)xml.length(), "structure.xml", nullptr,
213 SCENARIO_METHOD(AllParamsPF, "Export boolean", "[handler][structure][xml]")
219 SCENARIO_METHOD(AllParamsPF, "Export component", "[handler][structure][xml]")
227 SCENARIO_METHOD(AllParamsPF, "Export component array", "[handler][structure][xml]")
236 SCENARIO_METHOD(AllParamsPF, "Export all parameters", "[handler][structure][xml]")
299 // structure
/external/mesa3d/src/glsl/
H A Dglsl_types.h133 * \c GLSL_TYPE_STRUCT, it is the number of elements in the structure and
134 * the number of values pointed to by \c fields.structure (below).
144 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon13995
291 * There are no implicit array or structure conversions. For example,
442 * Get the type of a structure field
445 * Pointer to the type of the named field. If the type is not a structure
H A Dast.h474 : type_name(name), structure(NULL),
481 /** Construct a type specifier from a structure definition */
483 : type_name(s->name), structure(s),
499 ast_struct_specifier *structure; member in class:ast_type_specifier
/external/opencv3/modules/highgui/src/
H A Dwindow_carbon.cpp1030 Rect structure, content; local
1031 GetWindowBounds(theWindow, kWindowStructureRgn, &structure);
1033 lx = (int)point.x - content.left + structure.left;
1034 ly = (int)point.y - window->trackbarheight - content.top + structure.top; /* minus la taille des trackbars */
/external/opencv3/modules/videoio/src/
H A Dcap_gstreamer.cpp249 * Retreive the previously grabbed buffer, and wrap it in an IPLImage structure
266 GstStructure* structure = gst_caps_get_structure(buffer_caps, 0); local
269 if(!gst_structure_get_int(structure, "width", &width) ||
270 !gst_structure_get_int(structure, "height", &height))
279 const gchar* name = gst_structure_get_name(structure);
280 const gchar* format = gst_structure_get_string(structure, "format");
797 const GstStructure *structure = gst_caps_get_structure (buffer_caps, 0); local
799 if (!gst_structure_get_int (structure, "width", &width))
804 if (!gst_structure_get_int (structure, "height", &height))
810 if(!gst_structure_get_fraction(structure, "framerat
[all...]
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 878 milliseconds

12