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

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 433 // Field 3: nested group containing
447 // The nested group...
467 input.SkipLastField(); // Should consume the whole group, including the nested one.
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 696 // Test that IsInitialized() returns false if required fields in nested
726 unittest::TestAllTypes::NestedMessage* nested = local
728 nested->set_bb(1);
751 unittest::TestMutualRecursionA* nested = message.mutable_bb()->mutable_a(); local
752 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a();
757 EXPECT_NE(&message, nested);
759 EXPECT_NE(nested, nested2);
    [all...]
  /build/make/tools/droiddoc/templates-sac/
sdkpage.cs 71 # (nested in if/else redirect)
177 # (nested in if/else redirect and if/else NDK)
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFixedSize.h 32 typedef typename Eigen::internal::nested<Self>::type Nested;
TensorMap.h 32 typedef typename Eigen::internal::nested<Self>::type Nested;
TensorRef.h 124 typedef typename Eigen::internal::nested<Self>::type Nested;
TensorContraction.h 35 typedef typename LhsXprType::Nested LhsNested;
36 typedef typename RhsXprType::Nested RhsNested;
56 struct nested<TensorContractionOp<Dimensions, LhsXprType, RhsXprType>, 1, typename eval<TensorContractionOp<Dimensions, LhsXprType, RhsXprType> >::type> struct in namespace:Eigen::internal
81 typedef typename Eigen::internal::nested<TensorContractionOp>::type Nested;
92 /** \returns the nested expressions */
94 const typename internal::remove_all<typename LhsXprType::Nested>::type&
98 const typename internal::remove_all<typename RhsXprType::Nested>::type&
102 typename LhsXprType::Nested m_lhs_xpr;
103 typename RhsXprType::Nested m_rhs_xpr
    [all...]
TensorFFT.h 70 typedef typename XprType::Nested Nested;
71 typedef typename remove_reference<Nested>::type _Nested;
82 struct nested<TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection>, 1, typename eval<TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection> >::type> { struct in namespace:Eigen::internal
96 typedef typename Eigen::internal::nested<TensorFFTOp>::type Nested;
107 const typename internal::remove_all<typename XprType::Nested>::type& expression() const {
112 typename XprType::Nested m_xpr;
TensorVolumePatch.h 32 typedef typename XprType::Nested Nested;
33 typedef typename remove_reference<Nested>::type _Nested;
45 struct nested<TensorVolumePatchOp<Planes, Rows, Cols, XprType>, 1, typename eval<TensorVolumePatchOp<Planes, Rows, Cols, XprType> >::type> struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorVolumePatchOp>::type Nested;
135 const typename internal::remove_all<typename XprType::Nested>::type&
139 typename XprType::Nested m_xpr;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 120 /// if a message containing a map field is introspected, the list of nested messages will include
121 /// an auto-generated nested key/value pair message for the field. This is not represented in any
FileDescriptor.cs 185 /// Finds a type (message, enum, service or extension) in the file by name. Does not find nested types.
193 // Don't allow looking up nested types. This will make optimization
  /external/skia/src/pathops/
SkPathOpsTypes.h 116 int nested() const { function in class:SkOpGlobalState
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 193 {"nested pipeline", "{{.X (.Y .Z) (.A | .B .C) (.E)}}", noError,
209 {"nested range", "{{range .X}}hello{{range .Y}}goodbye{{end}}{{end}}", noError,
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 193 {"nested pipeline", "{{.X (.Y .Z) (.A | .B .C) (.E)}}", noError,
209 {"nested range", "{{range .X}}hello{{range .Y}}goodbye{{end}}{{end}}", noError,
  /build/soong/ui/tracer/
tracer.go 215 // at a time on each Thread, but they're nested.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 317 def _parse_sub(source, state, nested=1):
327 if not nested:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_parse.py 301 def _parse_sub(source, state, nested=1):
311 if not nested:
  /external/clang/test/CXX/drs/
dr3xx.cpp 531 struct nested;
539 struct derived::nested {}; // expected-error {{no struct named 'nested'}} struct in class:dr347::derived
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp 241 LOCAL_STRUCT_CASE(nested, "Nested struct", 0,
374 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array", 0,
438 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing", FLAG_REQUIRES_DYNAMIC_INDEXING,
529 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter", 0,
589 LOCAL_STRUCT_CASE(return_nested, "Nested struct", 0,
702 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct", 0,
731 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop", 0,
763 LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop", FLAG_REQUIRES_DYNAMIC_INDEXING,
830 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop", 0
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStructTests.cpp 215 LOCAL_STRUCT_CASE(nested, "Nested struct",
348 LOCAL_STRUCT_CASE(nested_struct_array, "Nested struct array",
412 LOCAL_STRUCT_CASE(nested_struct_array_dynamic_index, "Nested struct array with dynamic indexing",
503 LOCAL_STRUCT_CASE(parameter_nested, "Nested struct as a function parameter",
563 LOCAL_STRUCT_CASE(return_nested, "Nested struct",
676 LOCAL_STRUCT_CASE(nested_conditional_assignment, "Conditional assignment of nested struct",
705 LOCAL_STRUCT_CASE(nested_loop_assignment, "Nested struct assignment in loop",
737 LOCAL_STRUCT_CASE(nested_dynamic_loop_assignment, "Nested struct assignment in dynamic loop",
804 LOCAL_STRUCT_CASE(loop_nested_struct_array, "Nested struct array usage in loop"
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 1017 // Nested tuples.
1019 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
1020 EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested));
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java     [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 100 void BeginTest(bool nested, const base::Closure& closure) {
101 nesting_level_ = nested ? 2 : 1;
  /external/python/cpython2/Lib/
sre_parse.py 317 def _parse_sub(source, state, nested=1):
327 if not nested:
  /external/r8/src/test/java/com/android/tools/r8/jar/UnicodeSetRegression/
UnicodeSet.jar 

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>