Home
last modified time | relevance | path

Searched refs:currentStatus (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCConnectivityMonitor.m26 static GRPCConnectivityStatus currentStatus;
48 if (newStatus != currentStatus) {
51 currentStatus = newStatus;
63 currentStatus = GRPCConnectivityUnknown;
67 currentStatus = CalculateConnectivityStatus(flags);
/external/libpcap/
Dpcap-tc.c316 TC_API_LOAD_STATUS currentStatus; in LoadTcFunctions() local
320currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
322 while(currentStatus == TC_API_LOADING) in LoadTcFunctions()
324currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
332 if(currentStatus == TC_API_LOADED) in LoadTcFunctions()
337 if (currentStatus == TC_API_CANNOT_LOAD) in LoadTcFunctions()
342 currentStatus = TC_API_CANNOT_LOAD; in LoadTcFunctions()
401 currentStatus = TC_API_LOADED; in LoadTcFunctions()
404 if (currentStatus != TC_API_LOADED) in LoadTcFunctions()
413 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java303 Status currentStatus = new Status(); in writeLdml() local
377 … String sourceLocaleCurrent = current.getSourceLocaleID(path, currentStatus); in writeLdml()
385 if (!path.equals(currentStatus.pathWhereFound) in writeLdml()
DGenerateMaximalLocales.java665 final OfficialStatus currentStatus = reason.getStatus(); in getLanguageName() local
666 if (best.compareTo(currentStatus) < 0) { in getLanguageName()
667 best = currentStatus; in getLanguageName()