Searched refs:target (Results 176 - 200 of 1407) sorted by relevance

1234567891011>>

/external/icu4c/tools/toolutil/
H A Ducbuf.c56 UChar target[1]={ 0 }; local
80 pTarget = target;
82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
89 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) {
162 UChar* target=NULL; local
202 target=pTarget;
216 target = pTarget+offset;
219 ucnv_toUnicode(buf->conv,&target,target
586 UChar target[1]={ 0 }; local
638 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_RATEEST.c22 "RATEEST target options:\n"
87 const void *entry, struct xt_entry_target **target)
89 struct xt_rateest_target_info *info = (void *)(*target)->data;
166 __RATEEST_print(const struct xt_entry_target *target, const char *prefix) argument
168 const struct xt_rateest_target_info *info = (const void *)target->data;
183 RATEEST_print(const void *ip, const struct xt_entry_target *target, argument
186 __RATEEST_print(target, "");
190 RATEEST_save(const void *ip, const struct xt_entry_target *target) argument
192 __RATEEST_print(target, "--rateest-");
86 RATEEST_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) argument
H A Dlibxt_CONNSECMARK.c2 * Shared library add-on to iptables to add CONNSECMARK target support.
12 #define PFX "CONNSECMARK target: "
24 "CONNSECMARK target options:\n"
74 CONNSECMARK_print(const void *ip, const struct xt_entry_target *target, argument
78 (struct xt_connsecmark_target_info*)(target)->data;
85 CONNSECMARK_save(const void *ip, const struct xt_entry_target *target) argument
88 (struct xt_connsecmark_target_info*)target->data;
H A Dlibxt_DSCP.c30 "DSCP target options\n"
69 "DSCP target: Parameter --set-dscp is required");
78 static void DSCP_print(const void *ip, const struct xt_entry_target *target, argument
82 (const struct xt_DSCP_info *)target->data;
87 static void DSCP_save(const void *ip, const struct xt_entry_target *target) argument
90 (const struct xt_DSCP_info *)target->data;
/external/qemu/distrib/
H A Dbuild-emulator.sh16 --target=*) TARGET=$optarg
22 echo "usage: build-emulator [--target=FILEPATH]"
/external/replicaisland/src/com/replica/replicaisland/
H A DOpenGLSystem.java53 public static final void bindTexture(int target, int texture) { argument
55 sGL.glBindTexture(target, texture);
/external/skia/gpu/include/
H A DGrContext_impl.h45 GrDrawTarget* target = this->prepareToDraw(paint, kUnbuffered_DrawCategory); local
60 if (!geo.set(target, layout, vertexCount, indexCount)) {
94 this->doOffscreenAA(target, paint, GrIsPrimTypeLines(primitiveType))) {
97 target->getViewMatrix().mapRect(&b);
99 if (this->setupOffscreenAAPass1(target, false, bounds, &record)) {
105 target->drawNonIndexed(primitiveType, 0, vertexCount);
107 target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount);
112 this->offscreenAAPass2(target, paint, bounds, &record);
/external/speex/libspeex/
H A Dcb_search.h52 spx_word16_t target[], /* target vector */
78 spx_word16_t target[], /* target vector */
/external/webkit/LayoutTests/fast/events/touch/script-tests/
H A Ddocument-create-touch.js11 var target = document.getElementById("box"); variable
12 var touch = document.createTouch(window, target, 1, 100, 101, 102, 103);
14 shouldBe("touch.target", "box");
23 shouldBeNull("emptyTouch.target");
33 shouldBeNull("badParamsTouch.target");
/external/webkit/Source/WebCore/dom/
H A DTouch.cpp56 Touch::Touch(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY) argument
57 : m_target(target)
H A DTouch.idl37 readonly attribute EventTarget target;
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
H A Dinspector-wrappers-test-utils.js7 i < 1000 && (obj.arguments.length == 0 || !obj.arguments[0].target);
12 var win = obj.arguments[0].target.ownerDocument.defaultView;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSObjectExtras.mm35 id target;
51 target = passedTarget;
57 [invocation setTarget:target];
74 return [target methodSignatureForSelector:selector];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.h45 typedef char* (*WKN_ResolveURLProcPtr)(NPP npp, const char* url, const char* target);
49 char* WKN_ResolveURL(NPP npp, const char* url, const char* target);
H A DWebPluginContainerCheck.h55 + (id)checkWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector controller:(id <WebPluginContainerCheckController>)controller contextInfo:(id)/*optional*/contextInfo;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.h54 const String& target() const { return m_item->target(); } function in class:WebKit::InjectedBundleBackForwardListItem
/external/apache-http/src/org/apache/http/client/
H A DRequestDirector.java73 * @param target the target host for the request.
76 * to a default target or by inspecting the request.
87 HttpResponse execute(HttpHost target, HttpRequest request, argument
/external/chromium/net/http/
H A Dhttp_auth_filter_unittest.cc32 HttpAuth::Target target; member in struct:net::__anon2190::UrlData
82 EXPECT_EQ(urls[i].target == HttpAuth::AUTH_PROXY,
83 filter.IsValid(urls[i].url, urls[i].target))
99 EXPECT_EQ(urls[i].matches, filter.IsValid(urls[i].url, urls[i].target))
H A Dhttp_auth_handler.cc28 HttpAuth::Target target,
32 target_ = target;
51 NetLog::EventType EventTypeFromAuthTarget(HttpAuth::Target target) { argument
52 switch (target) {
26 InitFromChallenge( HttpAuth::ChallengeTokenizer* challenge, HttpAuth::Target target, const GURL& origin, const BoundNetLog& net_log) argument
H A Dhttp_auth_handler_factory.h73 // the specified |target|, ERR_INVALID_AUTH_CREDENTIALS is returned.
78 HttpAuth::Target target,
91 HttpAuth::Target target,
103 HttpAuth::Target target,
187 HttpAuth::Target target,
/external/guava/src/com/google/common/util/concurrent/
H A DTimeLimiter.java25 * {@code target.someMethod()}, but substitute {@code DEFAULT_VALUE} if this
30 * target, TargetType.class, 50, TimeUnit.MILLISECONDS);
46 * calls to the {@code target} object, enforcing the specified time limit on
51 * If the target method call finishes before the limit is reached, the return
54 * call to the target, and will throw an {@link UncheckedTimeoutException} to
58 * return control to the caller when the timeout elapses; aborting the target
61 * it is important that each of the methods on the target object behaves
64 * @param target the object to proxy
75 <T> T newProxy(T target, Class<T> interfaceType, argument
80 * If the target metho
[all...]
/external/llvm/tools/llvm-mc/
H A DDisassembler.h28 static int disassemble(const Target &target,
/external/webkit/Source/JavaScriptCore/wtf/
H A DStringExtras.h105 inline char* strnstr(const char* buffer, const char* target, size_t bufferLength) argument
107 size_t targetLength = strlen(target);
111 if (*start == *target && strncmp(start + 1, target + 1, targetLength - 1) == 0)
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMBinding.h41 WebKitDOMEventTarget* kit(WebCore::EventTarget* target);
/external/webkit/Source/WebCore/history/qt/
H A DHistoryItemQt.cpp38 WTF::String target; local
55 in >> url >> title >> altTitle >> lastVisitedTime >> orginalUrl >> referrer >> target >> parent;
74 setTarget(target);
100 out << originalURLString() << referrer() << target() << parent();

Completed in 2266 milliseconds

1234567891011>>