Searched refs:CL (Results 1 - 25 of 76) sorted by relevance

1234

/external/opencv3/modules/core/src/
H A Ddirectx.inc.hpp50 #include <CL/cl_d3d11.h>
51 #include <CL/cl_d3d10.h>
52 #include <CL/cl_dx9_media_sharing.h>
/external/mesa3d/include/CL/
H A Dopencl.h42 #include <CL/cl.h>
43 #include <CL/cl_gl.h>
44 #include <CL/cl_gl_ext.h>
45 #include <CL/cl_ext.h>
H A Dcl_gl_ext.h39 #include <CL/cl_gl.h>
H A Dcl_ext.h40 #include <CL/cl.h>
61 * The application may not call CL api's with the cl_mem object passed to the pfn_notify.
H A Dcl_gl.h39 #include <CL/cl.h>
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dopencl.h42 #include <CL/cl.h>
43 #include <CL/cl_gl.h>
44 #include <CL/cl_gl_ext.h>
45 #include <CL/cl_ext.h>
H A Dcl_gl_ext.h39 #include <CL/cl_gl.h>
H A Dcl_dx9_media_sharing.h29 #include <CL/cl.h>
30 #include <CL/cl_platform.h>
H A Dcl_d3d10.h30 #include <CL/cl.h>
31 #include <CL/cl_platform.h>
H A Dcl_d3d11.h30 #include <CL/cl.h>
31 #include <CL/cl_platform.h>
H A Dcl_egl.h30 #include <CL/cl.h>
H A Dcl_ext.h40 #include <CL/cl.h>
58 * The application may not call CL api's with the cl_mem object passed to the pfn_notify.
/external/testng/src/test/java/test/listeners/
H A DConfigurationListenerTest.java13 static public class CL implements IConfigurationListener2 { class in class:ConfigurationListenerTest
41 CL listener = new CL();
42 CL.m_status = 0;
46 Assert.assertEquals(CL.m_status, expected);
/external/opencv3/cmake/checks/
H A Dopencl.cpp4 #include <CL/cl.h>
/external/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp32 myblock CL = ^(enum numbers z) local
56 enum numbers res = (enum numbers)test(CL);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); local
58 << SM.getExpansionLineNumber(CL->getLocStart())
60 range = CL->getSourceRange();
/external/clang/test/Sema/
H A Dblock-return.c3 typedef void (^CL)(void);
5 CL foo() {
9 CL X = ^{
44 return ^{ return 1; }; // expected-error {{incompatible block pointer types returning 'int (^)(void)' from a function with result type 'CL' (aka 'void (^)(void)')}}
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
H A Dopencl_core.hpp52 #include <CL/cl.h>
/external/mesa3d/src/mesa/x86/
H A Dx86_cliptest.S201 MOV_B( REGBI(EBP, ECX), CL )
203 MOV_B( REGOFF(clip_table,ECX), CL )
206 OR_B( CL, AL )
207 AND_B( CL, AH )
209 TEST_B( CL, CL )
210 MOV_B( CL, REGIND(EDX) )
367 MOV_B( REGBI(EBP, ECX), CL )
369 MOV_B( REGOFF(clip_table,ECX), CL )
372 OR_B( CL, A
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java52 private static final String CL = ":"; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
131 if (debug>0) { System.out.println(Messages.getString("RSSFeedWatcherTask.Compare") + SP + file + Messages.getString("RSSFeedWatcherTask.with") + tmpFile + CL); } //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
160 System.out.println(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldContent); //$NON-NLS-1$
161 System.out.println(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newContent); //$NON-NLS-1$
184 System.out.println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline); //$NON-NLS-1$
229 System.out.println(Messages.getString("RSSFeedWatcherTask.Download") + CL + SP + feedURL); //$NON-NLS-1$
230 System.out.println(Messages.getString("RSSFeedWatcherTask.To") + CL + SP + destFile + SP); //$NON-NLS-1$
H A DRSSFeedPublisherTask.java52 private static final String CL = ":"; //$NON-NLS-1$ field in class:RSSFeedPublisherTask
128 System.err.println(Messages.getString("RSSFeedPublisherTask.ErrorInvalidFile") + CL + SP + file + "!"); //$NON-NLS-1$ //$NON-NLS-2$
216 if (!isNullString(SSHExec) && SCPTarget.indexOf(CL)>0) {
217 String userAtHost = SCPTarget.substring(0, SCPTarget.indexOf(CL));
218 String targetPath = SCPTarget.substring(SCPTarget.indexOf(CL)+1,SCPTarget.lastIndexOf(FS));
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java38 static final String CL = "CL"; field in class:RegionCode
/external/clang/lib/AST/
H A DStmtCXX.cpp55 SourceLocation CAL, SourceLocation CL,
57 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL),
52 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A DRSSFeedUtil.java32 private static final String CL = ":"; //$NON-NLS-1$ field in class:RSSFeedUtil
80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$

Completed in 687 milliseconds

1234