Searched refs:target (Results 126 - 150 of 385) sorted by relevance

1234567891011>>

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLearning_MulticlassPA.java72 public void TrainOneSample(List<IntFloat> sample, int target) { argument
76 target);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec4 void glBindTexture ( GLenum target, GLuint texture )
17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
18 void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
46 void glHint ( GLenum target, GLenum mode )
68 void glMultiTexCoord4f ( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q )
69 void glMultiTexCoord4x ( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q )
95 void glTexEnvf ( GLenum target, GLenum pname, GLfloat param )
96 void glTexEnvfv ( GLenum target, GLenu
[all...]
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java55 Log.d(TAG, "testing if target is reached");
60 int target = mScroller.getFinalY();
64 assertEquals("given enough time, scroller should reach target position", target,
/frameworks/base/core/java/android/os/
H A DMessageQueue.java48 // Barriers are indicated by messages with a null target whose arg1 field carries the token.
150 if (msg != null && msg.target == null) {
289 while (p != null && (p.target != null || p.arg1 != token)) {
303 needWake = mMessages == null || mMessages.target != null;
316 if (msg.target == null) {
317 throw new IllegalArgumentException("Message must have a target.");
326 msg.target + " sending message to a Handler on a dead thread");
345 needWake = mBlocked && p.target == null && msg.isAsynchronous();
377 if (p.target == h && p.what == what && (object == null || p.obj == object)) {
394 if (p.target
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp103 sp<ALooper> looper = findLooper(msg->target());
118 ssize_t index = mHandlers.indexOfKey(msg->target());
131 msg->target());
162 sp<ALooper> looper = findLooper(msg->target());
167 msg->target());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java109 InputPort target = source.getTarget();
113 getDotName(target.getFilter().getName()) + ":" +
114 getDotName(target.getName()) + "_IN;\n" );
130 InputPort target = filter.getConnectedInputPort(portName);
131 if(target != null) {
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp109 target().sortRelocation(*section);
114 target().emitSectionData(*section, region);
133 target().orderSymbolTable(pModule);
136 target().emitInterp(pOutput);
139 target().emitDynNamePools(pModule, pOutput);
144 target().emitRegNamePools(pModule, pOutput);
149 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end();
151 for (seg = target().elfSegmentTable().begin(); seg != segEnd; ++seg) {
164 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
225 header->e_ident[EI_VERSION] = target()
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.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/native/opengl/include/GLES/
H A Dgl.h607 GL_API void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
617 GL_API void GL_APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
626 GL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
627 GL_API void GL_APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
628 GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
629 GL_API void GL_APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
635 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
636 GL_API void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
638 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
639 GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintpt
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java293 // C function void glBindTexture ( GLenum target, GLuint texture )
296 int target,
414 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
417 int target,
427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
430 int target,
441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
444 int target,
454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
457 int target,
295 glBindTexture( int target, int texture ) argument
416 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
429 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
443 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
456 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
679 glHint( int target, int mode ) argument
911 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
921 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
1173 glTexEnvf( int target, int pname, float param ) argument
1181 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
1190 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
1198 glTexEnvx( int target, int pname, int param ) argument
1206 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
1215 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
1223 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1237 glTexParameterf( int target, int pname, float param ) argument
1245 glTexParameterx( int target, int pname, int param ) argument
1253 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java276 int target,
348 int target,
359 int target,
371 int target,
382 int target,
544 int target,
712 int target,
720 int target,
873 int target,
879 int target,
275 glBindTexture( int target, int texture ) argument
347 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
358 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
370 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
381 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
543 glHint( int target, int mode ) argument
711 glMultiTexCoord4f( int target, float s, float t, float r, float q ) argument
719 glMultiTexCoord4x( int target, int s, int t, int r, int q ) argument
872 glTexEnvf( int target, int pname, float param ) argument
878 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
885 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
891 glTexEnvx( int target, int pname, int param ) argument
897 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
904 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
910 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
922 glTexParameterf( int target, int pname, float param ) argument
928 glTexParameterx( int target, int pname, int param ) argument
934 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntentSender.java35 * A description of an Intent and target action to perform with it.
142 * @param code Result code to supply back to the IntentSender's target.
168 * @param code Result code to supply back to the IntentSender's target.
322 IBinder target = in.readStrongBinder();
323 return target != null ? new IntentSender(target) : null;
366 public IntentSender(IIntentSender target) { argument
367 mTarget = target;
371 public IntentSender(IBinder target) { argument
372 mTarget = IIntentSender.Stub.asInterface(target);
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java76 * larger of either this value or the relative target value. Default value is
174 /** Whether to send a cancel motion event to the target view. */
198 * Creates a new helper for scrolling the specified target view.
201 * should be set as a touch listener on the target view.
206 * @param target The view to automatically scroll.
208 public AutoScrollHelper(View target) { argument
209 mTarget = target;
251 * By default, exclusive handling is disabled and the target view receives
258 * false to allow the target view to receive all touch events.
317 * Sets the target scrollin
874 AbsListViewAutoScroller(AbsListView target) argument
[all...]
H A DSlidingTab.java161 * {@link #target} is the target the user must drag the slider past to trigger the slider.
183 private final ImageView target; field in class:SlidingTab.Slider
194 * @param targetId drawable for the target
212 // Create target
213 target = new ImageView(parent.getContext());
214 target.setImageResource(targetId);
215 target.setScaleType(ScaleType.CENTER);
216 target.setLayoutParams(
218 target
[all...]
/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp27 static ResTable_config selectBest(const ResTable_config& target, argument
34 if (!thisConfig.match(target)) {
38 if (thisConfig.isBetterThan(bestConfig, &target)) {
/frameworks/compile/mclinker/unittests/
H A DGraphTest.cpp197 ASSERT_TRUE(u1 == a1->source && u2 == a1->target);
198 ASSERT_TRUE(u2 == a2->source && u3 == a2->target);
199 ASSERT_TRUE(u3 == a3->source && u1 == a3->target);
218 ASSERT_TRUE(u1 == a1->source && u1 == a1->target);
219 ASSERT_TRUE(u1 == a2->source && u2 == a2->target);
220 ASSERT_TRUE(u1 == a3->source && u3 == a3->target);
241 ASSERT_TRUE(u1 == a1->source && u2 == a1->target);
242 ASSERT_TRUE(u3 == a3->source && u1 == a3->target);
269 ASSERT_TRUE(u2 == a2->source && u3 == a2->target);
270 ASSERT_TRUE(u3 == a3->source && u1 == a3->target);
[all...]
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java203 * target itself is also given as the argument.
238 for (Surface target : targets) {
239 if (target == null) {
240 throw new NullPointerException("Tried to add null Surface as request target");
242 reqBuilder.addTarget(target);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.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/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java128 assertEquals(sop.target.account, popRetrieved.target.account);
129 assertEquals(sop.target.provider, popRetrieved.target.provider);
130 assertEquals(sop.target.service, popRetrieved.target.service);
131 assertEquals(sop.target.userId, popRetrieved.target.userId);
166 assertEquals(deleted.target.account, popDeleted.target
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java278 currentSyncContext.mSyncOperation.target.account,
279 currentSyncContext.mSyncOperation.target.userId)) {
904 mSyncStorageEngine.setBackoff(op.target,
908 mSyncQueue.onBackoffChanged(op.target, 0);
918 mSyncStorageEngine.getBackoff(op.target);
949 mSyncStorageEngine.setBackoff(op.target, backoff, newDelayInMs);
954 mSyncQueue.onBackoffChanged(op.target, backoff);
967 mSyncStorageEngine.setDelayUntilTime(op.target, newDelayUntilTime);
969 mSyncQueue.onDelayUntilTimeChanged(op.target, newDelayUntilTime);
974 * Cancel the active sync if it matches the target
2156 isDispatchable(SyncStorageEngine.EndPoint target) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java74 public void onTrigger(View v, int target); argument
252 // Read array of target drawables
257 throw new IllegalStateException("Must specify at least one target drawable");
260 // Read array of target descriptions
264 throw new IllegalStateException("Must specify target descriptions");
320 // target drawable on either edge.
326 // View should be large enough to contain the unlock ring + target and
327 // target drawable on either edge
436 TargetDrawable target = mTargetDrawables.get(i);
437 target
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp944 IBinder* target = (IBinder*) local
946 if (target == NULL) {
949 status_t err = target->pingBinder();
955 IBinder* target = (IBinder*) env->GetLongField(obj, gBinderProxyOffsets.mObject); local
956 if (target != NULL) {
957 const String16& desc = target->getInterfaceDescriptor();
967 IBinder* target = (IBinder*) local
969 if (target == NULL) {
972 bool alive = target->isBinderAlive();
1031 IBinder* target, jin
1030 conditionally_log_binder_call(int64_t start_millis, IBinder* target, jint code) argument
1095 IBinder* target = (IBinder*) local
1142 IBinder* target = (IBinder*) local
1174 IBinder* target = (IBinder*) local
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp633 GLenum target, GLenum pname, GLfixed param, ogles_context_t* c)
635 if (target != GL_TEXTURE_2D && target != GL_TEXTURE_EXTERNAL_OES) {
865 void glBindTexture(GLenum target, GLuint texture) argument
868 if (target != GL_TEXTURE_2D && target != GL_TEXTURE_EXTERNAL_OES) {
927 GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
930 if (uint32_t(target-GL_TEXTURE0) > uint32_t(GGL_TEXTURE_UNIT_COUNT)) {
934 const int tmu = target-GL_TEXTURE0;
942 GLenum target, GLfixe
632 texParameterx( GLenum target, GLenum pname, GLfixed param, ogles_context_t* c) argument
926 glMultiTexCoord4f( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) argument
941 glMultiTexCoord4x( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) argument
973 glTexEnvf(GLenum target, GLenum pname, GLfloat param) argument
979 glTexEnvfv( GLenum target, GLenum pname, const GLfloat *params) argument
997 glTexEnvx(GLenum target, GLenum pname, GLfixed param) argument
1003 glTexEnvxv( GLenum target, GLenum pname, const GLfixed *params) argument
1010 glTexParameteriv( GLenum target, GLenum pname, const GLint* params) argument
1030 glTexParameterf( GLenum target, GLenum pname, GLfloat param) argument
1037 glTexParameterx( GLenum target, GLenum pname, GLfixed param) argument
1044 glTexParameteri( GLenum target, GLenum pname, GLint param) argument
1056 glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) argument
[all...]
/frameworks/base/core/java/android/net/
H A DDhcpResults.java113 DhcpResults target = (DhcpResults)obj;
116 Objects.equals(serverAddress, target.serverAddress) &&
117 Objects.equals(vendorInfo, target.vendorInfo) &&
118 leaseDuration == target.leaseDuration;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java107 public void initProgram(FilterContext context, int target) { argument
108 switch (target) {
121 "target " + target + "!");
123 mTarget = target;

Completed in 5678 milliseconds

1234567891011>>