Searched refs:target (Results 76 - 100 of 1407) sorted by relevance

1234567891011>>

/external/guava/src/com/google/common/primitives/
H A DInts.java110 * Returns {@code true} if {@code target} is present as an element anywhere in
114 * @param target a primitive {@code int} value
115 * @return {@code true} if {@code array[i] == target} for some value of {@code
118 public static boolean contains(int[] array, int target) { argument
120 if (value == target) {
128 * Returns the index of the first appearance of the value {@code target} in
132 * @param target a primitive {@code int} value
133 * @return the least index {@code i} for which {@code array[i] == target}, or
136 public static int indexOf(int[] array, int target) { argument
137 return indexOf(array, target,
141 indexOf( int[] array, int target, int start, int end) argument
162 indexOf(int[] array, int[] target) argument
190 lastIndexOf(int[] array, int target) argument
195 lastIndexOf( int[] array, int target, int start, int end) argument
481 contains(Object target) argument
487 indexOf(Object target) argument
498 lastIndexOf(Object target) argument
[all...]
H A DLongs.java78 * Returns {@code true} if {@code target} is present as an element anywhere in
82 * @param target a primitive {@code long} value
83 * @return {@code true} if {@code array[i] == target} for some value of {@code
86 public static boolean contains(long[] array, long target) { argument
88 if (value == target) {
96 * Returns the index of the first appearance of the value {@code target} in
100 * @param target a primitive {@code long} value
101 * @return the least index {@code i} for which {@code array[i] == target}, or
104 public static int indexOf(long[] array, long target) { argument
105 return indexOf(array, target,
109 indexOf( long[] array, long target, int start, int end) argument
130 indexOf(long[] array, long[] target) argument
158 lastIndexOf(long[] array, long target) argument
163 lastIndexOf( long[] array, long target, int start, int end) argument
459 contains(Object target) argument
465 indexOf(Object target) argument
476 lastIndexOf(Object target) argument
[all...]
H A DShorts.java110 * Returns {@code true} if {@code target} is present as an element anywhere in
114 * @param target a primitive {@code short} value
115 * @return {@code true} if {@code array[i] == target} for some value of {@code
118 public static boolean contains(short[] array, short target) { argument
120 if (value == target) {
128 * Returns the index of the first appearance of the value {@code target} in
132 * @param target a primitive {@code short} value
133 * @return the least index {@code i} for which {@code array[i] == target}, or
136 public static int indexOf(short[] array, short target) { argument
137 return indexOf(array, target,
141 indexOf( short[] array, short target, int start, int end) argument
162 indexOf(short[] array, short[] target) argument
190 lastIndexOf(short[] array, short target) argument
195 lastIndexOf( short[] array, short target, int start, int end) argument
473 contains(Object target) argument
479 indexOf(Object target) argument
490 lastIndexOf(Object target) argument
[all...]
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli12 This interface provides an ocaml API for LLVM target information,
24 (** [TargetData.create rep] parses the target data string representation [rep].
28 (** [add_target_data td pm] adds the target data [td] to the pass manager [pm].
29 Does not take ownership of the target data.
34 (** [as_string td] is the string representation of the target data [td].
43 (** Returns the byte order of a target, either LLVMBigEndian or
48 (** Returns the pointer size in bytes for a target.
52 (** Returns the integer type that is the same size as a pointer on a target.
56 (** Computes the size of a type in bytes for a target.
61 (** Computes the storage size of a type in bytes for a target
[all...]
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUTF8.cpp134 char* target = *targetStart; local
140 const UChar* oldSource = source; // In case we have to back up because of target overflow.
183 target += bytesToWrite;
184 if (target > targetEnd) {
186 target -= bytesToWrite;
191 case 4: *--target = (char)((ch | byteMark) & byteMask); ch >>= 6;
192 case 3: *--target = (char)((ch | byteMark) & byteMask); ch >>= 6;
193 case 2: *--target = (char)((ch | byteMark) & byteMask); ch >>= 6;
194 case 1: *--target = (char)(ch | firstByteMark[bytesToWrite]);
196 target
262 UChar* target = *targetStart; local
[all...]
/external/chromium/chrome/browser/resources/options/
H A Ddeletable_item_list.js84 if (!e.target.disabled)
110 var target = e.target;
111 if (target.classList.contains('close-button')) {
112 var listItem = this.getListItemAncestor(target);
136 e.target.tagName != 'INPUT') {
/external/chromium/net/http/
H A Dhttp_auth_filter.h25 // Checks if (|url|, |target|) is supported by the authentication scheme.
27 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const = 0;
40 // Adds an individual URL |filter| to the list, of the specified |target|.
41 bool AddFilter(const std::string& filter, HttpAuth::Target target);
49 virtual bool IsValid(const GURL& url, HttpAuth::Target target) const;
/external/skia/src/core/
H A DSkTSearch.cpp27 int SkStrSearch(const char*const* base, int count, const char target[], argument
43 int cmp = strncmp(elem, target, target_len);
53 int cmp = strncmp(elem, target, target_len);
63 int SkStrSearch(const char*const* base, int count, const char target[], argument
66 return SkStrSearch(base, count, target, strlen(target), elemSize);
69 int SkStrLCSearch(const char*const* base, int count, const char target[], argument
72 SkASSERT(target);
74 SkAutoAsciiToLC tolc(target, len);
79 int SkStrLCSearch(const char*const* base, int count, const char target[], argument
[all...]
/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/elfutils/src/
H A Dylwrap111 [\\/]* | ?:[\\/]*) target="$2";;
112 *) target="../$2";;
131 sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||
/external/iptables/extensions/
H A Dlibxt_SET.c11 /* Shared library add-on to iptables to add IP set mangling target. */
29 printf("SET target options:\n"
52 set_target_init_v0(struct xt_entry_target *target) argument
55 (struct xt_set_info_target_v0 *) target->data;
93 const void *entry, struct xt_entry_target **target)
96 (struct xt_set_info_target_v0 *) (*target)->data;
131 set_target_print_v0(const void *ip, const struct xt_entry_target *target, argument
134 const struct xt_set_info_target_v0 *info = (const void *)target->data;
141 set_target_save_v0(const void *ip, const struct xt_entry_target *target) argument
143 const struct xt_set_info_target_v0 *info = (const void *)target
92 set_target_parse_v0(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
154 set_target_init_v1(struct xt_entry_target *target) argument
197 set_target_parse_v1(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
236 set_target_print_v1(const void *ip, const struct xt_entry_target *target, int numeric) argument
246 set_target_save_v1(const void *ip, const struct xt_entry_target *target) argument
295 set_target_init_v2(struct xt_entry_target *target) argument
306 set_target_parse_v2(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
339 set_target_print_v2(const void *ip, const struct xt_entry_target *target, int numeric) argument
353 set_target_save_v2(const void *ip, const struct xt_entry_target *target) argument
[all...]
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/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py199 def _importer(target):
200 components = target.split('.')
211 def __init__(self, target, attribute, new, spec, create):
212 self.target = target
247 target = self.target
252 if _has_local_attr(target, name):
254 original = target.__dict__[name]
257 original = getattr(target, nam
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionOperator.java76 * Opens a connection to the given target host.
79 * @param target the target host to connect to
88 HttpHost target,
102 * @param target the target host for the updated connection.
104 * to the host and port, but the scheme of the target
112 HttpHost target,
87 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
111 updateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params) argument
H A DOperatedClientConnection.java61 * Obtains the target host for this connection.
64 * this is the target of the tunnel.
94 * {@link #getTargetHost target host}
123 * @param target the target host of this connection
125 void opening(Socket sock, HttpHost target) argument
158 * @param sock the new socket for communicating with the target host,
163 * @param target the new target host of this connection
168 void update(Socket sock, HttpHost target, argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java101 HttpHost target,
111 if (target == null) {
126 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName());
137 InetAddress[] addresses = InetAddress.getAllByName(target.getHostName());
141 conn.opening(sock, target);
146 schm.resolvePort(target.getPort()),
150 conn.opening(sock, target);
166 target.getHostName(),
167 schm.resolvePort(target.getPort()),
170 conn.opening(layeredsock, target);
100 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
196 updateSecureConnection(OperatedClientConnection conn, HttpHost target, HttpContext context, HttpParams params) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DCountersTable.java136 int target = numberElem.getTargetNode(support, node);
138 if (DTM.NULL != target)
144 count = counter.getPreviouslyCounted(support, target);
160 for (; DTM.NULL != target;
161 target = numberElem.getPreviousNode(support, target))
165 // since the original target node was already checked in the
176 - 1) == target))
190 m_newFound.addElement(target);
/external/bison/build-aux/
H A Dylwrap149 [\\/]* | ?:[\\/]*) target="$2";;
150 *) target="../$2";;
160 realtarget="$target"
161 target="tmp-`echo $target | sed s/.*[\\/]//g`"
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
185 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
187 rm -f "$target"
190 mv -f "$target" "$realtarget"
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcommand.js181 * Dispatches a canExecute event on the target.
183 * @param {Element} target The target element to dispatch the event on.
185 function dispatchCanExecuteEvent(command, target) {
187 target.dispatchEvent(e);
228 var target = e.target;
230 target.ownerDocument.querySelectorAll('command'));
233 dispatchCanExecuteEvent(command, target);
242 var target
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.cc44 bool string_match(const char* target, const char* pattern) { argument
50 while (*target) {
51 if ((toupper(*pattern) == toupper(*target))
52 && string_match(target + 1, pattern + 1)) {
55 ++target;
59 if (toupper(*pattern) != toupper(*target)) {
62 ++target;
66 return !*target;
/external/icu4c/common/
H A Ducnvbocu.c389 uint8_t *target; local
403 target=(uint8_t *)pArgs->target;
404 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
435 *target++=(uint8_t)c;
443 *target++=(uint8_t)PACK_SINGLE_DIFF(diff);
453 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
471 *target++=(uint8_t)c;
508 *target++=(uint8_t)PACK_SINGLE_DIFF(diff);
529 *target
643 uint8_t *target; local
938 UChar *target; local
1161 UChar *target; local
[all...]
/external/icu4c/tools/genrb/
H A Drle.h63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status);
/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/webkit/LayoutTests/dom/html/level2/events/
H A DEventTargetCast01.js88 var target;
95 target = doc;
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A DEventTargetCast01.js88 var target;
95 target = doc;

Completed in 585 milliseconds

1234567891011>>