HomeSort by relevance Sort by last modified time
    Searched defs:CS (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 47 typedef std::owner_less<std::shared_ptr<int> > CS;
48 CS cs; local
50 assert(!cs(p1, p2));
51 assert(!cs(p2, p1));
52 assert(cs(p1 ,p3) || cs(p3, p1));
53 assert(cs(p3, p1) == cs(p3, p2));
55 assert(!cs(p1, w2))
62 CS cs; local
    [all...]
  /external/llvm/include/llvm/Analysis/
TypeMetadataUtils.h 28 CallSite CS;
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 53 Optional<CFGStmt> CS = CE.getAs<CFGStmt>();
54 if (!CS)
57 CFGBlock *&Entry = SM[CS->getStmt()];
ScanfFormatString.cpp 33 ScanfConversionSpecifier &CS,
70 CS.setEndScanList(I);
201 ScanfConversionSpecifier CS(conversionPosition, k);
203 if (ParseScanList(H, CS, I, E))
206 FS.setConversionSpecifier(CS);
207 if (CS.consumesDataArgument() && !FS.getSuppressAssignment()
217 CS.setEndScanList(Beg + Len);
218 FS.setConversionSpecifier(CS);
227 const ScanfConversionSpecifier &CS = getConversionSpecifier();
229 if (!CS.consumesDataArgument()
    [all...]
PrintfFormatString.cpp 305 PrintfConversionSpecifier CS(conversionPosition, k);
306 FS.setConversionSpecifier(CS);
307 if (CS.consumesDataArgument() && !FS.usesPositionalArg())
317 CS.setEndScanList(Start + Len);
318 FS.setConversionSpecifier(CS);
392 const PrintfConversionSpecifier &CS = getConversionSpecifier();
394 if (!CS.consumesDataArgument())
397 if (CS.getKind() == ConversionSpecifier::cArg)
411 if (CS.isIntArg())
445 if (CS.isUIntArg()
    [all...]
  /external/jsilver/src/org/clearsilver/
CS.java 22 public interface CS extends Closeable {
35 * Clean up CS object state.
50 * Parse the given string as a CS template.
56 * Generate output from the CS templates and HDF objects that have been read
69 * Set the CS file loader to use
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 66 typedef std::owner_less<std::shared_ptr<int> > CS;
67 CS cs; local
69 static_assert((std::is_same<std::shared_ptr<int>, CS::first_argument_type>::value), "" );
70 static_assert((std::is_same<std::shared_ptr<int>, CS::second_argument_type>::value), "" );
71 static_assert((std::is_same<bool, CS::result_type>::value), "" );
73 assert(!cs(p1, p2));
74 assert(!cs(p2, p1));
75 assert(cs(p1 ,p3) || cs(p3, p1))
85 CS cs; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 66 typedef std::owner_less<std::shared_ptr<int> > CS;
67 CS cs; local
69 static_assert((std::is_same<std::shared_ptr<int>, CS::first_argument_type>::value), "" );
70 static_assert((std::is_same<std::shared_ptr<int>, CS::second_argument_type>::value), "" );
71 static_assert((std::is_same<bool, CS::result_type>::value), "" );
73 assert(!cs(p1, p2));
74 assert(!cs(p2, p1));
75 assert(cs(p1 ,p3) || cs(p3, p1))
85 CS cs; local
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 47 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(I));
48 assert(CS && "Unrecognized type in llvm.global_ctors/llvm.global_dtors");
50 Constant *FuncC = CS->getOperand(1);
69 ConstantInt *Priority = dyn_cast<ConstantInt>(CS->getOperand(0));
70 Value *Data = CS->getOperand(2);
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 75 ConstantStruct *CS = cast<ConstantStruct>(*i);
76 Result.push_back(dyn_cast<Function>(CS->getOperand(1)));
100 ConstantStruct *CS = cast<ConstantStruct>(*i);
101 if (isa<ConstantPointerNull>(CS->getOperand(1)))
105 if (!isa<Function>(CS->getOperand(1)))
109 ConstantInt *CI = cast<ConstantInt>(CS->getOperand(0));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 43 #define CS 4
91 } limits[CS+1] = {
96 { 1, 4, 1, 32 } /* cs */
122 if (csize < limits[CS].min_entry_size)
123 csize = limits[CS].min_entry_size;
147 brw->urb.nr_cs_entries = limits[CS].preferred_nr_entries;
176 brw->urb.nr_cs_entries = limits[CS].min_nr_entries;
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 20 #undef CS
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.cpp 128 const unsigned *CS = Is64Bit ? CallerSavedRegs64Bit : CallerSavedRegs32Bit;
129 for (; *CS; ++CS)
130 if (!Uses.count(*CS))
131 return *CS;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reg.h 38 #define CS 13
  /external/llvm/include/llvm/Support/
Solaris.h 29 #undef CS
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 46 pthread_cond_t CS;
87 printf("Slave thread %d waiting on CS,MS\n", id);
88 pthread_cond_wait(&CS, &MS); // docs are contradictory on if this
97 pthread_cond_wait(&CS, &MS);
125 pthread_cond_signal(&CS);
126 pthread_cond_signal(&CS);
127 pthread_cond_signal(&CS);
130 pthread_cond_broadcast(&CS);
131 pthread_cond_broadcast(&CS);
132 pthread_cond_broadcast(&CS);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 85 CallSite CS(cast<Value>(I));
86 if (CS && CS.getCalledFunction()
87 && !CS.getCalledFunction()->isDeclaration())
88 CallSites.push_back(CS);
100 CallSite CS = CallSites[index];
101 if (Function *Callee = CS.getCalledFunction()) {
105 CS.getInstruction()->getParent()->getParent() == Callee) {
110 InlineCost IC = CA.getInlineCost(CS, NeverInline);
113 <<", call: " << *CS.getInstruction())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
GBCharsetEncoderTest.java 29 private static final Charset CS = Charset.forName("gb18030");
35 cs = CS;
ISOCharsetEncoderTest.java 33 private static final Charset CS = Charset.forName("iso-8859-1");
39 cs = CS;
UTF16BECharsetEncoderTest.java 29 private static final Charset CS = Charset.forName("utf-16be");
35 cs = CS;
UTF16LECharsetEncoderTest.java 29 private static final Charset CS = Charset.forName("utf-16le");
35 cs = CS;
UTFCharsetEncoderTest.java 29 private static final Charset CS = Charset.forName("utf-8");
35 cs = CS;
  /bionic/libc/include/sys/
reg.h 49 #define CS 13
73 #define CS 17
  /development/ndk/platforms/android-21/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 40 #define CS U_COMMON_NUMBER_SEPARATOR

Completed in 1883 milliseconds

1 2 3 4 5 6 7 8