Searched refs:target (Results 151 - 175 of 385) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRedEyeFilter.java95 public void initProgram(FilterContext context, int target) { argument
96 switch (target) {
105 "target " + target + "!");
107 mTarget = target;
H A DRotateFilter.java61 public void initProgram(FilterContext context, int target) { argument
62 switch (target) {
72 "target " + target + "!");
74 mTarget = target;
H A DStraightenFilter.java63 public void initProgram(FilterContext context, int target) { argument
64 switch (target) {
73 "target " + target + "!");
75 mTarget = target;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java58 Intent target = (Intent)targetParcelable;
61 super.onCreate(savedInstanceState, target, title, null, rList,
73 mDevice = (UsbDevice)target.getParcelableExtra(UsbManager.EXTRA_DEVICE);
77 mAccessory = (UsbAccessory)target.getParcelableExtra(UsbManager.EXTRA_ACCESSORY);
/frameworks/base/tools/split-select/
H A DSplitDescription.cpp40 bool SplitDescription::isBetterThan(const SplitDescription& o, const SplitDescription& target) const {
48 if (int(target.abi) - int(abi) < int(target.abi) - int(o.abi)) {
52 return config.isBetterThan(o.config, &target.config);
H A DSplitDescription.h40 bool isBetterThan(const SplitDescription& o, const SplitDescription& target) const;
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DListDigraph.h52 Node *target, *source; member in struct:mcld::graph::ListDigraph::Arc
/frameworks/compile/mclinker/lib/ADT/GraphLite/
H A DDigraph.cpp35 Digraph::Node Digraph::Arc::target() const function in class:Digraph::Arc
/frameworks/ml/bordeaux/learning/multiclass_pa/jni/
H A Djni_multiclass_pa.h44 jint target,
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh63 echo Building for target $1
127 sys_lib_dir=$MY_ANDROID_DIR/out/target/product/${SYS_NAMES[$i]}/system/lib
128 obj_lib_dir=$MY_ANDROID_DIR/out/target/product/${SYS_NAMES[$i]}/obj/lib
141 cp $MY_ANDROID_DIR/out/target/common/obj/JAVA_LIBRARIES/android-support-v8-renderscript_intermediates/javalib.jar renderscript/lib
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py131 def _MergeProjects(version, root_sha1, target, unattended, buildspec_url):
140 target: The target branch to merge to.
186 '-t', remote + '/' + target],
207 '-t', 'history/' + target])
280 'GypAndroid.*.mk', '*.target.*.mk',
301 merge_common.GetCommandStdout(['git', 'add', '-f', '*.target.*.mk'],
424 def Snapshot(root_sha1, release, target, unattended, buildspec_url):
434 target: The target branc
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java39 @GenerateFinalPort(name = "target")
54 int target = FrameFormat.readTargetString(mTarget);
56 mOutputFormat = PrimitiveFormat.createByteFormat(target);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DOutputPort.java28 * be consumed by the target filter before a new frame can be pushed on the output port. If the
44 * Returns true, if this port is connected to a target port.
45 * @return true, if this port is connected to a target port.
151 void setTarget(InputPort target) { argument
152 mTarget = target;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h88 /// target - the target data to relocate
89 const DWord& target() const { return m_TargetData; } function in class:mcld::Relocation
90 DWord& target() { return m_TargetData; } function in class:mcld::Relocation
92 /// targetRef - the reference of the target data
113 /// m_TargetData - target data of the place being relocated
116 /// m_pSymInfo - resolved symbol info of relocation target symbol
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java34 * is a float. Class label(target) for the training data is an integer.
78 public boolean update(final HashMap<Integer, Float> sample, int target) { argument
82 mClassifier.TrainOneSample(getArrayList(sample), target);
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk34 bc_clang_cc1_cflags += -target-feature +long64
45 -target $(BCC_RS_TRIPLE) \
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java756 final FallbackAction target;
759 target = new FallbackAction();
761 target = sRecycleBin;
762 sRecycleBin = target.next;
764 target.next = null;
767 return target;
/frameworks/base/native/android/
H A Dstorage_manager.cpp106 ObbCallback* target = NULL; local
113 target = cb;
120 if (target != NULL) {
121 target->cb(filename, state, target->data);
122 delete target;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
123 Canvas canvas = new Canvas(target);
128 return target;
154 // scale the image so that the shorter side equals to the target;
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
161 Canvas canvas = new Canvas(target);
167 return target;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp183 GLuint target = texture.getTextureTarget(); local
184 glBindTexture(target, texture.getTextureName());
189 glTexParameterx(target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
190 glTexParameterx(target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
191 glTexParameterx(target, GL_TEXTURE_MAG_FILTER, filter);
192 glTexParameterx(target, GL_TEXTURE_MIN_FILTER, filter);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h187 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
188 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
190 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
191 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
267 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
268 typedef GLboolean (GL_APIENTRYP PFNGLUNMAPBUFFEROESPROC) (GLenum target);
269 typedef void (GL_APIENTRYP PFNGLGETBUFFERPOINTERVOESPROC) (GLenum target, GLenum pname, void **params);
271 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
272 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
273 GL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenu
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp70 // rsym - The relocation target symbol
116 // rsym - The relocation target symbol
188 // rsym - The relocation target symbol
204 // check if we should issue undefined reference for the relocation target
348 // rsym - The relocation target symbol
429 // the target symbol of the created dynamic relocation should be the
537 // the target symbol of the dynamic relocation is rsym, so we need to
556 // rsym - The relocation target symbol
832 uint8_t* op = (reinterpret_cast<uint8_t*>(&reloc->target()));
842 op = (reinterpret_cast<uint8_t*>(&reloc->target()));
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp592 /* void glTexStorage3DMultisampleOES ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations ) */
595 (JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) {
597 (GLenum)target,
630 /* void glEnableiEXT ( GLenum target, GLuint index ) */
633 (JNIEnv *_env, jobject _this, jint target, jint index) {
635 (GLenum)target,
640 /* void glDisableiEXT ( GLenum target, GLuint index ) */
643 (JNIEnv *_env, jobject _this, jint target, jint index) {
645 (GLenum)target,
708 /* GLboolean glIsEnablediEXT ( GLenum target, GLuin
594 android_glTexStorage3DMultisampleOES__IIIIIIZ(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) argument
632 android_glEnableiEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
642 android_glDisableiEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
710 android_glIsEnablediEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
722 android_glFramebufferTextureEXT__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
760 android_glTexParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
804 android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
828 android_glTexParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
872 android_glTexParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
896 android_glGetTexParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
940 android_glGetTexParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
964 android_glGetTexParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1008 android_glGetTexParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1304 android_glTexBufferEXT__III(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer) argument
1315 android_glTexBufferRangeEXT__IIIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer, jint offset, jint size) argument
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h380 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
381 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
382 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
383 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
389 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
390 GL_APICALL void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
391 GL_APICALL GLenum GL_APIENTRY glCheckFramebufferStatus (GLenum target);
398 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
399 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
400 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLin
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java162 final EndPoint target; field in class:SyncStorageEngine.PendingOperation
175 this.target = authority.target;
186 this.target = other.target;
193 * Considered equal if they target the same sync adapter (A
200 return target.matchesSpec(other.target);
204 return "service=" + target.service
205 + " user=" + target
302 final EndPoint target; field in class:SyncStorageEngine.AuthorityInfo
729 setSyncableStateForEndPoint(EndPoint target, int syncable) argument
[all...]

Completed in 1005 milliseconds

1234567891011>>