Searched defs:target (Results 626 - 650 of 880) sorted by relevance

<<21222324252627282930>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... types.CommandlineJava commandline private java.io.File target private java.io.File outputDirectory private java. ...
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSocketChannelTest.java2747 ByteBuffer target = ByteBuffer.allocate(30);
2749 while (target.remaining() != 0) {
2750 assertTrue(sock.read(target) >=0);
3091 ByteBuffer target = ByteBuffer.allocate(10);
3092 assertEquals(-1, sock.read(target));
3591 public int read(ByteBuffer target) throws IOException { argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java453 public void processingInstruction(java.lang.String target, java.lang.String data) argument
457 // %TBD% Which pools do target and data go into?
H A DDTMNodeProxy.java189 * A PI's "target" states what processor channel the PI's data
192 * In XML, a PI's "target" is the first (whitespace-delimited) token
195 * In HTML, target is always null.
693 * @param target
702 String target, String data) throws DOMException
701 createProcessingInstruction( String target, String data) argument
/external/chromium/base/
H A Dfile_util_unittest.cc67 // Sets a reparse point. |source| will now point to |target|. Returns true if
72 // The juction will not work if the target path does not start with \??\ .
76 const wchar_t* target = target_str.c_str(); local
77 USHORT size_target = static_cast<USHORT>(wcslen(target)) * sizeof(target[0]);
84 memcpy(data->MountPointReparseBuffer.PathBuffer, target, size_target + 2);
1347 CreateTextFile(target_file, L"This is the target.");
1380 EXPECT_EQ(L"This is the target.", contents);
1389 const wchar_t file_contents[] = L"This is another target.";
H A Dmessage_loop_unittest.cc816 Recursive2Tasks(MessageLoop* target, argument
821 : target_(target),
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc514 const std::string& target) {
517 tab_handle_, message, origin, target));
512 ForwardMessageToExternalHost( const std::string& message, const std::string& origin, const std::string& target) argument
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc1020 const JsEventHandler* target) {
1023 this, &Core::RouteJsEventOnFrontendLoop, name, args, target));
1057 const JsEventHandler* target) {
1063 parent_router_->RouteJsEvent(name, args, target);
1018 RouteJsEvent( const std::string& name, const JsArgList& args, const JsEventHandler* target) argument
1055 RouteJsEventOnFrontendLoop( const std::string& name, const JsArgList& args, const JsEventHandler* target) argument
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc215 explicit FaviconCrashAnimation(TabRendererGtk* target) argument
217 target_(target) {
/external/dbus/test/
H A Ddecode-gcov.c616 int target; member in struct:Arc
677 long target,
686 arc->target = target;
693 arc->pred_next = function->block_graph[target].pred;
694 function->block_graph[target].pred = arc;
695 function->block_graph[target].pred_count += 1;
995 current_func->block_graph[current_arc->target].pred_count -= 1;
1091 current_func->block_graph[current_arc->target].pred_count -= 1;
1202 block_graph[arc->target]
675 function_add_arc(Function *function, long source, long target, long flags) argument
[all...]
/external/dnsmasq/src/
H A Doption.c122 { "mx-target", 1, 0, 't' },
258 { 'm', ARG_DUP, "host_name,target,pref", gettext_noop("Specify an MX record."), NULL },
274 { 't', ARG_ONE, "host_name", gettext_noop("Specify default target in an MX record."), NULL },
281 { 'W', ARG_DUP, "name,target,...", gettext_noop("Specify a SRV record."), NULL },
287 { LOPT_PTR, ARG_DUP, "name,target", gettext_noop("Specify PTR DNS record."), NULL },
322 { LOPT_CNAME, ARG_DUP, "<alias>,<target>", gettext_noop("Specify alias name for LOCAL DNS name."), NULL },
1181 char *name, *target = NULL; local
1191 (comma && !(target = canonicalise_opt(comma))))
1199 new->target = target; /* ma
2323 char *target = canonicalise_opt(comma); local
2345 char *dom, *target = NULL; local
2465 char *name, *target = NULL; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... lang.String) java.io.File f StringBuffer target String source java.util.StringTokenizer tok } META- ...
/external/freetype/src/smooth/
H A Dftgrays.c65 /* spans on any target surface. You can thus do direct composition on */
355 FT_Bitmap target; member in struct:gray_TWorker_
1180 FT_Bitmap* map = &worker->target;
1355 gray_sweep( RAS_ARG_ const FT_Bitmap* target )
1359 FT_UNUSED( target );
1428 /* outline :: A pointer to the source target. */
1740 /* clip to target bitmap, exit if nothing to do */
1823 gray_sweep( RAS_VAR_ &ras.target );
1869 const FT_Bitmap* target_map = params->target;
1892 /* if direct mode is not set, we must have a target bitma
[all...]
/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...]
H A Ducnv2022.c407 uint8_t **target, const char *targetLimit,
412 char *targetChars = (char *)*target;
415 *target = (uint8_t*)targetChars;
1256 myTargetStart = args->target;
1259 &args->target,
1291 (args->offsets != NULL && (args->target != myTargetStart || args->source != sourceStart) ||
1634 uint8_t *target = (uint8_t *) args->target; local
1657 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) {
1662 if(target < targetLimi
405 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
2327 unsigned char *target = (unsigned char *) args->target; local
2596 UChar *target = args->target; local
2886 uint8_t *target = (uint8_t *) args->target; local
[all...]
H A Ducnvmbcs.c590 * A recursive call may do stateProps[state]|=0x40 if this state is the target of an
956 * else return 0 after output has been written to the target
962 uint8_t **target, const uint8_t *targetLimit,
974 (char **)target, (char *)targetLimit,
1008 bytes, 4, (char **)target, (char *)targetLimit,
1023 * else return 0 after output has been written to the target
1029 UChar **target, const UChar *targetLimit,
1039 target, targetLimit,
1064 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
1888 UChar *target; local
959 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1026 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
2040 UChar *target; local
2320 UChar *target; local
3261 uint8_t *target; local
3493 uint8_t *target; local
3669 uint8_t *target; local
3926 uint8_t *target; local
4865 uint8_t *target; local
5168 uint8_t *target; local
[all...]
/external/icu4c/i18n/
H A Drbt_pars.cpp1643 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { argument
1647 const UChar *targetStart = target;
1649 UChar *targetLimit = target+sourceLen;
1654 uprv_memset(target, 0, sourceLen*U_SIZEOF_UCHAR);
1668 while (targetStart < target && *(target - 1) == 0x0020) {
1669 target--;
1724 U16_APPEND_UNSAFE(target, index, c);
1725 target+=index;
1727 if (target < targetLimi
[all...]
/external/icu4c/test/cintltst/
H A Dccaltst.c1696 UDate target; member in struct:__anon5976
1707 /* timezone locale start target yDf MDf dDf HDf mDf */
1723 yDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_YEAR, &status);
1724 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status);
1725 dDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_DATE, &status);
1726 HDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_HOUR, &status);
1727 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status);
1729 log_err("FAIL: for locale \"%s\", start %.1f, target %.1f, ucal_setMillis or ucal_getFieldDifference had status %s\n",
1730 tfdItemPtr->locale, tfdItemPtr->start, tfdItemPtr->target, u_errorName(status) );
1736 log_data_err("FAIL: for locale \"%s\", start %.1f, target
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp1918 const UnicodeString& target) const
1920 return Collator::compare(source, target);
1924 const UnicodeString& target,
1927 return Collator::compare(source, target, length);
1932 const UChar* target,
1935 return Collator::compare(source, sourceLength, target, targetLength);
1940 const UnicodeString& target,
1943 const UnicodeString& target,
1948 const UChar* target,
2004 const UnicodeString& target,
1923 compare(const UnicodeString& source, const UnicodeString& target, int32_t length) const argument
1930 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength) const argument
2003 compare(const UnicodeString& source, const UnicodeString& target, UErrorCode& status) const argument
2014 compare(const UnicodeString& source, const UnicodeString& target, int32_t length, UErrorCode& status) const argument
2026 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength, UErrorCode& status) const argument
[all...]
H A Dintltest.cpp225 // Append a hex string to the target
229 UnicodeString& target)
239 target += digitString[(number >> 28) & 0xF];
241 target += digitString[(number >> 24) & 0xF];
243 target += digitString[(number >> 20) & 0xF];
245 target += digitString[(number >> 16) & 0xF];
247 target += digitString[(number >> 12) & 0xF];
249 target += digitString[(number >> 8) & 0xF];
251 target += digitString[(number >> 4) & 0xF];
253 target
227 appendHex(uint32_t number, int32_t digits, UnicodeString& target) argument
267 prettify(const UnicodeString &source, UnicodeString &target) argument
306 UnicodeString target; local
[all...]
H A Dssearch.cpp242 UnicodeString target; local
263 target.append(text);
269 expectedMatchStart = target.length();
272 target.append(text);
273 expectedMatchLimit = target.length();
281 target.append(text);
297 target.getBuffer(), target.length(),
335 target.getBuffer(), target
416 const UChar *target = ucbuf_getBuffer(ucharBuf, &targetLen, &status); local
580 UnicodeString target; local
1339 UnicodeString target = targets[t].unescape(); local
1409 UnicodeString target = targets[t].unescape(); local
1455 UnicodeString target = /*"gcatcgcagagagtatacagtacg"*/ "cloveldfxeld"; local
1600 UnicodeString target = longishText; local
1959 simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) argument
[all...]
H A Dtransrt.cpp656 parent->logln("Checking that all source characters convert to target - Singles");
696 parent->logln("Checking that all source characters convert to target - Doubles");
745 parent->logln("Checking that target characters convert to source and back - Singles");
807 parent->logln("Checking that target characters convert to source and back - Doubles");
1074 UnicodeString target=source; local
1075 hanTL->transliterate(target);
1079 if (allHan.containsSome(target)) {
1087 UnicodeString target2 = target;
1105 UBool roundtripOK = (target3.compare(target) == 0);
1112 writeStringInU8(out, target);
[all...]
/external/iptables/iptables/
H A Dip6tables.c218 " %s -P chain target [options]\n"
246 " --policy -P chain target\n"
247 " Change policy on chain to target\n"
262 " --jump -j target\n"
263 " target for rule (may load target extension)\n"
410 "Invalid target name (too short)");
414 "Invalid target name `%s' (%u chars max)",
420 "Invalid target name `%s'", targetname);
507 printf(FMT("%-9s ","%s "), "target");
550 const struct xtables_target *target = NULL; local
759 make_delete_mask(const struct xtables_rule_match *matches, const struct xtables_target *target) argument
793 delete_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct ip6tc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
828 check_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr *saddrs, const struct in6_addr *smasks, unsigned int ndaddrs, const struct in6_addr *daddrs, const struct in6_addr *dmasks, bool verbose, struct ip6tc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
1144 struct xtables_target *target = local
1225 generate_entry(const struct ip6t_entry *fw, struct xtables_rule_match *matches, struct ip6t_entry_target *target) argument
[all...]
H A Diptables.c231 " %s -P chain target [options]\n"
259 " --policy -P chain target\n"
260 " Change policy on chain to target\n"
275 " --jump -j target\n"
276 " target for rule (may load target extension)\n"
415 "Invalid target name (too short)");
419 "Invalid target name `%s' (%u chars max)",
425 "Invalid target name `%s'", targetname);
512 printf(FMT("%-9s ","%s "), "target");
555 const struct xtables_target *target = NULL; local
764 make_delete_mask(const struct xtables_rule_match *matches, const struct xtables_target *target) argument
798 delete_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
833 check_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr *saddrs, const struct in_addr *smasks, unsigned int ndaddrs, const struct in_addr *daddrs, const struct in_addr *dmasks, bool verbose, struct iptc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
1155 const struct xtables_target *target = local
1236 generate_entry(const struct ipt_entry *fw, struct xtables_rule_match *matches, struct ipt_entry_target *target) argument
[all...]

Completed in 597 milliseconds

<<21222324252627282930>>