/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMapElement.idl | 22 readonly attribute HTMLCollection areas;
|
HTMLMapElement.h | 43 PassRefPtr<HTMLCollection> areas();
|
HTMLMapElement.cpp | 121 PassRefPtr<HTMLCollection> HTMLMapElement::areas() function in class:WebCore::HTMLMapElement
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
eval.pass.cpp | 64 std::vector<double> areas(Np); 66 for (int i = 0; i < areas.size(); ++i) 68 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; 69 S += areas[i]; 71 for (int i = 0; i < areas.size(); ++i) 72 areas[i] /= S; 82 a += areas[j]; 114 std::vector<double> areas(Np); 116 for (int i = 0; i < areas.size(); ++i) 118 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2 [all...] |
eval_param.pass.cpp | 63 std::vector<double> areas(Np); 65 for (int i = 0; i < areas.size(); ++i) 67 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; 68 S += areas[i]; 70 for (int i = 0; i < areas.size(); ++i) 71 areas[i] /= S; 81 a += areas[j];
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Parm.cpp | 1821 camera_area_t *areas = new camera_area_t[max_num_af_areas]; local 1927 camera_area_t *areas = new camera_area_t[max_num_mtr_areas]; local [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Parm.cpp | 1861 camera_area_t *areas = new camera_area_t[max_num_af_areas]; local 1967 camera_area_t *areas = new camera_area_t[max_num_mtr_areas]; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 155 String areas = barGraph.getAreas(); local 156 if (areas == null) areas = ""; 173 this.stream.print(areas);
|
FingerPrintGraph.java | 94 BarGraphArea[] areas; field in class:FingerPrintGraph 222 this.areas = new BarGraphArea[this.count]; 228 this.areas[i] = new BarGraphArea(configResults); 229 BarGraphArea graphArea = this.areas[i]; 650 if (this.areas != null) { 652 this.areas[i].print(stream);
|
/external/chromium_org/content/browser/dom_storage/ |
session_storage_database.cc | 162 std::map<std::string, std::string> areas; 163 if (!GetAreasInNamespace(namespace_id, &areas)) 166 for (std::map<std::string, std::string>::const_iterator it = areas.begin(); 167 it != areas.end(); ++it) { 196 // Itereate through the areas in the namespace. 198 std::map<std::string, std::string> areas; local 199 if (!GetAreasInNamespace(namespace_id, &areas)) 201 for (std::map<std::string, std::string>::const_iterator it = areas.begin(); 202 it != areas.end(); ++it) { 393 std::map<std::string, std::string>* areas) { [all...] |
session_storage_database.h | 60 // Creates shallow copies of the areas for |namespace_id| and associates them 114 // Reads the areas assoiated with |namespace_id| and puts the (origin, map_id) 115 // pairs into |areas|. 117 std::map<std::string, std::string>* areas);
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.cpp | 4264 cam_area_t *areas = (cam_area_t *)malloc(sizeof(cam_area_t) * m_pCapability->max_num_focus_areas); local 4343 cam_area_t *areas = (cam_area_t *)malloc(sizeof(cam_area_t) * m_pCapability->max_num_metering_areas); local [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraParameters.cpp | 4264 cam_area_t *areas = (cam_area_t *)malloc(sizeof(cam_area_t) * m_pCapability->max_num_focus_areas); local 4343 cam_area_t *areas = (cam_area_t *)malloc(sizeof(cam_area_t) * m_pCapability->max_num_metering_areas); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_ioplug.h | 136 const snd_pcm_channel_area_t *areas,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_ioplug.h | 136 const snd_pcm_channel_area_t *areas,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_ioplug.h | 136 const snd_pcm_channel_area_t *areas,
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 287 Vector<Area> *areas); 294 status_t validateAreas(const Vector<Area> &areas,
|
Parameters.cpp | [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 202 Vector< sp<CameraArea> > &areas) 314 areas.add(currentArea);
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraTest.java | [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
tabswitcherview.js | 14 * | stacked tab content areas | 45 // Position each of the tabs content areas.
|
/external/tinyalsa/include/tinyalsa/ |
asoundlib.h | 198 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
array-literal-feedback.js | 39 // live for one gc, so a gc that happens in certain fragile areas of the test
|
/external/valgrind/main/exp-bbv/tests/x86/ |
rep_prefix.S | 117 # first set up the areas to compare
|