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

1 2

  /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/webkit/Source/WebCore/fileapi/
WebKitBlobBuilder.h 52 void append(const String& text, const String& ending, ExceptionCode&);
  /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/chrome/browser/ui/views/frame/
browser_frame_win.h 49 virtual void OnEndSession(BOOL ending, UINT logoff) OVERRIDE;
browser_frame_win.cc 108 void BrowserFrameWin::OnEndSession(BOOL ending, UINT logoff) {
  /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...]
  /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/webkit/LayoutTests/dom/html/level1/core/
hc_commentgetcomment.js 79 '<!--' and ending '-->'
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_commentgetcomment.js 79 '<!--' and ending '-->'
  /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?"
  /external/e2fsprogs/lib/blkid/
read.c 213 printf("blkid: missing </device> ending: %s\n", end));
  /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...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 454 ) # char or an 's' at a word ending position. This
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 332 @ we use 81 to not count ending \n
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/chromium/base/
file_util_unittest.cc 194 const wchar_t* ending; member in struct:__anon2257::append_case
222 file_util::AppendToPath(&result, value.ending);
    [all...]
  /external/jpeg/
ltmain.sh     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 419 mov r1,rFP @ pass ending fp
    [all...]
  /external/grub/docs/
texinfo.tex 610 % period following counts as ending a sentence. (Idea found in latex.)
    [all...]

Completed in 1272 milliseconds

1 2