HomeSort by relevance Sort by last modified time
    Searched refs:origValue (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AtomicCounter.cs 40 long origValue = counter;
43 if (origValue == 0)
48 long result = Interlocked.CompareExchange(ref counter, origValue + 1, origValue);
49 if (result == origValue)
54 origValue = result;
  /external/gptfdisk/
basicmbr.cc     [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 328 final boolean origValue = AppStandbyUtils.isAppStandbyEnabledAtRuntime();
341 AppStandbyUtils.setAppStandbyEnabledAtRuntime(origValue);
    [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 

Completed in 463 milliseconds