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

1 2 3 4 5 6 78 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 2447 UnicodeSet nested = null; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 2517 UnicodeSet nested = null; local
    [all...]
  /build/blueprint/proptools/
clone_test.go 133 // Clone nested interface
135 Nested struct{ S interface{} }
137 Nested: struct{ S interface{} }{
144 Nested struct{ S interface{} }
146 Nested: struct{ S interface{} }{
188 Nested struct{ EmbeddedStruct }
193 Nested: struct{ EmbeddedStruct }{
201 Nested struct{ EmbeddedStruct }
206 Nested: struct{ EmbeddedStruct }{
217 Nested struct{ EmbeddedInterface
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 69 # (nested in if/else redirect)
140 # (nested in if/else redirect and if/else NDK)
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 400 namespace nested { namespace
  /external/flatbuffers/android/jni/
include.mk 182 # a bug which prevents the build of deeply nested projects when NDK_OUT is
212 # deeply nested projects must redefine LOCAL_PATH after include this makefile
  /external/v8/src/compiler/
code-generator.h 221 StateValueList* nested,
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
PojoWithRelationTest.java 98 public void nested() { method in class:PojoWithRelationTest
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 62 // NumChildren() returns the number of scopes nested in s.
158 // If recurse is set, it also writes nested (children) scopes.
  /prebuilts/go/linux-x86/src/go/types/
scope.go 62 // NumChildren() returns the number of scopes nested in s.
158 // If recurse is set, it also writes nested (children) scopes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 265 /** Create nested Java refactoring which updates the R field references, if applicable */
271 * Create nested Java refactoring which updates the R field references, if
386 CompositeChange nested = new CompositeChange( local
388 addResourceFileChanges(nested, project, monitor);
389 if (nested.getChildren().length > 0) {
390 result.add(nested);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
167 // TODO what is best arrangement for nested loops?
381 // directly nested within B (based on the reducible-loops
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
167 // TODO what is best arrangement for nested loops?
381 // directly nested within B (based on the reducible-loops
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 1303 NestedConfiguration nested = (NestedConfiguration) configuration; local
1326 NestedConfiguration nested = NestedConfiguration.create( local
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc 3069 protobuf_unittest::TestAllTypes::NestedMessage* nested; local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 290 // then also check if we're in a third-level nested list that's toggleable
298 // then also check if the parent list is also nested in a hidden list
518 // handle nested items
521 // handle second level nested items
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 535 * nested within a (..), {..}, or [..], then ignore newlines.
552 * Ignore leading whitespace when nested in [..], (..), {..}.
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorChipping.h 31 typedef typename XprType::Nested Nested;
32 typedef typename remove_reference<Nested>::type _Nested;
44 struct nested<TensorChippingOp<DimId, XprType>, 1, typename eval<TensorChippingOp<DimId, XprType> >::type> struct in namespace:Eigen::internal
84 typedef typename Eigen::internal::nested<TensorChippingOp>::type Nested;
98 const typename internal::remove_all<typename XprType::Nested>::type&
121 typename XprType::Nested m_xpr;
TensorConcatenation.h 33 typedef typename LhsXprType::Nested LhsNested;
34 typedef typename RhsXprType::Nested RhsNested;
49 struct nested<TensorConcatenationOp<Axis, LhsXprType, RhsXprType>, 1, typename eval<TensorConcatenationOp<Axis, LhsXprType, RhsXprType> >::type> struct in namespace:Eigen::internal
64 typedef typename internal::nested<TensorConcatenationOp>::type Nested;
73 const typename internal::remove_all<typename LhsXprType::Nested>::type&
77 const typename internal::remove_all<typename RhsXprType::Nested>::type&
102 typename LhsXprType::Nested m_lhs_xpr;
103 typename RhsXprType::Nested m_rhs_xpr;
TensorImagePatch.h 37 typedef typename XprType::Nested Nested;
38 typedef typename remove_reference<Nested>::type _Nested;
50 struct nested<TensorImagePatchOp<Rows, Cols, XprType>, 1, typename eval<TensorImagePatchOp<Rows, Cols, XprType> >::type> struct in namespace:Eigen::internal
64 typedef typename Eigen::internal::nested<TensorImagePatchOp>::type Nested;
127 const typename internal::remove_all<typename XprType::Nested>::type&
131 typename XprType::Nested m_xpr;
TensorPadding.h 30 typedef typename XprType::Nested Nested;
31 typedef typename remove_reference<Nested>::type _Nested;
43 struct nested<TensorPaddingOp<PaddingDimensions, XprType>, 1, typename eval<TensorPaddingOp<PaddingDimensions, XprType> >::type> struct in namespace:Eigen::internal
59 typedef typename Eigen::internal::nested<TensorPaddingOp>::type Nested;
72 const typename internal::remove_all<typename XprType::Nested>::type&
76 typename XprType::Nested m_xpr;
  /external/fio/
init.c     [all...]
  /external/libunwind/doc/
unw_resume.tex 28 frames younger (more deeply nested) than the one identified by
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 81 /// If this is a nested type, get the outer descriptor, otherwise null.
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 92 "applicable), methods and functions.\nToggle nested items.\n"
231 "Toggle nested items upto the lowest level.\n"

Completed in 1680 milliseconds

1 2 3 4 5 6 78 91011>>