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

<<11121314151617181920>>

  /external/openfst/src/include/fst/
rmepsilon.h 86 // Returns arcs of expanded state.
89 // Returns final weight of expanded state.
133 // Distance from state being expanded in epsilon-closure.
138 // in the arcs vector of the state being expanded. 'e' corresponds
140 // equal to the state being expanded.
146 vector<Arc> arcs_; // Arcs of state being expanded
147 Weight final_; // Final weight of state being expanded
mutable-fst.h 19 // Expanded FST augmented with mutators - interface class definition
32 #include <fst/expanded-fst.h>
39 // An expanded FST plus mutators (use MutableArcIterator to modify arcs).
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 10 * stored in extended or expanded memory as well as in regular DOS files.
23 * If you have both extended and expanded memory, you may want to change the
25 * expanded memory is usually faster, since extended memory access involves
30 * You can disable use of extended/expanded memory entirely by altering these
229 * 3. Expanded memory, accessed per the LIM/EMS 4.0 specification.
450 * Access methods for expanded memory.
602 /* Try extended memory, then expanded memory, then regular file. */
  /frameworks/base/docs/html/distribute/tools/promote/
device-art.jd 135 #archive-expando.expanded {
150 .device-list.archive.expanded {
445 if ($(this).hasClass('expanded')) {
446 $(this).removeClass('expanded');
447 $('.device-list.archive').removeClass('expanded');
449 $(this).addClass('expanded');
450 $('.device-list.archive').addClass('expanded');
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
device-art.jd 122 #archive-expando.expanded {
137 .device-list.archive.expanded {
374 if ($(this).hasClass('expanded')) {
375 $(this).removeClass('expanded');
376 $('.device-list.archive').removeClass('expanded');
378 $(this).addClass('expanded');
379 $('.device-list.archive').addClass('expanded');
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 180 // If any capture names a function parameter pack, that pack is expanded
181 // when the lambda is expanded.
259 // An appearance of a name of a parameter pack that is not expanded is
274 // An appearance of a name of a parameter pack that is not expanded is
288 // An appearance of a name of a parameter pack that is not expanded is
305 // An appearance of a name of a parameter pack that is not expanded is
481 // parameter packs that are not expanded by a nested pack
503 // parameter packs that are not expanded by a nested pack
620 // All of the parameter packs expanded by a pack expansion shall have
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 267 private void setExpanded(boolean expanded) {
268 if (expanded == mExpanded) return;
269 mExpanded = expanded;
405 final boolean expanded = !mHidden && mExpanded;
409 mZenSubheadExpanded.setVisibility(expanded ? VISIBLE : GONE);
410 mZenSubheadCollapsed.setVisibility(!expanded ? VISIBLE : GONE);
411 mMoreSettings.setVisibility(zenImportant && expanded ? VISIBLE : GONE);
412 mZenConditions.setVisibility(!zenOff && expanded ? VISIBLE : GONE);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 194 // In this sample, we'll use the same text for the ticker and the expanded notification
223 // In this sample, we'll use the same text for the ticker and the expanded notification
248 // In this sample, we'll use the same text for the ticker and the expanded notification
AlarmService_Service.java 99 // In this sample, we'll use the same text for the ticker and the expanded notification
LocalService.java 101 // In this sample, we'll use the same text for the ticker and the expanded notification
  /docs/source.android.com/src/devices/camera/
camera3.jd 151 <p>Initial release of expanded-capability HAL (Android 4.2) [camera2.h]:</p>
162 <p>First revision of expanded-capability HAL:</p>
180 <p>Minor revision of expanded-capability HAL:</p>
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 39 * <p>Namespace URLs, local-names, and expanded-names can all be
40 * represented by and tested as integer ID values. An expanded name
430 * Given a node handle, return an ID that represents the node's expanded name.
434 * @return the expanded-name id of the node.
439 * Given an expanded name, return an ID. If the expanded-name does not
442 * expanded name will use this ID.
448 * @return the expanded-name id of the node.
453 * Given an expanded-name ID, return the local name part.
455 * @param ExpandedNameID an ID that represents an expanded-name
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/network_ui/
network_ui.js 244 * Creates the expanded row for displaying the complete state as JSON.
248 * @return {DOMElement} The created tr element for the expanded row.
257 detailCell.className = 'state-table-expanded-cell';
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 192 * Override this for receiving callbacks when a group has been expanded.
301 * group, the group will only be expanded and child subsequently selected if
306 * @param shouldExpandGroup Whether the child's group should be expanded if
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 144 <h3 id="SearchFramework">Expanded Search Framework</h3>
146 <p>The Android search framework has been redesigned and expanded to provide
182 <h3 id="Screens">Expanded support for screen densities and resolutions</h3>
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 175 // Show tabs or the expanded {@link SearchView}, depending on whether or not we are in
179 // {@link ContactsRequest} after it has been expanded, if applicable.
238 * @return Whether in search mode, i.e. if the search view is visible/expanded.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 50 * @param expanded Whether the group is expanded; always false for the call log.
52 public void addGroup(int cursorPosition, int size, boolean expanded);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 761 if (entry.expanded.getId() != com.android.internal.R.id.status_bar_latest_event_content) {
    [all...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 49 #define a4 $8 /* expanded register arguments */
  /bionic/libc/arch-mips64/include/machine/
regdef.h 56 #define a4 $8 /* expanded register arguments */
  /build/target/board/generic/
BoardConfig.mk 92 # include an expanded selection of fonts for the SDK.
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 316 // the collapsed and expanded use same layout
325 // the collapsed and expanded use different layouts
368 // the collapsed and expanded use same layout
377 // the collapsed and expanded use different layouts
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 49 #define a4 $8 /* expanded register arguments */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 49 #define a4 $8 /* expanded register arguments */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 56 #define a4 $8 /* expanded register arguments */

Completed in 1418 milliseconds

<<11121314151617181920>>