/external/webkit/WebCore/platform/text/ |
D | BidiContext.h | 34 …BidiContext(unsigned char level, WTF::Unicode::Direction direction, bool override = false, BidiCon… 37 , m_override(override) in m_level() 55 bool override() const { return m_override; } in override() function
|
D | BidiContext.cpp | 31 if (c1.level() != c2.level() || c1.override() != c2.override() || c1.dir() != c2.dir()) in operator ==()
|
D | BidiResolver.h | 70 , m_override(context->override()) in BidiCharacterRun() 384 bool override = embedding == LeftToRightOverride || embedding == RightToLeftOverride; in commitExplicitEmbedding() local 396 toContext = new BidiContext(level, direction, override, toContext.get()); in commitExplicitEmbedding() 513 if (context()->override() in createBidiRunsForLine()
|
/external/webkit/WebKitTools/Scripts/ |
D | VCSUtils.pm | 80 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`); 81 return 1 if $override eq "true"; 82 return 0 if $override eq "false";
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 36 …fully initialized but not deallocated. These all make it easier to not override every single meth… 458 // There's no override of _addCursorRect:cursor:forView:, despite the fact that NSWindow's invokes … 461 // There's no override of _autoResizeState, despite the fact that NSWindow's operates on _windowNum… 514 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow… 527 // There's no override of _discardCursorRectsForView, despite the fact that NSWindow's invokes [sel… 530 // There's no override of _forceFlushWindowToScreen, despite the fact that NSWindow's invokes [self… 533 // There's no override of _getPositionFromServer, despite the fact that NSWindow's operates on _win… 536 // There's no override of _globalWindowNum, despite the fact that NSWindow's invokes [self windowNu… 539 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that … 542 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that … [all …]
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 90-NetworkManager | 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook 3 # only makes sense if NetworkManager is patched NOT to override the
|
/external/emma/core/res/com/vladium/emma/data/ |
D | merge_usage.res | 15 "properties override file"; 20 "generic property override";
|
/external/emma/core/res/com/vladium/emma/report/ |
D | report_usage.res | 20 "properties override file"; 25 "generic property override";
|
/external/webkit/WebCore/platform/graphics/ |
D | TextRun.h | 95 void setDirectionalOverride(bool override) { m_directionalOverride = override; } in setDirectionalOverride() argument
|
/external/emma/core/res/com/vladium/emma/instr/ |
D | instr_usage.res | 35 "properties override file"; 40 "generic property override";
|
/external/openssl/crypto/dso/ |
D | README | 15 (c) overriden per-DSO by setting the override callback 16 (d) a mix of (b) and (c) - eg. implement an override callback that;
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | UniscribeHelper.h | 86 void setDirectionalOverride(bool override) in setDirectionalOverride() argument 88 m_directionalOverride = override; in setDirectionalOverride()
|
/external/emma/core/res/com/vladium/emma/ |
D | run_usage.res | 51 "properties override file"; 56 "generic property override";
|
/external/dbus/dbus/ |
D | dbus-keyring.c | 758 const char *override; in _dbus_keyring_new_homedir() local 760 override = _dbus_getenv ("DBUS_TEST_HOMEDIR"); in _dbus_keyring_new_homedir() 761 if (override != NULL && *override != '\0') in _dbus_keyring_new_homedir() 764 if (!_dbus_string_append (&homedir, override)) in _dbus_keyring_new_homedir()
|
/external/blktrace/btreplay/ |
D | Makefile | 13 override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS)
|
/external/icu4c/config/ |
D | Makefile.inc.in | 57 ## mh-files MUST NOT override RPATHLDFLAGS unless they provide 265 # It may override the above settings. 266 # It is put last so that the mh-file can override anything.
|
/external/libffi/ |
D | ChangeLog.libgcj | 15 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
|
/external/blktrace/btt/ |
D | Makefile | 12 override CFLAGS += $(INCS) $(XCFLAGS)
|
/external/icu4c/i18n/ |
D | udatpg.cpp | 110 UBool override, in udatpg_addPattern() argument 123 addPattern(patternString, override, conflictingPatternString, *pErrorCode); in udatpg_addPattern()
|
/external/srec/srec/include/ |
D | duk_args.h | 91 int count, int override, int *success);
|
/external/opencore/tools_v2/build/make/ |
D | g++.mk | 13 override SYSLIBS = -lc -lm -ldl -lstdc++ -lpthread
|
/external/strace/ |
D | README-linux | 27 (the extra \$CFLAGS is there to make sure we don't override any CFLAGS
|
/external/icu4c/i18n/unicode/ |
D | udatpg.h | 259 UBool override,
|
D | dtptngen.h | 148 UBool override,
|
/external/webkit/WebCore/css/ |
D | themeWinQuirks.css | 31 /* These styles override the default styling for HTML elements in quirks-mode
|