/hardware/ti/omap4xxx/hwc/ |
hwc.c | 142 omap4_hwc_ext_t ext; /* external mirroring data */ member in struct:omap4_hwc_device 560 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region) 564 float xpy = ext->lcd_xpy; 569 memcpy(ext->m, m_unit, sizeof(m_unit)); 570 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top); 571 m_rotate(ext->m, ext->current.rotation); 572 if (ext->current.hflip) 573 m_scale(ext->m, 1, -1, 1, 1); 575 if (ext->current.rotation & 1) 843 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1003 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1059 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1083 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1106 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1133 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1174 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1322 omap4_hwc_ext_t *ext = &hwc_dev->ext; local 1677 omap4_hwc_ext_t *ext = &hwc_dev->ext; local [all...] |
/external/chromium/net/base/ |
platform_mime_util_mac.cc | 17 const FilePath::StringType& ext, std::string* result) const { 18 std::string ext_nodot = ext; 41 const std::string& mime_type, FilePath::StringType* ext) const { 57 *ext = base::SysCFStringRefToUTF8(ext_ref);
|
/external/clang/test/PCH/Inputs/ |
namespaces.h | 39 void ext();
|
/external/webkit/Tools/QueueStatusServer/model/ |
svnrevision.py | 29 from google.appengine.ext import db
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Attributes2.java | 6 package org.xml.sax.ext;
|
/packages/providers/PartnerBookmarksProvider/tests/ |
Android.mk | 27 LOCAL_JAVA_LIBRARIES := ext android.test.runner
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/ |
null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/ |
null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/ |
null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp>
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/ |
null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp>
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/ |
null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp>
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/ |
null_node_metadata.hpp | 44 #include <ext/pb_ds/detail/types_traits.hpp>
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
UVProjectionGenerator.java | 33 float[] ext = new float[] { bb.getXExtent() * 2.0f, bb.getYExtent() * 2.0f }; local 37 uvCoordinates[j] = (positions.get(i) - min.x) / ext[0]; 38 uvCoordinates[j + 1] = (positions.get(i + 1) - min.y) / ext[1]; 59 float[] ext = new float[] { bb.getXExtent() * 2.0f, bb.getYExtent() * 2.0f, bb.getZExtent() * 2.0f }; local 71 uvCoordinates[pointIndex++] = (triangle.get1().y - min.y) / ext[1]; 72 uvCoordinates[pointIndex++] = (triangle.get1().z - min.z) / ext[2]; 73 uvCoordinates[pointIndex++] = (triangle.get2().y - min.y) / ext[1]; 74 uvCoordinates[pointIndex++] = (triangle.get2().z - min.z) / ext[2]; 75 uvCoordinates[pointIndex++] = (triangle.get3().y - min.y) / ext[1]; 76 uvCoordinates[pointIndex++] = (triangle.get3().z - min.z) / ext[2] [all...] |
/external/webkit/Source/WebCore/platform/wince/ |
MIMETypeRegistryWinCE.cpp | 40 String ext = "." + extension; local 47 if (ERROR_SUCCESS != RegOpenKeyEx(HKEY_CLASSES_ROOT, ext.charactersWithNullTermination(), 0, 0, &key)) 122 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) 126 if (ext.isEmpty()) 131 String result = mimetypeMap.get(ext.lower()); 133 result = mimeTypeForExtension(ext); 135 mimetypeMap.add(ext, result);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp> 205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp> 206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp> 207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp> 208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp> 209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp> 205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp> 206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp> 207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp> 208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp> 209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp> 205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp> 206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp> 207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp> 208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp> 209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp> 205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp> 206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp> 207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp> 208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp> 209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 48 #include <ext/pb_ds/detail/cond_dealtor.hpp> 49 #include <ext/pb_ds/detail/type_utils.hpp> 50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp> 205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp> 206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp> 207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp> 208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp> 209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 51 #include <ext/pb_ds/detail/cond_dealtor.hpp> 52 #include <ext/pb_ds/detail/type_utils.hpp> 53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp> 54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> 219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp> 220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp> 221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp> 222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp> 223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp> 224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp [all...] |