HomeSort by relevance Sort by last modified time
    Searched refs:Case (Results 101 - 125 of 174) sorted by null

1 2 3 45 6 7

  /external/deqp/modules/egl/
teglResizeTests.cpp 520 template <class Case>
540 group->addChild(new Case(eglTestCtx, params[ndx]));
  /external/v8/test/mjsunit/regress/
regress-219.js 124 // Case of flags still matters.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 4 Delphi DUnit Test Case
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
  /external/autotest/client/tools/
html_report.py 212 * @todo Add style classes to colgroup tags after sorting/filtering in case the user wants to highlight the whole column
271 // Case-insensitive Sort
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 168 // In that case we don't actually "activate" the pragma now, we only lex it
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 105 case CommandTraits::KCI_function:
108 case CommandTraits::KCI_functiongroup:
111 case CommandTraits::KCI_method:
114 case CommandTraits::KCI_methodgroup:
117 case CommandTraits::KCI_callback:
137 case CommandTraits::KCI_class:
145 case CommandTraits::KCI_interface:
148 case CommandTraits::KCI_protocol:
151 case CommandTraits::KCI_struct:
154 case CommandTraits::KCI_union
    [all...]
ExprConstant.cpp 614 case EM_ConstantFold:
615 case EM_IgnoreSideEffects:
616 case EM_EvaluateForOverflow:
620 case EM_ConstantExpression:
621 case EM_PotentialConstantExpression:
622 case EM_ConstantExpressionUnevaluated:
623 case EM_PotentialConstantExpressionUnevaluated:
624 case EM_DesignatorFold:
696 case EM_PotentialConstantExpression:
697 case EM_PotentialConstantExpressionUnevaluated
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 71 /// 'case' constant-expression ':' statement
155 // the token to end in a semicolon (in which case SemiError should be set),
161 case tok::at: // May be a @try or @throw statement
168 case tok::code_completion:
173 case tok::identifier: {
220 case tok::kw_case: // C99 6.8.1: labeled-statement
222 case tok::kw_default: // C99 6.8.1: labeled-statement
225 case tok::l_brace: // C99 6.8.2: compound-statement
227 case tok::semi: { // C99 6.8.3p3: expression[opt] ';'
232 case tok::kw_if: // C99 6.8.4.1: if-statemen
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 65 /// a single (declaration, index) mapping (the common case) but
185 case CodeCompletionContext::CCC_Expression:
186 case CodeCompletionContext::CCC_ObjCMessageReceiver:
187 case CodeCompletionContext::CCC_ParenthesizedExpression:
188 case CodeCompletionContext::CCC_Statement:
189 case CodeCompletionContext::CCC_Recovery:
586 case Type::Builtin:
588 case BuiltinType::Void:
591 case BuiltinType::NullPtr:
594 case BuiltinType::Overload
    [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 285 case Builtin::BI__builtin___CFStringMakeConstantString:
291 case Builtin::BI__builtin_stdarg_start:
292 case Builtin::BI__builtin_va_start:
296 case Builtin::BI__va_start: {
298 case llvm::Triple::arm:
299 case llvm::Triple::thumb:
310 case Builtin::BI__builtin_isgreater:
311 case Builtin::BI__builtin_isgreaterequal:
312 case Builtin::BI__builtin_isless:
313 case Builtin::BI__builtin_islessequal
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 212 case CXChildVisit_Break:
215 case CXChildVisit_Continue:
218 case CXChildVisit_Recurse: {
564 // that was ever defined as a macro. In such a case, create a "pseudo" macro
599 case RangeBefore:
603 case RangeAfter:
607 case RangeOverlap:
696 case TSK_Undeclared:
697 case TSK_ImplicitInstantiation:
701 case TSK_ExplicitInstantiationDeclaration
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 342 // terminator into the new basic block in this case.
346 // In this case, the cloning director is responsible for mapping the
406 // terminator into the new basic block in this case.
446 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
447 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor());
598 // case.
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 402 case '(':
406 case ')':
410 case '^':
411 case '*':
521 // property name must strip off "is" and lower case the first character
695 .Case("int8_t", "uint8_t")
696 .Case("int16_t", "uint16_t")
697 .Case("int32_t", "uint32_t")
698 .Case("NSInteger", "NSUInteger")
699 .Case("int64_t", "uint64_t"
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 112 case MipsISD::FIRST_NUMBER: break;
113 case MipsISD::JmpLink: return "MipsISD::JmpLink";
114 case MipsISD::TailCall: return "MipsISD::TailCall";
115 case MipsISD::Hi: return "MipsISD::Hi";
116 case MipsISD::Lo: return "MipsISD::Lo";
117 case MipsISD::GPRel: return "MipsISD::GPRel";
118 case MipsISD::ThreadPointer: return "MipsISD::ThreadPointer";
119 case MipsISD::Ret: return "MipsISD::Ret";
120 case MipsISD::ERet: return "MipsISD::ERet";
121 case MipsISD::EH_RETURN: return "MipsISD::EH_RETURN"
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 396 // evaluate E for side-effects. In either case, we shouldn't lower to
427 case Builtin::BI__builtin___CFStringMakeConstantString:
428 case Builtin::BI__builtin___NSStringMakeConstantString:
430 case Builtin::BI__builtin_stdarg_start:
431 case Builtin::BI__builtin_va_start:
432 case Builtin::BI__va_start:
433 case Builtin::BI__builtin_va_end:
439 case Builtin::BI__builtin_va_copy: {
450 case Builtin::BI__builtin_abs:
451 case Builtin::BI__builtin_labs
    [all...]
CodeGenModule.cpp 65 case TargetCXXABI::GenericAArch64:
66 case TargetCXXABI::GenericARM:
67 case TargetCXXABI::iOS:
68 case TargetCXXABI::iOS64:
69 case TargetCXXABI::WatchOS:
70 case TargetCXXABI::GenericMIPS:
71 case TargetCXXABI::GenericItanium:
72 case TargetCXXABI::WebAssembly:
74 case TargetCXXABI::Microsoft:
183 case ObjCRuntime::GNUstep
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 185 $line =~ s/Case map/MAP/;
  /external/llvm/include/llvm/Support/
Dwarf.h 67 case DW_TAG_array_type:
68 case DW_TAG_class_type:
69 case DW_TAG_interface_type:
70 case DW_TAG_enumeration_type:
71 case DW_TAG_pointer_type:
72 case DW_TAG_reference_type:
73 case DW_TAG_rvalue_reference_type:
74 case DW_TAG_string_type:
75 case DW_TAG_structure_type:
76 case DW_TAG_subroutine_type
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 158 # getproxies_environment use lowered case truncated (no '_proxy') keys
458 Case does not matter on the hex letters.
610 # Test unquoting on mixed-case hex digits in the percent-escapes
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 265 template<typename Case>
268 typename Case::Resources resources;
269 Unique<typename Case::Type> object;
271 Dependency (const Environment& env, const typename Case::Parameters& params)
273 , object (Case::create(env, resources, params))
1061 case VK_SHADER_STAGE_VERTEX_BIT:
1066 case VK_SHADER_STAGE_FRAGMENT_BIT:
1071 case VK_SHADER_STAGE_COMPUTE_BIT:
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 83 #define ATTR(X) .Case("attr::" #X, attr:: X)
378 // Kind (in which case the match will always succeed) or Kind and
379 // DerivedKind are unrelated (in which case it will always fail), so set
472 /// \brief End case for the recursion
475 /// \brief Recursive case. Get the overload for the head of the list, and

Completed in 1093 milliseconds

1 2 3 45 6 7