HomeSort by relevance Sort by last modified time
    Searched full:ending (Results 126 - 150 of 1014) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 372 ;//Ending the macro
386 ;//Ending the macro
omxVCM4P2_DecodePadMV_PVOP_s.s 341 ;//Ending the macro
352 ;//Ending the macro
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 372 ;//Ending the macro
386 ;//Ending the macro
omxVCM4P2_DecodePadMV_PVOP_s.s 341 ;//Ending the macro
352 ;//Ending the macro
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 30 set of parameters specific for that transformation (starting size and ending size for size
31 change, starting angle and ending angle for rotation, and so on), and also a set of common
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 63 * that up itself), so we should do an extra check before ending transactions.
181 * Completes the transaction, ending the DB transactions for all associated databases.
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 475 LCHAR* ending; local
484 for (ending=beginning; *ending!=L('\0') && *ending!='\"'; ++ending);
485 *ending = L(' ');
488 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
    [all...]
  /external/webkit/Tools/Scripts/
bisect-builds 109 [-r|--revision M[:N]] specify starting (and optional ending) revisions to search
111 [-s|--sanity-check] verify both starting and ending revisions before bisecting
153 printf "\nChecking ending revision r%s...\n",
160 die "ERROR: Bug NOT reproduced in ending revision! Do you need to test a later revision or for a progression?"
162 die "ERROR: Bug reproduced in ending revision! Do you need to test a later revision or for a regression?"
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 56 * -e num Ending pass
307 case 'e': // Ending Pass
317 testPrintE("Invalid command-line specified ending pass "
350 testPrintE(" -e Ending pass");
360 testPrintE("Unexpected ending pass before starting pass");
hwcColorEquiv.cpp 27 * -e <0.##, 0.##, 0.##> - Ending color (default: <1.0, 1.0, 1.0>
216 case 'e': // Ending reference color
430 testPrintE(" -e <0.##, 0.##, 0.##> - Ending reference color");
  /external/bluetooth/bluedroid/stack/include/
pan_api.h 167 ** next two bytes will be ending of the range.
187 ** next six bytes will be ending of the range.
395 ** end - array of ending protocol numbers
bnep_api.h 158 ** next two bytes will be ending of the range.
178 ** next six bytes will be ending of the range.
  /external/smali/util/src/main/java/ds/tree/
RadixTreeImpl.java 452 String ending = key.substring(i, keylen); local
454 if (child.getKey().startsWith(ending.charAt(0) + "")) {
455 return complete(ending, child, base + beginning);
  /frameworks/base/docs/html/about/dashboards/
index.jd 60 <p style="clear:both"><em>Data collected during a 14-day period ending on July 8, 2013.
86 <p style="clear:both"><em>Data collected during a 14-day period ending on July 8, 2013
133 <p style="clear:both"><em>Data collected during a 14-day period ending on July 8, 2013</em></p>
  /frameworks/base/docs/html/training/animation/
zoom.jd 176 <li>Calculate the starting and ending bounds for the {@link android.widget.ImageView}.
181 simultaneously, from the starting bounds to the ending bounds. These four animations are
205 // Calculate the starting and ending bounds for the zoomed-in image.
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 162 // Next query a time range. The beginning should be inclusive, the ending
235 // Next query a time range. The beginning should be inclusive, the ending
  /external/chromium/chrome/browser/ui/
browser_list.h 108 // Closes all browsers. If the session is ending the windows are closed
113 // Begins shutdown of the application when the desktop session is ending.
  /external/guava/guava/src/com/google/common/base/
Objects.java 142 // the nth anonymous class has a class name ending in "Outer$n"
143 // and local inner classes have names ending in "Outer.$1Inner"
  /external/icu4c/common/unicode/
rep.h 138 * @param limit the ending index, exclusive; <code>start <= limit
164 * @param limit the ending index, exclusive; <code>start <= limit <=
  /external/kernel-headers/original/linux/
ata.h 359 /* check the ending block number */
365 /* check the ending block number */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 356 * @param endLatitude the ending latitude
357 * @param endLongitude the ending longitude
  /external/valgrind/main/
Makefile.all.am 116 # Also: in newer versions of automake (1.10 onwards?) asm files ending with
117 # '.S' are considered "pre-processed" (as opposed to those ending in '.s')
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 39 * with an opening tag <label> and ending with a closing tag </label> with
72 * makes the tag an ending tag), then an optional leading label (followed by
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 441 <dd><em>Float</em>. Ending opacity offset, where 0.0 is transparent and 1.0
458 <dd><em>Float</em>. Ending X size offset, where 1.0 is no change.</dd>
462 <dd><em>Float</em>. Ending Y size offset, where 1.0 is no change.</dd>
474 the following three formats: values from -100 to 100 ending with "%", indicating a percentage
475 relative to itself; values from -100 to 100 ending in "%p", indicating a percentage relative to its
485 <dd><em>Float or percentage</em>. Ending X offset. Expressed either: in pixels relative
493 <dd><em>Float or percentage</em>. Ending Y offset. Expressed either: in pixels relative
508 <dd><em>Float</em>. Ending angular position, in degrees.</dd>
    [all...]
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 238 // itself considered user activity. If the dream is ending because
241 // If the dream is ending on its own for other reasons and no wake

Completed in 787 milliseconds

1 2 3 4 56 7 8 91011>>