HomeSort by relevance Sort by last modified time
    Searched refs:CL (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/opencv3/modules/core/src/
directx.inc.hpp 50 #include <CL/cl_d3d11.h>
51 #include <CL/cl_d3d10.h>
52 #include <CL/cl_dx9_media_sharing.h>
  /external/mesa3d/include/CL/
opencl.h 35 #include <OpenCL/cl.h>
42 #include <CL/cl.h>
43 #include <CL/cl_gl.h>
44 #include <CL/cl_gl_ext.h>
45 #include <CL/cl_ext.h>
cl_gl_ext.h 39 #include <CL/cl_gl.h>
cl_ext.h 37 #include <OpenCL/cl.h>
40 #include <CL/cl.h>
61 * The application may not call CL api's with the cl_mem object passed to the pfn_notify.
cl_gl.h 36 #include <OpenCL/cl.h>
39 #include <CL/cl.h>
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
opencl.h 35 #include <OpenCL/cl.h>
42 #include <CL/cl.h>
43 #include <CL/cl_gl.h>
44 #include <CL/cl_gl_ext.h>
45 #include <CL/cl_ext.h>
cl_gl_ext.h 39 #include <CL/cl_gl.h>
cl_dx9_media_sharing.h 29 #include <CL/cl.h>
30 #include <CL/cl_platform.h>
cl_d3d10.h 30 #include <CL/cl.h>
31 #include <CL/cl_platform.h>
cl_d3d11.h 30 #include <CL/cl.h>
31 #include <CL/cl_platform.h>
  /external/testng/src/test/java/test/listeners/
ConfigurationListenerTest.java 13 static public class CL implements IConfigurationListener2 {
41 CL listener = new CL();
42 CL.m_status = 0;
46 Assert.assertEquals(CL.m_status, expected);
  /external/opencv3/cmake/checks/
opencl.cpp 2 #include <OpenCL/cl.h>
4 #include <CL/cl.h>
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 32 myblock CL = ^(enum numbers z)
56 enum numbers res = (enum numbers)test(CL);
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
58 << SM.getExpansionLineNumber(CL->getLocStart())
60 range = CL->getSourceRange();
  /external/clang/test/Sema/
block-return.c 3 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/
opencl_core.hpp 50 #include <OpenCL/cl.h>
52 #include <CL/cl.h>
  /external/mesa3d/src/mesa/x86/
x86_cliptest.S 201 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, AL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 52 private static final String CL = ":"; //$NON-NLS-1$
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$
RSSFeedPublisherTask.java 52 private static final String CL = ":"; //$NON-NLS-1$
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/
RegionCode.java 38 static final String CL = "CL";
  /external/clang/lib/AST/
StmtCXX.cpp 55 SourceLocation CAL, SourceLocation CL,
57 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL),
  /external/skia/
PRESUBMIT.py 38 DOCS_PREVIEW_URL = 'https://skia.org/?cl='
269 'Issue owner, this CL must include an addition to the Skia AUTHORS '
307 # It is a revert CL, ignore the public api owners check.
325 # An owner created the CL that is an automatic LGTM.
340 "If this CL adds to or changes Skia's public API, you need an LGTM "
341 "from any of %s. If this CL only removes from or doesn't change "
342 "Skia's public API, please add a short note to the CL saying so "
344 "if this CL affects Skia's public API, treat it like it does."
349 def PostUploadHook(cl, change, output_api):
350 """git cl upload will call this hook after the issue is created/modified
    [all...]
  /art/compiler/utils/x86/
constants_x86.h 32 CL = 1,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 32 private static final String CL = ":"; //$NON-NLS-1$
80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$

Completed in 1529 milliseconds

1 2 3 4