Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 25 of 88) sorted by relevance

1234

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Deval.pass.cpp64 std::vector<double> areas(Np); in main() local
66 for (int i = 0; i < areas.size(); ++i) in main()
68 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in main()
69 S += areas[i]; in main()
71 for (int i = 0; i < areas.size(); ++i) in main()
72 areas[i] /= S; in main()
82 a += areas[j]; in main()
114 std::vector<double> areas(Np); in main() local
116 for (int i = 0; i < areas.size(); ++i) in main()
118 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in main()
[all …]
Deval_param.pass.cpp63 std::vector<double> areas(Np); in main() local
65 for (int i = 0; i < areas.size(); ++i) in main()
67 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in main()
68 S += areas[i]; in main()
70 for (int i = 0; i < areas.size(); ++i) in main()
71 areas[i] /= S; in main()
81 a += areas[j]; in main()
/external/chromium_org/content/browser/dom_storage/
Dsession_storage_database.cc208 std::map<std::string, std::string> areas; in CloneNamespace() local
209 if (!GetAreasInNamespace(namespace_id, &areas)) in CloneNamespace()
212 for (std::map<std::string, std::string>::const_iterator it = areas.begin(); in CloneNamespace()
213 it != areas.end(); ++it) { in CloneNamespace()
246 std::map<std::string, std::string> areas; in DeleteNamespace() local
247 if (!GetAreasInNamespace(namespace_id, &areas)) in DeleteNamespace()
249 for (std::map<std::string, std::string>::const_iterator it = areas.begin(); in DeleteNamespace()
250 it != areas.end(); ++it) { in DeleteNamespace()
442 std::map<std::string, std::string>* areas) { in GetAreasInNamespace() argument
465 (*areas)[origin] = map_id; in GetAreasInNamespace()
Dsession_storage_database.h119 std::map<std::string, std::string>* areas);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrint.java155 String areas = barGraph.getAreas(); in print() local
156 if (areas == null) areas = ""; in print()
173 this.stream.print(areas); in print()
DFingerPrintGraph.java94 BarGraphArea[] areas; field in FingerPrintGraph
222 this.areas = new BarGraphArea[this.count]; in drawBars()
228 this.areas[i] = new BarGraphArea(configResults); in drawBars()
229 BarGraphArea graphArea = this.areas[i]; in drawBars()
650 if (this.areas != null) {
652 this.areas[i].print(stream);
/external/libusb/
DTHANKS2 members who have made significant contributions in other areas are listed
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMapElement.h43 PassRefPtrWillBeRawPtr<HTMLCollection> areas();
DHTMLMapElement.idl22 readonly attribute HTMLCollection areas;
DHTMLMapElement.cpp112 PassRefPtrWillBeRawPtr<HTMLCollection> HTMLMapElement::areas() in areas() function in WebCore::HTMLMapElement
/external/skia/gm/rebaseline_server/static/
Dview.css1 /* Special alert areas at the top of the page. */
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
Dview.css1 /* Special alert areas at the top of the page. */
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp1071 } areas[] = in init() local
1095 for (int areaNdx = 0; areaNdx < DE_LENGTH_OF_ARRAY(areas); areaNdx++) in init()
1097 const string name = string(areas[areaNdx].name); in init()
1099 …const bool addNearest = !addLinear || (areas[areaNdx].area != DefaultFramebufferBlitCase::AREA_… in init()
1103 … "", format, GL_NEAREST, DefaultFramebufferBlitCase::BLIT_DEFAULT_TO_TARGET, areas[areaNdx].area)); in init()
1104 …format, GL_NEAREST, DefaultFramebufferBlitCase::BLIT_TO_DEFAULT_FROM_TARGET, areas[areaNdx].area)); in init()
1109 …, "", format, GL_LINEAR, DefaultFramebufferBlitCase::BLIT_DEFAULT_TO_TARGET, areas[areaNdx].area)); in init()
1110 … format, GL_LINEAR, DefaultFramebufferBlitCase::BLIT_TO_DEFAULT_FROM_TARGET, areas[areaNdx].area)); in init()
/external/chromium_org/cc/
DOWNERS2 # bottom of the file. For patches that touch multiple areas or if you aren't
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D212.txt78 21253890|Fès/Meknès areas
/external/deqp/doc/testspecs/GLES2/
Dfunctional.scissors.txt47 areas outside the scissor rectangle cleared by the test logic.
/external/chromium_org/third_party/libsrtp/srtp/
DTODO24 areas before calling free().
/external/srtp/
DTODO24 areas before calling free().
/external/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt39 of occluders are drawn on screen. Occluders can be areas around scissor
Dfunctional.texture.mipmap.txt39 subdivided into smaller areas and each is filled with samples from single
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h232 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field.mm81 // likewise for multiple clicks in those areas.
184 // Received from tracking areas. Pass it down to the cell, and add the field.
189 // Received from tracking areas. Pass it down to the cell, and add the field.
282 // Setup/update the tracking areas for the decorations.
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME13 should work, but a comprehensive suite of tests has not been built yet, so some areas may
/external/qemu/distrib/sdl-1.2.15/
DREADME.RISCOS81 …list is an overview of how much of the SDL is implemented. The areas match the main areas of the S…
/external/chromium_org/ppapi/api/
Dppp_input_event.idl33 * where clicks on the transparent areas will behave like clicks to the

1234