HomeSort by relevance Sort by last modified time
    Searched full:curry (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/CodeGenObjCXX/
block-in-template-inst.mm 37 template<typename T> struct Curry;
40 struct Curry<R (^)(Arg0, Arg1, Arg2)>
44 Curry(FType _f) : f(_f) {}
45 ~Curry() {;}
67 void curry() {
68 Curry<__decltype(add)> c = Curry<__decltype(add)>(add);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 118 // We can not get the precise currX and currY when scrolling
173 // We can not get the precise currX and currY when scrolling
206 // We can not get the precise currX and currY when scrolling
230 int currY = mScroller.getCurrY();
235 assertTrue(currY > 0);
236 assertTrue(currY < mScroller.getFinalY());
244 int previousY = currY;
246 currY = mScroller.getCurrY();
251 assertTrue(currY > previousY);
252 assertTrue(currY < mScroller.getFinalY())
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartUnivariateRealOptimizer.java 273 double currY = optimaValues[0];
275 final double prevY = currY;
277 currY = optimaValues[j];
278 if ((goalType == GoalType.MAXIMIZE) ^ (currY < prevY)) {
283 while ((i >= 0) && ((goalType == GoalType.MAXIMIZE) ^ (currY < mIY))) {
295 optimaValues[i + 1] = currY;
297 currY = optimaValues[j];
  /external/ppp/pppd/plugins/
passprompt.c 4 * Copyright 1999 Paul Mackerras, Alan Curry.
winbind.c 12 * Copyright 1999 Paul Mackerras, Alan Curry.
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListSwipeHelper.java 124 float currY;
127 currY = event.getHistoricalY(i);
130 currY = event.getY();
133 final float deltaY = currY - mInitialY;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 401 Integer currY = data.getCurrY();
403 if (currX != null && currY != null) {
407 int y = currY;
438 offsetY = currY - be.y - (isLast ? 0 : (be.h / 2));
697 + ", currY=" + mCurrY //$NON-NLS-1$
719 private void setCurrY(Integer currY) {
720 mCurrY = currY;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /external/dng_sdk/source/
dng_1d_function.h 91 /// A dng_1d_function that represents the composition (curry) of two other dng_1d_functions.
  /external/skia/src/core/
SkAAClip.cpp 814 YOffset* currY = nullptr;
823 if (currY) {
830 currY = yArray.append();
831 currY->fY = top - 1;
832 currY->fOffset = xArray.count();
836 currY = yArray.append();
837 currY->fY = bot - 1;
838 currY->fOffset = xArray.count();
    [all...]
  /external/skqp/src/core/
SkAAClip.cpp 814 YOffset* currY = nullptr;
823 if (currY) {
830 currY = yArray.append();
831 currY->fY = top - 1;
832 currY->fOffset = xArray.count();
836 currY = yArray.append();
837 currY->fY = bot - 1;
838 currY->fOffset = xArray.count();
    [all...]
  /external/wayland/tests/
connection-test.c 192 static const char text[] = "curry";
274 const char text[] = "curry";
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 226 float currY = ev.getY();
228 float deltaY = Math.abs(currY - mInitialTouchPosY);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java     [all...]
  /external/skia/infra/bots/recipe_modules/swarming/resources/
results_merger.py 131 # Curry merge_values for this result_json.
  /external/skqp/infra/bots/recipe_modules/swarming/resources/
results_merger.py 131 # Curry merge_values for this result_json.
  /frameworks/base/core/java/android/widget/
Scroller.java 58 * int currY = mScroller.getCurrY();
AbsListView.java     [all...]
  /external/icu/icu4j/perf-tests/data/collation/
TestNames_Latin.txt 1692 Curry ,Chuck
1693 Curry II, Austin
1694 Curry, John Steuart
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 355 0x1F35B, // CURRY AND RICE
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]
  /toolchain/benchmark/
panorama.diff     [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 1113 def curry(func, arg1): function in function:TestGetClosureVars.test_nonlocal_vars
    [all...]
  /packages/inputmethods/LatinIME/java/res/values-am/
strings-emoji-descriptions.xml 374 <string name="spoken_emoji_1F35B" msgid="62530406745717835">"Curry and rice"</string>
    [all...]
  /packages/inputmethods/LatinIME/java/res/values-bs/
strings-emoji-descriptions.xml 374 <string name="spoken_emoji_1F35B" msgid="62530406745717835">"Curry i ri?a"</string>
    [all...]

Completed in 1109 milliseconds

1 2 3