Searched defs:in (Results 126 - 145 of 145) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
50 * Is also capable of displaying a static pattern in "in progress", "wrong" or
84 * in which case we use this to hold the cells we are drawing for the in
90 * the in progress point:
134 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
179 throw new IllegalArgumentException("row must be in range 0-2");
182 throw new IllegalArgumentException("column must be in rang
1035 SavedState(Parcel in) argument
[all...]
/frameworks/base/libs/binder/
H A DParcel.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
51 // Note: must be kept in sync with android/os/StrictMode.java's PENALTY_GATHER
54 // Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
226 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)
232 const Parcel& in, sp<IBinder>* out)
234 const flat_binder_object* flat = in.readObject(false);
240 return finish_unflatten_binder(NULL, *flat, in);
244 static_cast<BpBinder*>(out->get()), *flat, in);
251 const Parcel& in, w
225 finish_unflatten_binder( BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) argument
231 unflatten_binder(const sp<ProcessState>& proc, const Parcel& in, sp<IBinder>* out) argument
250 unflatten_binder(const sp<ProcessState>& proc, const Parcel& in, wp<IBinder>* out) argument
[all...]
/frameworks/base/libs/utils/
H A DString8.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
30 * functions and constants in android namespace.
50 // Mask used to set appropriate bits in first byte of UTF-8 sequence,
51 // indexed by number of bytes in the sequence.
161 static char* allocFromUTF8(const char* in, size_t len) argument
168 memcpy(str, in, len);
179 static char* allocFromUTF16OrUTF32(const T* in, L len) argument
184 const T* end = in+len;
185 const T* p = in;
212 allocFromUTF16(const char16_t* in, size_t len) argument
231 allocFromUTF32(const char32_t* in, size_t len) argument
[all...]
/frameworks/base/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
36 "null pointer returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
40 "bad alignment returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
44 "bad number of samples returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
48 "out of range returned by %s in %s\n", callingFunc, calledFunc);\
230 // If this is the first create in this session
232 LOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d",
274 /* Saved strength is used to return the exact strength that was used in the set to the get
411 // Disable effect, in thi
2556 LVM_INT16 *in = (LVM_INT16 *)inBuffer->raw; local
[all...]
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_inter.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
137 /* used in decoder, used to be if(!encFlag) */
139 /* transform in raster scan order */
500 offset = 24 - blkwidth; /* to use in offset out */
501 blkwidth -= x_mid; /* to use in the loop limit */
547 void HorzInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, argument
560 p_ref = in;
565 dx = ((dx >> 1) ? -3 : -4); /* use in 3/4 pel */
837 void HorzInterp2MC(int *in, in argument
996 HorzInterp3MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1061 VertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1364 VertInterp2MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1430 VertInterp3MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1932 FullPelMC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
268 void eHorzInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, argument
281 p_ref = in;
286 dx = ((dx >> 1) ? -3 : -4); /* use in 3/4 pel */
558 void eHorzInterp2MC(int *in, int inpitch, uint8 *out, int outpitch, argument
569 p_ref = in;
574 dx = ((dx >> 1) ? -3 : -4); /* use in 3/4 pel */
717 void eHorzInterp3MC(uint8 *in, int inpitch, int *out, int outpitch, argument
728 p_ref = in;
782 eVertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1085 eVertInterp2MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1151 eVertInterp3MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1653 eFullPelMC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
[all...]
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
601 // in a few cases we won't render the triangle (if culled).
866 // original list of vertices (polygon to clip, in fact this
868 vertex_t* in[3] = { v0, v1, v2 }; local
877 vertex_t** ivl = in;
879 // 3 input vertices, 0 in the output list, first plane
882 // User clip-planes first, the clipping is always done in eye-coordinate
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
48 * activity is paused. Failing to do so can drain the battery in just a few
191 * Index of the X value in the array returned by
200 * Index of the Y value in the array returned by
209 * Index of the Z value in the array returned by
218 * Offset to the untransformed values in the array returned by
227 * Index of the untransformed X value in the array returned by
236 * Index of the untransformed Y value in the array returned by
245 * Index of the untransformed Z value in th
1798 filter(long time, float in) argument
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
39 * Key code constants are defined in this class. Scan code constants are raw
370 * occurred in a row, or a complex string is being delivered. If the
479 * display: in that case, the application will receive a canceled up
557 * @param keyCode The value in event.getKeyCode().
568 * {@link KeyEvent#FLAG_CANCELED_LONG_PRESS} set. Note that in
569 * order to receive this callback, someone in the event change
573 * @param keyCode The value in event.getKeyCode().
584 * @param keyCode The value in even
1416 createFromParcelBody(Parcel in) argument
1420 KeyEvent(Parcel in) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DListView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
53 * position - index of the items in the cursor
58 * A view that shows items in a vertically scrolling list. The items
106 * A class that represents a fixed view in a list, for example a header at the top
114 /** <code>true</code> if the fixed view should be selectable in the list */
209 * @return The maximum amount a list view will scroll in response to
265 * called more than once, the views will appear in the order they were
292 * called more than once, the views will appear in the order they were
343 * called more than once, the views will appear in th
3718 SavedState(Parcel in) argument
[all...]
H A DAbsListView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
62 * display the content of the list in a grid, in a carousel, as stack, etc.
101 * Indicates that we are not in the middle of a touch gesture
128 * Indicates the view is in the process of being flung
164 * Make a mSelectedItem appear in a specific location and build the rest of
186 * Should be used by subclasses to listen to changes in the dataset
319 * The offset in pixels form the top of the AdapterView to the top
430 * This view is in transcrip
907 SavedState(Parcel in) argument
[all...]
H A DTextView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
986 * Sets the typeface and style in which the text should be displayed,
987 * and turns on the fake bold and italic bits in the Paint if the
988 * Typeface that you provided does not have all the bits in the
1017 * by default even if not specifically called for in the XML options.
1044 * Returns the length, in characters, of the text managed by this TextView
1061 * @return the height of one standard line in pixels. Note that markup
1396 // out all of the fields in the existing structure.
1663 * @return the size (in pixel
2391 SavedState(Parcel in) argument
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp5 ** you may not use this file except in compliance with the License.
10 ** Unless required by applicable law or agreed to in writing, software
814 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
815 * 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
825 jobject in, jint validPixelMask, jobject out) {
830 BufferHelper inB(env, in);
832 if (inB.checkPointer("in") && outB.checkPointer("out")) {
834 env->ThrowNew(gIAEClass, "in's remaining data < DECODED_BLOCK_SIZE");
847 * @param in an ETC1 compressed version of the data.
850 * 4 x 4 square of 3-byte pixels in for
824 etc1_encodeBlock(JNIEnv *env, jclass clazz, jobject in, jint validPixelMask, jobject out) argument
853 etc1_decodeBlock(JNIEnv *env, jclass clazz, jobject in, jobject out) argument
883 etc1_encodeImage(JNIEnv *env, jclass clazz, jobject in, jint width, jint height, jint pixelSize, jint stride, jobject out) argument
915 etc1_decodeImage(JNIEnv *env, jclass clazz, jobject in, jobject out, jint width, jint height, jint pixelSize, jint stride) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
156 native void nProgramFragmentStoreBegin(int in, int out); argument
164 native int nProgramRasterCreate(int in, int out, boolean pointSmooth, boolean lineSmooth, boolean pointSprite); argument
273 // teardown by yielding until the next line in the destructor
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
110 // This function only differs from nObjDestroy in that it calls the
1028 nProgramFragmentStoreBegin(JNIEnv *_env, jobject _this, jint in, jint out) argument
1031 LOG_API("nProgramFragmentStoreBegin, con(%p), in(%p), out(%p)", con, (RsElement)in, (RsElement)out);
1032 rsProgramFragmentStoreBegin(con, (RsElement)in, (RsElement)out);
1174 nProgramRasterCreate(JNIEnv *_env, jobject _this, jint in, jint out, argument
1178 LOG_API("nProgramRasterCreate, con(%p), in(%p), out(%p), pointSmooth(%i), lineSmooth(%i), pointSprite(%i)",
1179 con, (RsElement)in, (RsElemen
[all...]
/frameworks/base/libs/ui/
H A DInputReader.cpp954 // key repeat, be sure to use same keycode as before in case of rotation
974 // key up, be sure to use same keycode as before in case of rotation
1458 // Scale factor for terms that are not oriented in a particular axis.
1706 const InputDeviceCalibration& in = getDevice()->getCalibration(); local
1712 if (in.tryGetProperty(String8("touch.touchSize.calibration"), touchSizeCalibrationString)) {
1728 if (in.tryGetProperty(String8("touch.toolSize.calibration"), toolSizeCalibrationString)) {
1743 out.haveToolSizeLinearScale = in.tryGetProperty(String8("touch.toolSize.linearScale"),
1745 out.haveToolSizeLinearBias = in.tryGetProperty(String8("touch.toolSize.linearBias"),
1747 out.haveToolSizeAreaScale = in.tryGetProperty(String8("touch.toolSize.areaScale"),
1749 out.haveToolSizeAreaBias = in
2346 const PointerData& in = touch->pointers[inIndex]; local
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp131 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
132 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
140 "a color value, in the form of \"<code>#<i>rgb</i></code>\", \"<code>#<i>argb</i></code>\",\n"
147 "in (inches), mm (millimeters)." },
233 String16("<p>This may also be a reference to a resource (in the form\n"
235 "theme attribute (in the form\n"
252 PendingAttribute(String16 _package, const sp<AaptFile>& in,
255 , sourcePos(in->getPrintableSource(), block.getLineNumber())
296 static status_t compileAttribute(const sp<AaptFile>& in, argument
303 PendingAttribute attr(myPackage, in, bloc
566 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
637 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
719 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 * the code in different applications. Its most significant use is in the
63 * action to be performed. The primary pieces of information in an intent
72 * in the contacts database, expressed as a {@link android.net.Uri}.</p>
84 * the phone dialer with the person filled in.</p>
87 * the phone dialer with the given number filled in. Note how the
92 * the phone dialer with the given number filled in.</p>
100 * list of people. Selecting a particular person to view would result in
5488 Intent(Parcel in) argument
5492 readFromParcel(Parcel in) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 * battery life. All times are represented in microseconds except where indicated
73 // Maximum number of items we will record in the history.
76 // No, really, THIS is the maximum number of items we will record in the history.
81 // in to one common name.
218 * in to power.
288 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
318 Counter(ArrayList<Unpluggable> unpluggables, Parcel in) { argument
320 mPluggedCount = in
412 readSummaryFromParcelLocked(Parcel in) argument
422 SamplingCounter(ArrayList<Unpluggable> unpluggables, Parcel in) argument
483 Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) argument
631 readSummaryFromParcelLocked(Parcel in) argument
682 SamplingTimer(ArrayList<Unpluggable> unpluggables, boolean inDischarge, Parcel in) argument
787 readSummaryFromParcelLocked(Parcel in) argument
825 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, ArrayList<Unpluggable> unpluggables, Parcel in) argument
979 readSummaryFromParcelLocked(Parcel in) argument
2729 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
2855 readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, ArrayList<Unpluggable> unpluggables, Parcel in) argument
2892 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
2926 readTimerFromParcel(ArrayList<Unpluggable> unpluggables, Parcel in) argument
2948 readFromParcelLocked(ArrayList<Unpluggable> unpluggables, Parcel in) argument
3130 readExcessivePowerFromParcelLocked(Parcel in) argument
3181 readFromParcelLocked(Parcel in) argument
3365 readFromParcelLocked(Parcel in) argument
3529 readFromParcelLocked(Parcel in) argument
4705 readHistory(Parcel in) argument
4738 readSummaryFromParcel(Parcel in) argument
5136 readFromParcel(Parcel in) argument
5140 readFromParcelLocked(Parcel in) argument
[all...]
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
82 // direct outputs can be a scarce resource in audio hardware and should
442 // when hw supports master volume, don't scale in sw mixer
678 // hold a strong ref on thread in case closeOutput() or closeInput() is called
854 // destroyed in the middle of requestExitAndWait()
896 // wait condition with timeout in case the thread loop has exited
1094 snprintf(buffer, SIZE, "blocked in write: %d\n", mInWrite);
1168 // all tracks in same audio session must share the same routing strategy otherwise
1391 // but in thi
2061 mul(int16_t in, int16_t v) argument
5446 int16_t *in = mConfig.inputCfg.buffer.s16; local
[all...]

Completed in 376 milliseconds

123456