Searched defs:ending (Results 1 - 13 of 13) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DEventRecorder.java45 synchronized void setLastEnding(int ending) { argument
46 mLastEnding = 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/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/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/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/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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 282 milliseconds