Searched refs:to (Results 26 - 50 of 284) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt/
H A DSourcePos.h24 static void printErrors(FILE* to);
H A DSourcePos.cpp26 void print(FILE* to) const;
87 ErrorPos::print(FILE* to) const
92 fprintf(to, "%s:%d: %s %s\n", this->file.string(), this->line, type, this->error.string());
94 fprintf(to, "%s: %s %s\n", this->file.string(), type, this->error.string());
162 SourcePos::printErrors(FILE* to) argument
166 it->print(to);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s24 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
25 ; * alpha blocks spatially corresponding to luminance
26 ; * blocks 0 to 3 in the same macroblock.
27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
28 ; * [in] pQpBuf pointer to the quantization parameter buffer
H A DomxVCM4P2_PredictReconCoefIntra_s.s20 ; * to the function call, prediction direction (predDir) should be selected
26 ; * [in] pSrcDst pointer to the coefficient buffer which contains the
29 ; * output coefficients are saturated to the range
31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
33 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
36 ; * equal to predQP especially when the current block and
44 ; * performed. It is equal to ac_pred_flag in the bit
48 ; * [out] pSrcDst pointer to the coefficient buffer which contains
51 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
52 ; * [out] pPredBufCol pointer to th
[all...]
H A DomxVCM4P2_DecodePadMV_PVOP_s.s24 ; * [in] ppBitStream pointer to the pointer to the current byte in
26 ; * [in] pBitOffset pointer to the bit position in the byte pointed
27 ; * to by *ppBitStream. *pBitOffset is valid within
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
41 ; * is not equal to OMX_VC_INTER4V, the destination
45 ; * so that it points to th
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s24 ; * 14496-2. Furthermore, indexes 6 to 9 indicate the
25 ; * alpha blocks spatially corresponding to luminance
26 ; * blocks 0 to 3 in the same macroblock.
27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
28 ; * [in] pQpBuf pointer to the quantization parameter buffer
H A DomxVCM4P2_DecodePadMV_PVOP_s.s24 ; * [in] ppBitStream pointer to the pointer to the current byte in
26 ; * [in] pBitOffset pointer to the bit position in the byte pointed
27 ; * to by *ppBitStream. *pBitOffset is valid within
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
41 ; * is not equal to OMX_VC_INTER4V, the destination
45 ; * so that it points to th
[all...]
/frameworks/base/core/tests/coretests/
H A DAndroid.mk6 # We have to include the subdir makefiles first
31 # intermediate dir to include all the test apks as raw resource
36 # Rules to copy all the test apks to the intermediate raw resource directory
41 $(call copy-file-to-new-target)
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
45 # to add this library to the prelink map and set this to true. However,
46 # it's difficult to do this for applications that are not supplied as
/frameworks/compile/slang/
H A DSlangData.mk9 # Unless required by applicable law or agreed to in writing, software
18 # Prior to including this file, the following variables should be
21 # LOCAL_MODULE -- set (as usual) to name the module being built
22 # input_data_file -- the path of the prebuilt data file to use
23 # slangdata_output_var_name -- name of the symbol that needs to be defined
/frameworks/base/core/java/android/text/
H A DSelection.java10 * Unless required by applicable law or agreed to in writing, software
64 * Set the selection anchor to <code>start</code> and the selection edge
65 * to <code>stop</code>.
84 * Move the cursor to offset <code>index</code>.
98 * Move the selection edge to offset <code>index</code>.
118 * Move the cursor to the buffer offset physically above the current
159 * Move the cursor to the buffer offset physically below the current
200 * Move the cursor to the buffer offset physically to the left of
202 * at the left edge of the line and there is not another line to mov
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroupThunker.java10 * Unless required by applicable law or agreed to in writing, software
84 public Builder addConnection(Type t, Script.KernelID from, Script.FieldID to) { argument
87 bN.addConnection(tt.getNObj(), from.mN, to.mN);
94 public Builder addConnection(Type t, Script.KernelID from, Script.KernelID to) { argument
97 bN.addConnection(tt.getNObj(), from.mN, to.mN);
H A DScriptGroup.java10 * Unless required by applicable law or agreed to in writing, software
25 * The kernels may be connected internally or to an external allocation.
32 * Inputs bound to script globals are set directly upon the script.
36 * script kernels and connections. Attempting to create a
37 * ScriptGroup with multiple DAGs or attempting to create
41 * Script objects. Attempting to use multiple kernels from the same
60 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { argument
62 mToK = to;
66 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { argument
68 mToF = to;
327 addConnection(Type t, Script.KernelID from, Script.FieldID to) argument
367 addConnection(Type t, Script.KernelID from, Script.KernelID to) argument
[all...]
/frameworks/webview/chromium/
H A Dchromium.mk9 # Unless required by applicable law or agreed to in writing, software
15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/core/java/android/view/
H A DWindowManager.java10 * Unless required by applicable law or agreed to in writing, software
31 * The interface that apps use to talk to the window manager.
33 * Use <code>Context.getSystemService(Context.WINDOW_SERVICE)</code> to get one of these.
35 * Each window manager instance is bound to a particular {@link Display}.
37 * {@link Context#createDisplayContext} to obtain a {@link Context} for that
39 * to get the WindowManager.
41 * The simplest way to show a window on another display is to create a
51 * Exception that is thrown when trying to ad
[all...]
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs3 For each document available in translation, add an localized title to this TOC.
9 <!-- Walkthrough for Developers -- quick overview of what it's like to develop on Android -->
503 <span class="en">Migrating to WebView in Android 4.4</span>
535 <span class="en">Distributing to Specific Screens</span>
549 <!-- this needs to move
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/services/common_time/
H A DAndroid.mk20 # Uncomment to enable vesbose logging and debug service.
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk16 # Use the following include to make our test apk.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk14 # Use the following include to make our test apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk16 # Use the following include to make our test apk.
/frameworks/base/tests/TransitionTests/
H A DAndroid.mk17 # Use the following include to make our test apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DReadRecInd.java11 * Unless required by applicable law or agreed to in writing, software
30 * @param to the to value
32 * NullPointerException if messageId or to is null.
38 EncodedStringValue[] to) throws InvalidHeaderValueException {
44 setTo(to);
34 ReadRecInd(EncodedStringValue from, byte[] messageId, int mmsVersion, int readStatus, EncodedStringValue[] to) argument
/frameworks/base/graphics/java/android/renderscript/
H A DScriptGroup.java10 * Unless required by applicable law or agreed to in writing, software
25 * The kernels may be connected internally or to an external allocation.
32 * Inputs bound to script globals are set directly upon the script.
36 * script kernels and connections. Attempting to create a
37 * ScriptGroup with multiple DAGs or attempting to create
41 * Script objects. Attempting to use multiple kernels from the same
59 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) { argument
61 mToK = to;
65 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) { argument
67 mToF = to;
316 addConnection(Type t, Script.KernelID from, Script.FieldID to) argument
351 addConnection(Type t, Script.KernelID from, Script.KernelID to) argument
[all...]

Completed in 777 milliseconds

1234567891011>>