Searched refs:source (Results 26 - 50 of 474) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java251 * Save current source of cdma subscription
252 * @param source - 1 for NV, 0 for RUIM
254 private void saveCdmaSubscriptionSource(int source) { argument
255 log("Storing cdma subscription source: " + source);
258 source );
507 // NV is ready when subscription source is NV
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAdnRecord.java74 public AdnRecord createFromParcel(Parcel source) {
81 efid = source.readInt();
82 recordNumber = source.readInt();
83 alphaTag = source.readString();
84 number = source.readString();
85 emails = source.readStringArray();
/frameworks/compile/slang/
H A DSlangData.mk37 $(transform-generated-source)
/frameworks/ex/carousel/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/common/java/com/android/common/
H A DRfc822InputFilter.java33 public CharSequence filter(CharSequence source, int start, int end, Spanned dest, argument
37 if (end-start != 1 || source.charAt(start) != ' ') {
59 if (source instanceof Spanned) {
61 sb.append(source);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java406 public Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler); argument
1857 public Spanned fromHtml(String source) { argument
1858 return Html.fromHtml(source);
1861 public Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { argument
1862 return Html.fromHtml(source, imageGetter, tagHandler);
/frameworks/ex/variablespeed/jni/
H A Dmacros.h56 inline Dest bit_cast(const Source& source) { argument
62 memcpy(&dest, &source, sizeof(dest));
H A Dring_buffer.cc132 void RingBuffer::MergeBack(int reader, const float* source, int num_frames) { argument
133 // If the source pointer is not the temporary buffer,
136 if (source == temp_read_buffer_) {
139 memcpy(samples_ + (pos * num_channels_), source,
140 num_channels_ * num_frames * sizeof(source[0]));
143 memcpy(samples_ + (pos * num_channels_), source,
144 num_channels_ * wrapped * sizeof(source[0]));
146 memcpy(samples_, source + (wrapped * num_channels_),
147 num_channels_ * remaining * sizeof(source[0]));
H A Dring_buffer.h92 // @param source pointer to a continuous buffer containing num_frames.
94 void MergeBack(int reader, const float* source, int num_frames);
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java180 private void innerSetDataSource(MediaPlayerDataSource source) { argument
181 checkNotNull(source, "source");
185 mDataSource = source;
264 private void stopAndStartPlayingAgain(MediaPlayerDataSource source) { argument
267 innerSetDataSource(source);
315 public PlaybackRunnable(MediaPlayerDataSource source) { argument
316 mInnerSource = source;
/frameworks/ml/bordeaux/service/
H A DAndroid.mk6 # Only compile source java files in this apk.
60 # Only compile source java files in this apk.
/frameworks/native/opengl/include/GLES/
H A Dglext.h1149 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1154 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h544 GL_APICALL void GL_APIENTRY glGetShaderSource (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
H A Dgl2ext.h1380 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1385 typedef void (GL_APIENTRYP PFNGLEXTGETPROGRAMBINARYSOURCEQCOMPROC) (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp2750 void GLTrace_glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source) { argument
2774 // copy argument source
2778 arg_source->add_intvalue((int)source);
2783 glContext->hooks->gl.glGetShaderSource(shader, bufsize, length, source);
2789 (void *) source,
11035 void GLTrace_glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *length) { argument
11053 // copy argument source
11057 arg_source->add_intvalue((int)source);
11068 glContext->hooks->gl.glExtGetProgramBinarySourceQCOM(program, shadertype, source, length);
11073 (void *) source,
[all...]
H A Dgltrace_api.h94 void GLTrace_glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
287 void GLTrace_glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java295 // Can't do mipmapping with camera source
382 private int loadShader(int shaderType, String source) { argument
385 GLES20.glShaderSource(shader, source);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java95 private int loadShader(int shaderType, String source) { argument
98 GLES20.glShaderSource(shader, source);
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java169 private int loadShader(int shaderType, String source) { argument
172 GLES20.glShaderSource(shader, source);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetShaderSource.cpp1 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
13 char *source = (char *) 0; local
35 _exceptionMessage = "source == null";
47 source = source_base + sourceOffset;
53 (char *)source
70 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
73 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) {
88 (char *)source
95 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
72 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
H A DglGetShaderSource.java1 // C function void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source )
8 byte[] source,
12 // C function void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source )
18 byte source
21 // C function void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source )
3 glGetShaderSource( int shader, int bufsize, int[] length, int lengthOffset, byte[] source, int sourceOffset ) argument
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py20 # To use this plugin, source this file from a Python-enabled GDB client, then use:
21 # load-android-app <app-source-dir> to tell GDB about the app you are debugging
285 def push(self, source, destination):
286 self._call_adb(*["push", source, destination])
288 # adb forward <source> <destination>
289 def forward(self, source, destination):
290 self._call_adb(*["forward", source, destination])
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp135 Source *source = Source::CreateFromFd(mContext, pInputFd); local
136 if (source == NULL) {
141 Script *script = new (std::nothrow) Script(*source);
145 delete source;
195 const Source &source = pScript.getSource(); local
196 for (llvm::Module::lib_iterator lib_iter = source.getModule().lib_begin(),
197 lib_end = source.getModule().lib_end(); lib_iter != lib_end;

Completed in 278 milliseconds

1234567891011>>