Home
last modified time | relevance | path

Searched refs:decorated (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac_unittest.mm109 NSAttributedString* decorated =
115 EXPECT_EQ([decorated length], [string length]);
116 EXPECT_TRUE([[decorated string] isEqualToString:string]);
119 EXPECT_EQ(RunLengthForAttribute(decorated, 0U,
122 EXPECT_TRUE(RunHasColor(decorated, 0U, color_));
125 EXPECT_EQ(RunLengthForAttribute(decorated, 0U,
127 EXPECT_FALSE(RunHasFontTrait(decorated, 0U, NSBoldFontMask));
139 NSAttributedString* decorated =
145 EXPECT_EQ([decorated length], [string length]);
146 EXPECT_TRUE([[decorated string] isEqualToString:string]);
[all …]
Dautocomplete_popup_view_mac.mm203 // with an en dash, and decorated with a distinct color.
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt050decorate.g8 def decorated(self, *args, **kwargs):
15 return decorated
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DProgram.h81 GLint getUniformLocation(const char *name, bool decorated);
DProgram.cpp242 GLint Program::getUniformLocation(const char *name, bool decorated) in getUniformLocation() argument
244 std::string _name = decorated ? name : decorate(name); in getUniformLocation()
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake167 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
/external/webkit/Source/WebCore/inspector/front-end/
DTextViewer.js217 if (mainChunk.linesCount === 1 && mainChunk.decorated) {
1646 …if (chunk && !chunk.decorated && linesInLastChunk > 0 && linesInLastChunk + chunk.linesCount <= th…
1793 get decorated() getter in WebInspector.TextEditorMainChunk
/external/webkit/WebKitLibraries/
DChangeLog2485 disabled warnings. It's a warning about decorated names being longer
2487 correctness problem, but these truncated decorated names will be
/external/wpa_supplicant_8/hostapd/
DChangeLog289 * fixed EAP-SIM/AKA realm processing to allow decorated usernames to
/external/dbus/
DChangeLog.pre-1-02675 right name and isn't decorated with the /wrong/ interface,
2676 and the one to pick up the signatures from which is decorated
2682 decorated with different interfaces. You should decorate
2715 decorated version, for pydoc and friends.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-16581 to support decorated thumb code pointers, and new enter/exit code
604 On ARMv7, MacroAssemblerCodePtr's mush be 'decorated' with a low bit set,
3316 …This 'old' variant of waitForThreadCompletion takes uint32_t and has the old decorated name, so Sa…
3318decorated names and, while they return pthread_t now, it is a pointer which round-trips through a …
3349 * JavaScriptCore.exp: export lists - updated decorated names of the WTF threading functions
4627 * JavaScriptCore.exp: export lists - updated the WTF threading functions decorated names
/external/srec/config/en.us/dictionary/
Dlarge.ok7261 decorated dek@rAd6d
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-16216 … * WebKit.vcproj/WebKit.def: replaced decorated names of WTF threading functions with new ones.
/external/webkit/Source/WebCore/
DChangeLog57300 Web Inspector: [Text editor] Handle decorated lines in the editor
57322 (WebInspector.TextEditorMainChunk.prototype.get decorated):