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

<<11121314151617181920>>

  /external/kernel-headers/original/uapi/linux/
nl80211.h 257 * regulatory rule is a nested set of attributes given by
569 * is contained in %NL80211_ATTR_REKEY_DATA (which is nested and
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
nl80211.h 127 * regulatory rule is a nested set of attributes given by
372 * @NL80211_ATTR_WIPHY_TXQ_PARAMS: a nested array of TX queue parameters
415 * @NL80211_ATTR_STA_FLAGS: flags, nested element with NLA_FLAG attributes of
425 * given for %NL80211_CMD_GET_STATION, nested attribute containing
429 * consisting of a nested array.
435 * info given for %NL80211_CMD_GET_MPATH, nested attribute described at
438 * @NL80211_ATTR_MNTR_FLAGS: flags, nested element with NLA_FLAG attributes of
450 * @NL80211_ATTR_REG_RULES: a nested array of regulatory domain regulatory
465 * @NL80211_ATTR_SUPPORTED_IFTYPES: nested attribute containing all
480 * @NL80211_ATTR_SCAN_FREQUENCIES: nested attribute with frequencies (in MHz
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nl80211.h 127 * regulatory rule is a nested set of attributes given by
372 * @NL80211_ATTR_WIPHY_TXQ_PARAMS: a nested array of TX queue parameters
415 * @NL80211_ATTR_STA_FLAGS: flags, nested element with NLA_FLAG attributes of
425 * given for %NL80211_CMD_GET_STATION, nested attribute containing
429 * consisting of a nested array.
435 * info given for %NL80211_CMD_GET_MPATH, nested attribute described at
438 * @NL80211_ATTR_MNTR_FLAGS: flags, nested element with NLA_FLAG attributes of
450 * @NL80211_ATTR_REG_RULES: a nested array of regulatory domain regulatory
465 * @NL80211_ATTR_SUPPORTED_IFTYPES: nested attribute containing all
480 * @NL80211_ATTR_SCAN_FREQUENCIES: nested attribute with frequencies (in MHz
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 564 UnicodeSet* nested = 0; // alias - do not delete local
574 // -------- Parse '[' of opening delimiter OR nested set.
575 // If there is a nested set, use `setMode' to define how
579 // characters representing a nested set in the symbol
607 // otherwise restart loop for nested [], \p{}, etc.
624 // casting away const, but `nested' won't be modified
626 nested = const_cast<UnicodeSet*>(ms);
632 // -------- Handle a nested set. This either is inline in
654 if (nested == 0) {
660 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...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */
57 * subroutines this frame is nested in
239 * least-nested to most-nested.
371 * calls may be nested and thus may have nested locals state, so we
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 225 referencedElementsDeep, // all nested refs
226 referencedElements, // elements in immediately block; no nested blocks
238 referencedElementsDeep, // all nested refs
239 referencedElements, // elements in immediately block; no nested blocks
251 referencedElementsDeep, // all nested refs
252 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 247 referencedElementsDeep, // all nested refs
248 referencedElements, // elements in immediately block; no nested blocks
261 referencedElementsDeep, // all nested refs
262 referencedElements, // elements in immediately block; no nested blocks
275 referencedElementsDeep, // all nested refs
276 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 245 referencedElementsDeep, // all nested refs
246 referencedElements, // elements in immediately block; no nested blocks
259 referencedElementsDeep, // all nested refs
260 referencedElements, // elements in immediately block; no nested blocks
273 referencedElementsDeep, // all nested refs
274 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 266 referencedElementsDeep, // all nested refs
267 referencedElements, // elements in immediately block; no nested blocks
280 referencedElementsDeep, // all nested refs
281 referencedElements, // elements in immediately block; no nested blocks
294 referencedElementsDeep, // all nested refs
295 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 225 referencedElementsDeep, // all nested refs
226 referencedElements, // elements in immediately block; no nested blocks
238 referencedElementsDeep, // all nested refs
239 referencedElements, // elements in immediately block; no nested blocks
251 referencedElementsDeep, // all nested refs
252 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 224 referencedElementsDeep, // all nested refs
225 referencedElements, // elements in immediately block; no nested blocks
237 referencedElementsDeep, // all nested refs
238 referencedElements, // elements in immediately block; no nested blocks
250 referencedElementsDeep, // all nested refs
251 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 377 referencedElementsDeep, // all nested refs
378 referencedElements, // elements in immediately block; no nested blocks
390 referencedElementsDeep, // all nested refs
391 referencedElements, // elements in immediately block; no nested blocks
403 referencedElementsDeep, // all nested refs
404 referencedElements, // elements in immediately block; no nested blocks
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 248 referencedElementsDeep, // all nested refs
249 referencedElements, // elements in immediately block; no nested blocks
261 referencedElementsDeep, // all nested refs
262 referencedElements, // elements in immediately block; no nested blocks
274 referencedElementsDeep, // all nested refs
275 referencedElements, // elements in immediately block; no nested blocks
  /external/chromium_org/chromeos/network/onc/
onc_validator_unittest.cc 270 // "invalid_settings_with_repairs.json". That nested
275 // "invalid_settings_with_repairs.json". That nested
279 // "invalid_settings_with_repairs.json". That nested
318 std::make_pair(OncParams("network-nested-state-field",
321 RepairParams("", "network-nested-state-field-repaired")),
383 std::make_pair(OncParams("toplevel-with-nested-warning",
  /external/chromium_org/ipc/
ipc_sync_channel.cc 220 // a local global stack of send done watchers to ensure that nested sync
254 // from being called. The event would get watched later, when the nested
506 WaitForReplyWithNestedMessageLoop(context); // Run a nested message loop.
525 // nested sync calls complete in the correct sequence, i.e. the
560 // Ideally we only want to watch this object when running a nested message
561 // loop. However, we don't know when it exits if there's another nested
  /external/chromium_org/third_party/protobuf/python/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/chromium_org/ui/views/focus/
focus_manager.h 50 // If you are embedding a native view containing a nested RootView (for example
55 // the focus traversal traverse down the focus hierarchy to enter the nested
58 // - call Widget::SetFocusTraversableParent() on the nested RootView and point
60 // nested RootView. In the example:
63 // - call RootView::SetFocusTraversableParentView() on the nested RootView with
65 // when traversing up from the nested RootView to know which view to start
  /external/clang/include/clang/Sema/
DeclSpec.h 54 /// \brief Represents a C++ nested-name-specifier or a global scope specifier.
78 /// \brief Retrieve the representation of the nested-name-specifier.
83 /// \brief Extend the current nested-name-specifier by another
84 /// nested-name-specifier component of the form 'type::'.
86 /// \param Context The AST context in which this nested-name-specifier
97 /// \brief Extend the current nested-name-specifier by another
98 /// nested-name-specifier component of the form 'identifier::'.
100 /// \param Context The AST context in which this nested-name-specifier
111 /// \brief Extend the current nested-name-specifier by another
112 /// nested-name-specifier component of the form 'namespace::'
    [all...]
  /external/eigen/Eigen/src/Core/
Transpose.h 35 typedef typename nested<MatrixType>::type MatrixTypeNested;
72 /** \returns the nested expression */
73 const typename internal::remove_all<typename MatrixType::Nested>::type&
76 /** \returns the nested expression */
77 typename internal::remove_all<typename MatrixType::Nested>::type&
81 typename MatrixType::Nested m_matrix;
  /external/chromium_org/chromeos/test/data/network/
invalid_settings_with_repairs.json 197 "network-nested-state-field-repaired": {
207 "network-nested-state-field": {
350 "toplevel-with-nested-warning": {
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.h 139 // concatenated even when there are intervening nested elements
143 // elements which are primarily containers for nested elements.
234 UStack fElementStack; // Stack holds the parent elements when nested
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 138 // Non-nested
149 // Nested
200 // Only applies to non-nested, non-lite extensions.
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 21 // TODO: do this with a nested div to allow it to be CSS-styleable.
44 // Shift off by border so we don't get nested borders.
45 // TODO: actually make nested borders work (need to adjust width/height).
  /external/clang/test/SemaCXX/
using-decl-1.cpp 119 using ::foo::Class1::Function; // expected-error{{incomplete type 'foo::Class1' named in nested name specifier}}
216 // the nested-name-specifier shall name a base class of the class being defined.
217 // If such a using-declaration names a constructor, the nested-name-specifier

Completed in 1472 milliseconds

<<11121314151617181920>>