Searched refs:ending (Results 1 - 25 of 40) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
H A DEventRecorder.java45 synchronized void setLastEnding(int ending) { argument
46 mLastEnding = ending;
H A DGameOverActivity.java138 mEndingView = (TextView)findViewById(R.id.ending);
142 final int ending = prefs.getInt(PreferenceConstants.PREFERENCE_LAST_ENDING, -1);
159 if (ending == AnimationPlayerActivity.KABOCHA_ENDING) {
161 } else if (ending == AnimationPlayerActivity.ROKUDOU_ENDING) {
H A DGame.java542 public void setLastEnding(int ending) { argument
543 BaseObject.sSystemRegistry.eventRecorder.setLastEnding(ending);
/external/srec/portable/src/
H A DLCHAR.c28 size_t beginning, ending, len; local
35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending);
37 if (beginning > 0 && beginning <= ending)
38 LMEMMOVE(text, text + beginning, ending - beginning + 1);
39 text[ending-beginning+1] = '\0';
H A DPFileSystem.c68 const LCHAR* ending; local
86 ending = LSTRCHR(beginning, L('/'));
87 if (ending == NULL)
88 ending = beginning + LSTRLEN(beginning);
89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG);
96 LSTRNCPY(value, beginning, ending - beginning + 1);
97 value[ending-beginning+1] = L('\0');
109 if (*ending == 0)
111 beginning = ending + 1;
/external/bison/doc/
H A Dbison.x14 convention of ending in
/external/srec/shared/src/
H A DSessionTypeImpl.c849 LCHAR* ending; local
907 ending = LSTRCHR(line, '=');
908 if (ending == NULL)
913 *ending = L('\0');
914 value = ending + 1;
920 ending = LSTRCHR(value, L(';'));
921 if (ending != NULL)
922 *ending = L('\0');
925 ending = LSTRCHR(value, L('\n'));
926 if (ending !
[all...]
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java452 String ending = key.substring(i, keylen);
454 if (child.getKey().startsWith(ending.charAt(0) + "")) {
455 return complete(ending, child, base + beginning);
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c475 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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m23 error('File ending is not correct. Seems like the simulation ended abnormally.');
/external/mockito/src/org/mockito/exceptions/
H A DReporter.java388 String ending =
396 ending
/external/e2fsprogs/lib/blkid/
H A Dread.c213 printf("blkid: missing </device> ending: %s\n", end));
/external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
H A Dmemset.S141 add a6, a5, a4 # a6 = ending address
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c475 LCHAR* ending; local
482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
483 if ((size_t) (ending-beginning) > *charsRead)
485 *charsRead = ending-beginning;
488 *charsRead = ending-source;
489 LSTRNCPY(target, beginning, ending-beginning);
490 target[ending
[all...]
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S332 @ we use 81 to not count ending \n
/external/blktrace/btt/doc/
H A Dbtt.tex836 seek distances based solely upon the ending block address of one IO,
856 and the third column is the ending block number.
860 and the third column is the ending block number.
864 the block number, and the third column is the ending block number.
/external/jpeg/
H A Dltmain.sh2410 Every other argument is treated as a filename. Files ending in \`.la' are
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh2410 Every other argument is treated as a filename. Files ending in \`.la' are
/external/bison/
H A Dmaint.mk420 { echo '$(ME): found error message ending in period' 1>&2; \
/external/bison/build-aux/
H A Dtexinfo.tex2944 % period following counts as ending a sentence. (Idea found in latex.)
3240 % It is important to do the page break before ending the group,
4983 % Do not prefer a separate line ending with a hyphen to fewer lines.
6844 % common ending:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/sdch/open-vcdiff/
H A Dltmain.sh1592 Every other argument is treated as a filename. Files ending in \`.la' are
2022 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
/external/chromium_org/third_party/libxml/src/
H A Dltmain.sh1592 Every other argument is treated as a filename. Files ending in \`.la' are
2022 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
/external/chromium_org/third_party/sqlite/src/
H A Dltmain.sh1599 Every other argument is treated as a filename. Files ending in \`.la' are
2029 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dltmain.sh1592 Every other argument is treated as a filename. Files ending in \`.la' are
2022 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"

Completed in 1391 milliseconds

12