/external/clang/test/Lexer/ |
msdos-cpm-eof.c | 8 I am random garbage after ^Z
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
autocorrection_threshold_utils.h | 27 const int *after, const int afterLength, const int score); 28 static int editDistance(const int *before, const int beforeLength, const int *after,
|
autocorrection_threshold_utils.cpp | 32 const int beforeLength, const int *after, const int afterLength) { 34 before, beforeLength, after, afterLength); 57 // (full match up to min(before.length(), after.length()) 61 // - If before.length() == after.length() 63 // So, maximum original score is powf(2, min(before.length(), after.length())) * 255 * 2 * 1.2 70 const int beforeLength, const int *after, const int afterLength, const int score) { 74 const int distance = editDistance(before, beforeLength, after, afterLength); 77 if (after[i] == KEYCODE_SPACE) {
|
/frameworks/base/core/java/android/text/ |
TextWatcher.java | 27 * are about to be replaced by new text with length <code>after</code>. 32 int count, int after);
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_utilities.h | 14 // Move the |toMove| view |spacing| pixels before/after the |anchor| view. 15 // |after| signifies the side of |anchor| on which to place |toMove|. 16 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after); 21 // Check that the control |before| is ordered visually before the |after| 23 bool VerifyControlOrderAndSpacing(id before, id after);
|
/external/junit/src/org/junit/rules/ |
ExternalResource.java | 23 * protected void after() { 48 after(); method 56 * @throws if setup fails (which will disable {@code after} 65 protected void after() {
|
/external/chromium_org/third_party/skia/src/core/ |
SkStrokerPriv.cpp | 62 static bool is_clockwise(const SkVector& before, const SkVector& after) 64 return SkScalarMul(before.fX, after.fY) - SkScalarMul(before.fY, after.fX) > 0; 85 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) 97 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); 104 SkVector after; local 105 afterUnitNormal.scale(radius, &after); 110 after.negate(); 113 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY) 128 SkVector after = afterUnitNormal; local 171 SkVector after = afterUnitNormal; local [all...] |
/external/skia/src/core/ |
SkStrokerPriv.cpp | 62 static bool is_clockwise(const SkVector& before, const SkVector& after) 64 return SkScalarMul(before.fX, after.fY) - SkScalarMul(before.fY, after.fX) > 0; 85 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) 97 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); 104 SkVector after; local 105 afterUnitNormal.scale(radius, &after); 110 after.negate(); 113 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY) 128 SkVector after = afterUnitNormal; local 171 SkVector after = afterUnitNormal; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_intern.py | 24 after=any* 35 after = results["after"] 36 if after: 37 after = [n.clone() for n in after] 43 results["rpar"].clone()])] + after)
|
fix_has_key.py | 53 after=any* 85 after = results.get("after") 86 if after: 87 after = [n.clone() for n in after] 101 if after: 103 new = pytree.Node(syms.power, (new,) + tuple(after))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_intern.py | 24 after=any* 35 after = results["after"] 36 if after: 37 after = [n.clone() for n in after] 43 results["rpar"].clone()])] + after)
|
fix_has_key.py | 53 after=any* 85 after = results.get("after") 86 if after: 87 after = [n.clone() for n in after] 101 if after: 103 new = pytree.Node(syms.power, (new,) + tuple(after))
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
ProgramNode.cpp | 25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:ProgramNode 26 program.after(model, view, projection);
|
MeshNode.h | 28 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
|
PerspectiveMeshNode.h | 29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
Program.cpp | 25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { function in class:Program
|
Program.h | 26 virtual void after(Matrix& model, Matrix& view, Matrix& projection);
|
TexturedMeshNode.h | 29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
TransformationNode.h | 28 virtual void after(Program& program, Matrix& model, Matrix& view,
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
fedex_tos.css | 17 -webkit-padding-after: 8px;
|
/external/skia/tools/ |
git-skia-verify | 19 # It would delete {before,after,diff} directory under the current directory, 21 # After it's done, check out diff/index.html for the possible differences. 62 rm -rf {before,after,diff} 63 mkdir {before,after,diff} 75 ./out/Release/gm -w after 95 ./out/Release/skdiff before after diff
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
bubble.css | 68 .bubble::after { 76 .bubble-top::after { 81 html[dir=ltr] .bubble-top::after { 85 html[dir=rtl] .bubble-top::after { 89 html[dir=ltr] .bubble-right::after, 90 html[dir=rtl] .bubble-left::after { 96 .bubble-bottom::after { 101 html[dir=ltr] .bubble-bottom::after { 105 html[dir=rtl] .bubble-bottom::after { 109 html[dir=ltr] .bubble-left::after, [all...] |
/external/chromium_org/content/test/data/dom_storage/ |
sanity_check.js | 34 "storage.length != 1 after addition"); 36 "getItem('foo') != 'bar' after addition"); 38 "key(0) != 'foo' after addition"); 43 "getItem('foo') != null after removal"); 49 "storage.length != 2 after 2 additions"); 51 "storage['foo'] != 'baz' after addition"); 53 "storage['name'] != 'value' after addition"); 58 "storage.length != 0 after clear");
|
/external/valgrind/unittest/ |
gtest_fixture_injection.h | 31 // after running each test case. 41 #error Please include gtest_fixture_injection.h after <gtest/gtest.h>
|
/external/chromium_org/v8/test/mjsunit/ |
array-push.js | 35 assertEquals([], a, "after .push()"); 37 assertEquals(1, a.push(1), "length after .push(1)"); 38 assertEquals([1], a, "after .push(1)"); 40 assertEquals(3, a.push(2, 3), "length after .push(2, 3)"); 41 assertEquals([1, 2, 3], a, "after .push(2, 3)"); 44 "length after .push(4, 5, 6)"); 46 "after .push(4, 5, 5)"); 49 "length after .push(7, 8, 9, 10)"); 51 "after .push(7, 8, 9, 10)"); 54 "length after .push(11, 12, 13, 14, 15)") [all...] |