HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 701 - 725 of 5937) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
TopLevelThreadGroupsTest.java 104 long id = replyChilds.getNextValueAsThreadID(); local
105 logWriter.println("\n==> childThreadID[" + j + "] = " + id);
110 packet.setNextValueAsThreadID(id);
122 long id = replyChilds.getNextValueAsThreadGroupID(); local
123 logWriter.println("\n==> childGroupID[" + j + "] = " + id);
128 packet.setNextValueAsThreadGroupID(id);
137 printThreadGroup(id);
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 138 String id = (String) authPrefs.get(i); local
139 Header challenge = challenges.get(id.toLowerCase(Locale.ENGLISH));
143 this.log.debug(id + " authentication scheme selected");
146 authScheme = registry.getAuthScheme(id, response.getParams());
150 this.log.warn("Authentication scheme " + id + " not supported");
156 this.log.debug("Challenge for " + id + " authentication scheme not available");
  /external/autotest/server/
frontend_unittest.py 52 id = 'idFoo' variable in class:AFETest.test_result_notify.fake_job
  /external/bison/src/
parse-gram.y 188 %token ID "identifier"
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
219 %type <symbol> id id_colon string_as_id symbol symbol.prec
388 | "%code" ID braceless
404 | ID { muscle_code_grow ("union_name", $1, @1); }
506 | id
511 | id INT
517 | id string_as_id
523 | id INT string_as_id
603 ID
639 id: label
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
CertificateID.java 25 private final CertID id; field in class:CertificateID
28 CertID id)
30 if (id == null)
32 throw new IllegalArgumentException("'id' cannot be null");
34 this.id = id;
44 * @exception OCSPException if any problems occur creating the id fields.
51 this.id = createCertID(digestCalculator, issuerCert, new ASN1Integer(number));
56 return id.getHashAlgorithm().getAlgorithm();
61 return id.getIssuerNameHash().getOctets()
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
X509CertificateHolderSelector.java 35 * Construct a signer ID based on the issuer and serial number of the signer's associated
47 * Construct a signer ID based on the issuer and serial number of the signer's associated
101 X509CertificateHolderSelector id = (X509CertificateHolderSelector)o; local
103 return Arrays.areEqual(subjectKeyId, id.subjectKeyId)
104 && equalsObj(this.serialNumber, id.serialNumber)
105 && equalsObj(this.issuer, id.issuer);
  /external/c-ares/
ares_query.c 72 static struct query* find_query_by_id(ares_channel channel, unsigned short id)
77 DNS_HEADER_SET_QID(((unsigned char*)&qid), id);
92 /* a unique query id is generated using an rc4 key. Since the id may already
94 performed per id generation. In practice this search should happen only
95 once per newly generated id
99 unsigned short id; local
102 id = ares__generate_new_id(&channel->id_key);
103 } while (find_query_by_id(channel, id));
105 return (unsigned short)id;
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
BenchmarkSpec.java 43 @ExcludeFromJson private int id; field in class:BenchmarkSpec
InstrumentSpec.java 39 private int id; field in class:InstrumentSpec
Trial.java 39 private UUID id; field in class:Trial
46 this.id = Defaults.UUID;
54 this.id = builder.id;
61 public UUID id() { method in class:Trial
62 return id;
86 return this.id.equals(that.id)
97 return Objects.hashCode(id, run, instrumentSpec, scenario, measurements);
102 .add("id", id
111 private final UUID id; field in class:Trial.Builder
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
web_contents.py 24 def id(self): member in class:WebContents
25 """Return the unique id string for this tab object."""
26 return self._inspector_backend.id
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
module.py 127 def id(self): member in class:Module
  /external/clang/test/CodeGenCXX/
vtable-layout-abi-examples.cpp 115 int id; member in struct:Test1::D
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 102 uptr id = atomic_fetch_add(&id_gen, 1, memory_order_relaxed); local
104 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 57 int id = (rand_r(&rnd) % (kMutexes - max_locked - 1)) + max_locked + 1; local
58 Mutex *m = &mtx[id];
122 locked.push_back(id);
126 int id = locked[pos]; local
129 Mutex *m = &mtx[id];
140 int id = rand_r(&rnd) % kMutexes; local
141 Mutex *m = &mtx[id];
158 int id = locked[i]; local
159 Mutex *m = &mtx[id];
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngine.java 57 throw new IllegalArgumentException("Unknown ENGINE id: " + engine);
89 public PrivateKey getPrivateKeyById(String id) throws InvalidKeyException {
90 if (id == null) {
91 throw new NullPointerException("id == null");
94 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id);
99 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id);
139 final String id = NativeCrypto.ENGINE_get_id(ctx); local
140 if (id == null) {
144 return id.equals(NativeCrypto.ENGINE_get_id(other.getEngineContext()));
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 63 EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); local
90 log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage;
teglSurfacelessContextTests.cpp 77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); local
107 log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage;
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 47 int id = -1; field in class:Label
79 successors.add(catchLabel.id);
82 primarySuccessorIndex = primarySuccessor.id;
86 successors.add(alternateSuccessor.id);
90 return new BasicBlock(id, result, successors, primarySuccessorIndex);
  /external/drm_hwcomposer/
drmconnector.cpp 58 uint32_t DrmConnector::id() const { function in class:android::DrmConnector
drmmode.cpp 72 uint32_t DrmMode::id() const { function in class:android::DrmMode
76 void DrmMode::set_id(uint32_t id) {
77 id_ = id;
drmplane.cpp 132 uint32_t DrmPlane::id() const { function in class:android::DrmPlane
  /external/eigen/test/
eigensolver_selfadjoint.cpp 97 MatrixType id = MatrixType::Identity(rows, cols); local
98 VERIFY_IS_APPROX(id.template selfadjointView<Lower>().operatorNorm(), RealScalar(1));
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 65 String IdToKey(int id, const char* suffix) {
67 key << "key_" << id << "_" << suffix;
71 String IdToString(int id) {
73 id_message << id; local
79 int id, const char* suffix) {
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
84 << "expecting " << suffix << " value for id " << id; local
85 EXPECT_STREQ(IdToString(id).c_str(), property->value());
90 void ManyAsserts(int id) {
    [all...]
  /external/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix;
70 std::string IdToString(int id) {
72 id_message << id; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id; local
84 EXPECT_STREQ(IdToString(id).c_str(), property->value());
89 void ManyAsserts(int id) {
    [all...]

Completed in 588 milliseconds

<<21222324252627282930>>