HomeSort by relevance Sort by last modified time
    Searched full:nested (Results 301 - 325 of 3423) sorted by null

<<11121314151617181920>>

  /external/clang/test/Index/
targeted-annotation.c 55 // RUN: | FileCheck %s -check-prefix=NESTED
61 // RUN: | FileCheck %s -check-prefix=NESTED
63 // NESTED: Keyword: "extern" [2:1 - 2:7]
64 // NESTED: Keyword: "int" [2:8 - 2:11] VarDecl=NestedVar1:2:12
65 // NESTED: Identifier: "NestedVar1" [2:12 - 2:22] VarDecl=NestedVar1:2:12
66 // NESTED: Punctuation: ";" [2:22 - 2:23]
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 63 typedef typename Lhs::Nested LhsNested;
64 typedef typename Rhs::Nested RhsNested;
120 typedef typename internal::nested<Lhs>::type LhsNested;
121 typedef typename internal::nested<Rhs>::type RhsNested;
149 /** \returns the left hand side nested expression */
151 /** \returns the right hand side nested expression */
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 132 * @param cause the cause [nested exception] [can be null]
145 * @param cause the cause [nested exception] [can be null]
159 * @param cause the cause [nested exception] [can be null]
226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P>
237 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
247 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
AbstractRuntimeException.java 132 * @param cause the cause [nested exception] [can be null]
145 * @param cause the cause [nested exception] [can be null]
159 * @param cause the cause [nested exception] [can be null]
226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P>
237 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
247 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 444 Node* nested = Node::Create(window_manager()); local
445 node->AddChild(nested);
448 nested->id());
484 Node* nested = Node::Create(window_manager()); local
485 node->AddChild(nested);
489 nested->id());
491 node->RemoveChild(nested);
502 Node* nested = Node::Create(window_manager()); local
503 node->AddChild(nested);
507 nested->id())
    [all...]
  /art/test/088-monitor-verification/src/
Main.java 97 * Confirms that we can have 32 nested monitors on one method.
136 * Confirms that we can have more than 32 non-nested monitors in one
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.h 103 // Are we running a nested message loop from RunMoveLoop().
116 // Used to track if this object is deleted while running a nested message
  /external/chromium_org/chrome/browser/history/android/
android_cache_database_unittest.cc 52 // Create nested transactions.
59 // The count of nested transaction is still same.
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
network_status.js 147 title.className = 'nested-status-button-title';
152 subTitle.className = 'nested-status-button-subtitle';
168 * changed. E.g. updates the button's title, icon and nested buttons.
207 * A button (toplevel in the NetworkStatusList) that unfolds a list of nested
233 * Returns the list of identifiers for which nested buttons will be created.
242 * Creates a nested button for |entry| of the current |getEntries|.
252 * Creates the dropdown list containing the nested buttons.
307 * technology (like WiFi or Ethernet) and unfolds a list of nested buttons
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.h 27 // Note that the drag is processed using a local nested message loop.
44 // of the drag on ESC, mouseUp and other operations. It also hosts the nested
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source_test.py 169 'nested': {
185 'name': 'nested',
  /external/chromium_org/chromeos/network/onc/
onc_mapper.h 71 // nested errors occured.
91 // the nested mappings failed, the flag |nested_error| is set to true and the
  /external/chromium_org/content/renderer/pepper/
pepper_hung_plugin_filter.h 89 // nested ones, this is the time of the outermost one.
99 // Number of nested sync messages that we're blocked on.
  /external/chromium_org/extensions/
generated_extensions_api.gni 15 # wrapped. C++ namespace syntax is accepted for nested namespace
41 # in nested targets.
  /external/chromium_org/ppapi/tests/
test_message_loop.cc 43 // Nested loops aren't allowed.
78 // Nested loops aren't allowed.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 99 """Gets all levels of nested message types as a flattened list of descriptors.
106 Each message descriptor for each nested type.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h 65 // nested enums.
72 // For enums nested within a message, generate code to import all the enum's
  /external/chromium_org/ui/base/x/
selection_requestor.h 42 // spinning up the nested message loop, and reading the resulting data
77 // Called to terminate the nested message loop.
  /external/chromium_org/ui/webui/resources/js/
i18n_template.js 19 * Properties are prefixed with a '.' and can contain nested properties.
59 * .nested.dom.property:key
  /external/chromium_org/v8/test/webkit/
nested-functions.js 25 "This test ensures that properties of nested function code are not lost (due to cached function info)."
33 // Test cases deliberately nested!
  /external/chromium_org/webkit/data/test_shell/
index.html 18 <li><a href="plugins/embed2.htm">Nested Frame Plugin Test</a>
33 <li><a href="frames/nested_test.html">Nested frames</a>
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 28 /// class. When a nested class is entered, its fields are appended to the
33 /// the parsing of a C++ class. When a nested class is entered, a new field
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 16 // nested type of class X or of a base class of X, the
18 // the nested-name-specifier names the class of the member function.
  /external/clang/test/Parser/
cxx-class.cpp 98 struct A::B; // expected-error {{forward declaration of struct cannot have a nested name specifier}}
99 union N::C; // expected-error {{forward declaration of union cannot have a nested name specifier}}
  /external/clang/test/SemaTemplate/
nested-template.cpp 7 struct Nested {
14 S::A<int>::Nested::type *ip = &i;

Completed in 2611 milliseconds

<<11121314151617181920>>