Searched refs:target (Results 51 - 75 of 1407) sorted by relevance

1234567891011>>

/external/icu4c/common/
H A Ducnv_u7.c209 UChar *target; local
233 target=pArgs->target;
262 targetCapacity=(int32_t)(targetLimit-target);
276 *target++=b;
291 if(source<sourceLimit && target>=targetLimit) {
292 /* target is full */
308 if(target<targetLimit) {
332 *target++=(UChar)((bits<<4)|(base64Value>>2));
343 *target
448 uint8_t *target, *targetLimit; local
866 UChar *target; local
1134 uint8_t *target, *targetLimit; local
[all...]
/external/icu4c/samples/numfmt/
H A Dutil.cpp31 // Append a hex string to the target
34 UnicodeString& target) {
38 target += (UChar)(digit < 10 ? 0x30 + digit : 0x41 - 10 + digit);
40 return target;
46 UnicodeString target; local
47 target += (UChar)U_DQUOTE;
51 (target += (UChar)U_BACKSLASH) += (UChar)U_SMALL_U;
52 appendHex(ch, 4, target);
54 target += ch;
57 target
32 appendHex(uint32_t number, int8_t digits, UnicodeString& target) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_NFQUEUE.c23 "NFQUEUE target options\n"
59 xtables_error(PARAMETER_PROBLEM, "NFQUEUE target: "
96 const struct xt_entry_target *target, int numeric)
99 (const struct xt_NFQ_info *)target->data;
104 const struct xt_entry_target *target, int numeric)
106 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data;
118 const struct xt_entry_target *target, int numeric)
120 const struct xt_NFQ_info_v2 *info = (void *) target->data;
122 NFQUEUE_print_v1(ip, target, numeric);
127 static void NFQUEUE_save(const void *ip, const struct xt_entry_target *target) argument
95 NFQUEUE_print(const void *ip, const struct xt_entry_target *target, int numeric) argument
103 NFQUEUE_print_v1(const void *ip, const struct xt_entry_target *target, int numeric) argument
117 NFQUEUE_print_v2(const void *ip, const struct xt_entry_target *target, int numeric) argument
135 NFQUEUE_save_v1(const void *ip, const struct xt_entry_target *target) argument
148 NFQUEUE_save_v2(const void *ip, const struct xt_entry_target *target) argument
[all...]
/external/jpeg/
H A Djutils.c107 #define FMEMZERO(target,size) MEMZERO(target,size)
111 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
171 jzero_far (void FAR * target, size_t bytestozero) argument
176 FMEMZERO(target, bytestozero);
178 register char FAR * ptr = (char FAR *) target;
/external/v8/src/
H A Dic-inl.h68 // Get the target address of the IC.
69 Address target = Assembler::target_address_at(address); local
70 // Convert target address to the code object. Code::GetCodeFromTargetAddress
72 Code* result = Code::GetCodeFromTargetAddress(target);
78 void IC::SetTargetAtAddress(Address address, Code* target) { argument
79 ASSERT(target->is_inline_cache_stub() || target->is_compare_ic_stub());
86 ASSERT(old_target->extra_ic_state() == target->extra_ic_state());
89 Assembler::set_target_address_at(address, target->instruction_start());
/external/webkit/LayoutTests/dom/html/level2/events/
H A DdispatchEvent13.js107 var target;
110 target = evt.currentTarget;
114 target.removeEventListener("foo", listener.handleEvent, false);
150 var target;
153 target = evt.currentTarget;
157 target.removeEventListener("foo", listener.handleEvent, false);
164 Two listeners are registered on the same target, each of which will remove both itself and
176 var target;
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A DdispatchEvent13.js107 var target;
110 target = evt.currentTarget;
114 target.removeEventListener("foo", listener.handleEvent, false);
150 var target;
153 target = evt.currentTarget;
157 target.removeEventListener("foo", listener.handleEvent, false);
164 Two listeners are registered on the same target, each of which will remove both itself and
176 var target;
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMBinding.cpp124 static gpointer wrapEventTarget(EventTarget* target) argument
126 ASSERT(target);
130 if (target->toNode()) {
131 Node* node = target->toNode();
133 } else if (target->toDOMWindow()) {
134 DOMWindow* window = target->toDOMWindow();
138 return DOMObjectCache::put(target, wrappedTarget);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java104 int target = index + ci.s16bitAt(index + 1);
105 checkTarget(index, target, codeLength, stack, stackDepth);
108 int target, index2;
111 target = index + ci.s16bitAt(index + 1);
112 checkTarget(index, target, codeLength, stack, stackDepth);
115 target = index + ci.s32bitAt(index + 1);
116 checkTarget(index, target, codeLength, stack, stackDepth);
121 target = index + ci.s16bitAt(index + 1);
123 target = index + ci.s32bitAt(index + 1);
125 checkTarget(index, target, codeLengt
189 checkTarget(int opIndex, int target, int codeLength, int[] stack, int stackDepth) argument
[all...]
/external/freetype/src/base/
H A Dftbitmap.c43 FT_Bitmap *target)
51 if ( source == target )
56 *target = *source;
65 if ( target->buffer )
67 FT_Int target_pitch = target->pitch;
73 target_size = (FT_ULong)( target_pitch * target->rows );
76 (void)FT_QREALLOC( target->buffer, target_size, size );
79 (void)FT_QALLOC( target->buffer, size );
86 p = target->buffer;
87 *target
[all...]
/external/icu4c/test/intltest/
H A Dtscoll.cpp106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
118 uiter_setString(&tIter, target, tLen);
140 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
146 Collator::EComparisonResult compareResult = col->compare(source, target);
150 col->getCollationKey(target, tgtkey, status);
156 reportCResult(source, target, srckey, tgtkey, compareResult, keyResult, result, result);
160 int32_t sLen = source.length(), tLen = target.length();
162 const UChar* trg = target.getBuffer();
171 errln("Different result for iterative comparison "+source+" "+target);
186 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,
253 doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) argument
258 doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
282 reportCResult( const UnicodeString &source, const UnicodeString &target, CollationKey &sourceKey, CollationKey &targetKey, Collator::EComparisonResult compareResult, Collator::EComparisonResult keyResult, Collator::EComparisonResult incResult, Collator::EComparisonResult expectedResult ) argument
353 appendCompareResult(Collator::EComparisonResult result, UnicodeString& target) argument
379 prettify(const CollationKey &source, UnicodeString &target) argument
[all...]
/external/libxslt/libxslt/
H A Dnamespaces.c170 * Same alias for multiple different target namespace URIs:
179 * Same target namespace URI for multiple different aliases:
321 * @target: the result element on which to anchor a namespace
339 xmlNodePtr target)
344 if ((ctxt == NULL) || (target == NULL) ||
345 (target->type != XML_ELEMENT_NODE))
376 if (target->nsDef != NULL) {
377 ns = target->nsDef;
388 "'%s'.\n", ns->href, target->name);
402 if ((target
337 xsltGetSpecialNamespace(xsltTransformContextPtr ctxt, xmlNodePtr invocNode, const xmlChar *nsName, const xmlChar *nsPrefix, xmlNodePtr target) argument
[all...]
/external/valgrind/main/auxprogs/
H A Dgen-mdg143 my $target;
147 # the target module is "m_foo".
150 $target = "m_$2";
154 if ($hide{$target}) {
155 $target = "";
159 # Otherwise use the #include string as-is for the target.
163 $target = clean_nodename($include_string);
168 $target = "";
173 if ($target ne "" and $target n
[all...]
/external/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurity.h52 // Check if the active execution context can access the target frame.
57 static bool checkNodeSecurity(State<Binding>*, Node* target);
69 // Check if the current DOMWindow's security context can access the target
72 static bool canAccessWindow(State<Binding>*, DOMWindow* target);
87 Frame* target,
91 if (!target)
94 if (!canAccessWindow(state, getDOMWindow(target))) {
96 state->immediatelyReportUnsafeAccessTo(target);
108 Frame* target = getFrame(node);
110 if (!target)
86 canAccessFrame(State<Binding>* state, Frame* target, bool reportError) argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultHttpRoutePlanner.java78 public HttpRoute determineRoute(HttpHost target, argument
88 // If we have a forced route, we can do without a target.
95 // So we need a target to compute a route.
97 if (target == null) {
107 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName());
113 route = new HttpRoute(target, local, secure);
115 route = new HttpRoute(target, local, proxy, secure);
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js39 function listenAndCoalesce(target, type, validator) {
40 target.addEventListener(type, function(event) {
59 return event.target.tagName == "TEXTAREA" ||
60 event.target.tagName == "INPUT" ||
61 event.target.isContentEditable;
/external/icu4c/extra/
H A DMakefile46 target=`echo $@ | sed s/-recursive//`; \
48 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
51 local_target="$$target-local"; \
53 local_target="$$target"; \
58 $(MAKE) "$$target-local" || exit; \
/external/icu4c/tools/genrb/
H A Dustr.h23 #define U_APPEND_CHAR32(c,target,len) { \
26 *(target)++ = (UChar) c; \
31 target[0] = U16_LEAD(c); \
32 target[1] = U16_TRAIL(c); \
34 target +=2; \
/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java20 * Helper class for interpolating velocity over time given a target velocity and acceleration.
21 * The current velocity will be accelerated towards the target until the target is reached.
23 * the target velocity.
52 public void set(float current, float target, float acceleration) { argument
54 mTarget = target;
63 // point the acceleration at the target, or zero it if we are already
77 // check to see if we've passed our target velocity since the last time
78 // step. If so, clamp to the target
105 // in this system, acceleration always points toward target velocit
106 calculateAcceleration(float velocity, float acceleration, float target) argument
[all...]
/external/skia/gpu/src/
H A DGrPathRenderer.cpp155 static inline bool single_pass_path(const GrDrawTarget& target, argument
170 target.canDisableBlend() && !target.isDitherState());
177 bool GrDefaultPathRenderer::requiresStencilPass(const GrDrawTarget* target, argument
180 return !single_pass_path(*target, path, fill);
183 void GrDefaultPathRenderer::onDrawPath(GrDrawTarget* target, argument
190 GrDrawTarget::AutoStateRestore asr(target);
191 bool colorWritesWereDisabled = target->isColorWriteDisabled();
193 GrAssert(GrDrawTarget::kBoth_DrawFace == target->getDrawFace());
195 GrMatrix viewM = target
432 drawPath(GrDrawTarget* target, GrDrawTarget::StageBitfield stages, const GrPath& path, GrPathFill fill, const GrPoint* translate) argument
440 drawPathToStencil(GrDrawTarget* target, const GrPath& path, GrPathFill fill, const GrPoint* translate) argument
[all...]
/external/chromium/build/
H A Dinstall-chroot.sh110 printf "Which target would you like to install: "
133 target="${distname}${arch}"
136 [ -d /var/lib/chroot/"${target}" ] && {
138 echo "Delete /var/lib/chroot/${target} if you want to start over." >&2
141 sudo mkdir -p /var/lib/chroot/"${target}"
163 # with the target name in square brackets, followed by an arbitrary
165 # been reached, or when the beginning of a new target is encountered.
169 sudo sed -ni '/^[[]'"${target%bit}"']$/,${:1;n;/^[[]/b2;b1;:2;p;n;b2};p' \
178 sudo debootstrap ${archflag} "${distname}" /var/lib/chroot/"${target}" \
188 [${target
[all...]
/external/guava/src/com/google/common/primitives/
H A DBooleans.java73 * Returns {@code true} if {@code target} is present as an element anywhere in
82 * @param target a primitive {@code boolean} value
83 * @return {@code true} if {@code array[i] == target} for some value of {@code
86 public static boolean contains(boolean[] array, boolean target) { argument
88 if (value == target) {
96 * Returns the index of the first appearance of the value {@code target} in
104 * @param target a primitive {@code boolean} value
105 * @return the least index {@code i} for which {@code array[i] == target}, or
108 public static int indexOf(boolean[] array, boolean target) { argument
109 return indexOf(array, target,
113 indexOf( boolean[] array, boolean target, int start, int end) argument
134 indexOf(boolean[] array, boolean[] target) argument
162 lastIndexOf(boolean[] array, boolean target) argument
167 lastIndexOf( boolean[] array, boolean target, int start, int end) argument
373 contains(Object target) argument
379 indexOf(Object target) argument
390 lastIndexOf(Object target) argument
[all...]
H A DChars.java110 * Returns {@code true} if {@code target} is present as an element anywhere in
114 * @param target a primitive {@code char} value
115 * @return {@code true} if {@code array[i] == target} for some value of {@code
118 public static boolean contains(char[] array, char 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 char} value
133 * @return the least index {@code i} for which {@code array[i] == target}, or
136 public static int indexOf(char[] array, char target) { argument
137 return indexOf(array, target,
141 indexOf( char[] array, char target, int start, int end) argument
162 indexOf(char[] array, char[] target) argument
190 lastIndexOf(char[] array, char target) argument
195 lastIndexOf( char[] array, char target, int start, int end) argument
474 contains(Object target) argument
480 indexOf(Object target) argument
491 lastIndexOf(Object target) argument
[all...]
H A DDoubles.java76 * Returns {@code true} if {@code target} is present as an element anywhere in
78 * target} is {@code NaN}.
81 * @param target a primitive {@code double} value
82 * @return {@code true} if {@code array[i] == target} for some value of {@code
85 public static boolean contains(double[] array, double target) { argument
87 if (value == target) {
95 * Returns the index of the first appearance of the value {@code target} in
96 * {@code array}. Note that this always returns {@code -1} when {@code target}
100 * @param target a primitive {@code double} value
101 * @return the least index {@code i} for which {@code array[i] == target}, o
104 indexOf(double[] array, double target) argument
109 indexOf( double[] array, double target, int start, int end) argument
133 indexOf(double[] array, double[] target) argument
162 lastIndexOf(double[] array, double target) argument
167 lastIndexOf( double[] array, double target, int start, int end) argument
410 contains(Object target) argument
416 indexOf(Object target) argument
427 lastIndexOf(Object target) argument
[all...]
H A DFloats.java73 * Returns {@code true} if {@code target} is present as an element anywhere in
75 * target} is {@code NaN}.
78 * @param target a primitive {@code float} value
79 * @return {@code true} if {@code array[i] == target} for some value of {@code
82 public static boolean contains(float[] array, float target) { argument
84 if (value == target) {
92 * Returns the index of the first appearance of the value {@code target} in
93 * {@code array}. Note that this always returns {@code -1} when {@code target}
97 * @param target a primitive {@code float} value
98 * @return the least index {@code i} for which {@code array[i] == target}, o
101 indexOf(float[] array, float target) argument
106 indexOf( float[] array, float target, int start, int end) argument
130 indexOf(float[] array, float[] target) argument
159 lastIndexOf(float[] array, float target) argument
164 lastIndexOf( float[] array, float target, int start, int end) argument
407 contains(Object target) argument
413 indexOf(Object target) argument
424 lastIndexOf(Object target) argument
[all...]

Completed in 1057 milliseconds

1234567891011>>