Searched defs:answer (Results 51 - 68 of 68) sorted by relevance

123

/external/v8/src/mips/
H A Dassembler-mips.cc58 uint64_t answer = 0; local
60 answer |= 1u << FPU;
68 answer |= 1u << FPU;
72 return answer;
/external/chromium/third_party/libevent/
H A Devdns.c271 int n_answer; /* how many answer RRs have been set? */
275 struct server_reply_item *answer; /* linked list of answer RRs */ member in struct:server_request
840 /* If it's not an answer, it doesn't correspond to any request. */
841 if (!(flags & 0x8000)) return -1; /* must be an answer */
846 /* if (!answers) return; */ /* must have an answer of some form */
878 /* now we have the answer section which looks like
975 if (flags & 0x8000) return -1; /* Must not be an answer. */
1522 itemp = &req->answer;
1666 /* Add answer, authorit
[all...]
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1734 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
1741 if (answer->rrtype != kDNSType_PTR)
1742 { LogMsg("%3d: FoundInstance: Should not be called with rrtype %d (not a PTR record)", req->sd, answer->rrtype); return; }
1744 if (GenerateNTDResponse(&answer->rdata->u.name, answer->InterfaceID, req, &rep, browse_reply_op, flags, mStatus_NoError) != mStatus_NoError)
1750 GenerateBonjourBrowserResponse(&answer->rdata->u.name, answer->InterfaceID, req, &rep, browse_reply_op, flags, mStatus_NoError);
1755 req->sd, answer->name->c, answer->rdata->u.name.c);
1763 mDNSPlatformInterfaceIndexfromInterfaceID(m, answer
2108 AutomaticBrowseDomainChange(mDNS *const m, DNSQuestion *q, const ResourceRecord *const answer, QC_result AddRecord) argument
2225 resolve_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2633 queryrecord_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
3088 enum_result_callback(mDNS *const m, DNSQuestion *const question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c463 // Indicate that we've given at least one positive answer for this record, so we should be prepared to send a goodbye for it
651 // CacheRecord *ka is the CacheRecord from the known answer list in the query.
653 // AuthRecord *rr is the answer we are proposing to give, if not suppressed.
655 // We've already determined that we plan to give this answer on this interface
660 // If RR signature is different, or data is different, then don't suppress our answer
664 // we need to give our answer before the requester's copy expires.
666 // then we can suppress our answer this time.
765 // After three probes one second apart with no answer, we conclude the client is now sleeping
1638 ResourceRecordIsValidInterfaceAnswer(rr2, InterfaceID) && // ... which are valid for answer ...
1647 ResourceRecordIsValidInterfaceAnswer(rr2, InterfaceID) && // ... which are valid for answer
4984 NetWakeResolve(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
8787 FoundServiceInfoSRV(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
8848 FoundServiceInfoTXT(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
8873 FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/external/v8/src/
H A Dheap.cc3283 String* answer = String::cast(result); local
3284 answer->Set(0, code);
3285 return answer;
4320 String* answer = String::cast(result); local
4321 answer->set_length(chars);
4322 answer->set_hash_field(hash_field);
4324 ASSERT_EQ(size, answer->Size());
4331 answer->Set(i++, unibrow::Utf16::LeadSurrogate(character));
4332 answer->Set(i++, unibrow::Utf16::TrailSurrogate(character));
4334 answer
[all...]
H A Djsregexp.cc1725 // will you match if you succeed?" then we can answer anything since false
1726 // implies false. So lets just return the max answer (still_to_find) since
1749 int answer = Length(); local
1750 if (answer >= still_to_find) return answer;
1751 if (recursion_depth > RegExpCompiler::kMaxRecursion) return answer;
1753 return answer + on_success()->EatsAtLeast(still_to_find - answer,
3831 RegExpNode* answer = ToNode( local
3837 answer
3847 RegExpNode* answer = on_success; local
[all...]
H A Dspaces.h2602 MemoryChunk* answer = MemoryChunk::FromAddress(heap_object->address()); local
2603 return answer;
H A Dobjects.h5938 Object* answer = GetProperty(key)->ToObjectUnchecked(); local
5939 return answer;
H A Dobjects.cc6226 const unibrow::byte* answer = local
6229 return answer;
6241 const unibrow::byte* answer = local
6244 return answer;
6551 const unibrow::byte* answer = ReadBlock(input, &rbb, offset_ptr, chars); local
6554 return answer;
6677 const unibrow::byte* answer = String::ReadBlock(String::cast(parent()), local
6680 return answer;
/external/v8/test/cctest/
H A Dtest-api.cc14032 uint32_t* answer = &size - (size / sizeof(size)); local
14037 if (answer > &size) return reinterpret_cast<uint32_t*>(sizeof(size));
14038 return answer;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar ... len org.eclipse.core.runtime.IPath[] answer int i public abstract java.lang.Object getData ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 559 milliseconds

123