HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 251 - 275 of 2776) sorted by null

<<11121314151617181920>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 69 // Returns arcs of expanded state.
72 // Returns final weight of expanded state.
114 // Distance from state being expanded in epsilon-closure.
119 // in the arcs vector of the state being expanded. 'e' corresponds
121 // equal to the state being expanded.
127 vector<Arc> arcs_; // Arcs of state being expanded
128 Weight final_; // Final weight of state being expanded
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 102 /** Whether to animate the photo to an expanded view covering more of the screen. */
106 * Side length (in pixels) of the expanded photo if to be expanded. Photos are expected to
111 /** Height (in pixels) to leave underneath the expanded photo to show the list popup */
205 * Compute the adjusted expanded photo size to fit within the enclosing view with the same
217 // ensure that the new expanded photo size can fit within the backdrop
265 * @param expandPhotoOnClick Whether the photo should be expanded on click or not (generally,
  /external/lldb/www/python_reference/
epydoc.js 93 var elt = document.getElementById(id+"-expanded");
95 var elt = document.getElementById(id+"-expanded-linenums");
106 var elt = document.getElementById(id+"-expanded");
108 var elt = document.getElementById(id+"-expanded-linenums");
143 var elt = document.getElementById(id+"-expanded");
166 if (elt.id.substring(split, elt.id.length) == "-expanded")
  /external/llvm/test/CodeGen/Mips/
dsp-patterns.ll 63 ; mul.ph is an R2 instruction. Check that multiply node gets expanded.
104 ; DSP-ASE doesn't have a v4i8 multiply instruction. Check that multiply node gets expanded.
207 ; Check that shift node is expanded if splat element size is not 16-bit.
221 ; Check that shift node is expanded if splat element size is not 8-bit.
235 ; Check that shift node is expanded if shift amount doesn't fit in 4-bit sa field.
249 ; Check that shift node is expanded if shift amount doesn't fit in 3-bit sa field.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 119 if self.state == 'expanded':
129 if self.state != 'expanded':
130 self.state = 'expanded'
157 if self.children and self.state == 'expanded':
180 if self.state != 'expanded':
199 if child.state == 'expanded':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 119 if self.state == 'expanded':
129 if self.state != 'expanded':
130 self.state = 'expanded'
157 if self.children and self.state == 'expanded':
180 if self.state != 'expanded':
199 if child.state == 'expanded':
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 99 * <li>Assign the high-res image to the hidden "zoomed-in" (expanded) image view.</li>
100 * <li>Calculate the starting and ending bounds for the expanded view.</li>
192 // and show the thumbnail instead of the expanded image.
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.cpp 85 // If a particular token is not expanded, it is never expanded.
92 // this macro should not be expanded.
  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 71 * PARSE_VARIABLES) != 0, then an embedded variable will be expanded to
78 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
203 * Position within an expanded variable is <em>not</em> indicated.
  /external/chromium_org/ui/file_manager/file_manager/
audio_player.html 161 <input type="checkbox" checked="{{model.expanded}}"></input>
194 <track-list id="trackList" expanded?="{{model.expanded}}"
  /external/eigen/doc/
eigen_navtree_hacks.js 92 o.node.expanded = false;
168 if (node.expanded) {
171 node.expanded = false;
  /external/icu/icu4c/source/common/
ruleiter.h 71 * PARSE_VARIABLES) != 0, then an embedded variable will be expanded to
78 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
203 * Position within an expanded variable is <em>not</em> indicated.
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 114 * @param isExpanded whether the group is expanded or collapsed
168 * Called when a group is expanded.
170 * @param groupPosition The group being expanded.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 136 expanded = args[:]
147 expanded.append(line[:-1])
151 return expanded
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 136 expanded = args[:]
147 expanded.append(line[:-1])
151 return expanded
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 79 // Asserts that the PendingIntent for the expanded status window was created
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java 32 * The item persists in this expanded state (even if the user scrolls away and then scrolls
  /external/bison/m4/
signal_h.m4 55 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt_experiment.h 57 // be expanded when necessary.
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
settings_section.js 49 * collapsed/expanded.
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 68 // needs to be expanded. This could occur in the following scenarios:
77 panel->expansion_state() != Panel::EXPANDED)
78 panel->SetExpansionState(Panel::EXPANDED);
250 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state());
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 150 title.setAttribute('aria-expanded', 'false');
230 // Set the ARIA state indicating the tree item is currently expanded.
232 setAttribute('aria-expanded', 'true');
239 setAttribute('aria-expanded', 'false');
  /external/chromium_org/components/nacl/renderer/
json_manifest.h 54 // i.e., relative URL values are fully expanded relative to the
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.h 22 // initially seeded and then expanded with dynamically generated data.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAttributeNames.in 24 aria-expanded

Completed in 711 milliseconds

<<11121314151617181920>>