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

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamObjectTest.java 627 * Test compatibility of nested objects.
633 all.nestedField = new Test.Nested();
635 all.nestedField.nested = new Test.Nested();
636 all.nestedField.nested.data = 2;
637 all.nestedField.nested.nested = new Test.Nested();
638 all.nestedField.nested.nested.data = 3
    [all...]
test.proto 32 message Nested {
34 optional Nested nested = 10002;
113 optional Nested nested_field = 170;
114 repeated Nested nested_field_repeated = 171;
  /external/eigen/Eigen/src/Core/
Dot.h 282 typename internal::nested_eval<Derived,2>::type nested(derived());
284 return numext::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested.squaredNorm();
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 25 import android.test.suitebuilder.examples.nested.Level1Test;
26 import android.test.suitebuilder.examples.nested.nested.Level2Test;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 72 // to see any nested oneofs, types or enums in "not actually generated" code... we do
124 /// if a message containing a map field is introspected, the list of nested messages will include
125 /// an auto-generated nested key/value pair message for the field. This is not represented in any
147 /// if a message containing a map field is introspected, the list of nested messages will include
148 /// an auto-generated nested key/value pair message for the field. No message parser object is created for
172 /// If this is a nested type, get the outer descriptor, otherwise null.
182 /// An unmodifiable list of this message type's nested types.
211 /// Finds a nested descriptor by name. The is valid for fields, nested
220 /// Looks up and cross-links all fields and nested types
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 482 UnicodeSet* nested = 0; // alias - do not delete local
492 // -------- Parse '[' of opening delimiter OR nested set.
493 // If there is a nested set, use `setMode' to define how
497 // characters representing a nested set in the symbol
525 // otherwise restart loop for nested [], \p{}, etc.
542 // casting away const, but `nested' won't be modified
544 nested = const_cast<UnicodeSet*>(ms);
550 // -------- Handle a nested set. This either is inline in
572 if (nested == 0) {
578 nested = scratch.pointer()
    [all...]
  /external/flatbuffers/go/
builder.go 18 nested bool
55 b.nested = false
70 b.nested = true
191 b.nested = false
286 b.nested = true
299 b.nested = false
306 b.nested = true
322 b.nested = true
338 b.nested = true
355 if !b.nested {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
GapWorker.java 76 void collectPrefetchPositionsFromView(RecyclerView view, boolean nested) {
86 if (nested) {
87 // nested prefetch, only if no adapter updates pending. Note: we don't query
102 layout.mPrefetchMaxObservedInInitialPrefetch = nested;
303 // do nested prefetch!
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GapWorker.java 75 void collectPrefetchPositionsFromView(RecyclerView view, boolean nested) {
85 if (nested) {
86 // nested prefetch, only if no adapter updates pending. Note: we don't query
101 layout.mPrefetchMaxObservedInInitialPrefetch = nested;
320 // do nested prefetch!
  /external/autotest/client/cros/cellular/
environment.py 87 self._nested = contextlib.nested(
  /external/autotest/client/cros/
xmlrpc_server.py 76 # TODO(wiley) nested is deprecated, but we can't use the replacement
78 with contextlib.nested(*self._delegates):
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorCustomOp.h 29 typedef typename XprType::Nested Nested;
30 typedef typename remove_reference<Nested>::type _Nested;
42 struct nested<TensorCustomUnaryOp<CustomUnaryFunc, XprType> > struct in namespace:Eigen::internal
58 typedef typename internal::nested<TensorCustomUnaryOp>::type Nested;
69 const typename internal::remove_all<typename XprType::Nested>::type&
73 typename XprType::Nested m_expr;
177 typedef typename LhsXprType::Nested LhsNested;
178 typedef typename RhsXprType::Nested RhsNested
192 struct nested<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType> > struct in namespace:Eigen::internal
    [all...]
TensorAssign.h 31 typedef typename LhsXprType::Nested LhsNested;
32 typedef typename RhsXprType::Nested RhsNested;
50 struct nested<TensorAssignOp<LhsXprType, RhsXprType>, 1, typename eval<TensorAssignOp<LhsXprType, RhsXprType> >::type> struct in namespace:Eigen::internal
66 typedef typename Eigen::internal::nested<TensorAssignOp>::type Nested;
73 /** \returns the nested expressions */
75 typename internal::remove_all<typename LhsXprType::Nested>::type&
76 lhsExpression() const { return *((typename internal::remove_all<typename LhsXprType::Nested>::type*)&m_lhs_xpr); }
79 const typename internal::remove_all<typename RhsXprType::Nested>::type&
83 typename internal::remove_all<typename LhsXprType::Nested>::type& m_lhs_xpr
    [all...]
TensorEvalTo.h 31 typedef typename XprType::Nested Nested;
32 typedef typename remove_reference<Nested>::type _Nested;
54 struct nested<TensorEvalToOp<XprType, MakePointer_>, 1, typename eval<TensorEvalToOp<XprType, MakePointer_> >::type> struct in namespace:Eigen::internal
72 typedef typename Eigen::internal::nested<TensorEvalToOp>::type Nested;
80 const typename internal::remove_all<typename XprType::Nested>::type&
86 typename XprType::Nested m_xpr;
TensorForcedEval.h 37 typedef typename XprType::Nested Nested;
38 typedef typename remove_reference<Nested>::type _Nested;
59 struct nested<TensorForcedEvalOp<XprType, MakePointer_>, 1, typename eval<TensorForcedEvalOp<XprType, MakePointer_> >::type> struct in namespace:Eigen::internal
75 typedef typename Eigen::internal::nested<TensorForcedEvalOp>::type Nested;
83 const typename internal::remove_all<typename XprType::Nested>::type&
87 typename XprType::Nested m_xpr;
TensorGenerator.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorGeneratorOp<Generator, XprType>, 1, typename eval<TensorGeneratorOp<Generator, XprType> >::type> struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorGeneratorOp>::type Nested;
70 const typename internal::remove_all<typename XprType::Nested>::type&
74 typename XprType::Nested m_xpr;
TensorLayoutSwap.h 45 typedef typename XprType::Nested Nested;
46 typedef typename remove_reference<Nested>::type _Nested;
58 struct nested<TensorLayoutSwapOp<XprType>, 1, typename eval<TensorLayoutSwapOp<XprType> >::type> struct in namespace:Eigen::internal
74 typedef typename Eigen::internal::nested<TensorLayoutSwapOp>::type Nested;
82 const typename internal::remove_all<typename XprType::Nested>::type&
105 typename XprType::Nested m_xpr;
  /external/libnl/lib/
attr.c 762 * @name Nested Attribute
766 * Add nested attributes to netlink message.
769 * @arg nested Message containing attributes to be nested.
771 * Takes the attributes found in the \a nested message and appends them
772 * to the message \a msg nested in a container of the type \a attrtype.
773 * The \a nested message may not have a family specific header.
778 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested)
780 NL_DBG(2, "msg %p: attr <> %d: adding msg %p as nested attribute\n",
781 msg, attrtype, nested);
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
ffi.c 168 hfa_element_type (ffi_type *type, int nested)
176 synthetic HFA type if we're nested within an aggregate. */
177 if (nested)
183 if (nested)
191 if (LDBL_MANT_DIG == 64 && nested)
  /system/media/camera/docs/
metadata_template.mako 55 % for nested in node.namespaces:
56 ${insert_namespace(nested)}
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
codegen.py 373 self.write_inline_def(node, identifiers, nested=False)
509 self.write_inline_def(comp, identifiers, nested=True)
514 self.write_inline_def(comp, identifiers, nested=True)
573 def write_inline_def(self, node, identifiers, nested):
597 identifiers = identifiers.branch(node, nested=nested)
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 498 // Before moving fields, we expect the nested messages to be NULL.
531 // Before moving fields, we expect the nested messages to be NULL.
566 Message* nested = reflection->AddMessage( local
568 nested_reflection->SetInt32(nested, nested_bb, 11);
586 Message* nested = reflection->MutableRepeatedMessage( local
588 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb));
589 nested_reflection->SetInt32(nested, nested_bb, 13);
598 unittest::TestAllTypes::NestedMessage* nested = local
600 nested->set_bb(11);
601 reflection->AddAllocatedMessage(&message, F("repeated_nested_message"), nested);
    [all...]
  /external/skia/src/pathops/
SkOpBuilder.cpp 77 SkDebugf("%s id=%d nested=%d ccw=%d\n", __FUNCTION__,
78 topSegment->debugID(), globalState.nested(), topContour->isCcw());
80 if ((globalState.nested() & 1) != SkToBool(topContour->isCcw())) {
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 91 // block, starting with the initial state. Computes effects for nested loops.
156 // Recursively compute and cache the effects of the nested loop.
158 Effects* nested = ComputeLoopEffects(member); local
159 effects->Union(nested, zone_);
160 // Skip the nested loop's blocks.
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
template-expected.cc 165 namespace nested { namespace in namespace:blink::test_template_arg_is_function_template
177 H<int, nested::F>(0);

Completed in 624 milliseconds

1 2 3 45 6 7 8 91011>>