Searched defs:target (Results 151 - 175 of 2230) sorted by relevance

1234567891011>>

/external/vogar/src/vogar/target/junit/
H A DMappingAnnotatedBuilder.java17 package vogar.target.junit;
H A DParentRunnerHelper.java17 package vogar.target.junit;
H A DRunnerParams.java17 package vogar.target.junit;
H A DVogarTestCaseRunnerFactory.java17 package vogar.target.junit;
25 import vogar.target.junit.junit3.TestCaseRunnerFactory;
/external/vogar/src/vogar/target/junit/junit3/
H A DAlternateSuiteMethodBuilder.java17 package vogar.target.junit.junit3;
30 import vogar.target.junit.ErrorRunner;
31 import vogar.target.junit.ParentStatementRunner;
32 import vogar.target.junit.RunnerParams;
33 import vogar.target.junit.StatementRunner;
H A DAlternateTestCaseBuilder.java17 package vogar.target.junit.junit3;
22 import vogar.target.junit.DescribableComparator;
23 import vogar.target.junit.DescribableStatement;
24 import vogar.target.junit.RunnerParams;
/external/vogar/test/vogar/target/
H A DTestRunnerProperties.java16 package vogar.target;
/external/vogar/test/vogar/target/junit3/
H A DSuiteReturnsCustomTest.java17 package vogar.target.junit3;
/external/vogar/test/vogar/target/junit4/
H A DParameterizedTest.java17 package vogar.target.junit4;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DGlUtil.java63 public static int generateTexture(int target) { argument
67 GLES20.glBindTexture(target, textureId);
68 GLES20.glTexParameterf(target, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
69 GLES20.glTexParameterf(target, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
70 GLES20.glTexParameterf(target, GLES20.GL_TEXTURE_WRAP_S, GLES20.GL_CLAMP_TO_EDGE);
71 GLES20.glTexParameterf(target, GLES20.GL_TEXTURE_WRAP_T, GLES20.GL_CLAMP_TO_EDGE);
/external/ImageMagick/MagickCore/
H A Dmagic.h30 *target; member in struct:_MagicInfo
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DTransition.java34 * transitions) and has a label/target pair. I have abstracted the notion
38 /** What label must be consumed to transition to target */
41 /** The target of this transition */
42 public State target; field in class:Transition
44 public Transition(Label label, State target) { argument
46 this.target = target;
49 public Transition(int label, State target) { argument
51 this.target = target;
[all...]
/external/apache-http/src/org/apache/http/client/
H A DHttpClient.java108 * The route to the target will be determined by the HTTP client.
128 * Executes a request to the target using the default context.
130 * @param target the target host for the request.
133 * to a default target or by inspecting the request.
144 HttpResponse execute(HttpHost target, HttpRequest request) argument
149 * Executes a request to the target using the given context.
151 * @param target the target host for the request.
154 * to a default target o
167 execute(HttpHost target, HttpRequest request, HttpContext context) argument
222 execute( HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler) argument
246 execute( HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context) argument
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionOperator.java81 * Opens a connection to the given target host.
84 * @param target the target host to connect to
93 HttpHost target,
107 * @param target the target host for the updated connection.
109 * to the host and port, but the scheme of the target
117 HttpHost target,
92 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
116 updateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params) argument
H A DOperatedClientConnection.java66 * Obtains the target host for this connection.
69 * this is the target of the tunnel.
99 * {@link #getTargetHost target host}
128 * @param target the target host of this connection
130 void opening(Socket sock, HttpHost target) argument
163 * @param sock the new socket for communicating with the target host,
168 * @param target the new target host of this connection
173 void update(Socket sock, HttpHost target, argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultHttpRoutePlanner.java83 public HttpRoute determineRoute(HttpHost target, argument
93 // If we have a forced route, we can do without a target.
100 // So we need a target to compute a route.
102 if (target == null) {
112 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName());
118 route = new HttpRoute(target, local, secure);
120 route = new HttpRoute(target, local, proxy, secure);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorKey.java84 * @param target The target element where the properties will be set.
88 org.apache.xalan.templates.ElemTemplateElement target)
126 target);
142 attrDef.setDefAttrValue(handler, target);
86 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, org.apache.xalan.templates.ElemTemplateElement target) argument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java174 * @param target The target property bag the file will be placed into.
176 public void loadPropertyFile(String file, Properties target) argument
189 target.load(bis); // and load up the property bag from this
/external/autotest/client/cros/cellular/
H A Dscpi_shell15 [target] = sys.argv[1:]
19 target = '172.22.50.244' variable
23 driver = prologix_scpi_driver.PrologixScpiDriver(hostname=target,
/external/deqp/modules/gles3/functional/
H A Des3fTextureStateQueryTests.cpp77 glw::GLenum target; member in struct:deqp::gles3::Functional::__anon5197
117 textureTargets[targetNdx].target));
121 if (!isLegalTesterForTarget(textureTargets[targetNdx].target, states[stateNdx].tester))
129 textureTargets[targetNdx].target,
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.cpp65 MultisampleRenderCase::MultisampleRenderCase (Context& context, const char* name, const char* desc, int numSamples, RenderTarget target, int renderSize, int flags) argument
68 , m_renderTarget (target)
71 , m_verifyTextureSampleBuffers ((flags & FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) != 0 && target == TARGET_TEXTURE)
89 DE_ASSERT(target < TARGET_LAST);
113 throw tcu::NotSupportedError("Test requires render target with size " + de::toString(m_renderSize) + "x" + de::toString(m_renderSize) + " or greater");
/external/dtc/tests/
H A Dnode_offset_by_compatible.c34 int offset = -1, target; local
38 target = va_arg(ap, int);
39 verbose_printf("Searching (target = %d): %d ->",
40 target, offset);
44 if (offset != target)
46 "instead of %d", compat, offset, target);
47 } while (target >= 0);
/external/e2fsprogs/lib/ext2fs/
H A Dsymlink.c32 const char *name, const char *target)
45 target_len = strnlen(target, fs->blocksize + 1);
58 strncpy(block_buf, target, fs->blocksize);
94 /* Fast symlinks, target stored in inode */
95 strcpy((char *)&inode.i_block, target);
114 /* Slow symlinks, target stored in the first block */
31 ext2fs_symlink(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t ino, const char *name, const char *target) argument
/external/f2fs-tools/fsck/
H A Ddefrag.c72 u64 target = to; local
80 if (find_next_free_block(sbi, &target, left, se->type)) {
85 if (migrate_block(sbi, idx, target)) {
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DRequestListener.java3 import com.bumptech.glide.request.target.Target;
15 * for the given model in the given target. It is recommended to create a single instance per activity/fragment
19 * It is safe to reload this or a different model or change what is displayed in the target at this point.
23 * public void onException(Exception e, T model, Target target, boolean isFirstResource) {
24 * target.setPlaceholder(R.drawable.a_specific_error_for_my_exception);
25 * Glide.load(model).into(target);
38 * @param target The {@link Target} we were trying to load the image into.
40 * @return True if the listener has handled updating the target for the given exception, false to allow
41 * Glide's request to update the target.
43 boolean onException(Exception e, T model, Target<R> target, boolea argument
60 onResourceReady(R resource, T model, Target<R> target, boolean isFromMemoryCache, boolean isFirstResource) argument
[all...]

Completed in 801 milliseconds

1234567891011>>