Searched defs:descriptors (Results 1 - 25 of 67) sorted by relevance

123

/external/libunwind/doc/
H A Dlibunwind-dynamic.tex152 linked list of region-descriptors. See section ``Region
153 descriptors'' below for more details.
213 \section{Regions descriptors}
256 descriptors \Prog{libunwind} provides a helper routine with the
/external/v8/src/
H A Dlookup-inl.h60 DescriptorArray* descriptors = map->instance_descriptors(); local
61 number_ = descriptors->SearchWithCache(*name_, map);
63 property_details_ = descriptors->GetDetails(number_);
H A Djson-parser.h454 // iterate descriptors to ensure that properties still correspond to the
457 DescriptorArray* descriptors = NULL; local
461 descriptors = json_object->map()->instance_descriptors();
467 !descriptors->GetDetails(i).representation().IsDouble()) {
H A Dobjects-debug.cc262 DescriptorArray* descriptors = map()->instance_descriptors(); local
264 if (descriptors->GetDetails(i).type() == FIELD) {
265 Representation r = descriptors->GetDetails(i).representation();
272 HeapType* field_type = descriptors->GetFieldType(i);
H A Dcode-stubs-hydrogen.cc594 HValue* descriptors = local
598 return Add<HLoadNamedField>(descriptors, static_cast<HValue*>(NULL),
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.h62 desc_iterator_range descriptors() const { function in class:llvm::DWARFDebugArangeSet
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanGenerator.java140 public static void addProperties(BeanGenerator gen, PropertyDescriptor[] descriptors) { argument
141 for (int i = 0; i < descriptors.length; i++) {
142 gen.addProperty(descriptors[i].getName(), descriptors[i].getPropertyType());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsProperties.java20 // Property descriptors
37 private static Vector descriptors; field in class:BuildResultsProperties
39 descriptors = new Vector();
40 descriptors.addElement(new TextPropertyDescriptor(P_ID_SMALL_VALUE, P_STR_SMALL_VALUE));
41 descriptors.addElement(new TextPropertyDescriptor(P_ID_NO_BASELINE, P_STR_NO_BASELINE));
42 descriptors.addElement(new TextPropertyDescriptor(P_ID_SINGLE_RUN, P_STR_SINGLE_RUN));
43 descriptors.addElement(new TextPropertyDescriptor(P_ID_BIG_ERROR, P_STR_BIG_ERROR));
44 descriptors.addElement(new TextPropertyDescriptor(P_ID_STUDENT_TTEST, P_STR_STUDENT_TTEST));
45 descriptors.addElement(new TextPropertyDescriptor(P_ID_NOT_STABLE, P_STR_NOT_STABLE));
46 descriptors
[all...]
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DTagLibConfiguration.java48 * The class searches for TLD descriptors found in web.xml, in WEB-INF/*.tld files of the web app
55 * the servlet container must go searching for and then parsing the descriptors for one particular framework.
150 List<TldDescriptor> descriptors = parseTlds(tlds);
151 processTlds(descriptors);
280 List<TldDescriptor> descriptors = new ArrayList<TldDescriptor>();
293 descriptors.add(d);
300 return descriptors;
306 * @param descriptors
309 private void processTlds (List<TldDescriptor> descriptors) throws Exception { argument
312 for (TldDescriptor d:descriptors)
[all...]
/external/opencv/cvaux/src/
H A Dcvtexture.cpp44 Calculation of a texture descriptors from GLCM (Grey Level Co-occurrence Matrix'es)
66 double** descriptors; member in struct:CvGLCM
247 if( (flag == CV_GLCM_DESC || flag == CV_GLCM_ALL) && (*GLCM)->descriptors )
251 cvFree( (*GLCM)->descriptors + matrixLoop );
253 cvFree( &((*GLCM)->descriptors) );
386 CV_CALL( destGLCM->descriptors = (double**)
387 cvAlloc( destGLCM->numMatrices*sizeof(destGLCM->descriptors[0])));
391 CV_CALL( destGLCM->descriptors[ matrixLoop ] =
392 (double*)cvAlloc( destGLCM->numDescriptors*sizeof(destGLCM->descriptors[0][0])));
393 memset( destGLCM->descriptors[matrixLoo
430 double* descriptors = destGLCM->descriptors[ matrixIndex ]; local
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1470 vector<const FieldDescriptor*> descriptors; local
1472 proto.message_set(), &descriptors);
1473 EXPECT_EQ(2, descriptors.size());
/external/v8/src/heap/
H A Dobjects-visiting-inl.h618 // descriptors that belong to this map are marked. The first time a
622 DescriptorArray* descriptors = map->instance_descriptors(); local
623 if (StaticVisitor::MarkObjectWithoutPush(heap, descriptors) &&
624 descriptors->length() > 0) {
625 StaticVisitor::VisitPointers(heap, descriptors->GetFirstElementAddress(),
626 descriptors->GetDescriptorEndSlot(0));
632 descriptors->GetDescriptorStartSlot(start),
633 descriptors->GetDescriptorEndSlot(end));
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc339 DescriptorArray* descriptors = transition->instance_descriptors(); local
340 PropertyDetails details = descriptors->GetDetails(descriptor);
345 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
352 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc334 DescriptorArray* descriptors = transition->instance_descriptors(); local
335 PropertyDetails details = descriptors->GetDetails(descriptor);
340 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
347 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc339 DescriptorArray* descriptors = transition->instance_descriptors(); local
340 PropertyDetails details = descriptors->GetDetails(descriptor);
345 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
352 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar ... .metadata.IArtifactKey key java.util.List descriptors private void unmapDescriptor (org.eclipse.equinox.p2 ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/opencv/cv/src/
H A Dcvsurf.cpp268 CvSeq *keypoints, *descriptors = 0; local
306 descriptors = cvCreateSeq( 0, sizeof(CvSeq),
308 cvSeqPushMulti( descriptors, 0, N );
483 vec = (float*)cvGetSeqElem( descriptors, k );
484 for( kk = 0; kk < (int)(descriptors->elem_size/sizeof(vec[0])); kk++ )
555 *_descriptors = descriptors;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc677 vector<const FieldDescriptor*> descriptors; local
679 descriptors.push_back(descriptor_->field(i));
683 descriptors.push_back(descriptor_->oneof_decl(i)->field(j));
687 for (int i = 0; i < descriptors.size(); i++) {
688 const FieldDescriptor* field = descriptors[i];
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc341 DescriptorArray* descriptors = transition->instance_descriptors(); local
342 PropertyDetails details = descriptors->GetDetails(descriptor);
347 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
355 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc390 DescriptorArray* descriptors = transition->instance_descriptors(); local
391 PropertyDetails details = descriptors->GetDetails(descriptor);
396 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
404 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc335 DescriptorArray* descriptors = transition->instance_descriptors(); local
336 PropertyDetails details = descriptors->GetDetails(descriptor);
341 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
348 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc335 DescriptorArray* descriptors = transition->instance_descriptors(); local
336 PropertyDetails details = descriptors->GetDetails(descriptor);
341 Handle<Object> constant(descriptors->GetValue(descriptor), isolate());
348 HeapType* field_type = descriptors->GetFieldType(descriptor);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... File descriptorDirectory private java.io.File generatedFilesDirectory String[] descriptors public static void main (java.lang.String[]) throws ...
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc516 PyObject* descriptors = local
518 if (descriptors == NULL) {
523 return PyDict_GetItem(descriptors, name);
2144 "Adds field descriptors to the class" },

Completed in 840 milliseconds

123