HomeSort by relevance Sort by last modified time
    Searched refs:ending (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/replicaisland/src/com/replica/replicaisland/
EventRecorder.java 45 synchronized void setLastEnding(int ending) {
46 mLastEnding = ending;
GameOverActivity.java 138 mEndingView = (TextView)findViewById(R.id.ending);
142 final int ending = prefs.getInt(PreferenceConstants.PREFERENCE_LAST_ENDING, -1); local
159 if (ending == AnimationPlayerActivity.KABOCHA_ENDING) {
161 } else if (ending == AnimationPlayerActivity.ROKUDOU_ENDING) {
Game.java 542 public void setLastEnding(int ending) {
543 BaseObject.sSystemRegistry.eventRecorder.setLastEnding(ending);
  /development/tools/line_endings/
line_endings.c 28 enum { UNIX, DOS } ending; local
36 ending = UNIX;
39 ending = DOS;
81 if (ending == UNIX) {
  /external/srec/portable/src/
LCHAR.c 28 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';
PFileSystem.c 68 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/chromium_org/content/test/data/indexeddb/
callback_accounting.js 43 debug("ending transaction");
  /external/chromium_org/tools/code_coverage/
croc_scan_test.py 134 'ending here"', # 14 exe
  /external/bison/doc/
bison.x 14 convention of ending in
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_text_handler.js 37 * @param {number} end The 0-based index ending selection.
description_util.js 92 * tree to the lowest, i.e. ending with the current leaf node.
178 * tree to the lowest, i.e. ending with the current leaf node.
cursor_selection.js 23 * @param {!cvox.Cursor} end The ending cursor.
  /external/srec/shared/src/
SessionTypeImpl.c 849 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 != NULL
    [all...]
  /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);
  /ndk/build/core/
prebuilt-library.mk 34 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_SRC_FILES should point to a file ending with "$(LOCAL_PREBUILT_SUFFIX)")
  /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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 23 error('File ending is not correct. Seems like the simulation ended abnormally.');
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-315252.js 57 // the instance, forcing a merge with [double, double, smi], ending up with
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 388 String ending = local
396 ending
    [all...]
  /external/e2fsprogs/lib/blkid/
read.c 213 printf("blkid: missing </device> ending: %s\n", end));
  /external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
memset.S 141 add a6, a5, a4 # a6 = ending address
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 475 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-beginning] = L('\0')
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
mvnDebug.bat 29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 332 @ we use 81 to not count ending \n

Completed in 1478 milliseconds

1 2 3