Searched defs:candidate (Results 1 - 25 of 437) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); local
76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) {
77 functions.push_back(candidate);
H A DSymbolTable.cpp231 tLevel::const_iterator candidate = level.lower_bound(name); local
232 while (candidate != level.end()) {
233 const TString& candidateName = (*candidate).first;
236 TFunction* function = (*candidate).second->getAsFunction();
240 ++candidate;
248 tLevel::const_iterator candidate = level.lower_bound(name); local
249 while (candidate != level.end()) {
250 const TString& candidateName = (*candidate).first;
253 TSymbol* symbol = candidate->second;
257 ++candidate;
[all...]
H A DParseContextBase.cpp281 // * list of candidate signatures to select from
294 // * best matching candidate (or none, if no viable candidates found)
309 // where each viable candidate has
319 // 3. If there is only one viable candidate, it is the best match.
321 // 4. If there are multiple viable candidates, select the first viable candidate
322 // as the incumbent. Compare the incumbent to the next viable candidate, and if
323 // that candidate is better (bullets below), make it the incumbent. Repeat, with
324 // a linear walk through the viable candidate list. The final incumbent will be
325 // returned as the best match. A viable candidate is better than the incumbent if
330 // candidate, fo
343 const TFunction& candidate = *(*it); local
408 const TFunction& candidate = *(*it); local
417 const TFunction& candidate = *(*it); local
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); local
76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) {
77 functions.push_back(candidate);
H A DSymbolTable.cpp231 tLevel::const_iterator candidate = level.lower_bound(name); local
232 while (candidate != level.end()) {
233 const TString& candidateName = (*candidate).first;
236 TFunction* function = (*candidate).second->getAsFunction();
240 ++candidate;
248 tLevel::const_iterator candidate = level.lower_bound(name); local
249 while (candidate != level.end()) {
250 const TString& candidateName = (*candidate).first;
253 TSymbol* symbol = candidate->second;
257 ++candidate;
[all...]
H A DParseContextBase.cpp281 // * list of candidate signatures to select from
294 // * best matching candidate (or none, if no viable candidates found)
309 // where each viable candidate has
319 // 3. If there is only one viable candidate, it is the best match.
321 // 4. If there are multiple viable candidates, select the first viable candidate
322 // as the incumbent. Compare the incumbent to the next viable candidate, and if
323 // that candidate is better (bullets below), make it the incumbent. Repeat, with
324 // a linear walk through the viable candidate list. The final incumbent will be
325 // returned as the best match. A viable candidate is better than the incumbent if
330 // candidate, fo
343 const TFunction& candidate = *(*it); local
408 const TFunction& candidate = *(*it); local
417 const TFunction& candidate = *(*it); local
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
H A DTypoCorrection.h280 /// candidate is viable, without ranking potentially viable candidates.
283 /// The default predicate always returns true if the candidate is not a type
287 virtual bool ValidateCandidate(const TypoCorrection &candidate);
290 /// to a candidate (where a lower value represents a better candidate), or
291 /// returning InvalidDistance if the candidate is not at all viable. For
292 /// validation callbacks that only need to determine if a candidate is viable,
295 virtual unsigned RankCandidate(const TypoCorrection &candidate) { argument
296 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
319 MatchesTypo(const TypoCorrection &candidate) argument
[all...]
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
H A Djopt-simple-4.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/net. ...
/prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
H A Djopt-simple-4.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/net. ...
/prebuilts/misc/common/robolectric/3.1.1/lib/
H A Dxmlpull-1.1.3.1.jar ... .Vector serializerClasses int pos int cut String name Class candidate Object instance Exception e boolean recognized static void " href= ...
/prebuilts/misc/common/robolectric/3.4.2/lib/
H A Dxmlpull-1.1.3.1.jar ... .Vector serializerClasses int pos int cut String name Class candidate Object instance Exception e boolean recognized static void " href= ...
/prebuilts/misc/common/robolectric/3.5.1/lib/
H A Dxmlpull-1.1.3.1.jar ... .Vector serializerClasses int pos int cut String name Class candidate Object instance Exception e boolean recognized static void " href= ...

Completed in 394 milliseconds

1234567891011>>