HomeSort by relevance Sort by last modified time
    Searched defs:nested (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 385 View* nested = View::Create(window_manager()); local
386 view->AddChild(nested);
390 nested->id());
392 EXPECT_TRUE(nested->parent() == NULL);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 656 // Test that IsInitialized() returns false if required fields in nested
686 unittest::TestAllTypes::NestedMessage* nested = local
688 nested->set_bb(1);
711 unittest::TestMutualRecursionA* nested = message.mutable_bb()->mutable_a(); local
712 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a();
717 EXPECT_NE(&message, nested);
719 EXPECT_NE(nested, nested2);
833 // nested message type. NestedMessage is simple enough (1 int field) that it
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 360 namespace nested { namespace
  /external/mksh/src/
syn.c 47 static struct op *nested(int, int, int);
233 nested(int type, int smark, int emark) function
376 t = nested(TPAREN, '(', ')');
382 t = nested(TBRACE, '{', '}');
1151 t = nested(TPAREN, stok, etok);
1154 /* t->left because nested(TPAREN, ...) hides our goodies there */
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 57 } // end of nested class
1229 final Attribute_info nested = attributes.get (a); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 482 UnicodeSet* nested = 0; // alias - do not delete local
492 // -------- Parse '[' of opening delimiter OR nested set.
493 // If there is a nested set, use `setMode' to define how
497 // characters representing a nested set in the symbol
525 // otherwise restart loop for nested [], \p{}, etc.
542 // casting away const, but `nested' won't be modified
544 nested = const_cast<UnicodeSet*>(ms);
550 // -------- Handle a nested set. This either is inline in
572 if (nested == 0) {
578 nested = scratch.pointer()
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 482 UnicodeSet* nested = 0; // alias - do not delete local
492 // -------- Parse '[' of opening delimiter OR nested set.
493 // If there is a nested set, use `setMode' to define how
497 // characters representing a nested set in the symbol
525 // otherwise restart loop for nested [], \p{}, etc.
542 // casting away const, but `nested' won't be modified
544 nested = const_cast<UnicodeSet*>(ms);
550 // -------- Handle a nested set. This either is inline in
572 if (nested == 0) {
578 nested = scratch.pointer()
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 112 // FIXME: This appears to be valid (but allowing the nested types might be a
114 template<typename> struct Nested {
115 template<typename> struct Nested {};
117 void testNested(Nested<int> n) { n.~Nested<int>(); } // expected-error {{no member named}}
535 struct nested;
543 struct derived::nested {}; // expected-error {{no struct named 'nested'}} struct in class:dr347::derived
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 272 int nested = 0; local
277 ++nested;
281 if (--nested < 0) {
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 2235 static const char* nested[] = { local
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 1095 bool nested = (flags & 2); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 834 int vdbeExecCnt; /* Number of nested calls to VdbeExec() */
2176 u8 nested; \/* Number of nested calls to the parser\/code generator *\/ member in struct:Parse
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 10521 u8 nested; \/* Number of nested calls to the parser\/code generator *\/ member in struct:Parse
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1685 milliseconds

12 3