HomeSort by relevance Sort by last modified time
    Searched refs:identifier (Results 226 - 250 of 1904) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 175 * Creates a new EventBus with the given {@code identifier}.
177 * @param identifier a brief name for this bus, for logging purposes. Should
178 * be a valid Java identifier.
180 public EventBus(String identifier) {
181 this(new LoggingSubscriberExceptionHandler(identifier));
368 * this class, followed by the identifier provided at construction.
373 * @param identifier a brief name for this bus, for logging purposes. Should
374 * be a valid Java identifier.
376 public LoggingSubscriberExceptionHandler(String identifier) {
378 EventBus.class.getName() + "." + checkNotNull(identifier));
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 104 * @return the object identifier
116 eo.identifier = exportedObjects.size() - 1;
127 return eo.identifier;
236 out.writeInt(found.identifier);
247 public int identifier; field in class:ExportedObject
  /external/libmojo/mojo/public/js/
support.js 44 * @param {MojoWatchId} watchId An opaque identifier that identifies this
51 * @param {MojoWatchId} watchId The watch identifier returned by watch().
  /external/llvm/test/MC/AArch64/
arm64-directive_loh.s 60 # Unknown textual identifier.
61 # CHECK-ERRORS: error: invalid identifier in directive
65 # Unknown numeric identifier.
66 # CHECK-ERRORS: error: invalid numeric identifier in directive
  /external/swiftshader/src/Main/
SwiftConfig.hpp 36 int identifier; member in struct:sw::SwiftConfig::Configuration
  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 20 u8 identifier; member in struct:eap_hdr
21 be16 length; /* including code and identifier; network byte order */
  /external/wpa_supplicant_8/src/eap_server/
eap_tls_common.h 71 u8 code, u8 identifier);
  /external/wpa_supplicant_8/src/tls/
asn1.h 50 u8 identifier, class, constructed; member in struct:asn1_hdr
  /frameworks/minikin/include/minikin/
FontStyle.h 57 constexpr uint32_t identifier() const { function in class:minikin::FontStyle
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_utils.h 47 uint32 identifier; member in struct:vbp_context_t
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCertActivity.java 144 private void savePublicKey(String key, int type, String identifier) {
160 mnc, type, identifier, keyBytes, new Date());
184 String identifier = cert.getString("identifier"); local
185 savePublicKey(key, type, identifier);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TokenKinds.h 72 /// \brief Return true if this is a raw identifier or an identifier kind.
74 return (K == tok::identifier) || (K == tok::raw_identifier);

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>