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

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
template-original.cc 164 namespace nested { namespace in namespace:blink::test_template_arg_is_function_template
176 h<int, nested::f>(0);
  /frameworks/base/tools/streaming_proto/test/
test.proto 52 message Nested {
54 optional Nested nested = 10002;
119 optional Nested nested_field = 170;
120 repeated Nested nested_field_repeated = 171;
  /prebuilts/go/darwin-x86/test/
closure2.go 65 w++ // write in a nested closure
recover1.go 61 // Easy nested recursive panic.
  /prebuilts/go/linux-x86/test/
closure2.go 65 w++ // write in a nested closure
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
macro-repeat.d 2 #name: nested irp/irpc/rept
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
repeat.d 2 #name: nested irp/irpc/rept
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 238 Nested string `xml:"nested>value"`
244 Nested string `xml:"nested>value"`
250 Nested string `xml:"nested>value"`
1091 ExpectXML: `<a><nested><value>known</value></nested><other><sub>unknown</sub></other></a>`,
1093 Nested: "known",
1101 Value: &AnyTest{Nested: "known"
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 238 Nested string `xml:"nested>value"`
244 Nested string `xml:"nested>value"`
250 Nested string `xml:"nested>value"`
1091 ExpectXML: `<a><nested><value>known</value></nested><other><sub>unknown</sub></other></a>`,
1093 Nested: "known",
1101 Value: &AnyTest{Nested: "known"
    [all...]
  /external/mesa3d/src/compiler/glsl/
loop_analysis.cpp 42 * inside an if statement or a nested loop.
248 bool nested = false;
255 nested || this->if_statement_depth > 0,
257 nested = true;
373 * not inside a nested loop.
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 217 func (p *Property) Nest(nested *PropertyStruct) {
218 //p.Name += "(" + nested.Name + ")"
219 //p.Text += "(" + nested.Text + ")"
220 p.Properties = append(p.Properties, nested.Properties...)
455 nested, err := c.PropertyStruct(nestedType.PkgPath(), nestedType.Name(), nestedValue)
459 nested.ExcludeByTag("blueprint", "mutated")
470 nested.IncludeByTag(key, value)
473 nestPoint.Nest(nested)
  /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
network_WiFi_DarkResumeActiveScans.py 108 with contextlib.nested(
  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
TryWithResourcesTest.java 99 * {@link TryWithResources#nested()}
102 public void nested() { method in class:TryWithResourcesTest
104 assertLine("nested.try1", ICounter.FULLY_COVERED);
105 assertLine("nested.open1", ICounter.FULLY_COVERED);
106 assertLine("nested.catch1", ICounter.NOT_COVERED);
109 assertLine("nested.try2", ICounter.FULLY_COVERED);
110 assertLine("nested.body", ICounter.FULLY_COVERED);
111 assertLine("nested.catch2", ICounter.NOT_COVERED);
112 assertLine("nested.finally2", ICounter.PARTLY_COVERED);
115 assertLine("nested.try3", ICounter.PARTLY_COVERED, 0, 0)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 81 /// Creates a GeneratedClrTypeInfo for a message descriptor, with nested types, nested enums, the CLR type, property names and oneof names.
  /external/protobuf/examples/
add_person.go 55 // The PhoneNumber message type is nested within the Person
58 // the nested message. Just as with pb.Person, it can be
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 406 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; local
407 nested->set_bb(118);
408 arena_message->set_allocated_optional_nested_message(nested);
423 google::protobuf::scoped_ptr<TestAllTypes::NestedMessage> nested(
425 EXPECT_EQ(118, nested->bb());
796 TestAllTypes::NestedMessage* nested = local
798 nested->set_bb(42);
799 arena_message->mutable_repeated_nested_message()->AddAllocated(nested);
814 TestAllTypes::NestedMessage* nested = local
816 nested->set_bb(42)
    [all...]
  /external/v8/src/compiler/
instruction.h     [all...]
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 196 template<typename...Ts> void nested(Ts ...ts) {
205 template void nested(int, int, int);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorInflation.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorInflationOp<Strides, XprType>, 1, typename eval<TensorInflationOp<Strides, XprType> >::type> struct in namespace:Eigen::internal
57 typedef typename Eigen::internal::nested<TensorInflationOp>::type Nested;
68 const typename internal::remove_all<typename XprType::Nested>::type&
72 typename XprType::Nested m_xpr;
TensorReverse.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorReverseOp<ReverseDimensions, XprType>, 1, struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorReverseOp>::type Nested;
72 const typename internal::remove_all<typename XprType::Nested>::type&
95 typename XprType::Nested m_xpr;
TensorScan.h 23 typedef typename XprType::Nested Nested;
24 typedef typename remove_reference<Nested>::type _Nested;
36 struct nested<TensorScanOp<Op, XprType>, 1, struct in namespace:Eigen::internal
55 typedef typename Eigen::internal::nested<TensorScanOp>::type Nested;
73 typename XprType::Nested m_expr;
219 // scan per remaining entry. The iteration is split into two nested
TensorShuffling.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorShufflingOp<Shuffle, XprType>, 1, typename eval<TensorShufflingOp<Shuffle, XprType> >::type> struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorShufflingOp>::type Nested;
70 const typename internal::remove_all<typename XprType::Nested>::type&
93 typename XprType::Nested m_xpr;
  /external/libunwind/doc/
unw_step.tex 20 the next older, less deeply nested stack frame.
  /prebuilts/go/darwin-x86/src/io/
multi.go 19 // Optimization to flatten nested multiReaders (Issue 13558).
  /prebuilts/go/darwin-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}}

Completed in 1641 milliseconds

1 2 3 4 56 7 8 91011>>