Searched defs:target (Results 701 - 725 of 880) sorted by relevance

<<21222324252627282930>>

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp283 static NPError NPN_GetURL(NPP npp, const char* url, const char* target) argument
289 plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), false, 0);
294 static NPError NPN_PostURL(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file) argument
307 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, false, 0);
317 static NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) argument
385 static NPError NPN_GetURLNotify(NPP npp, const char* url, const char* target, void* notifyData) argument
391 plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), true, notifyData);
396 static NPError NPN_PostURLNotify(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData) argument
405 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, true, notifyData);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObject.cpp771 char* target = toCString(targetString); local
787 NPError error = browser->posturl(obj->npp, url, target, pathString.UTF8Length, path, TRUE);
790 free(target);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp467 WorkItemLoad(const WebURL& url, const WebString& target) argument
469 , m_target(target) {}
487 string target = ""; local
489 target = arguments[1].toString();
491 m_workQueue.addWork(new WorkItemLoad(fullURL, WebString::fromUTF8(target)));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp129 static void appendString(gchar*& target, gchar* string) argument
131 gchar* oldString = target;
132 target = g_strconcat(target, string, NULL);
325 const gchar* target = webkit_web_history_item_get_target(item); local
326 if (target && strlen(target) > 0)
327 printf(" (in frame \"%s\")", target);
329 printf(" **nav target**");
H A DLayoutTestControllerGtk.cpp202 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target) argument
221 WorkQueue::shared()->queue(new LoadItem(absoluteURL.get(), target));
567 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef optionsArray) argument
578 GOwnPtr<gchar> targetString(JSStringCopyUTF8CString(target));
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp310 void LayoutTestController::queueLoad(const QString& url, const QString& target) argument
312 //qDebug() << ">>>queueLoad" << url << target;
315 WorkQueue::shared()->queue(new LoadItem(absoluteUrl, target, m_drt->webPage()));
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp304 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target) argument
329 WorkQueue::shared()->queue(new LoadItem(jsAbsoluteURL.get(), target));
662 // We have a shortcut, find its target.
679 // Use the target path as the result path instead.
933 bool LayoutTestController::findString(JSContextRef /* context */, JSStringRef /* target */, JSObjectRef /* optionsArray */)
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp95 void LayoutTestController::queueLoad(JSStringRef url, JSStringRef target) argument
98 WorkQueue::shared()->queue(new LoadItem(url, target));
575 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef optionsArray) argument
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp1064 string target = toSTD(adoptWK(WKBundleBackForwardListItemCopyTarget(item))); local
1065 if (target.length())
1066 InjectedBundle::shared().os() << " (in frame \"" << target << "\")";
1070 InjectedBundle::shared().os() << " **nav target**";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jar ... .eclipse.core.databinding.observable.IObservable target private org.eclipse.core.databinding.observable ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jar ... plugin.properties schema.css targets/ targets/rcp.target targets/rcpWithSource.target ant_tasks/ ant_tasks/pde-ant. ...
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java393 * definitions in this grammar. I am not sure the Java target will need
423 * recognizers in the target language.
485 * and look for synpreds because that is the only state target whose
511 /** Useful for asking questions about target during analysis */
512 Target target; field in class:Grammar
525 target = CodeGenerator.loadLanguageTarget((String) getOption("language"));
539 target = CodeGenerator.loadLanguageTarget((String)getOption("language"));
708 // superClass set in template target::treeParser
1147 NFAState altStartState = (NFAState)altLeftEdge.transition[0].target;
1521 if ( target
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dobx_api.h435 UINT16 len; /* Length of target header. */
436 UINT8 target[OBX_MAX_TARGET_LEN]; /* The byte sequence that describes the target header. */ member in struct:__anon1325
1001 ** NOTE: The target header must be the first header in an OBEX message.
1074 ** specified target header, this OBEX implementation automatically
1076 ** OBX_StartServer() is called with target header length as 0, the
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc901 gfx::Point TabStripGtk::GetTabStripOriginForWidget(GtkWidget* target) { argument
903 if (!gtk_widget_translate_coordinates(widget(), target,
908 gtk_widget_get_toplevel(widget()), target, 0, 0, &x, &y)) {
912 if (GTK_WIDGET_NO_WINDOW(target)) {
913 x += target->allocation.x;
914 y += target->allocation.y;
1959 GdkAtom target = gtk_drag_dest_find_target(widget, context, NULL);
1960 if (target != GDK_NONE)
1963 gtk_drag_get_data(widget, context, target, time);
/external/freetype/src/raster/
H A Dftraster.c91 /* 2 - Sweeping the target map's scanlines in order to compute segment */
261 /* the following redefinitions there (you never know your target */
477 UShort bWidth; /* target bitmap width */
478 PByte bTarget; /* target bitmap buffer */
479 PByte gTarget; /* target pixmap buffer */
498 FT_Bitmap target; /* description of target bit/pixmap */ member in struct:black_TWorker_
501 Long traceOfs; /* current offset in target bitmap */
502 Long traceG; /* current offset in target pixmap */
504 Short traceIncr; /* sweep's increment in target bitma
2271 Byte* target; local
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c294 UChar *source, *target; local
341 target=(UChar*)malloc(sizeof(UChar) * 12);
345 u_uastrcpy(target, "abc");
347 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed");
350 u_uastrcpy(target, "AB");
352 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed");
354 u_uastrcpy(target, "blackbird"); */
355 u_uastrcpy(target, "blac
[all...]
/external/icu4c/test/intltest/
H A Dtranstst.cpp1980 errln((UnicodeString)"FAIL: Bad target count: " + nt);
1984 UnicodeString target; local
1985 Transliterator::getAvailableTarget(j, source, target);
1986 logln((UnicodeString)" " + j + ": " + target);
1987 if (target.length() == 0) {
1988 errln("FAIL: empty target");
1991 int32_t nv = Transliterator::countAvailableVariants(source, target);
1998 Transliterator::getAvailableVariant(k, source, target, variant);
3172 UnicodeString target = CharsToUnicodeString("\\u03AC"); // alpha-acute local
3176 Transliterator *t2 = Transliterator::createFromRules("source-target", UnicodeStrin
3414 UnicodeString target; local
3551 UnicodeString target; local
[all...]
/external/libxml2/
H A Dvalid.c3058 xmlRemoveMemo target; local
3087 target.l = ref_list;
3088 target.ap = attr;
3091 xmlListWalk(ref_list, xmlWalkRemoveRef, &target);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c1401 if (!rr->AutoTarget) // If not automatically tracking this host's current name, just return the existing target
1402 return(&rr->resrec.rdata->u.srv.target);
1528 AssignDomainName(&zd->Host, &answer->rdata->u.srv.target);
1604 mDNSexport ZoneData *StartGetZoneData(mDNS *const m, const domainname *const name, const ZoneService target, ZoneDataCallback callback, void *ZoneDataContext) argument
1612 zd->ZoneService = target;
1720 // came back and we had a target change, we are starting fresh
1744 const domainname *target; local
1778 // Reevaluate the target always as Target could have changed while
1780 target = GetServiceTarget(m, rr);
1782 if (!target || targe
3089 const domainname *target = GetServiceTarget(m, rr); local
3841 const domainname *target; local
[all...]
/external/qemu/
H A Dmonitor.c59 * 'l' target long (32 or 64 bit)
480 static void do_change_vnc(Monitor *mon, const char *target, const char *arg) argument
482 if (strcmp(target, "passwd") == 0 ||
483 strcmp(target, "password") == 0) {
493 if (vnc_display_open(NULL, target) < 0)
494 monitor_printf(mon, "could not start VNC server on %s\n", target);
498 static void do_change(Monitor *mon, const char *device, const char *target, argument
502 do_change_vnc(mon, target, arg);
504 do_change_block(mon, device, target, arg);
1565 ram_addr_t target local
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1391 void glTexImage2DHelper( GLenum target, argument
1404 glTexImage2D(target, level, format, width, height, border, format, type, pixels);
2036 void GL_SelectTexture (GLenum target) argument
2041 glActiveTexture(target);
2043 qglSelectTextureSGIS(target);
2045 if (target == oldtarget)
2048 currenttexture = cnttextures[target-TEXTURE0_SGIS];
2049 oldtarget = target;
/external/skia/samplecode/
H A DSampleApp.cpp1687 GestureClick(SkView* target) : SkView::Click(target) { argument
1923 SimplePC(SkCanvas* target);
1945 SimplePC::SimplePC(SkCanvas* target) : fReader(target) { argument
/external/skia/src/gpu/
H A DGrContext.cpp637 inline bool disable_coverage_aa_for_blend(GrDrawTarget* target) { argument
638 return DISABLE_COVERAGE_AA_FOR_BLEND && !target->canApplyCoverage();
736 static GrVertexLayout aa_rect_layout(const GrDrawTarget* target, argument
740 if (NULL != target->getDrawState().getTexture(s)) {
752 void GrContext::fillAARect(GrDrawTarget* target, argument
755 GrVertexLayout layout = aa_rect_layout(target, useVertexCoverage);
759 GrDrawTarget::AutoReleaseGeometry geo(target, layout, 8, 0);
787 innerColor = target->getDrawState().getColor();
795 target->setIndexSourceToBuffer(indexBuffer);
797 target
801 strokeAARect(GrDrawTarget* target, const GrRect& devRect, const GrVec& devStrokeSize, bool useVertexCoverage) argument
883 apply_aa_to_rect(GrDrawTarget* target, const GrRect& rect, GrScalar width, const GrMatrix* matrix, GrMatrix* combinedMatrix, GrRect* devRect, bool* useVertexCoverage) argument
949 GrDrawTarget* target = this->prepareToDraw(paint, kUnbuffered_DrawCategory); local
1066 GrDrawTarget* target = this->prepareToDraw(paint, kUnbuffered_DrawCategory); local
1105 GrDrawTarget* target; local
1133 GrDrawTarget* target = this->prepareToDraw(paint, kUnbuffered_DrawCategory); local
1212 get_path_and_clip_bounds(const GrDrawTarget* target, const GrPath& path, const GrVec* translate, GrIRect* pathBounds, GrIRect* clipBounds) argument
1326 draw_around_inv_path(GrDrawTarget* target, GrDrawState::StageMask stageMask, const GrIRect& clipBounds, const GrIRect& pathBounds) argument
1366 GrDrawTarget* target = this->prepareToDraw(paint, kUnbuffered_DrawCategory); local
1500 GrRenderTarget* target = texture->asRenderTarget(); local
1540 internalReadRenderTargetPixels(GrRenderTarget* target, int left, int top, int width, int height, GrPixelConfig config, void* buffer, size_t rowBytes, uint32_t flags) argument
1668 resolveRenderTarget(GrRenderTarget* target) argument
1698 internalWriteRenderTargetPixels(GrRenderTarget* target, int left, int top, int width, int height, GrPixelConfig config, const void* buffer, size_t rowBytes, uint32_t flags) argument
1805 setPaint(const GrPaint& paint, GrDrawTarget* target) argument
1862 GrDrawTarget* target = fGpu; local
1883 getPathRenderer(const GrPath& path, GrPathFill fill, const GrDrawTarget* target, bool antiAlias) argument
1896 setRenderTarget(GrRenderTarget* target) argument
1994 GrDrawTarget* target; local
2017 GrRenderTarget* target = drawState->getRenderTarget(); local
2042 GrRenderTarget* target = drawState->getRenderTarget(); local
[all...]

Completed in 567 milliseconds

<<21222324252627282930>>