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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/io/
multi.go 19 // Optimization to flatten nested multiReaders (Issue 13558).
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 94 {"invoke nested int", `{{template "nested" .I}}`, "17", tVal, true},
95 {"variable declared by template", `{{template "nested" $x:=.SI}},{{index $x 1}}`, "[3 4 5],4", tVal, true},
110 {{define "nested"}}{{template "dot" .}}{{end}}
  /prebuilts/go/linux-x86/test/
recover1.go 61 // Easy nested recursive panic.
  /system/media/camera/docs/
html.mako 161 % for nested in node.namespaces:
162 ${ insert_toc_body(nested)}
236 % for nested in node.namespaces:
237 ${insert_namespace(nested)}
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 21 // TODO: do this with a nested div to allow it to be CSS-styleable.
44 // Shift off by border so we don't get nested borders.
45 // TODO: actually make nested borders work (need to adjust width/height).
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 348 nested = proto.optional_nested_message
352 nested.bb = 23
356 nested = proto.optional_nested_message
358 self.assertTrue(nested is not proto.optional_nested_message)
359 nested.bb = 23
365 nested = proto.optional_nested_message
368 del nested
374 nested = proto.optional_nested_message
378 nested = proto.optional_nested_message
379 nested.bb =
    [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 660 nested(false), finished(false), minalign_(1), force_defaults_(false),
676 nested = false;
836 assert(!nested);
843 nested = true;
852 assert(nested);
902 nested = false;
1297 bool nested; member in class:flatbuffers::Vector
    [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 704 nested(false), finished(false), minalign_(1), force_defaults_(false),
726 nested = false;
888 assert(!nested);
895 nested = true;
904 assert(nested);
954 nested = false;
1381 bool nested; member in class:flatbuffers::Vector
    [all...]
  /external/mksh/src/
syn.c 47 static struct op *nested(int, int, int, int);
233 nested(int type, int smark, int emark, int sALIAS) function
394 t = nested(TPAREN, '(', ')', sALIAS);
400 t = nested(TBRACE, '{', '}', sALIAS);
1159 t = nested(TPAREN, stok, etok, ALIAS);
1162 /* t->left because nested(TPAREN, ...) hides our goodies there */
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMorphing.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorReshapingOp<NewDimensions, XprType>, 1, typename eval<TensorReshapingOp<NewDimensions, XprType> >::type> struct in namespace:Eigen::internal
58 typedef typename Eigen::internal::nested<TensorReshapingOp>::type Nested;
69 const typename internal::remove_all<typename XprType::Nested>::type&
92 typename XprType::Nested m_xpr;
213 typedef typename XprType::Nested Nested;
226 struct nested<TensorSlicingOp<StartIndices, Sizes, XprType>, 1, typename eval<TensorSlicingOp<StartIndices, Sizes, XprType> >::type> struct in namespace:Eigen::internal
628 struct nested<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType>, 1, typename eval<TensorStridingSlicingOp<StartIndices, StopIndices, Strides, XprType> >::type> struct in namespace:Eigen::internal
    [all...]
TensorBroadcasting.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorBroadcastingOp<Broadcast, XprType>, 1, typename eval<TensorBroadcastingOp<Broadcast, XprType> >::type> struct in namespace:Eigen::internal
74 typedef typename Eigen::internal::nested<TensorBroadcastingOp>::type Nested;
85 const typename internal::remove_all<typename XprType::Nested>::type&
89 typename XprType::Nested m_xpr;
TensorConversion.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
44 struct nested<TensorConversionOp<TargetType, XprType>, 1, typename eval<TensorConversionOp<TargetType, XprType> >::type> struct in namespace:Eigen::internal
151 typedef typename internal::nested<TensorConversionOp>::type Nested;
159 const typename internal::remove_all<typename XprType::Nested>::type&
163 typename XprType::Nested m_xpr;
TensorPatch.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorPatchOp<PatchDim, XprType>, 1, typename eval<TensorPatchOp<PatchDim, XprType> >::type> struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorPatchOp>::type Nested;
70 const typename internal::remove_all<typename XprType::Nested>::type&
74 typename XprType::Nested m_xpr;
TensorStriding.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorStridingOp<Strides, XprType>, 1, typename eval<TensorStridingOp<Strides, XprType> >::type> struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorStridingOp>::type Nested;
70 const typename internal::remove_all<typename XprType::Nested>::type&
93 typename XprType::Nested m_xpr;
  /external/v8/src/compiler/
code-generator.cc 689 StateValueDescriptor* desc, StateValueList* nested,
695 translation->BeginCapturedObject(static_cast<int>(nested->size()));
697 for (auto field : *nested) {
698 TranslateStateValueDescriptor(field.desc, field.nested, translation,
750 TranslateStateValueDescriptor(value_desc, (*it).nested, nullptr, iter);
754 TranslateStateValueDescriptor(value_desc, (*it).nested, translation, iter);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 29 // Construct with message string and nested exception
44 // Get nested exception
45 const Exception* nested() const throw();
53 void nested(Exception* nested_) throw();
  /external/python/cpython2/Lib/ctypes/test/
test_byteswap.py 189 # nested structures with different byteorders
191 # create nested structures with given byteorders and set memory to data
193 for nested, data in (
202 class NestedStructure(nested):
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_byteswap.py 188 # nested structures with different byteorders
190 # create nested structures with given byteorders and set memory to data
192 for nested, data in (
201 class NestedStructure(nested):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_byteswap.py 188 # nested structures with different byteorders
190 # create nested structures with given byteorders and set memory to data
192 for nested, data in (
201 class NestedStructure(nested):
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs_test.go 327 err: errors.New("should not be allowed to create nested repo"),
335 err: errors.New("should not be allowed to create nested repo"),
343 err: errors.New("should not be allowed to create nested repo"),
351 err: errors.New("should not be allowed to create nested repo"),
  /prebuilts/go/linux-x86/src/cmd/go/
vcs_test.go 327 err: errors.New("should not be allowed to create nested repo"),
335 err: errors.New("should not be allowed to create nested repo"),
343 err: errors.New("should not be allowed to create nested repo"),
351 err: errors.New("should not be allowed to create nested repo"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 188 # nested structures with different byteorders
190 # create nested structures with given byteorders and set memory to data
192 for nested, data in (
201 class NestedStructure(nested):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 188 # nested structures with different byteorders
190 # create nested structures with given byteorders and set memory to data
192 for nested, data in (
201 class NestedStructure(nested):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 368 String nested = getText(mSelectionStart, mSelectionEnd); local
371 index = nested.indexOf('\n', index);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 235 NestedAction nested = (NestedAction) propertiesMenu; local
236 List<RuleAction> nestedActions = nested.getNestedActions(node);

Completed in 1376 milliseconds

1 2 3 4 5 67 8 91011>>