HomeSort by relevance Sort by last modified time
    Searched refs:translate (Results 1 - 25 of 767) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
translate.pass.cpp 15 // charT translate(charT c) const;
24 assert(t.translate('a') == 'a');
25 assert(t.translate('B') == 'B');
26 assert(t.translate('c') == 'c');
30 assert(t.translate(L'a') == L'a');
31 assert(t.translate(L'B') == L'B');
32 assert(t.translate(L'c') == L'c');
  /external/skia/src/svg/
SkSVGG.cpp 14 void SkSVGG::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGG
15 INHERITED::translate(parser, defState);
SkSVGDefs.cpp 22 void SkSVGDefs::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGDefs
23 INHERITED::translate(parser, defState);
SkSVGSymbol.cpp 19 void SkSVGSymbol::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGSymbol
20 INHERITED::translate(parser, defState);
SkSVGMetadata.cpp 23 void SkSVGMetadata::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGMetadata
SkSVGText.cpp 20 void SkSVGText::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGText
22 INHERITED::translate(parser, defState);
37 void SkSVGTspan::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGTspan
38 INHERITED::translate(parser, defState);
SkSVGFeColorMatrix.cpp 22 void SkSVGFeColorMatrix::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGFeColorMatrix
23 INHERITED::translate(parser, defState);
SkSVGMask.cpp 31 void SkSVGMask::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGMask
32 INHERITED::translate(parser, defState);
SkSVGStop.cpp 19 void SkSVGStop::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGStop
21 INHERITED::translate(parser, defState);
SkSVGFilter.cpp 23 void SkSVGFilter::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGFilter
24 // INHERITED::translate(parser, defState);
SkSVGGroup.h 23 void translate(SkSVGParser& , bool defState);
SkSVGLine.cpp 22 void SkSVGLine::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGLine
24 INHERITED::translate(parser, defState);
SkSVGUse.cpp 23 void SkSVGUse::translate(SkSVGParser& parser, bool defState) { function in class:SkSVGUse
24 INHERITED::translate(parser, defState);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.cpp 152 return QCoreApplication::translate("QWebPage", "Submit", "Submit (input element) alt text for <input> elements with no alt, title, or value");
157 return QCoreApplication::translate("QWebPage", "Reset", "default label for Reset buttons in forms on web pages");
162 return QCoreApplication::translate("QWebPage", "This is a searchable index. Enter search keywords: ", "text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index'");
167 return QCoreApplication::translate("QWebPage", "Submit", "default label for Submit buttons in forms on web pages");
172 return QCoreApplication::translate("QWebPage", "Choose File", "title for file button used in HTML forms");
177 return QCoreApplication::translate("QWebPage", "No file selected", "text to display in file button used in HTML forms when no file is selected");
182 return QCoreApplication::translate("QWebPage", "Details", "text to display in <details> tag when it has no <summary> child");
187 return QCoreApplication::translate("QWebPage", "Open in New Window", "Open in New Window context menu item");
192 return QCoreApplication::translate("QWebPage", "Save Link...", "Download Linked File context menu item");
197 return QCoreApplication::translate("QWebPage", "Copy Link", "Copy Link context menu item")
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
TranslatorGLSL.h 17 virtual void translate(TIntermNode* root);
TranslatorHLSL.h 17 virtual void translate(TIntermNode* root);
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarQt.cpp 59 QAction* actScrollHere = menu.addAction(QCoreApplication::translate("QWebPage", "Scroll here"));
62 QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left edge") : QCoreApplication::translate("QWebPage", "Top"));
63 QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Right edge") : QCoreApplication::translate("QWebPage", "Bottom"));
66 QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page left") : QCoreApplication::translate("QWebPage", "Page up"));
67 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down"));
70 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll left") : QCoreApplication::translate("QWebPage", "Scroll up"))
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebErrorsQt.cpp 55 QCoreApplication::translate("QWebFrame", "Request cancelled", 0, QCoreApplication::UnicodeUTF8));
63 QCoreApplication::translate("QWebFrame", "Request blocked", 0, QCoreApplication::UnicodeUTF8));
69 QCoreApplication::translate("QWebFrame", "Cannot show URL", 0, QCoreApplication::UnicodeUTF8));
75 QCoreApplication::translate("QWebFrame", "Frame load interrupted by policy change", 0, QCoreApplication::UnicodeUTF8));
81 QCoreApplication::translate("QWebFrame", "Cannot show mimetype", 0, QCoreApplication::UnicodeUTF8));
87 QCoreApplication::translate("QWebFrame", "File does not exist", 0, QCoreApplication::UnicodeUTF8));
93 QCoreApplication::translate("QWebFrame", "Loading is handled by the media engine", 0, QCoreApplication::UnicodeUTF8));
  /external/valgrind/main/coregrind/
pub_core_translate.h 40 Bool VG_(translate) ( ThreadId tid,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
XfermodeActivity.java 58 canvas.translate(100.0f, 100.0f);
64 canvas.translate(0.0f, 100.0f);
67 canvas.translate(0.0f, 100.0f);
70 canvas.translate(0.0f, 100.0f);
73 canvas.translate(0.0f, 100.0f);
79 canvas.translate(100.0f, 0.0f);
85 canvas.translate(0.0f, 100.0f);
88 canvas.translate(0.0f, 100.0f);
91 canvas.translate(0.0f, 100.0f);
94 canvas.translate(0.0f, 100.0f)
    [all...]
TJunctionActivity.java 51 canvas.translate(10.0f, 10.0f);
56 canvas.translate(50.0f, 50.0f);
61 canvas.translate(-25.0f, 50.0f);
66 canvas.translate(150.0f, 75.0f);
69 canvas.translate(-50.0f, 75.0f);
72 canvas.translate(-75.0f, 50.0f);
75 canvas.translate(150.0f, 0.0f);
ShapesActivity.java 83 canvas.translate(50.0f, 50.0f);
86 canvas.translate(0.0f, 110.0f);
89 canvas.translate(0.0f, 110.0f);
94 canvas.translate(250.0f, 50.0f);
97 canvas.translate(0.0f, 110.0f);
100 canvas.translate(0.0f, 110.0f);
105 canvas.translate(450.0f, 50.0f);
108 canvas.translate(0.0f, 110.0f);
111 canvas.translate(0.0f, 110.0f);
116 canvas.translate(625.0f, 50.0f)
    [all...]
  /external/skia/gm/
filltypes.cpp 42 canvas->translate(SkIntToScalar(x), SkIntToScalar(y));
46 canvas->translate(r.centerX(), r.centerY());
48 canvas->translate(-r.centerX(), -r.centerY());
67 canvas->translate(SkIntToScalar(20), SkIntToScalar(20));
75 canvas->translate(SkIntToScalar(450), 0);
80 canvas->translate(SkIntToScalar(-450), SkIntToScalar(450));
82 canvas->translate(SkIntToScalar(450), 0);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 284 protected static Properties translate; field in class:ShadowTime.Strftime
291 translate = new Properties();
292 translate.put("a", "EEE");
293 translate.put("A", "EEEE");
294 translate.put("b", "MMM");
295 translate.put("B", "MMMM");
296 translate.put("c", "EEE MMM d HH:mm:ss yyyy");
300 //translate.put("C", "20");
301 translate.put("d", "dd");
302 translate.put("D", "MM/dd/yy")
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorMatrixSample.java 57 float translate = (-.5f * scale + .5f) * 255.f; local
59 scale, 0, 0, 0, translate,
60 0, scale, 0, 0, translate,
61 0, 0, scale, 0, translate,
67 float translate = (-.5f * scale + .5f) * 255.f; local
69 1, 0, 0, 0, translate,
70 0, 1, 0, 0, translate,
71 0, 0, 1, 0, translate,
77 float translate = (-.5f * scale + .5f) * 255.f; local

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>