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

  /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
Settings.java 37 /** Sent by servers only. The peer requests this setting persisted for future connections. */
39 /** Sent by clients only. The client is reminding the server of a persisted value. */
40 static final int PERSISTED = 0x2;
81 /** Bitfield of flags that have {@link #PERSISTED}. */
82 private int persisted; field in class:Settings
88 set = persistValue = persisted = 0;
104 if ((idFlags & PERSISTED) != 0) {
105 persisted |= bit;
107 persisted &= ~bit;
128 if (isPersisted(id)) result |= Settings.PERSISTED;
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Settings.java 34 /** Sent by servers only. The peer requests this setting persisted for future connections. */
36 /** Sent by clients only. The client is reminding the server of a persisted value. */
37 static final int PERSISTED = 0x2;
78 /** Bitfield of flags that have {@link #PERSISTED}. */
79 private int persisted; field in class:Settings
85 set = persistValue = persisted = 0;
101 if ((idFlags & PERSISTED) != 0) {
102 persisted |= bit;
104 persisted &= ~bit;
125 if (isPersisted(id)) result |= Settings.PERSISTED;
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
Settings.java 36 /** Sent by servers only. The peer requests this setting persisted for future connections. */
38 /** Sent by clients only. The client is reminding the server of a persisted value. */
39 static final int PERSISTED = 0x2;
80 /** Bitfield of flags that have {@link #PERSISTED}. */
81 private int persisted; field in class:Settings
87 set = persistValue = persisted = 0;
103 if ((idFlags & PERSISTED) != 0) {
104 persisted |= bit;
106 persisted &= ~bit;
127 if (isPersisted(id)) result |= Settings.PERSISTED;
    [all...]
  /external/tensorflow/tensorflow/contrib/cloud/ops/
gcs_config_ops.cc 54 or in other ways be persisted or exfiltrated.
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 119 "changes made have persisted."
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 124 "changes made have persisted."
  /external/syzkaller/syz-hub/state/
state.go 24 // It is persisted to and can be restored from a directory.
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py 286 persisted: Indicates whether the requested state change has been
287 persisted. Once this field is set, it is guaranteed to propagate to all
290 operation once the persisted field is set
355 persisted = _messages.BooleanField(3) variable in class:CompositeOperationMetadata
    [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 908 milliseconds