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

1 2 3 4 5 6 7 8 91011>>

  /external/jsilver/src/org/clearsilver/
ClearsilverFactory.java 20 * A factory for constructing new CS and HDF objects. Allows applications to
21 * provide subclasses of HDF or CS to be used by the Java Clearsilver
27 * Create a new CS object.
28 * @param hdf the HDF object to use in constructing the CS object.
29 * @return a new CS object
31 public CS newCs(HDF hdf);
34 * Create a new CS object.
35 * @param hdf the HDF object to use in constructing the CS object.
37 * CS object.
38 * @return a new CS objec
    [all...]
DelegatedCs.java 22 * Utility class that delegates all methods of an CS object. Made to
23 * facilitate the transition to CS being an interface and thus not
26 * This class, and its subclasses must take care to wrap or unwrap HDF and CS
30 public abstract class DelegatedCs implements CS {
31 private final CS cs; field in class:DelegatedCs
33 public DelegatedCs(CS cs) {
35 this.cs = cs;
    [all...]
  /external/clang/test/CodeGenCXX/
2003-11-27-MultipleInheritanceThunk.cpp 8 CallSite(const CallSite &CS);
14 virtual int getModRefInfo(CallSite CS);
24 int getModRefInfo(CallSite CS) {
  /external/llvm/lib/IR/
Statepoint.cpp 22 bool llvm::isStatepoint(const ImmutableCallSite &CS) {
23 if (!CS.getInstruction()) {
28 const Function *F = CS.getCalledFunction();
33 ImmutableCallSite CS(inst);
34 return isStatepoint(CS);
42 bool llvm::isGCRelocate(const ImmutableCallSite &CS) {
43 if (!CS.getInstruction()) {
48 return isGCRelocate(CS.getInstruction());
59 bool llvm::isGCResult(const ImmutableCallSite &CS) {
60 if (!CS.getInstruction())
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 60 unsigned getInlineThreshold(CallSite CS) const;
67 virtual InlineCost getInlineCost(CallSite CS) = 0;
86 bool shouldInline(CallSite CS);
  /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/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 46 void visitCallSite(CallSite CS);
55 void OptimizeReturned::visitCallSite(CallSite CS) {
56 for (unsigned i = 0, e = CS.getNumArgOperands(); i < e; ++i)
57 if (CS.paramHasAttr(1 + i, Attribute::Returned)) {
58 Instruction *Inst = CS.getInstruction();
59 Value *Arg = CS.getArgOperand(i);
  /external/libcxx/test/std/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 static_assert((std::is_same<std::shared_ptr<int>, CS::first_argument_type>::value), "" );
51 static_assert((std::is_same<std::shared_ptr<int>, CS::second_argument_type>::value), "" );
52 static_assert((std::is_same<bool, CS::result_type>::value), "" );
54 assert(!cs(p1, p2));
55 assert(!cs(p2, p1));
56 assert(cs(p1 ,p3) || cs(p3, p1))
66 CS cs; local
    [all...]
  /external/jsilver/src/org/clearsilver/jni/
JniClearsilverFactory.java 19 import org.clearsilver.CS;
33 * {@link #newCs} will be fully unwrapped before being passed to CS
43 * {@link org.clearsilver.HDF} object to the {@link org.clearsilver.CS}
58 * Create a new CS object.
59 * @param hdf the HDF object to use in constructing the CS object.
60 * @return a new CS object
62 public CS newCs(HDF hdf) {
70 * Create a new CS object. Also checks and unwraps any DelegatedHdfs
72 * @param hdf the HDF object to use in constructing the CS object.
74 * CS object
    [all...]
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) {
43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()];
46 clang::CompoundStmt::body_iterator bI = CS->body_begin();
47 clang::CompoundStmt::body_iterator bE = CS->body_end();
57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount));
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) {
78 VisitStmt(CS);
79 ReplaceInCompoundStmt(CS);
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) {
83 if (matchesStmt(CS->getSubStmt()))
    [all...]
  /bionic/libc/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /development/ndk/platforms/android-21/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reg.h 45 # define CS 17
73 # define CS 13
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 45 # define CS 17
73 # define CS 13
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
reg.h 47 #define CS 13
71 #define CS 17

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>