Searched refs:decorated (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_mac_unittest.mm | 109 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 …]
|
D | autocomplete_popup_view_mac.mm | 203 // with an en dash, and decorated with a distinct color.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t050decorate.g | 8 def decorated(self, *args, **kwargs): 15 return decorated
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Program.h | 81 GLint getUniformLocation(const char *name, bool decorated);
|
D | Program.cpp | 242 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/ |
D | HandleLLVMOptions.cmake | 167 -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TextViewer.js | 217 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/ |
D | ChangeLog | 2485 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/ |
D | ChangeLog | 289 * fixed EAP-SIM/AKA realm processing to allow decorated usernames to
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 2675 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/ |
D | ChangeLog-2009-06-16 | 581 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… 3318 …decorated 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/ |
D | large.ok | 7261 decorated dek@rAd6d
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 216 … * WebKit.vcproj/WebKit.def: replaced decorated names of WTF threading functions with new ones.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 57300 Web Inspector: [Text editor] Handle decorated lines in the editor 57322 (WebInspector.TextEditorMainChunk.prototype.get decorated):
|