HomeSort by relevance Sort by last modified time
    Searched full:ternary (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/ceres-solver/internal/ceres/
integral_types.h 40 // Compile time ternary on types.
42 struct Ternary {
46 struct Ternary<false, kTrueType, kFalseType> {
51 typename Ternary<sizeof(TYPE) * 8 == kBits, TYPE,
  /external/clang/include/clang/Basic/
OperatorPrecedence.h 11 /// \brief Defines and computes precedence levels for binary/ternary operators.
22 /// PrecedenceLevels - These are precedences for the binary/ternary
  /external/webkit/Source/WebCore/dom/
NodeRenderStyle.h 36 // Using a ternary here confuses the Solaris Studio 12/12.1/12.2 compilers:
  /frameworks/base/tools/aidl/
AST.h 206 struct Ternary : public Expression
212 Ternary();
213 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart);
214 virtual ~Ternary();
AST.cpp 444 Ternary::Ternary()
451 Ternary::Ternary(Expression* a, Expression* b, Expression* c)
458 Ternary::~Ternary()
463 Ternary::Write(FILE* to)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 162 /** An alt is either prefix, suffix, binary, or ternary operation or "other" */
174 | (ternary)=> ternary
192 ternary
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 14 /* Should use the ternary version of isr.read here, but can't figure
  /external/v8/test/mjsunit/regress/
regress-108296.js 46 // Ensure that both branches of ternary operator have monomorphic type feedback.
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; }
252 // Tests using Invoke() with a ternary function.
253 TEST(InvokeTest, Ternary) {
254 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT
384 // Tests using Invoke() with a ternary method.
385 TEST(InvokeMethodTest, Ternary) {
387 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
gmock-generated-actions_test.cc 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
302 WithArgs<0, 2, 3>(Invoke(Ternary));
385 WithArgs<0, 1, 2>(Invoke(Ternary));
407 WithArgs<0, 1, 3>(Invoke(Ternary));
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 83 # The portion of a ternary statement between ? and :
86 # The portion of a ternary statment after :
157 TERNARY_OPERATOR = 'ternary'
383 # Handle nested ternary statements like:
389 self._PopContext() # Leave current ternary false context.
390 self._PopContext() # Leave current parent ternary true
479 # End of a ternary false branch inside a statement can also be the
488 # In all other contexts like object and array literals, ternary true, etc.
  /external/eigen/Eigen/src/Core/
Select.h 18 * \brief Expression of a coefficient wise version of the C++ ternary operator ?:
24 * This class represents an expression of a coefficient wise version of the C++ ternary operator ?:.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-203402.js 38 * SUMMARY: Testing the ternary query operator
46 var summary = 'Testing the ternary query operator';
  /external/e2fsprogs/intl/
plural-exp.h 58 /* Ternary operators: */
  /external/webkit/Tools/Scripts/
webkit-patch 46 # Note this can't be ternary as versioning.check_version()
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 56 // the innermost ?: ternary operator is misparsed. We write it slightly
198 // the innermost ?: ternary operator is misparsed. We write it slightly
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 152 # Note: Can't use a ternary since signal.SIGKILL is undefined for sys.platform == "win32"
183 # Note: Can't use a ternary since signal.SIGTERM is undefined for sys.platform == "win32"
  /external/clang/lib/Basic/
OperatorPrecedence.cpp 11 /// \brief Defines and computes precedence levels for binary/ternary operators.
  /external/clang/test/Analysis/
misc-ps.c 129 // This example tests CFG handling of '||' nested in a ternary expression,
  /external/llvm/include/llvm/MC/
MCDisassembler.h 27 /// Ternary decode status. Most backends will just use Fail and
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputGLSL.cpp 57 // Ternary operators are usually part of an assignment operator.
397 // encapsulate the whole ternary expression. This preserves the
398 // order of precedence when ternary expressions are used in a
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h 221 // Ternary predicate assertion macros.
  /external/chromium/testing/gtest/include/gtest/
gtest_pred_impl.h 215 // Ternary predicate assertion macros.
  /external/gtest/include/gtest/
gtest_pred_impl.h 215 // Ternary predicate assertion macros.

Completed in 5072 milliseconds

1 2 3 4 5 6