Searched refs:to (Results 1 - 25 of 101) sorted by relevance

12345

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DStrSegment.java10 * Unless required by applicable law or agreed to in writing, software
23 * It is used to represent the layers of the composing text ({@link ComposingText}).
33 public int to; field in class:StrSegment
65 * @param to The end position
67 public StrSegment(String str, int from, int to) { argument
70 this.to = to;
H A DStrSegmentClause.java10 * Unless required by applicable law or agreed to in writing, software
33 * @param to The end position
35 public StrSegmentClause(WnnClause clause, int from, int to) { argument
36 super(clause.candidate, from, to);
H A DComposingText.java10 * Unless required by applicable law or agreed to in writing, software
53 * (ex) the result of Kana-to-Kanji conversion in Japanese,
54 * Pinyin-to-Kanji conversion in Chinese, Hangul-to-Hanja conversion in Korean language.
78 * Output internal information to the log.
87 tmp += "(" + ss.string + "," + ss.from + "," + ss.to + ")";
117 * Convert the range of segments to a string.
121 * @param to Convert range to
124 public String toString(int layer, int from, int to) { argument
308 replaceStrSegment0(int layer, StrSegment[] str, int from, int to) argument
359 deleteStrSegment(int layer, int from, int to) argument
435 deleteStrSegment0(int layer, int from, int to, int diff) argument
[all...]
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILSetElement.java24 public void setTo(String to); argument
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DFloatAnimation.java10 * Unless required by applicable law or agreed to in writing, software
25 public FloatAnimation(float from, float to, int duration) { argument
27 mTo = to;
H A DAlphaAnimation.java10 * Unless required by applicable law or agreed to in writing, software
27 public AlphaAnimation(float from, float to) { argument
29 mEndAlpha = to;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_dic.h10 * Unless required by applicable law or agreed to in writing, software
60 #define NJ_INT32_WRITE(to, from)\
61 {(to)[0]=(NJ_UINT8)(((from)>>24) & 0x000000ff);\
62 (to)[1]=(NJ_UINT8)(((from)>>16) & 0x000000ff);\
63 (to)[2]=(NJ_UINT8)(((from)>>8) & 0x000000ff);\
64 (to)[3]=(NJ_UINT8)((from) & 0x000000ff);}
66 #define NJ_INT16_WRITE(to, from)\
67 {(to)[0]=(NJ_UINT8)(((from)>>8) & 0x00ff);\
68 (to)[1]=(NJ_UINT8)((from) & 0x00ff);}
/packages/apps/CertInstaller/
H A DAndroid.mk14 # Use the folloing include to make our test apk.
/packages/apps/Gallery/
H A DAndroid.mk13 # Use the following include to make our test apk.
/packages/apps/VoiceDialer/
H A DAndroid.mk13 # Use the following include to make our test apk.
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasStub.java10 * Unless required by applicable law or agreed to in writing, software
59 public void drawMixed(BasicTexture from, BasicTexture to, argument
61 public void drawMixed(BasicTexture from, int to, argument
63 public void drawMixed(BasicTexture from, BasicTexture to, argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java10 * Unless required by applicable law or agreed to in writing, software
70 // The current drawable is set to either the remove drawable or the uninstall drawable
71 // and is initially set to the remove drawable, as set in the layout xml.
119 // delete the app (it was downloaded), and rename the string to "uninstall" in such a case
171 Rect to = new Rect();
173 dragLayer.getViewRectRelativeToSelf(this, to);
177 to.set(to.left + getPaddingLeft(), to.top + getPaddingTop(),
178 to
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameDistance.java10 * Unless required by applicable law or agreed to in writing, software
119 int to = i + range + 1;
120 if (to > length2) {
121 to = length2;
124 for (int j = from; j < to; j++) {
/packages/apps/Camera/
H A DAndroid.mk20 # Use the following include to make our test apk.
/packages/apps/Contacts/
H A DAndroid.mk26 # Use the folloing include to make our test apk.
/packages/apps/DeskClock/
H A DAndroid.mk18 # Use the following include to make our test apk.
/packages/apps/Music/
H A DAndroid.mk17 # Use the folloing include to make our test apk.
/packages/apps/Music/src/com/android/music/
H A DIMediaPlaybackService.aidl11 ** Unless required by applicable law or agreed to in writing, software
43 void moveQueueItem(int from, int to);
/packages/apps/Protips/
H A DAndroid.mk15 # Use the following include to make our test apk.
/packages/apps/Settings/
H A DAndroid.mk18 # Use the folloing include to make our test apk.
/packages/experimental/DreamTheater/
H A DAndroid.mk18 # Use the following include to make our test apk.
/packages/inputmethods/LatinIME/java/
H A DAndroid.mk17 # Do not compress dictionary files to mmap dict data runtime
/packages/inputmethods/LatinIME/tests/
H A DAndroid.mk10 # Do not compress dictionary files to mmap dict data runtime
/packages/providers/ApplicationsProvider/tests/
H A DAndroid.mk12 # framework is required to access android.provider.Applications
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by

Completed in 651 milliseconds

12345