/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraSettings.java | 102 for (String candidate : context.getResources().getStringArray( 104 if (setCameraPictureSize(candidate, supported, parameters)) { 107 editor.putString(KEY_PICTURE_SIZE, candidate); 121 String candidate, List<Size> supported, Parameters parameters) { 122 int index = candidate.indexOf('x'); 124 int width = Integer.parseInt(candidate.substring(0, index)); 125 int height = Integer.parseInt(candidate.substring(index + 1));
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCacheWin.cpp | 415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam) 421 matchData->m_chosen = *candidate; 425 if (!candidate->lfItalic != !matchData->m_chosen.lfItalic) { 426 if (!candidate->lfItalic == !matchData->m_desiredItalic) 427 matchData->m_chosen = *candidate; 433 unsigned candidateWeightDeltaMagnitude = abs(candidate->lfWeight - matchData->m_desiredWeight); 435 // If both are the same distance from the desired weight, prefer the candidate if it is further from regular. 436 if (chosenWeightDeltaMagnitude == candidateWeightDeltaMagnitude && abs(candidate->lfWeight - FW_NORMAL) > abs(matchData->m_chosen.lfWeight - FW_NORMAL)) { 437 matchData->m_chosen = *candidate; 443 matchData->m_chosen = *candidate; [all...] |
/external/webkit/PerformanceTests/SunSpider/resources/ |
sunspider-compare-results.js | 273 var candidate = categoryMeans[category].toFixed(1).toString().length; 274 if (candidate > width) 275 width = candidate; 277 var candidate = testMeansByCategory[category][test].toFixed(1).toString().length; 278 if (candidate > width) 279 width = candidate;
|
/external/chromium/chrome/browser/ |
memory_details_linux.cc | 90 bool candidate = true; local 95 candidate = false; 100 if (!candidate)
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlnsstack.cc | 171 std::string candidate(AsciiLower(ns.substr(first, last - first))); 172 if (candidate.find("xml") != 0) 173 return candidate;
|
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 101 struct M { // expected-note 2 {{candidate constructor (the implicit copy constructor)}} \ 104 M(int i, int j); // expected-note 2 {{candidate constructor}} 235 class A : public std::exception {}; // expected-error {{undeclared identifier}} expected-error {{expected class name}} expected-note 2 {{candidate}}
|
crashes.cpp | 34 struct Y { // expected-note{{candidate}}
|
using-decl-1.cpp | 87 namespace A { void foo(ns0::Foo *p, int y, int z = 0); } // expected-note {{candidate}}
|
/external/clang/test/SemaTemplate/ |
instantiate-expr-3.cpp | 22 int& operator+=(X&, int); // expected-note{{candidate}} 26 long& operator+=(N1::X&, long); // expected-note{{candidate}} 38 short& operator+=(long); // expected-note{{candidate}}
|
instantiate-function-params.cpp | 11 // expected-note 3{{candidate template ignored}}
|
instantiate-static-var.cpp | 33 NoDefCon(const NoDefCon&); // expected-note{{candidate constructor}}
|
temp_arg_template.cpp | 51 int operator<<(int, TT<T, N> a) { // expected-note{{candidate template ignored}}
|
/external/icu4c/common/ |
dictbe.cpp | 103 // list of word candidate lengths, in increasing length order 108 int mark; // The preferred candidate's offset 109 int current; // The candidate we're currently looking at 118 // Select the currently marked candidate, point after it in the text, and invalidate self 121 // Back up from the current candidate to the next shorter one; return TRUE if that exists 125 // Return the longest prefix this candidate location shares with a dictionary word 128 // Mark the current candidate as the one we like 258 // Look for candidate words at the current position 276 // Followed by another dictionary word; mark first word as a good candidate 490 // Look for candidate words at the current positio [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
RouteSelector.java | 162 Proxy candidate = proxySelectorProxies.next(); local 163 if (candidate.type() != Proxy.Type.DIRECT) { 164 return candidate;
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
EnableAccessibilityController.java | 235 AccessibilityServiceInfo candidate = services.get(i); local 236 if ((candidate.flags & AccessibilityServiceInfo 239 service = candidate;
|
/libcore/luni/src/main/java/java/text/ |
AttributedCharacterIterator.java | 132 Attribute candidate = (Attribute) field.get(null); local 133 if (name.equals(candidate.name)) { 134 return candidate;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.cc | 174 Candidate c; 510 const Candidate& remote_candidate) 525 const Candidate& Connection::local_candidate() const { 529 static Candidate foo; 756 const Candidate& local = local_candidate(); 757 const Candidate& remote = remote_candidate(); 875 const Candidate& candidate) 876 : Connection(port, index, candidate), error_(0) {
|
udpport.h | 63 virtual Connection* CreateConnection(const Candidate& address,
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-cxx03-extra-copy.cpp | 25 X3(X3&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
|
/external/guava/guava/src/com/google/common/hash/ |
Hashing.java | 191 int candidate = 0; local 200 next = (int) ((candidate + 1) * inv); 203 candidate = next; 205 return candidate;
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
MockInjectionStrategy.java | 64 * @param mockCandidates A set of mock candidate, that might be injected.
|
/external/v8/src/ |
version.h | 63 bool candidate, const char* soname);
|
/external/valgrind/main/docs/internals/ |
release-HOWTO.txt | 51 For each release candidate (should do release candidates for feature 87 'N' is the release candidate number. 102 - Make clear it's a release candidate. 110 - Do another release candidate.
|
/frameworks/base/core/java/android/widget/ |
DoubleDigitManager.java | 63 // this wasn't a good candidate for the intermediate digit,
|
/packages/inputmethods/OpenWnn/res/layout/ |
candidate_longpress_dialog.xml | 17 <!-- candidate list -->
|