HomeSort by relevance Sort by last modified time
    Searched full:reliable (Results 1 - 25 of 745) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
AbstractMessage.java 46 private transient boolean reliable = true; field in class:AbstractMessage
52 protected AbstractMessage( boolean reliable )
54 this.reliable = reliable;
58 * Sets this message to 'reliable' or not and returns this
63 this.reliable = f;
73 return reliable;
Network.java 58 * Creates a Server that will utilize both reliable and fast
68 * Creates a Server that will utilize both reliable and fast
78 * Creates a named and versioned Server that will utilize both reliable and fast
94 SelectorKernel reliable = new SelectorKernel(tcpPort); local
96 return new DefaultServer( gameName, version, reliable, fast );
119 * using both reliable and fast transports.
128 * using both reliable and fast transports.
137 * using both reliable and fast transports.
147 * using both reliable and fast transports.
155 * send reliable messages.
166 SocketConnector reliable = new SocketConnector( remoteAddress, hostPort ); local
187 SocketConnector reliable = new SocketConnector( address, port ); local
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Envelope.java 46 private boolean reliable; field in class:Envelope
50 * source. The 'reliable' flag further indicates on which mode of
53 public Envelope( Endpoint source, byte[] data, boolean reliable )
57 this.reliable = reliable;
72 return reliable;
77 return "Envelope[" + source + ", " + (reliable?"reliable":"unreliable") + ", " + data.length + "]";
  /external/chromium_org/chrome/browser/resources/translate_internals/
detection_logs.html 19 <th class="detection-logs-is-cld-reliable">
20 Is CLD reliable?
  /external/chromium_org/third_party/
README.chromium 5 an entry in this file that refers to reliable documentation of the project's
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
messages.properties 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
KernelAdapter.java 76 // on reliable connections
79 // Marks the messages as reliable or not if they came
81 private boolean reliable; field in class:KernelAdapter
84 boolean reliable )
90 this.reliable = reliable;
104 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable,
107 kernel.broadcast( filter, data, reliable, copy );
177 if( reliable ) {
178 // If it's a reliable connection then it's slightly mor
    [all...]
ConnectorAdapter.java 75 // Marks the messages as reliable or not if they came
77 private boolean reliable; field in class:ConnectorAdapter
80 ErrorListener<Object> errorHandler, boolean reliable )
86 this.reliable = reliable;
174 m.setReliable( reliable );
DefaultClient.java 60 // First two channels are reserved for reliable and
90 public DefaultClient( String gameName, int version, Connector reliable, Connector fast,
94 setPrimaryConnectors( reliable, fast, connectorFactory );
97 protected void setPrimaryConnectors( Connector reliable, Connector fast, ConnectorFactory connectorFactory )
99 if( reliable == null )
100 throw new IllegalArgumentException( "The reliable connector cannot be null." );
107 channels.add(new ConnectorAdapter(reliable, dispatcher, dispatcher, true));
DefaultServer.java 61 // First two channels are reserved for reliable and
89 public DefaultServer( String gameName, int version, Kernel reliable, Kernel fast )
91 if( reliable == null )
92 throw new IllegalArgumentException( "Default server reqiures a reliable kernel instance." );
97 reliableAdapter = new KernelAdapter( this, reliable, dispatcher, true );
336 // over the reliable connection at this point.
509 // Make sure all endpoints are closed. Note: reliable
530 // Just close the reliable endpoint
561 return "Connection[ id=" + id + ", reliable=" + channels[CH_RELIABLE]
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
EnormousTest.java 18 * Such tests are likely NOT reliable enough to run on tree closing bots and
  /external/chromium_org/chrome/common/translate/
language_detection_details.h 30 // Whether the CLD detection is reliable or not.
  /external/chromium_org/content/public/common/
user_metrics_action.h 11 // UserMetrics. That way, our toolset can scan the source code reliable for
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
StartInTouchWithViewInFocusTest.java 53 // TODO: reenable when more reliable
60 // TODO: reenable when more reliable
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatClient.java 139 private boolean reliable; field in class:TestChatClient.SendAction
141 public SendAction(boolean reliable) {
142 super(reliable ? "TCP" : "UDP");
143 this.reliable = reliable;
151 chat.setReliable(reliable);
TestChatServer.java 88 System.out.println("Broadcasting:" + m + " reliable:" + m.isReliable());
90 // Just rebroadcast... the reliable flag will stay the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsProperties.java 35 static final String P_STR_NOT_RELIABLE = "not reliable"; //$NON-NLS-1$
90 return "This test has only one run, hence no error can be computed to verify if it's stable enough to be reliable.";
95 return "The error on this test is over the 3% threshold, hence its result may not be really reliable.";
105 return "The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable.";
110 return "The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable.";
  /external/clang/test/PCH/
crash-12631281.cpp 6 // This reduced test case exposed a use-after-free memory bug, which was reliable
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 66 * <p>If this callback is invoked while a reliable write transaction is
70 * the application must abort the reliable write transaction.
120 * Callback invoked when a reliable write transaction has been completed.
123 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the reliable write
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 27 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
38 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
49 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
60 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
71 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
82 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
93 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
104 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
115 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
  /external/chromium/base/test/
test_file_util.h 46 // In general it's not reliable to convert a FilePath to a wstring and we use
  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.cc 24 // the fly so there is no reliable object to point to (same problem if we
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller.h 63 // TODO(rjkroege): During debugging, the event times did not prove reliable.
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.h 39 // called, so it's not a reliable way to cause an invalidation.)
  /external/chromium_org/net/quic/
quic_crypto_stream.h 20 // reliable stream with the id 1. Each endpoint (client and server)

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>