Searched refs:target (Results 251 - 275 of 1407) sorted by relevance

<<11121314151617181920>>

/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.mm57 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
71 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
79 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
/external/chromium/chrome/browser/sync/
H A Djs_event_handler_list.cc80 const JsEventHandler* target) {
81 if (target) {
82 JsEventHandler* non_const_target(const_cast<JsEventHandler*>(target));
86 VLOG(1) << "Unknown target; dropping event " << name
78 RouteJsEvent(const std::string& name, const JsArgList& args, const JsEventHandler* target) argument
/external/guava/src/com/google/common/collect/
H A DEmptyImmutableList.java50 @Override public boolean contains(Object target) { argument
77 @Override public int indexOf(Object target) { argument
81 @Override public int lastIndexOf(Object target) { argument
/external/iproute2/include/
H A Dip6tables.h73 /* Size of target data. */
76 /* Size of target data relevent for userspace comparison purposes */
82 /* Initialize the target. */
89 struct ip6t_entry_target **target);
94 /* Prints out the target iff non-NULL: put space at end */
96 const struct ip6t_entry_target *target, int numeric);
100 const struct ip6t_entry_target *target);
/external/iproute2/tc/
H A Dm_xt.c81 build_st(struct xtables_target *target, struct xt_entry_target *t) argument
85 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
88 target->t = xtables_calloc(1, size);
89 target->t->u.target_size = size;
90 strcpy(target->t->u.user.name, target->name);
91 xtables_set_revision(target->t->u.user.name, target->revision);
93 if (target->init != NULL)
94 target
[all...]
H A Dm_xt_old.c172 build_st(struct xtables_target *target, struct xt_entry_target *t) argument
176 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
179 target->t = fw_calloc(1, size);
180 target->t->u.target_size = size;
181 strcpy(target->t->u.user.name, target->name);
182 set_revision(target->t->u.user.name, target->revision);
184 if (target->init != NULL)
185 target
[all...]
/external/kernel-headers/original/linux/
H A Dnfs.h151 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) argument
153 target->size = source->size;
154 memcpy(target->data, source->data, source->size);
/external/v8/src/arm/
H A Dassembler-arm-inl.h77 void RelocInfo::set_target_address(Address target) { argument
79 Assembler::set_target_address_at(pc_, target);
101 void RelocInfo::set_target_object(Object* target) { argument
103 Assembler::set_target_address_at(pc_, reinterpret_cast<Address>(target));
146 void RelocInfo::set_call_address(Address target) { argument
149 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target;
158 void RelocInfo::set_call_object(Object* target) { argument
159 *call_object_address() = target;
335 Address target) {
336 Memory::Address_at(constant_pool_entry) = target;
334 set_target_at(Address constant_pool_entry, Address target) argument
340 set_target_address_at(Address pc, Address target) argument
[all...]
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.h36 static PassRefPtr<ProcessingInstruction> create(Document*, const String& target, const String& data);
39 const String& target() const { return m_target; } function in class:WebCore::ProcessingInstruction
57 ProcessingInstruction(Document*, const String& target, const String& data);
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp37 XMLHttpRequestProgressEventThrottle::XMLHttpRequestProgressEventThrottle(EventTarget* target) argument
38 : m_target(target)
43 ASSERT(target);
/external/icu4c/common/
H A Ducnv.c842 t=pArgs->target;
937 int32_t length=(int32_t)(pArgs->target-t);
985 t=pArgs->target;
1116 char **target, const char *targetLimit,
1123 t=*target;
1143 *target=t;
1151 /* copy the overflow contents to the target */
1158 /* the overflow buffer is completely copied to the target */
1160 *target=t;
1169 char **target, cons
1115 ucnv_outputOverflowFromUnicode(UConverter *cnv, char **target, const char *targetLimit, int32_t **pOffsets, UErrorCode *err) argument
1168 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1561 ucnv_outputOverflowToUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, int32_t **pOffsets, UErrorCode *err) argument
1614 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
2044 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
2403 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2476 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2525 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2582 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
2594 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) argument
[all...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_tree_browser_cell.h14 // browser view. This cell customization adds target and action support
27 @property(nonatomic, assign) id target; variable
/external/chromium/chrome/browser/ui/cocoa/
H A Dprofile_menu_button.h35 withShowMenuTarget:(id)target;
/external/icu4c/i18n/
H A Dtblcoll.cpp336 const UnicodeString& target,
340 return getEComparisonResult(compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status));
345 const UnicodeString& target,
349 return compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status);
354 const UChar* target,
359 target, targetLength));
364 const UChar* target,
369 return ucol_strcoll(ucollator, source, sourceLength, target, targetLengt
334 compare( const UnicodeString& source, const UnicodeString& target, int32_t length) const argument
343 compare( const UnicodeString& source, const UnicodeString& target, int32_t length, UErrorCode &status) const argument
352 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength) const argument
362 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength, UErrorCode &status) const argument
386 compare( const UnicodeString& source, const UnicodeString& target, UErrorCode &status) const argument
[all...]
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/intltest/
H A Dcurrcoll.cpp99 UnicodeString target(currency[j], 1);
114 Collator::EComparisonResult compareResult = c->compare(source, target);
127 c->getCollationKey(target, targetKey, status);
131 errln("Couldn't get collationKey for target");
137 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
H A Ddadrcoll.cpp265 SeqElement *target = NULL; local
270 target = new SeqElement();
272 setTestSequence(sequence, *target);
273 sequences.addElement(target, status);
277 target = new SeqElement();
278 hasNext = getNextInSequence(*target);
284 doTest(col, source->source, target->source, relation);
286 sequences.addElement(target, status);
287 source = target;
/external/iptables/extensions/
H A Dlibip6t_HL.c4 * Based on HW's ttl target
38 "HL target options\n"
69 static void HL_save(const void *ip, const struct xt_entry_target *target) argument
72 (struct ip6t_HL_info *) target->data;
89 static void HL_print(const void *ip, const struct xt_entry_target *target, argument
93 (struct ip6t_HL_info *) target->data;
H A Dlibip6t_REJECT.c58 "REJECT target options:\n"
97 static void REJECT_print(const void *ip, const struct xt_entry_target *target, argument
101 = (const struct ip6t_reject_info *)target->data;
110 static void REJECT_save(const void *ip, const struct xt_entry_target *target) argument
113 = (const struct ip6t_reject_info *)target->data;
H A Dlibipt_NETMAP.c26 printf(MODULENAME" target options:\n"
65 static void NETMAP_print(const void *ip, const struct xt_entry_target *target, argument
68 const struct nf_nat_multi_range *mr = (const void *)target->data;
83 static void NETMAP_save(const void *ip, const struct xt_entry_target *target) argument
86 NETMAP_print(ip, target, 0);
H A Dlibipt_REJECT.c71 "REJECT target options:\n"
117 static void REJECT_print(const void *ip, const struct xt_entry_target *target, argument
121 = (const struct ipt_reject_info *)target->data;
130 static void REJECT_save(const void *ip, const struct xt_entry_target *target) argument
133 = (const struct ipt_reject_info *)target->data;
H A Dlibipt_TTL.c1 /* Shared library add-on to iptables for the TTL target
37 "TTL target options\n"
68 static void TTL_save(const void *ip, const struct xt_entry_target *target) argument
71 (struct ipt_TTL_info *) target->data;
88 static void TTL_print(const void *ip, const struct xt_entry_target *target, argument
92 (struct ipt_TTL_info *) target->data;
H A Dlibipt_ULOG.c27 printf("ULOG target options:\n"
78 static void ULOG_save(const void *ip, const struct xt_entry_target *target) argument
81 = (const struct ipt_ulog_info *) target->data;
97 static void ULOG_print(const void *ip, const struct xt_entry_target *target, argument
101 = (const struct ipt_ulog_info *) target->data;
H A Dlibxt_LED.c40 "LED target options:\n"
71 static void LED_print(const void *ip, const struct xt_entry_target *target, argument
74 const struct xt_led_info *led = (void *)target->data;
95 static void LED_save(const void *ip, const struct xt_entry_target *target) argument
97 const struct xt_led_info *led = (void *)target->data;
H A Dlibxt_NFLOG.c34 printf("NFLOG target options:\n"
74 static void NFLOG_print(const void *ip, const struct xt_entry_target *target, argument
77 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data;
82 static void NFLOG_save(const void *ip, const struct xt_entry_target *target) argument
84 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data;

Completed in 3232 milliseconds

<<11121314151617181920>>