HomeSort by relevance Sort by last modified time
    Searched defs:ws (Results 26 - 49 of 49) sorted by null

12

  /external/chromium/third_party/icu/source/test/perf/ustrperf/
stringperf.h 242 wchar_t ws[100]; local
243 int32_t wcap = sizeof(ws) / sizeof(*ws);
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
255 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
  /external/icu4c/test/cintltst/
custrtrn.c 1380 wchar_t ws[100]; local
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 242 wchar_t ws[100]; local
243 int32_t wcap = sizeof(ws) / sizeof(*ws);
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
255 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 325 fd_set ws; local
326 FD_ZERO(&ws);
327 FD_SET(mSocket, &ws);
329 int res = select(mSocket + 1, NULL, &ws, NULL, &tv);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 207 WnnSentence ws; local
209 ws = new WnnSentence(key, bestClause);
211 ws = new WnnSentence(sentence[start-1], bestClause);
213 ws.frequency += CLAUSE_COST;
216 if (sentence[idx] == null || (sentence[idx].frequency < ws.frequency)) {
217 sentence[idx] = ws;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerHelper.java 552 IWorkspace ws = ResourcesPlugin.getWorkspace(); local
553 IWorkspaceRoot wsRoot = ws.getRoot();
668 IWorkspace ws = ResourcesPlugin.getWorkspace(); local
669 IWorkspaceRoot wsRoot = ws.getRoot();
    [all...]
  /system/core/liblog/
fake_log_device.c 648 const char *ws; local
653 ws = getenv("ANDROID_WRAPSIM");
654 if (ws != NULL && strcmp(ws, "1") == 0) {
  /external/chromium/base/
string_util.cc 36 const std::wstring ws; member in struct:__anon2256::EmptyStrings
338 return Singleton<EmptyStrings>::get()->ws;
    [all...]
  /external/clearsilver/cgi/
cgi.c 916 /* This ws strip function is Dave's version, designed to make debug
945 int ws = 0; local
952 ws = isspace(str->buf[0]);
1021 ws = 0;
1029 ws = level > 1;
1034 if (ws)
1041 ws = 1;
1047 ws = 0;
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 266 Worker ws = new Worker(); local
267 ws.setSocket(s);
268 activeThreads.addElement(ws);
269 (new Thread(ws, "additional worker")).start();
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 394 int ws = node.waitStatus; local
395 if (ws < 0)
396 compareAndSetWaitStatus(node, ws, 0);
435 int ws = h.waitStatus; local
436 if (ws == Node.SIGNAL) {
441 else if (ws == 0 &&
518 int ws; local
520 ((ws = pred.waitStatus) == Node.SIGNAL ||
521 (ws <= 0 && compareAndSetWaitStatus(pred, ws, Node.SIGNAL))) &
544 int ws = pred.waitStatus; local
1429 int ws = p.waitStatus; local
    [all...]
AbstractQueuedSynchronizer.java 618 int ws = node.waitStatus; local
619 if (ws < 0)
620 compareAndSetWaitStatus(node, ws, 0);
659 int ws = h.waitStatus; local
660 if (ws == Node.SIGNAL) {
665 else if (ws == 0 &&
742 int ws; local
744 ((ws = pred.waitStatus) == Node.SIGNAL ||
745 (ws <= 0 && compareAndSetWaitStatus(pred, ws, Node.SIGNAL))) &
768 int ws = pred.waitStatus; local
1654 int ws = p.waitStatus; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ReentrantReadWriteLockTest.java 1335 String ws = lock.toString(); local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c 2743 SSL3WaitState ws = ss->ssl3.hs.ws; local
5581 SSL3WaitState ws = ss->ssl3.hs.ws; local
    [all...]
sslimpl.h 752 SSL3WaitState ws; member in struct:SSL3HandshakeStateStr
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 9769 WindowState ws = mWindows.get(i); local
9801 WindowState ws = mWindows.get(i); local
    [all...]
PowerManagerService.java 685 WorkSource ws; field in class:PowerManagerService.WakeLock
718 public void acquireWakeLock(int flags, IBinder lock, String tag, WorkSource ws) {
724 if (ws != null) {
730 acquireWakeLockLocked(flags, lock, uid, pid, tag, ws);
737 void noteStartWakeLocked(WakeLock wl, WorkSource ws) {
741 if (ws != null) {
742 mBatteryStats.noteStartWakelockFromSource(ws, wl.pid, wl.tag,
755 void noteStopWakeLocked(WakeLock wl, WorkSource ws) {
759 if (ws != null) {
760 mBatteryStats.noteStopWakelockFromSource(ws, wl.pid, wl.tag
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/libxml2/
xmlschemas.c 1784 xmlSchemaWhitespaceValueType ws; local
24065 xmlSchemaWhitespaceValueType ws; local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 1980 milliseconds

12