/external/chromium_org/third_party/mesa/src/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/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/skia/tools/skpdiff/ |
skpdiff_util.h | 16 # include <OpenCL/cl.h> 18 # include <CL/cl.h>
|
SkCLImageDiffer.h | 12 # include <OpenCL/cl.h> 14 # 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/chromium_org/third_party/mesa/src/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/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));
|
/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$
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 358 // CHECK: shldw %cl, %bx, %dx 359 // CHECK: shldw %cl, %bx, %dx 361 // CHECK: shldw %cl, %bx, (%rax) 362 // CHECK: shldw %cl, %bx, (%rax) 363 // CHECK: shrdw %cl, %bx, %dx 364 // CHECK: shrdw %cl, %bx, %dx 366 // CHECK: shrdw %cl, %bx, (%rax) 367 // CHECK: shrdw %cl, %bx, (%rax) 370 shld DX, BX, CL 373 shld [RAX], BX, CL [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN,
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, 93 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 401 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, 409 const Expr *Init = CL->getInitializer(); 410 SVal V = State->getSVal(CL->getInitializer(), LCtx); 416 Loc CLLoc = State->getLValue(CL, LCtx); 427 if (CL->isGLValue() || CL->getType()->isArrayType()) 431 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V)); [all...] |
/external/lzma/Asm/x86/ |
7zAsm.asm | 52 x1_L equ CL
|