Searched defs:target (Results 26 - 50 of 690) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSystemProperty.java162 * @param target The target property bag the file will be placed into.
164 public void loadPropertyFile(String file, Properties target) argument
177 target.load(bis); // and load up the property bag from this
/external/astl/tests/
H A DAndroid.mk29 # generate the right make target (host vs device). $(5) is used in the
59 define target-test
/external/chromium/base/
H A Dfix_wp64.h5 // Various inline functions and macros to fix compilation of 32 bit target
14 // Platform SDK fixes when building with /Wp64 for a 32 bits target.
22 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { argument
24 reinterpret_cast<volatile LONG*>(target),
/external/chromium/chrome/browser/resources/shared/js/
H A Dparse_html_subset.js19 'target': function(node, value) {
20 // Allow a[target] but reset the value to "".
23 node.setAttribute('target', '');
/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.cc52 cairo_surface_t* target = cairo_get_target(cr); local
54 target,
/external/chromium/net/http/
H A Dhttp_auth_filter.cc29 HttpAuth::Target target) {
30 if ((target != HttpAuth::AUTH_SERVER) && (target != HttpAuth::AUTH_PROXY))
33 if (target == HttpAuth::AUTH_PROXY)
44 HttpAuth::Target target) const {
45 if ((target != HttpAuth::AUTH_SERVER) && (target != HttpAuth::AUTH_PROXY))
48 if (target == HttpAuth::AUTH_PROXY)
28 AddFilter(const std::string& filter, HttpAuth::Target target) argument
H A Dhttp_auth_filter_unittest.cc32 HttpAuth::Target target; member in struct:net::__anon2190::UrlData
82 EXPECT_EQ(urls[i].target == HttpAuth::AUTH_PROXY,
83 filter.IsValid(urls[i].url, urls[i].target))
99 EXPECT_EQ(urls[i].matches, filter.IsValid(urls[i].url, urls[i].target))
H A Dhttp_auth_handler_unittest.cc34 HttpAuth::Target target = local
44 mock_handler.InitFromChallenge(&tokenizer, target,
/external/chromium/net/tools/dnssec_chain_verify/
H A Ddnssec_chain_verify.cc14 fprintf(stderr, "Usage: %s [--ignore-timestamps] <target domain> "
25 const char* target = NULL; local
32 } else if (!target) {
33 target = argv[i];
41 if (!target || !infilename)
61 if (!net::DNSDomainFromDot(target, &target_dns)) {
62 fprintf(stderr, "Not a valid DNS name: %s\n", target);
95 err_str = "Bad target";
/external/gtest/test/
H A DAndroid.mk40 # before the test-target call).
54 # generate the right make target (host vs device). $(4) is used in the
85 define target-test
111 $(call target-test, $(sources))
/external/guava/src/com/google/common/collect/
H A DImmutableAsList.java38 @Override public boolean contains(Object target) { argument
41 return collection.contains(target);
H A DRegularImmutableSet.java45 @Override public boolean contains(Object target) { argument
46 if (target == null) {
49 for (int i = Hashing.smear(target.hashCode()); true; i++) {
54 if (candidate.equals(target)) {
/external/guava/src/com/google/common/util/concurrent/
H A DFakeTimeLimiter.java33 public <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, argument
35 return target; // ha ha
H A DTimeLimiter.java25 * {@code target.someMethod()}, but substitute {@code DEFAULT_VALUE} if this
30 * target, TargetType.class, 50, TimeUnit.MILLISECONDS);
46 * calls to the {@code target} object, enforcing the specified time limit on
51 * If the target method call finishes before the limit is reached, the return
54 * call to the target, and will throw an {@link UncheckedTimeoutException} to
58 * return control to the caller when the timeout elapses; aborting the target
61 * it is important that each of the methods on the target object behaves
64 * @param target the object to proxy
75 <T> T newProxy(T target, Class<T> interfaceType, argument
80 * If the target metho
[all...]
/external/icu4c/i18n/
H A Dtridpars.h31 * A basic ID, which contains source, target, and variant, but no
56 * 'source' and 'target' will always be non-null. The 'variant'
69 UnicodeString target; // not null member in class:TransliteratorIDParser::Specs
221 * @param target the given target.
226 * @return an array of 4 strings: source, target, variant, and
229 * isSourcePresent will be non-null. The target may be empty if the
234 UnicodeString& target,
239 * Given source, target, and variant strings, concatenate them into a
244 const UnicodeString& target,
[all...]
/external/icu4c/test/cintltst/
H A Dccolltst.c84 void reportCResult( const UChar source[], const UChar target[], argument
99 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
105 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
111 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
117 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
H A Deurocreg.c143 char target[20]; local
150 target,
151 sizeof(target),
163 target,
/external/iptables/extensions/
H A Dlibxt_AUDIT.c20 "AUDIT target options\n"
46 static void audit_print(const void *ip, const struct xt_entry_target *target, argument
50 (const struct xt_audit_info *)target->data;
67 static void audit_save(const void *ip, const struct xt_entry_target *target) argument
70 (const struct xt_audit_info *)target->data;
H A Dlibxt_CHECKSUM.c22 "CHECKSUM target options\n"
40 static void CHECKSUM_print(const void *ip, const struct xt_entry_target *target, argument
44 (const struct xt_CHECKSUM_info *)target->data;
52 static void CHECKSUM_save(const void *ip, const struct xt_entry_target *target) argument
55 (const struct xt_CHECKSUM_info *)target->data;
H A Dlibxt_IDLETIMER.c45 "IDLETIMER target options:\n"
52 const struct xt_entry_target *target,
56 (struct idletimer_tg_info *) target->data;
63 const struct xt_entry_target *target)
66 (struct idletimer_tg_info *) target->data;
51 idletimer_tg_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
62 idletimer_tg_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_SECMARK.c2 * Shared library add-on to iptables to add SECMARK target support.
4 * Based on the MARK target.
12 #define PFX "SECMARK target: "
21 "SECMARK target options:\n"
52 static void SECMARK_print(const void *ip, const struct xt_entry_target *target, argument
56 (struct xt_secmark_target_info*)(target)->data;
62 static void SECMARK_save(const void *ip, const struct xt_entry_target *target) argument
65 (struct xt_secmark_target_info*)target->data;
H A Dlibxt_TEE.c2 * "TEE" target extension for iptables
45 "TEE target options:\n"
51 static void tee_tg_print(const void *ip, const struct xt_entry_target *target, argument
54 const struct xt_tee_tginfo *info = (const void *)target->data;
64 static void tee_tg6_print(const void *ip, const struct xt_entry_target *target, argument
67 const struct xt_tee_tginfo *info = (const void *)target->data;
77 static void tee_tg_save(const void *ip, const struct xt_entry_target *target) argument
79 const struct xt_tee_tginfo *info = (const void *)target->data;
86 static void tee_tg6_save(const void *ip, const struct xt_entry_target *target) argument
88 const struct xt_tee_tginfo *info = (const void *)target
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java199 * index offset, to the given target.
203 * @param target the target to be returned.
204 * @return the target being copied to.
208 int count, byte[] target) {
210 target[j] = source[i];
212 return target;
207 byteCopy(byte[] source, int offset, int count, byte[] target) argument
/external/javassist/src/main/javassist/compiler/ast/
H A DCallExpr.java41 public static CallExpr makeCall(ASTree target, ASTree args) { argument
42 return new CallExpr(target, new ASTList(args));
/external/libgsm/src/
H A Dgsm_decode.c14 int gsm_decode P3((s, c, target), gsm s, gsm_byte * c, gsm_signal * target) argument
358 Gsm_Decoder(s, LARc, Nc, bc, Mc, xmaxc, xmc, target);

Completed in 1683 milliseconds

1234567891011>>