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

1 2 34 5 6 7 8 91011>>

  /system/connectivity/wificond/tests/
nl80211_packet_unittest.cpp 168 // Attribute 2 and 3 are deeper nested.
223 NL80211NestedAttr nested(0);
224 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_CQM, &nested));
225 EXPECT_TRUE(nested.GetAttributeValue(NL80211_ATTR_CQM_PKT_LOSS_EVENT, &value));
245 NL80211NestedAttr nested(0);
246 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_STA_INFO, &nested));
  /prebuilts/go/darwin-x86/src/net/
error_test.go 83 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)
104 return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)
110 return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)
423 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)
438 return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)
444 return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)
463 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)
480 return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)
486 return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)
505 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr
    [all...]
  /prebuilts/go/linux-x86/src/net/
error_test.go 83 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)
104 return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)
110 return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)
423 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)
438 return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)
444 return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)
463 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)
480 return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)
486 return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)
505 return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr
    [all...]
  /external/libchrome/base/json/
json_value_converter.h 58 // For nested field, the internal message also has to implement the registration
61 // struct Nested {
65 // converter->RegisterNestedField("foo", &Nested::foo);
71 // RegisterRepeatedMessage for nested repeated fields.
303 std::unique_ptr<NestedType> nested(new NestedType);
304 if (converter_.Convert(*element, nested.get())) {
305 field->push_back(nested.release());
340 std::unique_ptr<NestedType> nested(new NestedType);
341 if ((*convert_func_)(element, nested.get())) {
342 field->push_back(nested.release())
    [all...]
  /external/libtextclassifier/common/
feature-extractor.h 34 // A feature function is invoked with a focus. Nested feature function can be
189 // Sets up the feature function. NB: FeatureTypes of nested functions are not
236 // name and parameters without the nested features.
243 // Returns the prefix for nested feature functions. This is the prefix of this
370 // Base class for features with nested feature functions. The nested functions
372 // NB: NestedFeatureFunction will ensure that all initialization of nested
373 // functions takes place during Setup() and Init() -- after the nested features
379 // Compute, since the nested functions may be of a different type.
385 // Clean up nested functions
438 const std::vector<NES *> &nested() const { return nested_; } function in class:libtextclassifier::nlp_core::NestedFeatureFunction
    [all...]
  /external/mesa3d/docs/specs/
WL_create_wayland_buffer_from_image.spec 42 nested Wayland compositor which is using subsurfaces to present buffers
48 The nested compositor can create an EGLImage from a client buffer resource
75 EGLImage will be generated in a nested Wayland compositor using a buffer
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 257 nested = [
258 self._ConvertMessageDescriptor(nested, desc_name, file_desc, scope)
259 for nested in desc_proto.nested_type]
278 nested_types=nested,
287 for nested in desc.nested_types:
288 nested.containing_type = desc
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorExpr.h 37 typedef typename XprType::Nested XprTypeNested;
58 typedef TensorCwiseNullaryOp<NullaryOp, XprType> Nested;
66 const typename internal::remove_all<typename XprType::Nested>::type&
73 typename XprType::Nested m_xpr;
88 typedef typename XprType::Nested XprTypeNested;
101 struct nested<TensorCwiseUnaryOp<UnaryOp, XprType>, 1, typename eval<TensorCwiseUnaryOp<UnaryOp, XprType> >::type> struct in namespace:Eigen::internal
119 typedef typename Eigen::internal::nested<TensorCwiseUnaryOp>::type Nested;
129 /** \returns the nested expression */
131 const typename internal::remove_all<typename XprType::Nested>::type
177 struct nested<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>, 1, typename eval<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType> >::type> struct in namespace:Eigen::internal
254 struct nested<TensorCwiseTernaryOp<TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType>, 1, typename eval<TensorCwiseTernaryOp<TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType> >::type> struct in namespace:Eigen::internal
326 struct nested<TensorSelectOp<IfXprType, ThenXprType, ElseXprType>, 1, typename eval<TensorSelectOp<IfXprType, ThenXprType, ElseXprType> >::type> struct in namespace:Eigen::internal
    [all...]
TensorArgMax.h 31 typedef typename XprType::Nested Nested;
32 typedef typename remove_reference<Nested>::type _Nested;
44 struct nested<TensorIndexTupleOp<XprType>, 1, struct in namespace:Eigen::internal
58 typedef typename Eigen::internal::nested<TensorIndexTupleOp>::type Nested;
67 const typename internal::remove_all<typename XprType::Nested>::type&
71 typename XprType::Nested m_xpr;
141 typedef typename XprType::Nested Nested;
154 struct nested<TensorTupleReducerOp<ReduceOp, Dims, XprType>, 1, struct in namespace:Eigen::internal
    [all...]
  /external/flatbuffers/python/flatbuffers/
builder.py 105 "vtables", "nested", "finished")
132 self.nested = False
164 self.nested = True
274 self.nested = False
377 self.nested = True
388 self.nested = False
399 self.nested = True
426 if not self.nested:
435 if self.nested:
  /external/markdown/markdown/
inlinepatterns.py 201 """Return a ElementTree element nested in tag2 nested in tag1.
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 137 If the Descriptor contains nested messages or enums, the caller must
299 # Most extensions are nested inside a message.
339 for nested in message_desc.nested_types:
340 _AddMessageDescriptor(nested)
429 nested = [
431 nested, desc_name, file_desc, scope, syntax)
432 for nested in desc_proto.nested_type]
458 nested_types=nested,
468 for nested in desc.nested_types:
469 nested.containing_type = des
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
cplx4.go 55 // compiler used to crash on nested divide
  /prebuilts/go/linux-x86/test/ken/
cplx4.go 55 // compiler used to crash on nested divide
  /system/tools/aidl/
ast_cpp_unittest.cpp 162 ArgList nested(std::move(args));
163 CompareGeneratedCode(nested, "(foo())");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
89 def nested(*managers): function
90 """Combine multiple context managers into a single nested context manager.
99 with nested(*managers):
  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
network_WiFi_ReconnectInDarkResume.py 53 with contextlib.nested(
  /external/clang/test/Sema/
block-return.c 84 int (^nested)(char *s) = ^(char *str) { void (^nest)(void) = ^(void) { printf("%s\n", str); }; next(); return 1; }; // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyMessageLiteTest.java 62 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder() local
67 .setNested(nested)
255 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder() local
260 .setNested(nested)
  /external/python/cpython2/Lib/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
89 def nested(*managers): function
90 """Combine multiple context managers into a single nested context manager.
99 with nested(*managers):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
89 def nested(*managers): function
90 """Combine multiple context managers into a single nested context manager.
99 with nested(*managers):
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
89 def nested(*managers): function
90 """Combine multiple context managers into a single nested context manager.
99 with nested(*managers):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
89 def nested(*managers): function
90 """Combine multiple context managers into a single nested context manager.
99 with nested(*managers):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 7 __all__ = ["contextmanager", "nested", "closing"]
89 def nested(*managers): function
90 """Combine multiple context managers into a single nested context manager.
99 with nested(*managers):
  /cts/hostsidetests/security/securityPatch/CVE-2017-0705/
poc.c 202 struct nlattr *nl_vendor_cmds, *nested, *nested2, *nested3; local
225 nested = nla_nest_start(msg, GSCAN_ATTRIBUTE_SIGNIFICANT_CHANGE_BSSIDS);
237 nla_nest_end(msg, nested);

Completed in 736 milliseconds

1 2 34 5 6 7 8 91011>>