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.c263 TC_API_LOAD_STATUS currentStatus; in LoadTcFunctions() local
267currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
269 while(currentStatus == TC_API_LOADING) in LoadTcFunctions()
271currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
279 if(currentStatus == TC_API_LOADED) in LoadTcFunctions()
284 if (currentStatus == TC_API_CANNOT_LOAD) in LoadTcFunctions()
289 currentStatus = TC_API_CANNOT_LOAD; in LoadTcFunctions()
348 currentStatus = TC_API_LOADED; in LoadTcFunctions()
351 if (currentStatus != TC_API_LOADED) in LoadTcFunctions()
360 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java355 Status currentStatus = new Status(); in writeLdml() local
432 … String sourceLocaleCurrent = current.getSourceLocaleID(path, currentStatus); in writeLdml()
440 if (!path.equals(currentStatus.pathWhereFound) in writeLdml()
DGenerateMaximalLocales.java684 final OfficialStatus currentStatus = reason.getStatus(); in getLanguageName() local
685 if (best.compareTo(currentStatus) < 0) { in getLanguageName()
686 best = currentStatus; in getLanguageName()