/external/replicaisland/src/com/replica/replicaisland/ |
H A D | EventRecorder.java | 45 synchronized void setLastEnding(int ending) { argument 46 mLastEnding = ending;
|
H A D | Game.java | 542 public void setLastEnding(int ending) { argument 543 BaseObject.sSystemRegistry.eventRecorder.setLastEnding(ending);
|
/external/chromium/chrome/browser/ui/views/frame/ |
H A D | browser_frame_win.cc | 108 void BrowserFrameWin::OnEndSession(BOOL ending, UINT logoff) { argument
|
/external/srec/portable/src/ |
H A D | 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';
|
H A D | 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/srec/shared/src/ |
H A D | 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 ! [all...] |
/external/chromium/base/ |
H A D | file_util_unittest.cc | 194 const wchar_t* ending; member in struct:__anon1666::append_case 222 file_util::AppendToPath(&result, value.ending);
|
/external/srec/srec/test/SRecTest/src/ |
H A D | 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/srec/srec/test/SRecTestAudio/src/ |
H A D | 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 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/dexmaker/lib/ |
H A D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ... |
/external/robolectric/lib/test/ |
H A D | mockito-core-1.8.5.jar | META-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 D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |