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

1 2 3 4 5 6 7 8 91011>>

  /external/jmdns/src/javax/jmdns/
ServiceTypeListener.java 16 * A new service type was discovered.
24 * A new subtype for the service type was discovered.
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 4 * exception for an error discovered during verification. The
  /dalvik/vm/mterp/mips/
OP_THROW_VERIFICATION_ERROR.S 4 * exception for an error discovered during verification. The
  /external/smack/src/org/jivesoftware/smackx/muc/
RoomInfo.java 30 * Represents the room information that was discovered using Service Discovery. It's possible to
32 * rooms that may be discovered).
83 // Get the information based on the discovered features
89 // Get the information based on the discovered extended information
105 * Returns the JID of the room whose information was discovered.
107 * @return the JID of the room whose information was discovered.
114 * Returns the discovered description of the room.
116 * @return the discovered description of the room.
123 * Returns the discovered subject of the room. The subject may be empty if the room does not
126 * @return the discovered subject of the room
    [all...]
HostedRoom.java 25 * Hosted rooms by a chat service may be discovered if they are configured to appear in the room
26 * directory . The information that may be discovered is the XMPP address of the room and the room
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 44 // Ran JDK and discovered that the value of the CRC should be
53 // Ran JDK and discovered that the value of the CRC should be
61 // Ran JDK and discovered that the value of the CRC should be
78 // Ran JDK and discovered that the value of the CRC should be
96 // Ran JDK and discovered that the value of the CRC should be
104 // Ran JDK and discovered that the value of the CRC should be
112 // Ran JDK and discovered that the value of the CRC should be
127 // Ran JDK and discovered that the value of the CRC should be
136 // Ran JDK and discovered that the value of the CRC should be
155 // Ran JDK and discovered that the value of the CRC should b
    [all...]
  /dalvik/vm/mterp/x86/
OP_THROW_VERIFICATION_ERROR.S 4 * exception for an error discovered during verification. The
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java 41 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
49 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
ForegroundDispatch.java 55 // will fill in the intent with the details of the discovered tag before delivering to
84 Log.i("Foreground dispatch", "Discovered tag with intent: " + intent);
85 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
  /frameworks/base/core/java/android/print/
IPrinterDiscoveryObserver.aidl 24 * Interface for observing discovered printers by a discovery session.
  /external/chromium_org/third_party/sqlite/src/test/
mallocB.test 12 # These were all discovered by fuzzy generation of SQL. Apart from
42 # Note: This problem was not discovered by fuzzy generation of SQL. Not
  /external/libnfc-nxp/inc/
phNfcTypes.h 544 * related to the discovered ISO14443A remote device. This information
552 Tag Discovered */
556 tag discovered (= Historical bytes for
560 Tag Discovered */
562 Tag Discovered */
564 Tag Discovered */
576 * related to the discovered ISO14443B remote device. This information
588 Tag Discovered */
590 Tag Discovered */
592 Tag Discovered */
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_mac.h 118 // A list of discovered device addresses.
119 // This list is used to check if the same device is discovered twice during
bluetooth_adapter.h 53 // either because it has been discovered or a connection made. |device|
65 // either as a result of a discovered device being lost between discovering
123 // callers should retrieve the current set of discovered devices by calling
160 // Devices paired with, connected to, discovered by, or visible to the
  /external/smack/src/org/jivesoftware/smackx/provider/
DiscoverInfoProvider.java 68 // Create a new identity and add it to the discovered info.
75 // Create a new feature and add it to the discovered info.
  /developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 56 * Callback when a new tag is discovered by the system.
60 * @param tag Discovered tag
64 Log.i(TAG, "New tag discovered");
68 // In order to communicate with a device using HCE, the discovered tag should be processed
  /developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 56 * Callback when a new tag is discovered by the system.
60 * @param tag Discovered tag
64 Log.i(TAG, "New tag discovered");
68 // In order to communicate with a device using HCE, the discovered tag should be processed
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 80 // one for newly discovered devices
89 // Find and set up the ListView for newly discovered devices
94 // Register for broadcasts when a device is discovered
175 // The BroadcastReceiver that listens for discovered devices and
  /external/libnfc-nxp/src/
phHal4Nfc_Internal.h 73 eHal4StateTargetDiscovered,/**<target discovered*/
127 /*total number of devices discovered*/
167 discovered tags*/
170 discovered P2P devices*/
216 /**List of pointers to remote device information for all discovered
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverItems.java 49 * Adds a new item to the discovered information.
51 * @param item the discovered entity's item
60 * Adds a collection of items to the discovered information. Does nothing if itemsToAdd is null
72 * Returns the discovered items of the queried XMPP entity.
74 * @return an Iterator on the discovered entity's items
DiscoverInfo.java 81 * Adds a new feature to the discovered information.
83 * @param feature the discovered feature
108 * Returns the discovered features of an XMPP entity.
110 * @return an Iterator on the discovered features of an XMPP entity
119 * Adds a new identity of the requested entity to the discovered information.
121 * @param identity the discovered entity's identity
142 * Returns the discovered identities of an XMPP entity.
179 * Returns true if the specified feature is part of the discovered information.
182 * @return true if the requestes feature has been discovered
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDiscoveryFragment.java 61 * Gets the media route selector for filtering the routes to be discovered.
71 * Sets the media route selector for filtering the routes to be discovered.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
options.js 32 sounds.innerText = "Discovered sounds: (uncheck to disable)";
  /external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.h 56 // Updated by the browser processes as aliases are discovered.
  /external/chromium_org/extensions/common/
install_warning.h 13 // A struct to describe a non-fatal issue discovered in the installation of an

Completed in 1454 milliseconds

1 2 3 4 5 6 7 8 91011>>