Searched defs:objects (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_occlude.h39 CRHashTable *objects; member in struct:__anon16219
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dmetrictest.java87 public List<IPerformanceMetric> setup(List<String> metricNames, List<IUnknown> objects, Long period, Long samples) argument
89 return _collector.setupMetrics(metricNames, objects, period, samples);
92 public List<IPerformanceMetric> enable(List<String> metricNames, List<IUnknown> objects) argument
94 return _collector.enableMetrics(metricNames, objects);
97 public List<IPerformanceMetric> disable(List<String> metricNames, List<IUnknown> objects) argument
99 return _collector.disableMetrics(metricNames, objects);
105 Holder<List<IUnknown>> objects = new Holder<List<IUnknown>>();
113 names, objects, units, scales, sequenceNumbers, indices, lengths);
119 singleMetricData.object = objects.value.get(i);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsLeakDetector.cpp129 NS_METHOD nsLeakDetector::TraceCollection(nsICollection* objects, PRBool verbose) argument
132 if (NS_FAILED(objects->Count(&count)))
140 objects->GetElementAt(i, getter_AddRefs(elements[i]));
H A DnsTraceRefcntImpl.cpp152 "XPCOM objects created/destroyed from static ctor/dtor")
791 const char* objects = getenv("XPCOM_MEM_LOG_OBJECTS"); local
792 if (objects) {
801 fprintf(stdout, "### XPCOM_MEM_LOG_OBJECTS defined -- unable to log specific objects\n");
807 fprintf(stdout, "### XPCOM_MEM_LOG_OBJECTS defined -- only logging these objects: ");
808 const char* cp = objects;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp178 com::SafeIfaceArray<IUnknown> objects; local
182 ComSafeArrayAsOutParam(objects));
190 ComSafeArrayAsInParam(objects),
227 com::SafeIfaceArray<IUnknown> objects; local
261 ComSafeArrayAsOutParam(objects));
268 ComSafeArrayAsInParam(objects), period, samples,
289 com::SafeIfaceArray<IUnknown> objects; local
293 ComSafeArrayAsOutParam(objects));
306 ComSafeArrayAsInParam(objects),
395 com::SafeIfaceArray<IUnknown> objects; local
549 com::SafeIfaceArray<IUnknown> objects; local
592 com::SafeIfaceArray<IUnknown> objects; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c360 GLhandleARB *objects; local
366 objects = HeapAlloc(GetProcessHeap(), 0, object_count * sizeof(*objects));
367 if (!objects)
373 GL_EXTCALL(glGetAttachedObjectsARB(program, object_count, NULL, objects));
376 shader_glsl_dump_shader_source(gl_info, objects[i]);
380 HeapFree(GetProcessHeap(), 0, objects); local
4623 * given objects, too.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c343 GLhandleARB *objects; local
349 objects = HeapAlloc(GetProcessHeap(), 0, object_count * sizeof(*objects));
350 if (!objects)
356 GL_EXTCALL(glGetAttachedObjectsARB(program, object_count, NULL, objects));
359 shader_glsl_dump_shader_source(gl_info, objects[i]);
363 HeapFree(GetProcessHeap(), 0, objects); local
4492 * given objects, too.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c344 GLhandleARB *objects; local
348 objects = HeapAlloc(GetProcessHeap(), 0, object_count * sizeof(*objects));
349 if (!objects)
355 GL_EXTCALL(glGetAttachedObjectsARB(program, object_count, NULL, objects));
361 GL_EXTCALL(glGetObjectParameterivARB(objects[i], GL_OBJECT_SHADER_SOURCE_LENGTH_ARB, &tmp));
371 HeapFree(GetProcessHeap(), 0, objects); local
377 FIXME("Object %u:\n", objects[i]);
378 GL_EXTCALL(glGetObjectParameterivARB(objects[i], GL_OBJECT_SUBTYPE_ARB, &tmp));
380 GL_EXTCALL(glGetObjectParameterivARB(objects[
391 HeapFree(GetProcessHeap(), 0, objects); local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 102 milliseconds