HomeSort by relevance Sort by last modified time
    Searched refs:Case (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 413 // Case 1: "Apply"
417 // Case 2: "Use the same proxy for all protocols" in an active section
424 // Case 3: "Flip to incognito mode."
428 // Case 4: Click on something random: maybe changing active config group?
585 case ProxyFormController.ProxyTypes.SYSTEM:
587 case ProxyFormController.ProxyTypes.DIRECT:
589 case ProxyFormController.ProxyTypes.PAC:
598 case ProxyFormController.ProxyTypes.FIXED:
732 * Handles the case in which this extension doesn't have the ability to
751 * Handle the case in which errors have been generated outside the contex
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 326 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond);
327 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor());
453 // case.
SimplifyCFG.cpp 153 // reality, we could transform this case, but since the condition will be
221 case Instruction::GetElementPtr:
226 case Instruction::Load:
227 case Instruction::Add:
228 case Instruction::Sub:
229 case Instruction::And:
230 case Instruction::Or:
231 case Instruction::Xor:
232 case Instruction::Shl:
233 case Instruction::LShr
    [all...]
  /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.
Antlr.Runtime.Tree.Tests.pas 4 Delphi DUnit Test Case
6 This unit contains a skeleton test case class generated by the Test Case Wizard.
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 52 /// 'case' constant-expression ':' statement
107 // the token to end in a semicolon (in which case SemiError should be set),
113 case tok::at: // May be a @try or @throw statement
120 case tok::code_completion:
125 case tok::identifier: {
144 case Sema::NC_Keyword:
157 case Sema::NC_Error:
165 case Sema::NC_Unknown:
170 case Sema::NC_Type:
177 case Sema::NC_Expression
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 64 /// a single (declaration, index) mapping (the common case) but
183 case CodeCompletionContext::CCC_Expression:
184 case CodeCompletionContext::CCC_ObjCMessageReceiver:
185 case CodeCompletionContext::CCC_ParenthesizedExpression:
186 case CodeCompletionContext::CCC_Statement:
187 case CodeCompletionContext::CCC_Recovery:
581 case Type::Builtin:
583 case BuiltinType::Void:
586 case BuiltinType::NullPtr:
589 case BuiltinType::Overload
    [all...]
SemaChecking.cpp 105 case Builtin::BI__builtin___CFStringMakeConstantString:
111 case Builtin::BI__builtin_stdarg_start:
112 case Builtin::BI__builtin_va_start:
116 case Builtin::BI__builtin_isgreater:
117 case Builtin::BI__builtin_isgreaterequal:
118 case Builtin::BI__builtin_isless:
119 case Builtin::BI__builtin_islessequal:
120 case Builtin::BI__builtin_islessgreater:
121 case Builtin::BI__builtin_isunordered:
125 case Builtin::BI__builtin_fpclassify
    [all...]
TreeTransform.h     [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
JavaVisitor.java 50 import lombok.ast.Case;
168 // for that case.
454 public boolean visitCase(Case node) {
455 List<VisitingDetector> list = mNodeTypeDetectors.get(Case.class);
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 136 .Case(".weak", MCSA_Weak)
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 587 Case* c = new Case(format_int(index));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 323 case Instruction::And:
328 case Instruction::Or:
329 case Instruction::Xor:
333 case Instruction::Mul:
338 case Instruction::Add:
339 case Instruction::Sub:
343 case Instruction::Or:
348 case Instruction::And:
391 // commutative case, "(A op' B) op (C op' A)"?
413 // commutative case, "(A op' B) op (B op' D)"
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 185 $line =~ s/Case map/MAP/;
  /external/llvm/include/llvm/Support/
Dwarf.h 535 // Identifier case codes
701 /// CaseString - Return the string for the specified identifier case.
703 const char *CaseString(unsigned Case);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 219 case CFGElement::Invalid:
221 case CFGElement::Statement:
224 case CFGElement::Initializer:
227 case CFGElement::AutomaticObjectDtor:
228 case CFGElement::BaseDtor:
229 case CFGElement::MemberDtor:
230 case CFGElement::TemporaryDtor:
414 case CFGElement::AutomaticObjectDtor:
417 case CFGElement::BaseDtor:
420 case CFGElement::MemberDtor
    [all...]
BugReporter.cpp 79 case Stmt::ChooseExprClass:
80 case Stmt::BinaryConditionalOperatorClass: continue;
81 case Stmt::ConditionalOperatorClass: continue;
82 case Stmt::BinaryOperatorClass: {
131 case PathDiagnosticPiece::Call: {
140 case PathDiagnosticPiece::Macro: {
147 case PathDiagnosticPiece::Event: {
156 case PathDiagnosticPiece::ControlFlow:
278 case Stmt::ForStmtClass:
279 case Stmt::DoStmtClass
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 272 // vector widening case (e.g. <2 x float> -> <4 x float>). Extract the
330 // Handle the vector case separately.
342 assert(!ValueVT.isVector() && "Vector case handled elsewhere");
454 // Bitconvert vector->vector case.
460 // Vector widening case, e.g. <2 x float> -> <4 x float>. Shuffle in
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /build/core/
main.mk 95 # check for a case sensitive file system
101 $(warning You are building on a case-insensitive filesystem.)
102 $(warning Please move your source tree to a case-sensitive filesystem.)
104 $(error Case-insensitive filesystems not supported)
520 # just bare module names. Leave unknown modules alone in case
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 570 milliseconds

1 23