HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 101 - 125 of 807) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/tools/vim/
ninja-build.vim 34 candidate = os.path.dirname(path_to_current_buffer())
40 while candidate and not all(
41 [os.path.isdir(os.path.join(candidate, fp)) for fp in fingerprints]):
42 candidate = os.path.dirname(candidate)
43 return candidate
  /external/webp/src/enc/
near_lossless.c 47 int candidate, distance; local
49 GetValAndDistance(a, val, bits, &candidate, &distance);
58 best_val = candidate;
  /external/deqp/framework/egl/
egluConfigFilter.cpp 96 bool FilterList::match (const CandidateConfig& candidate) const
102 if (!filter(candidate))
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 80 bool delayHasHazard(MachineBasicBlock::iterator candidate,
229 bool Filler::delayHasHazard(MachineBasicBlock::iterator candidate,
236 if (candidate->isImplicitDef() || candidate->isKill())
239 if (candidate->mayLoad()) {
245 if (candidate->mayStore()) {
253 for (unsigned i = 0, e = candidate->getNumOperands(); i!= e; ++i) {
254 const MachineOperand &MO = candidate->getOperand(i);
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 67 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
79 const std::string& candidate);
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 58 if(event.candidate) {
59 test.log(event.candidate.candidate);
60 this.addIceCandidate(event.candidate,
65 test.log("Candidate added successfully");
two_way_video_streaming.js 61 if(event.candidate) {
62 test.log(event.candidate.candidate);
63 this.addIceCandidate(event.candidate,
68 test.log("Candidate added successfully");
webrtc_video_streaming.js 54 if(event.candidate) {
55 test.log(event.candidate.candidate);
56 this.addIceCandidate(event.candidate,
61 test.log("Candidate added successfully");
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 171 String candidate = null; local
175 candidate = pm.getInstallerPackageName(packageName);
180 if (candidate != null) {
181 result = getErrorReportReceiver(pm, packageName, candidate);
190 candidate = SystemProperties.get(SYSTEM_APPS_ERROR_RECEIVER_PROPERTY);
191 result = getErrorReportReceiver(pm, packageName, candidate);
198 candidate = SystemProperties.get(DEFAULT_ERROR_RECEIVER_PROPERTY);
199 return getErrorReportReceiver(pm, packageName, candidate);
207 * @param receiverPackage candidate package to receive the error
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 166 CandidateMap::iterator candidate, candidateEnd = candidate_map.end(); local
167 for (candidate = candidate_map.begin(); candidate != candidateEnd;
168 ++candidate) {
170 (funcptr_access_set.count(candidate->first) == 0)) {
172 m_KeptSections[candidate->first] = ObjectAndId(*obj, index);
174 FoldingCandidate(candidate->first, candidate->second, *obj));
176 } // for each possible candidate
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 287 WindowState candidate = null; local
298 candidate = win;
304 return candidate;
716 WindowState candidate = allAppWindows.get(i); local
717 if (candidate.mWillReplaceWindow && candidate.mReplacingWindow == null &&
718 candidate.getWindowTag().toString().equals(w.getWindowTag().toString())) {
719 candidate.mReplacingWindow = w;
720 w.mSkipEnterAnimationForSeamlessReplacement = !candidate.mAnimateReplacingWindow;
731 WindowState candidate = allAppWindows.get(i) local
747 WindowState candidate = allAppWindows.get(i); local
    [all...]
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \
20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 339 int candidate = 0; local
344 next = (int) ((candidate + 1) / generator.nextDouble());
346 candidate = next;
348 return candidate;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnection.h 102 // Any changes to STUN/TURN servers or ICE candidate policy will affect the
108 // Provides a remote candidate to the ICE Agent.
109 - (BOOL)addICECandidate:(RTCICECandidate *)candidate;
  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 22 class Candidate;
81 sigslot::signal2<TransportChannelImpl*, const Candidate&>
83 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 147 float3 candidate = rsGetElementAt_float3(border_values, i).xyz;
148 sum += distance(orig, candidate);
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 998 String candidate = directory + filename; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 87 NJ_CHAR *candidate, NJ_UINT16 size);
94 extern NJ_INT16 njd_b_get_candidate(NJ_WORD *word, NJ_CHAR *candidate,
103 extern NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate,
117 NJ_CHAR *candidate, NJ_UINT16 size);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 402 NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, NJ_UINT16 size)
434 NJ_CHAR_COPY(candidate + j, area);
437 candidate[len] = NJ_CHAR_NUL;
450 nje_convert_hira_to_kata(work, candidate, len);
453 candidate[j] = work[j];
460 NJ_CHAR_COPY(candidate + j, area);
465 candidate[len] = NJ_CHAR_NUL;
  /external/skia/src/gpu/
GrDrawTarget.cpp 453 GrBatch* candidate = fBatches.fromBack(i); local
455 if (candidate->renderTargetUniqueID() != batch->renderTargetUniqueID()) {
457 candidate->name(), candidate->uniqueID());
460 if (candidate->combineIfPossible(batch, *this->caps())) {
461 GrBATCH_INFO("\t\tCombining with (%s, B%u)\n", candidate->name(),
462 candidate->uniqueID());
468 if (intersect(candidate->bounds(), batch->bounds())) {
469 GrBATCH_INFO("\t\tIntersects with (%s, B%u)\n", candidate->name(),
470 candidate->uniqueID())
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 303 var candidate = stack.shift();
304 if (isEnd(candidate.node)) {
305 var path = [candidate.node];
306 while (candidate.next) {
307 candidate = candidate.next;
308 path.push(candidate.node);
312 var adjacentNodes = adjacent(candidate.node);
316 for (var dupe = candidate; dupe; dupe = dupe.next) {
319 stack.push({ node: adjacentNode, next: candidate });
    [all...]
  /external/rootdev/
rootdev.c 59 char candidate[10]; /* TODO(wad) system-provided constant? */ local
70 bytes = read(fd, candidate, sizeof(candidate));
76 candidate[bytes] = 0;
77 if (sscanf(candidate, "%u:%u", &major_num, &minor_num) == 2) {
78 /* candidate's size artificially limits the size of the converted
  /external/v8/src/js/
collection.js 45 var candidate = ORDERED_HASH_SET_KEY_AT(table, entry, numBuckets);
46 if (key === candidate) return entry;
49 if (keyIsNaN && NumberIsNaN(candidate)) {
54 candidate = ORDERED_HASH_SET_KEY_AT(table, entry, numBuckets);
55 if (key === candidate) return entry;
65 var candidate = ORDERED_HASH_MAP_KEY_AT(table, entry, numBuckets);
66 if (key === candidate) return entry;
69 if (keyIsNaN && NumberIsNaN(candidate)) {
74 candidate = ORDERED_HASH_MAP_KEY_AT(table, entry, numBuckets);
75 if (key === candidate) return entry
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroupAdapter.java 328 final Preference candidate = mPreferenceList.get(i); local
329 if (TextUtils.equals(key, candidate.getKey())) {
340 final Preference candidate = mPreferenceList.get(i); local
341 if (candidate != null && candidate.equals(preference)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MigrateStorageActivity.java 268 for (final VolumeInfo candidate : mCandidateVolumes) {
269 if (TextUtils.equals(candidate.getId(), volumeId)) {
272 final File path = candidate.getPath();
275 .title(storageManager.getBestVolumeDescription(candidate))
278 .id(mCandidateVolumes.indexOf(candidate))

Completed in 948 milliseconds

1 2 3 45 6 7 8 91011>>