Searched defs:target (Results 476 - 500 of 880) sorted by relevance

<<11121314151617181920>>

/external/icu4c/common/
H A Ducnv_ct.c331 uint8_t *target = (uint8_t *) args->target; local
350 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) {
355 if(target < targetLimit){
434 if (target < targetLimit) {
435 *target++ = tmpTargetBuffer[i];
456 args->target = (char*)target;
464 UChar *myTarget = args->target;
540 subArgs.target
[all...]
H A Ducnv_ext.c235 UChar **target, const UChar *targetLimit,
243 target, targetLimit,
253 target, targetLimit,
272 * target<targetLimit; set error code for overflow
278 UChar **target, const UChar *targetLimit,
295 /* write result to target */
298 target, targetLimit,
393 &pArgs->target, pArgs->targetLimit,
671 char **target, const char *targetLimit,
735 target, targetLimi
233 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) argument
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
[all...]
H A Ducnvscsu.c234 UChar *target; local
251 target=pArgs->target;
289 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) {
294 *target++=(UChar)b;
302 *target++=(UChar)c;
308 *target++=(UChar)(0xd7c0+(c>>10));
309 if(target<targetLimit) {
310 *target++=(UChar)(0xdc00|(c&0x3ff));
316 /* target overflo
588 UChar *target; local
1013 uint8_t *target; local
1506 uint8_t *target; local
[all...]
/external/icu4c/i18n/
H A Dbmsearch.cpp52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
55 void setTargetString(const UnicodeString *target);
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status) argument
122 if (target != NULL) {
123 setTargetString(target);
149 void Target::setTargetString(const UnicodeString *target) argument
156 targetString = target;
164 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
603 : data(theData), patCEs(NULL), badCharacterTable(NULL), goodSuffixTable(NULL), pattern(patternString), target(NUL
[all...]
H A Dcoll.cpp409 const UnicodeString& target) const
412 return (Collator::EComparisonResult)compare(source, target, ec);
417 const UnicodeString& target,
421 return (Collator::EComparisonResult)compare(source, target, length, ec);
426 const UChar* target, int32_t targetLength)
430 return (Collator::EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
444 const StringPiece &target,
451 uiter_setUTF8(&tIter, target.data(), target.length());
456 const UnicodeString& target) cons
416 compare(const UnicodeString& source, const UnicodeString& target, int32_t length) const argument
425 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength) const argument
443 compareUTF8(const StringPiece &source, const StringPiece &target, UErrorCode &status) const argument
[all...]
H A Ddtitvinf.cpp621 Hashtable* target,
639 target->put(UnicodeString(*key), copy, status);
620 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) argument
H A Ducal.cpp602 ucal_getFieldDifference(UCalendar* cal, UDate target, argument
609 return ((Calendar*)cal)->fieldDifference(target, field, *status);
/external/icu4c/tools/genrb/
H A Dwrtjava.c104 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){ argument
110 uprv_strcat(target, "\\n");
115 uprv_strcat(target,"\\f");
121 uprv_strcat(target,"\\");
122 target[j+1]= (char)source[i];
128 uprv_strcat(target,"\\");
129 target[j+1]= (char)source[i];
133 target[j++]= (char)source[i];
148 uprv_strcat(target,"\\\\");
155 uprv_strcat(target,"\\\\\\");
[all...]
/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp126 * assemble the target item name from the source item name, an ID
131 char *target, int32_t capacity,
144 // build the target string
152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n",
158 memcpy(target, itemName, treeLength);
159 memcpy(target+treeLength, id, idLength);
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
167 char target[200]; local
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCod
130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, char *target, int32_t capacity, UErrorCode *pErrorCode) argument
[all...]
/external/iproute2/tc/
H A Dm_ipt.c358 build_st(struct iptables_target *target, struct ipt_entry_target *t) argument
362 if (target) {
366 IPT_ALIGN(sizeof (struct ipt_entry_target)) + target->size;
369 target->t = fw_calloc(1, size);
370 target->t->u.target_size = size;
372 if (target->init != NULL)
373 target->init(target->t, &nfcache);
374 set_revision(target->t->u.user.name, target
[all...]
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h84 stuff 3) the target to perform if the rule matches */
93 /* Size of ipt_entry + matches + target */
102 /* The matches (if any), then the target. */
109 struct ip6t_standard_target target; member in struct:ip6t_standard
113 struct ip6t_entry_target target; member in struct:ip6t_error_target
119 struct ip6t_error_target target; member in struct:ip6t_error
131 .target = XT_TARGET_INIT(IP6T_STANDARD_TARGET, \
133 .target.verdict = -(__verdict) - 1, \
139 .target = XT_TARGET_INIT(IP6T_ERROR_TARGET, \
141 .target
[all...]
/external/javassist/src/main/javassist/compiler/
H A DJvstCodeGen.java395 void compileInvokeSpecial(ASTree target, String classname, argument
400 target.accept(this);
486 * @param target the class of $0. If use0 is false, target
487 * can be null. The value of "target" is also used
495 int paramBase, String target,
507 if (target != null)
508 param0Type = MemberResolver.jvmToJavaName(target);
515 = new Declarator(CLASS, MemberResolver.javaToJvmName(target),
492 recordParams(CtClass[] params, boolean isStatic, String prefix, String paramVarName, String paramsName, boolean use0, int paramBase, String target, SymbolTable tbl) argument
H A DMemberCodeGen.java151 int target; field in class:MemberCodeGen.JsrHook2
155 target = retTarget[0];
183 b.addIndex(target - b.currentPc() + 3);
490 ASTree target = e.oprand1();
491 if (target instanceof Keyword)
492 if (((Keyword)target).get() == SUPER)
496 target.accept(this);
499 if (nfe.getExpr() != target)
619 /* this method is static but the target object is
621 then the target objec
[all...]
H A DTypeChecker.java489 private static Expr makeAppendCall(ASTree target, ASTree arg) { argument
490 return CallExpr.makeCall(Expr.make('.', target, new Member("append")),
651 ASTree target = e.oprand1();
653 target.accept(this);
656 if (nfe.getExpr() != target)
/external/kernel-headers/original/linux/
H A Dbinder.h119 * identifying the target and contents of the transaction.
122 size_t handle; /* target descriptor of command transaction */
123 void *ptr; /* target descriptor of return transaction */
124 } target; member in struct:binder_transaction_data
125 void *cookie; /* target object cookie */
193 * The target of the last transaction (either a bcTRANSACTION or
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h78 stuff 3) the target to perform if the rule matches */
88 /* Size of ipt_entry + matches + target */
97 /* The matches (if any), then the target. */
289 /* net/sched/ipt.c: Gimme access to your targets! Gets target->me. */
296 struct ipt_standard_target target; member in struct:ipt_standard
301 struct ipt_entry_target target; member in struct:ipt_error_target
308 struct ipt_error_target target; member in struct:ipt_error
/external/libsepol/src/
H A Dconditional.c61 static int bool_present(unsigned int target, unsigned int bools[], argument
70 while (i < num_bools && target != bools[i])
/external/libxml2/
H A Dlegacy.c1209 * @target: the target name
1216 processingInstruction(void *ctx, const xmlChar * target, argument
1220 xmlSAX2ProcessingInstruction(ctx, target, data);
H A Duri.c1672 * @target: optional destination buffer
1683 xmlURIUnescapeString(const char *str, int len, char *target) { argument
1692 if (target == NULL) {
1700 ret = target;
H A Dxmlmemory.c410 char *target; local
432 target = (char *) ptr; local
441 memset(target, -1, p->mh_size);
/external/linux-tools-perf/
H A Dbuiltin-top.c362 static void prompt_integer(int *target, const char *msg) argument
383 *target = tmp;
388 static void prompt_percent(int *target, const char *msg) argument
394 *target = tmp;
397 static void prompt_symbol(struct sym_entry **target, const char *msg) argument
400 struct sym_entry *syme = *target, *n, *found = NULL;
406 *target = NULL;
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp172 // Returns the target node of this edge.
484 BallLarusNode* target,
486 return( new BallLarusEdge(source, target, duplicateCount) );
498 BallLarusNode* target,
500 BallLarusEdge* newEdge = createEdge(source, target, duplicateCount);
503 target->addPredEdge(newEdge);
508 void BallLarusDag::addBackedge(BallLarusNode* source, BallLarusNode* target, argument
510 BallLarusEdge* childEdge = addEdge(source, target, duplicateCount);
513 childEdge->setPhonyRoot(addEdge(getRoot(), target,0));
483 createEdge(BallLarusNode* source, BallLarusNode* target, unsigned duplicateCount) argument
497 addEdge(BallLarusNode* source, BallLarusNode* target, unsigned duplicateCount) argument
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp407 #define MOV(source, target) { \
410 DECORATE1(target, "kOperandFlagTarget"); \
413 #define BRANCH(target) { \
415 DECORATE1(target, "kOperandFlagTarget"); \
423 #define POP(target) { \
425 DECORATE1(target, "kOperandFlagTarget"); \
428 #define CALL(target) { \
430 DECORATE1(target, "kOperandFlagTarget"); \
784 #define BRANCH(target) { \
786 DECORATE1(target, "kOperandFlagTarge
836 populateInstInfo(CompoundConstantEmitter &infoArray, CodeGenTarget &target) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h485 uint8* target) {
487 target);
491 uint8* target) {
492 return io::CodedOutputStream::WriteVarint32SignExtendedToArray(value, target);
495 uint8* target) {
497 static_cast<uint64>(value), target);
500 uint8* target) {
501 return io::CodedOutputStream::WriteVarint32ToArray(value, target);
504 uint8* target) {
505 return io::CodedOutputStream::WriteVarint64ToArray(value, target);
483 WriteTagToArray(int field_number, WireType type, uint8* target) argument
490 WriteInt32NoTagToArray(int32 value, uint8* target) argument
494 WriteInt64NoTagToArray(int64 value, uint8* target) argument
499 WriteUInt32NoTagToArray(uint32 value, uint8* target) argument
503 WriteUInt64NoTagToArray(uint64 value, uint8* target) argument
507 WriteSInt32NoTagToArray(int32 value, uint8* target) argument
512 WriteSInt64NoTagToArray(int64 value, uint8* target) argument
517 WriteFixed32NoTagToArray(uint32 value, uint8* target) argument
521 WriteFixed64NoTagToArray(uint64 value, uint8* target) argument
525 WriteSFixed32NoTagToArray(int32 value, uint8* target) argument
530 WriteSFixed64NoTagToArray(int64 value, uint8* target) argument
535 WriteFloatNoTagToArray(float value, uint8* target) argument
540 WriteDoubleNoTagToArray(double value, uint8* target) argument
545 WriteBoolNoTagToArray(bool value, uint8* target) argument
549 WriteEnumNoTagToArray(int value, uint8* target) argument
554 WriteInt32ToArray(int field_number, int32 value, uint8* target) argument
560 WriteInt64ToArray(int field_number, int64 value, uint8* target) argument
566 WriteUInt32ToArray(int field_number, uint32 value, uint8* target) argument
572 WriteUInt64ToArray(int field_number, uint64 value, uint8* target) argument
578 WriteSInt32ToArray(int field_number, int32 value, uint8* target) argument
584 WriteSInt64ToArray(int field_number, int64 value, uint8* target) argument
590 WriteFixed32ToArray(int field_number, uint32 value, uint8* target) argument
596 WriteFixed64ToArray(int field_number, uint64 value, uint8* target) argument
602 WriteSFixed32ToArray(int field_number, int32 value, uint8* target) argument
608 WriteSFixed64ToArray(int field_number, int64 value, uint8* target) argument
614 WriteFloatToArray(int field_number, float value, uint8* target) argument
620 WriteDoubleToArray(int field_number, double value, uint8* target) argument
626 WriteBoolToArray(int field_number, bool value, uint8* target) argument
632 WriteEnumToArray(int field_number, int value, uint8* target) argument
639 WriteStringToArray(int field_number, const string& value, uint8* target) argument
650 WriteBytesToArray(int field_number, const string& value, uint8* target) argument
659 WriteGroupToArray(int field_number, const MessageLite& value, uint8* target) argument
666 WriteMessageToArray(int field_number, const MessageLite& value, uint8* target) argument
676 WriteGroupNoVirtualToArray( int field_number, const MessageType& value, uint8* target) argument
683 WriteMessageNoVirtualToArray( int field_number, const MessageType& value, uint8* target) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c152 static void HIDRemovalCallback(void * target, argument

Completed in 1735 milliseconds

<<11121314151617181920>>