HomeSort by relevance Sort by last modified time
    Searched defs:CS (Results 26 - 50 of 87) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 37 #define CS 13
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 37 #define CS 13
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 37 #define CS 13
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace-abi.h 37 #define CS 13
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 37 #define CS 13
  /external/chromium_org/net/third_party/nss/ssl/
sslinfo.c 97 #define CS(x) x, #x
136 {0,CS(TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA), S_RSA, K_DHE, C_CAMELLIA, B_256, M_SHA, 0, 0, 0, },
137 {0,CS(TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA), S_DSA, K_DHE, C_CAMELLIA, B_256, M_SHA, 0, 0, 0, },
138 {0,CS(TLS_DHE_RSA_WITH_AES_256_CBC_SHA256), S_RSA, K_DHE, C_AES, B_256, M_SHA256, 1, 0, 0, },
139 {0,CS(TLS_DHE_RSA_WITH_AES_256_CBC_SHA), S_RSA, K_DHE, C_AES, B_256, M_SHA, 1, 0, 0, },
140 {0,CS(TLS_DHE_DSS_WITH_AES_256_CBC_SHA), S_DSA, K_DHE, C_AES, B_256, M_SHA, 1, 0, 0, },
141 {0,CS(TLS_RSA_WITH_CAMELLIA_256_CBC_SHA), S_RSA, K_RSA, C_CAMELLIA, B_256, M_SHA, 0, 0, 0, },
142 {0,CS(TLS_RSA_WITH_AES_256_CBC_SHA256), S_RSA, K_RSA, C_AES, B_256, M_SHA256, 1, 0, 0, },
143 {0,CS(TLS_RSA_WITH_AES_256_CBC_SHA), S_RSA, K_RSA, C_AES, B_256, M_SHA, 1, 0, 0, },
145 {0,CS(TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA), S_RSA, K_DHE, C_CAMELLIA, B_128, M_SHA, 0, 0, 0, }
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 217 CompoundStmt *CS = M.makeCompound(ArrayRef<Stmt*>(Stmts, 2));
234 IfStmt *If = new (C) IfStmt(C, SourceLocation(), 0, UO, CS);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 536 CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>();
537 PostStmt Loc(CS.getStmt(), N->getLocationContext());
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 19 #define CS 13
48 #define CS 136
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 117 static bool InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI,
121 Function *Callee = CS.getCalledFunction();
122 Function *Caller = CS.getCaller();
126 if (!InlineFunction(CS, IFI, InsertLifetime))
154 // When processing our SCC, check to see if CS was inlined from some other
255 unsigned Inliner::getInlineThreshold(CallSite CS) const {
261 Function *Caller = CS.getCaller();
271 Function *Callee = CS.getCalledFunction();
285 bool Inliner::shouldInline(CallSite CS) {
286 InlineCost IC = getInlineCost(CS);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 19 #define CS 13
48 #define CS 136
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 19 #define CS 13
48 #define CS 136
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 19 #define CS 13
48 #define CS 136
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define CS 13
58 #define CS 136
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define CS 13
58 #define CS 136
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define CS 13
58 #define CS 136
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define CS 13
58 #define CS 136
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define CS 13
58 #define CS 136
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 352 CXXCatchStmt *CS = TS->getHandler(I);
356 CS->getSourceRange().getBegin()));
357 BuildScopeInformation(CS->getHandlerBlock(),
381 if (CaseStmt *CS = dyn_cast<CaseStmt>(SubStmt))
382 Next = CS->getSubStmt();
520 if (CaseStmt *CS = dyn_cast<CaseStmt>(SC))
521 Loc = CS->getLocStart();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 667 object::mach::CPUSubtypeARM CS =
680 return new DarwinARMAsmBackend(T, TT, CS);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 165 if (CallSite CS = I) {
166 if (Function *F = CS.getCalledFunction()) {
269 if (CallSite CS = I)
270 return CS.getInstruction()->use_empty();
313 CallSite CS = I;
316 return CS.getArgument(0);
707 const CallSite CS;
713 AA->getModRefInfo(CS, I, getPointerSize(I, *AA));
808 if (CallSite CS = cast<Value>(BBI)) {
816 if (AA->doesNotAccessMemory(CS))
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
36 HS = CS,
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 43 CS= U_COMMON_NUMBER_SEPARATOR,
94 #define MASK_POSSIBLE_N (DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_N)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 131 private static final String CS = ", "; //$NON-NLS-1$
247 Messages.getString("UpdateBugStateTask.expectedOne") + SP + BZ_UC + CS + BZ_NEW + CS + BZ_AS + CSO + BZ_RE); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
271 + SP + BZ_FX + CS + BZ_IV + CS + BZ_WF + CS + BZ_LT + CS + BZ_RM + CSO + BZ_WK + SP
401 throw new BuildException(Messages.getString("UpdateBugStateTask.ambiguousRequest") + CS + //$NON-NLS-1$
489 bugID + CS + Messages.getString("UpdateBugStateTask.missingBug")); //$NON-NLS-1$ //$NON-NLS-2$
581 throw new BuildException(Messages.getString("UpdateBugStateTask.badURL") + CS + //$NON-NLS-1
    [all...]

Completed in 1643 milliseconds

12 3 4