/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 96 double best; local 99 best=s[0];pos=0; 100 if(s[1]>best){best=s[1];pos=1;} 101 if(s[2]>best){best=s[2];pos=2;} 107 double best; local 110 best=s[0];pos=0; 111 if(s[1]>best){best=s[1];pos=1; 119 double best; local 132 double best; local 146 double best; local 161 double best; local 176 double best; local 193 double t,best; local 204 double t,best; local [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 96 double best; local 99 best=s[0];pos=0; 100 if(s[1]>best){best=s[1];pos=1;} 101 if(s[2]>best){best=s[2];pos=2;} 107 double best; local 110 best=s[0];pos=0; 111 if(s[1]>best){best=s[1];pos=1; 119 double best; local 132 double best; local 146 double best; local 161 double best; local 176 double best; local 193 double t,best; local 204 double t,best; local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.h | 96 double best; local 99 best=s[0];pos=0; 100 if(s[1]>best){best=s[1];pos=1;} 101 if(s[2]>best){best=s[2];pos=2;} 107 double best; local 110 best=s[0];pos=0; 111 if(s[1]>best){best=s[1];pos=1; 119 double best; local 132 double best; local 146 double best; local 161 double best; local 176 double best; local 193 double t,best; local 204 double t,best; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_CompareMV.c | 14 * the best MV and SAD 29 * best MV and SAD 37 * [in] bestMVX x coordinate of the best motion vector 38 * [in] bestMVY y coordinate of the best motion vector 39 * [in] bestSAD best SAD 42 * OMX_INT -- 1 to indicate that the current sad is the best 43 * 0 to indicate that it is NOT the best SAD
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
OWNERS | 1 # tzik and kinuko understand the fileapi code, so they may be the best
|
/frameworks/base/docs/html/training/ |
best-performance.jd | 1 page.title=Best Practices for Performance
|
best-security.jd | 1 page.title=Best Practices for Security & Privacy
|
testing.jd | 1 page.title=Best Practices for Testing
|
best-ux.jd | 1 page.title=Best Practices for User Experience & UI 8 <p>These classes focus on the best Android user experience for your app.
|
best-background.jd | 1 page.title=Best Practices for Background Jobs
|
best-user-input.jd | 1 page.title=Best Practices for User Input
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_CompareMotionCostToMV.c | 14 * the best MV and SAD 67 * best MV and best MC 76 * [in] bestMV Best MV, contains best MV till the previous interation. 78 * [in] *pBestCost Contains the current best motion cost. 79 * [out] *pBestCost pBestCost Motion cost will be associated with the best MV 82 * than the best cost passed then the *pBestCost will be equal to candCost 83 * [out] bestMV Finally will have the best MV after the judgement. 86 * OMX_INT -- 1 to indicate that the current motion cost is the best [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl_unittest.cc | 22 { "zebestest", 0, gfx::Range(2, 6), "best", false }, 23 { "zebestest", 2, gfx::Range(2, 6), "best", true }, 25 { "best test", 0, gfx::Range(0, 4), "best ", false }, 26 { "best test", 0, gfx::Range(0, 5), "best", false },
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocapturer_unittest.cc | 235 cricket::VideoFormat best; local 236 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); 237 EXPECT_EQ(640, best.width); 238 EXPECT_EQ(480, best.height); 239 EXPECT_EQ(cricket::VideoFormat::FpsToInterval(30), best.interval); 242 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, &best)); 245 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); 252 cricket::VideoFormat best; local 254 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); 255 EXPECT_EQ(1280, best.width) 310 cricket::VideoFormat best; local 402 cricket::VideoFormat best; local 440 cricket::VideoFormat best; local 477 cricket::VideoFormat best; local 508 cricket::VideoFormat best; local 573 cricket::VideoFormat best; local [all...] |
/external/ppp/pppd/plugins/pppoatm/ |
misc.c | 24 int i,best; local 30 best = -1; 35 best = i; 40 if (best > -1) (*pos) += best_len; 41 return best;
|
/bionic/libc/upstream-netbsd/libc/inet/ |
inet_ntop.c | 135 struct { int base, len; } best, cur; local 151 best.base = -1; 152 best.len = 0; 163 if (best.base == -1 || cur.len > best.len) 164 best = cur; 170 if (best.base == -1 || cur.len > best.len) 171 best = cur; 173 if (best.base != -1 && best.len < 2 [all...] |
/external/openssh/openbsd-compat/ |
inet_ntop.c | 119 struct { int base, len; } best, cur; local 132 best.base = -1; 142 if (best.base == -1 || cur.len > best.len) 143 best = cur; 149 if (best.base == -1 || cur.len > best.len) 150 best = cur; 152 if (best.base != -1 && best.len < 2 [all...] |
/external/tcpdump/missing/ |
inet_ntop.c | 117 } best, cur; local 129 best.base = -1; 141 if (best.base == -1 || cur.len > best.len) 142 best = cur; 146 if ((cur.base != -1) && (best.base == -1 || cur.len > best.len)) 147 best = cur; 148 if (best.base != -1 && best.len < 2 [all...] |
/external/chromium_org/third_party/WebKit/ |
.gitattributes | 1 # For best performance, place rules for deep paths in the parent directory.
|
/external/clang/test/SemaCXX/ |
overloaded-builtin-operators-0x.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -fshow-overloads=best -std=c++11 -verify %s
|
/external/eigen/bench/ |
quatmul.cpp | 33 std::cout << label << " default " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n"; 36 std::cout << label << " novec " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
|
/ndk/sources/host-tools/make-3.81/ |
strcache.c | 60 struct strcache *best = NULL; local 71 the blocks and choose the one with the best fit (the one that leaves the 74 if (sp->bytesfree > len && (!best || best->bytesfree > sp->bytesfree)) 75 best = sp; 78 if (!best) 79 best = new_cache(); 81 assert (best->bytesfree > len); 83 /* Add the string to the best cache. */ 84 res = best->end [all...] |
/libcore/luni/src/test/java/libcore/icu/ |
ICUTest.java | 75 private String best(Locale l, String skeleton) { method in class:ICUTest 82 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "yyyy-M-dd")))); 83 assertEquals("[y, d, M]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "yyyy-MMM-dd")))); 84 assertEquals("[d, M, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "MMM-dd")))); 86 assertEquals("[y, M, d]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "yyyy-M-dd")))); 87 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "yyyy-MMM-dd")))); 88 assertEquals("[d, M, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "MMM-dd")))); 92 assertEquals("[M, d, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "yyyy-M-dd")))); 93 assertEquals("[M, d, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "yyyy-MMM-dd")))); 94 assertEquals("[M, d, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "MMM-dd")))) [all...] |
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
DemoAndroidHarness.java | 22 if (eglConfig.equals("Best")) 24 eglConfigType = ConfigType.BEST;
|
/packages/apps/Bluetooth/res/values-de/ |
test_strings.xml | 7 <string name="update_record" msgid="2480425402384910635">"Aufnahme bestätigen"</string> 8 <string name="ack_record" msgid="6716152390978472184">"Aufnahme bestätigen"</string>
|