HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 726 - 750 of 2167) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 206 not an alias, but is later expanded into multiple aliases. */
387 /* Represents a type expression that will be expanded into a list of
410 /* Represents an expression that will be expanded into a list of
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 206 not an alias, but is later expanded into multiple aliases. */
387 /* Represents a type expression that will be expanded into a list of
410 /* Represents an expression that will be expanded into a list of
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 206 not an alias, but is later expanded into multiple aliases. */
387 /* Represents a type expression that will be expanded into a list of
410 /* Represents an expression that will be expanded into a list of
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 57 expanded in the return values, based on the defaults passed into the
596 All % interpolations are expanded in the return values, unless the
629 All % interpolations are expanded in the return values, based on the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 57 expanded in the return values, based on the defaults passed into the
596 All % interpolations are expanded in the return values, unless the
629 All % interpolations are expanded in the return values, based on the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 405 * info sub-tree. This uses the potentially-expanded selection bounds.
461 * uses the potentially-expanded selection bounds.
482 * info sub-tree. This uses the potentially-expanded selection bounds.
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 207 // TODO: Clean up the handoff between expanded/normal.
851 // Don't show while in expanded mode or with empty text
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 417 axs.constants.ARIA_ROLES = {alert:{namefrom:["author"], parent:["region"]}, alertdialog:{namefrom:["author"], namerequired:!0, parent:["alert", "dialog"]}, application:{namefrom:["author"], namerequired:!0, parent:["landmark"]}, article:{namefrom:["author"], parent:["document", "region"]}, banner:{namefrom:["author"], parent:["landmark"]}, button:{childpresentational:!0, namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded", "aria-pressed"]}, checkbox:{namefrom:["contents",
418 "author"], namerequired:!0, parent:["input"], requiredProperties:["aria-checked"], properties:["aria-checked"]}, columnheader:{namefrom:["contents", "author"], namerequired:!0, parent:["gridcell", "sectionhead", "widget"], properties:["aria-sort"]}, combobox:{mustcontain:["listbox", "textbox"], namefrom:["author"], namerequired:!0, parent:["select"], requiredProperties:["aria-expanded"], properties:["aria-expanded", "aria-autocomplete", "aria-required"]}, command:{"abstract":!0, namefrom:["author"],
420 properties:["aria-expanded"]}, form:{namefrom:["author"], parent:["landmark"]}, grid:{mustcontain:["row", "rowgroup"], namefrom:["author"], namerequired:!0, parent:["composite", "region"], properties:["aria-level", "aria-multiselectable", "aria-readonly"]}, gridcell:{namefrom:["contents", "author"], namerequired:!0, parent:["section", "widget"], properties:["aria-readonly", "aria-required", "aria-selected"]}, group:{namefrom:[" author"], parent:["section"], properties:["aria-activedescendant"]},
421 heading:{namerequired:!0, parent:["sectionhead"], properties:["aria-level"]}, img:{childpresentational:!0, namefrom:["author"], namerequired:!0, parent:["section"]}, input:{"abstract":!0, namefrom:["author"], parent:["widget"]}, landmark:{"abstract":!0, namefrom:["contents", "author"], namerequired:!1, parent:["region"]}, link:{namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded"]}, list:{mustcontain:["group", "listitem"], namefrom:["author"], parent:["region"]},
427 properties:["aria-expanded"]}, sectionhead:{"abstract":!0, namefrom:["contents", "author"], parent:["structure"], properties:["aria-expanded"]}, select:{"abstract":!0, namefrom:["author"], parent:["composite", "group", "input"]}, separator:{childpresentational:!0, namefrom:["author"], parent:["structure"], properties:["aria-expanded", "aria-orientation"]}, scrollbar:{childpresentational:!0, namefrom:["author"], namerequired:!1, parent:["input", "range"], requiredProperties:["aria-controls", "aria-orientation",
431 namerequired:!0, parent:["grid", "tree"]}, treeitem:{namefrom:["contents", "author"], namerequired:!0, parent:["listitem", "option"]}, widget:{"abstract":!0, parent:["roletype"]}, window:{"abstract":!0, namefrom:[" author"], parent:["roletype"], properties:["aria-expanded"]}};
468 describedby:{type:"property", valueType:"idref_list"}, disabled:{defaultValue:"false", type:"state", valueType:"boolean"}, dropeffect:{defaultValue:"none", type:"property", valueType:"token_list", values:"copy move link execute popup none".split(" ")}, expanded:{defaultValue:"undefined", type:"state", valueType:"token", values:["true", "false", "undefined"]} (…)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 230 // or their promoted/expanded/etc values registered in PromotedIntegers,
773 assert(Entry.first.getNode() && "Operand isn't expanded");
783 "Invalid type for expanded integer");
790 assert(Entry.first.getNode() == 0 && "Node already expanded");
800 assert(Entry.first.getNode() && "Operand isn't expanded");
810 "Invalid type for expanded float");
817 assert(Entry.first.getNode() == 0 && "Node already expanded");
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 108 // SchedReadWrites that represent sequences derived from expanded variant will
    [all...]
  /external/openssh/
servconf.c 493 char *expanded, *ret, cwd[MAXPATHLEN]; local
495 expanded = tilde_expand_filename(path, getuid());
496 if (*expanded == '/')
497 return expanded;
500 xasprintf(&ret, "%s/%s", cwd, expanded);
501 xfree(expanded);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 595 // Save the deduced template arguments for each parameter pack expanded
633 // Build argument packs for each of the parameter packs expanded by this
774 // template parameter packs expanded by the function parameter pack.
777 // parameter packs expanded by the pack expansion.
796 // expanded by this pack expansion (the outer index) and for each
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 45 /// ContentCache. This can be 0 if the MemBuffer was not actually expanded.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 144 * current node has an expanded-name, with the same expanded-name
160 * current node has an expanded-name, with the same expanded-name
604 * queries are supposed to be expanded.
653 * queries are supposed to be expanded.
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_browsertest.cc 479 // modifier again. Expect only P2 is expanded due to no available space for
644 // and expanded. The minimize button of P2 should become visible now.
667 // Expect both panels become detached and expanded.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 734 // Used for scrolling an expanded item in the list to make sure it is fully visible.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 301 ..._DECL node of which this decl is an (inlined or template expanded)
474 expanded once; this is so we can re-expand the tree later. */
508 for debugging purposes. If this BIND_EXPR is actually expanded,
516 If the BIND_EXPR is ever expanded, its TREE_USED flag is set.
518 If the BIND_EXPR should be output for debugging but will not be expanded,
543 cleanups are executed after the expression is expanded.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 301 ..._DECL node of which this decl is an (inlined or template expanded)
474 expanded once; this is so we can re-expand the tree later. */
508 for debugging purposes. If this BIND_EXPR is actually expanded,
516 If the BIND_EXPR is ever expanded, its TREE_USED flag is set.
518 If the BIND_EXPR should be output for debugging but will not be expanded,
543 cleanups are executed after the expression is expanded.
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 301 ..._DECL node of which this decl is an (inlined or template expanded)
474 expanded once; this is so we can re-expand the tree later. */
508 for debugging purposes. If this BIND_EXPR is actually expanded,
516 If the BIND_EXPR is ever expanded, its TREE_USED flag is set.
518 If the BIND_EXPR should be output for debugging but will not be expanded,
543 cleanups are executed after the expression is expanded.
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 301 ..._DECL node of which this decl is an (inlined or template expanded)
474 expanded once; this is so we can re-expand the tree later. */
508 for debugging purposes. If this BIND_EXPR is actually expanded,
516 If the BIND_EXPR is ever expanded, its TREE_USED flag is set.
518 If the BIND_EXPR should be output for debugging but will not be expanded,
543 cleanups are executed after the expression is expanded.
    [all...]
  /system/core/sh/
sh.1 408 The remaining words are expanded as described in
700 The words are expanded, and then the list is executed repeatedly with the
999 The word is expanded to produce a pattern.
1004 The word is expanded to produce a pattern.
1009 The word is expanded to produce a pattern.
1014 The word is expanded to produce a pattern.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 264 /* expanded section header divs */
322 #nav li.expanded .nav-section-header {
325 #nav li.expanded li .nav-section-header {
327 #nav li.expanded li ul {
331 #nav li.expanded > .nav-section-header:after {
336 #nav li.expanded li ul.tree-list-children {
339 #nav li.expanded li ul.tree-list-children .tree-list-children {
371 #nav li.expanded ul {
382 #nav li.expanded ul > li {
385 #nav li.expanded ul > li li
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 268 /* expanded section header divs */
326 #nav li.expanded .nav-section-header {
329 #nav li.expanded li .nav-section-header {
331 #nav li.expanded li ul {
335 #nav li.expanded > .nav-section-header:after {
340 #nav li.expanded li ul.tree-list-children {
343 #nav li.expanded li ul.tree-list-children .tree-list-children {
375 #nav li.expanded ul {
386 #nav li.expanded ul > li {
389 #nav li.expanded ul > li li
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 382 // Nothing to do when the action item is expanded
404 // needs to be expanded and populated again.
407 // onQueryTextChange() when the menu item is expanded).
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 516 wchar_t expanded[MAX_PATH]; local
518 entry.location.c_str(), expanded, MAX_PATH);
521 GetSubjectNameFromDigitalSignature(FilePath(expanded));
    [all...]

Completed in 1378 milliseconds

<<21222324252627282930>>