/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 | 191 struct Ternary : public Expression 197 Ternary(); 198 Ternary(Expression* condition, Expression* ifpart, Expression* elsepart); 199 virtual ~Ternary();
|
AST.cpp | 400 Ternary::Ternary() 407 Ternary::Ternary(Expression* a, Expression* b, Expression* c) 414 Ternary::~Ternary() 419 Ternary::Write(FILE* to)
|
/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/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()
|
test-webkitpy | 64 # Don't use the Python ternary operator here so that this method will
|
/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/llvm/include/llvm/MC/ |
MCDisassembler.h | 29 /// Ternary decode status. Most backends will just use Fail and
|
/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 | 221 // Ternary predicate assertion macros.
|
/external/icu4c/common/ |
triedict.cpp | 48 // Node structure for the ternary, uncompressed trie 671 // Below here is all code related to converting a ternary trie to a compact trie [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest_pred_impl.h | 215 // Ternary predicate assertion macros.
|
/external/protobuf/gtest/include/gtest/ |
gtest_pred_impl.h | 221 // Ternary predicate assertion macros.
|
/external/v8/tools/ |
jsmin.py | 261 # this case and the ternary operator: "condition ? iftrue : iffalse".
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 354 /* Multiply-add function computed as a ternary operation. */
|
/external/valgrind/main/VEX/priv/ |
ir_defs.c | [all...] |
/external/chromium/testing/gtest/test/ |
gtest_pred_impl_unittest.cc | 889 // Sample functions/functors for testing ternary predicate assertions. 891 // A ternary predicate function. 907 // A ternary predicate functor. 917 // A ternary predicate-formatter function. 934 // A ternary predicate-formatter functor. [all...] |
/external/gtest/test/ |
gtest_pred_impl_unittest.cc | 891 // Sample functions/functors for testing ternary predicate assertions. 893 // A ternary predicate function. 909 // A ternary predicate functor. 919 // A ternary predicate-formatter function. 937 // A ternary predicate-formatter functor. [all...] |
/external/protobuf/gtest/test/ |
gtest_pred_impl_unittest.cc | 891 // Sample functions/functors for testing ternary predicate assertions. 893 // A ternary predicate function. 909 // A ternary predicate functor. 919 // A ternary predicate-formatter function. 937 // A ternary predicate-formatter functor. [all...] |
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex3.jd | 102 provided by the <code>savedInstanceState</code>. This is a ternary operator shorthand
|