Searched defs:Point (Results 51 - 63 of 63) sorted by relevance

123

/external/llvm/include/llvm/IR/
H A DIRBuilder.h139 BasicBlock::iterator Point; member in class:llvm::IRBuilderBase::InsertPoint
147 : Block(InsertBlock), Point(InsertPoint) {}
153 llvm::BasicBlock::iterator getPoint() const { return Point; }
200 BasicBlock::iterator Point; member in class:llvm::IRBuilderBase::InsertPointGuard
208 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
212 Builder.restoreIP(InsertPoint(Block, Point));
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1142 } Point; member in class:__anon25735::TypePromotionTransaction::InsertionHandler
1152 Point.PrevInst = --It;
1154 Point.BB = Inst->getParent();
1162 Inst->insertAfter(Point.PrevInst);
1164 Instruction *Position = Point.BB->getFirstInsertionPt();
1406 void rollback(ConstRestorationPt Point);
1490 TypePromotionTransaction::ConstRestorationPt Point) {
1491 while (!Actions.empty() && Point != Actions.back().get()) {
1489 rollback( TypePromotionTransaction::ConstRestorationPt Point) argument
/external/opencv/cvaux/src/
H A Dcvlee.cpp1424 CvPoint Point;
1429 CV_READ_SEQ_ELEM(Point,reader);
1430 Point.y = 600 - Point.y;
1431 CV_WRITE_SEQ_ELEM(Point,writer);
3641 CvPointFloat Point,ParPoint1_img,RayPoint1_img; local
3706 Point.x = X[(N-1)*(IntersectionNumber - 1)];
3707 Point.y = pEdge2->parabola->a*Point.x*Point
3750 CvPointFloat Point,ParPoint1_img,ParPoint2_img,RayPoint1_img; local
3893 CvPointFloat Point = {0,0},ParPoint1_img,RayPoint1_img; local
3978 CvPointFloat Point={0,0},ParPoint1_img,RayPoint1_img,RayPoint2_img; local
4087 CvPointFloat Point; local
4225 CvPointFloat Point; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1062 * Point attribute group (GL_POINT_BIT).
3142 #define _NEW_POINT (1 << 11) /**< gl_context::Point */
3462 struct gl_point_attrib Point; /**< Point attributes */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1062 * Point attribute group (GL_POINT_BIT).
3142 #define _NEW_POINT (1 << 11) /**< gl_context::Point */
3462 struct gl_point_attrib Point; /**< Point attributes */ member in struct:gl_context
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 380 milliseconds

123