HomeSort by relevance Sort by last modified time
    Searched defs:CL (Results 1 - 22 of 22) sorted by null

  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
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));
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$
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 38 static final String CL = "CL";
  /art/compiler/utils/x86/
constants_x86.h 32 CL = 1,
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 515 SDValue LL, LH, RL, RH, CL, CH;
521 CL = CH = Cond;
526 GetSplitVector(Cond, CL, CH);
528 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
531 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /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/chromium_org/third_party/re2/lib/codereview/
codereview.py 139 # CL description or author field, no matter how many conversions
189 # Change lists are stored in .hg/codereview/cl.nnnnnn
193 # The only thing in the cl.nnnnnn file is the list of relevant files.
194 # Also, the existence of the cl.nnnnnn file marks this repository
203 class CL(object):
220 cl = self
222 if cl.copied_from:
223 s += "Author: " + cl.copied_from + "\n\n"
224 if cl.private:
228 s += Indent(cl.desc, "\t"
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 816 const CompoundLiteralExpr *CL;
818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
819 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
822 const CompoundLiteralExpr *CL,
826 return CL->getType();
829 bool isBoundable() const override { return !CL->isFileScope(); }
835 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
    [all...]
  /external/eigen/blas/testing/
cblat3.f     [all...]
zblat3.f     [all...]
  /external/regex-re2/lib/codereview/
codereview.py 139 # CL description or author field, no matter how many conversions
189 # Change lists are stored in .hg/codereview/cl.nnnnnn
193 # The only thing in the cl.nnnnnn file is the list of relevant files.
194 # Also, the existence of the cl.nnnnnn file marks this repository
203 class CL(object):
220 cl = self
222 if cl.copied_from:
223 s += "Author: " + cl.copied_from + "\n\n"
224 if cl.private:
228 s += Indent(cl.desc, "\t"
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 251 CL(new String[]{
    [all...]
  /external/qemu/disas/
i386.c 400 #define CL { OP_IMREG, cl_reg }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 101 #define CL cl
163 #define CL %cl
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 101 #define CL cl
163 #define CL %cl
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1626 CL cl; member in struct:tagSYE
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 597 milliseconds