/external/clang/include/clang/AST/ |
SelectorLocationsKind.h | 32 /// \brief For nullary selectors, immediately before the end: 38 /// \brief For nullary selectors, immediately before the end: 52 /// For nullary selectors, immediately before ']': "[foo release]" 70 /// For nullary selectors, immediately before ']': "[foo release]"
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 6 * Object's nullary constructor doesn't do anything, so we just
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 6 * Object's nullary constructor doesn't do anything, so we just
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 6 * Object's nullary constructor doesn't do anything, so we just
|
/external/chromium/testing/gmock/test/ |
gmock-generated-function-mockers_test.cc | 81 virtual int Nullary() = 0; 122 MOCK_METHOD0(Nullary, int()); // NOLINT 173 // Tests mocking a nullary function. 175 EXPECT_CALL(mock_foo_, Nullary()) 179 EXPECT_EQ(0, foo_->Nullary()); 180 EXPECT_EQ(1, foo_->Nullary()); 271 // Tests mocking a nullary function with calltype.
|
gmock-more-actions_test.cc | 76 int Nullary() { return 1; } 184 int Nullary() const { return value_; } 232 // Tests using Invoke() with a nullary function. 233 TEST(InvokeTest, Nullary) { 234 Action<int()> a = Invoke(Nullary); // NOLINT 362 // Tests using Invoke() with a nullary method. 363 TEST(InvokeMethodTest, Nullary) { 365 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT 472 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
|
gmock-generated-internal-utils_test.cc | 74 TEST(FunctionTest, Nullary) {
|
gmock-actions_test.cc | 426 // Implements a polymorphic action that can be used in a nullary [all...] |
gmock-generated-actions_test.cc | 71 int Nullary() { return 1; } 169 // Tests using InvokeArgument with a nullary function. 172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary))); [all...] |
/external/llvm/include/llvm/ADT/ |
Twine.h | 53 /// concatenation. We also have nullary Twine objects, which are effectively 61 /// - Nullary twines are always represented with their Kind on the left-hand 164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind. 195 /// isNullary - Check if this is a nullary twine (null or empty). 213 // Nullary twines always have Empty on the RHS.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
bind.h.pump | 33 // when Bind is called, producing a stateful, nullary function object. Care
|
bind.h | 37 // when Bind is called, producing a stateful, nullary function object. Care
|
/external/eigen/test/ |
CMakeLists.txt | 194 ei_add_test(nullary)
|
/libcore/luni/src/main/java/java/lang/ |
StackTraceElement.java | 74 * Private, nullary constructor for VM use only.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
apply_wrap.hpp | 220 /// since the defaults are "lost", we have to pass *something* even for nullary
|
/external/eigen/Eigen/src/Core/ |
CwiseNullaryOp.h | 23 * This class represents an expression of a generic nullary operator. 91 /** \returns the functor representing the nullary operation */
|
Functors.h | 526 // nullary functors [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 492 // full FFI, we have to codegen a nullary stub function that just calls the 552 // Finally, call our nullary stub function.
|
/dalvik/vm/native/ |
java_lang_Class.cpp | 520 /* find the "nullary" constructor */
|
/external/chromium/testing/gtest/scripts/ |
gen_gtest_pred_impl.py | 170 return ['nullary', 'unary', 'binary', 'ternary'][n]
|
/external/chromium_org/testing/gtest/scripts/ |
gen_gtest_pred_impl.py | 170 return ['nullary', 'unary', 'binary', 'ternary'][n]
|
/external/gtest/scripts/ |
gen_gtest_pred_impl.py | 170 return ['nullary', 'unary', 'binary', 'ternary'][n]
|
/external/protobuf/gtest/scripts/ |
gen_gtest_pred_impl.py | 170 return ['nullary', 'unary', 'binary', 'ternary'][n]
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h.pump | 100 // Calls a nullary callable.
|
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 560 // These families are singletons consisting only of the nullary
|