Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 153) sorted by relevance

1234567

/external/webkit/WebCore/platform/text/
DBidiContext.h34 …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
DBidiContext.cpp31 if (c1.level() != c2.level() || c1.override() != c2.override() || c1.dir() != c2.dir()) in operator ==()
DBidiResolver.h70 , 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/
DVCSUtils.pm80 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/
DCarbonWindowAdapter.mm36 …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/
D90-NetworkManager2 # 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/
Dmerge_usage.res15 "properties override file";
20 "generic property override";
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res20 "properties override file";
25 "generic property override";
/external/webkit/WebCore/platform/graphics/
DTextRun.h95 void setDirectionalOverride(bool override) { m_directionalOverride = override; } in setDirectionalOverride() argument
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res35 "properties override file";
40 "generic property override";
/external/openssl/crypto/dso/
DREADME15 (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/
DUniscribeHelper.h86 void setDirectionalOverride(bool override) in setDirectionalOverride() argument
88 m_directionalOverride = override; in setDirectionalOverride()
/external/emma/core/res/com/vladium/emma/
Drun_usage.res51 "properties override file";
56 "generic property override";
/external/dbus/dbus/
Ddbus-keyring.c758 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/
DMakefile13 override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS)
/external/icu4c/config/
DMakefile.inc.in57 ## 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/
DChangeLog.libgcj15 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
/external/blktrace/btt/
DMakefile12 override CFLAGS += $(INCS) $(XCFLAGS)
/external/icu4c/i18n/
Dudatpg.cpp110 UBool override, in udatpg_addPattern() argument
123 addPattern(patternString, override, conflictingPatternString, *pErrorCode); in udatpg_addPattern()
/external/srec/srec/include/
Dduk_args.h91 int count, int override, int *success);
/external/opencore/tools_v2/build/make/
Dg++.mk13 override SYSLIBS = -lc -lm -ldl -lstdc++ -lpthread
/external/strace/
DREADME-linux27 (the extra \$CFLAGS is there to make sure we don't override any CFLAGS
/external/icu4c/i18n/unicode/
Dudatpg.h259 UBool override,
Ddtptngen.h148 UBool override,
/external/webkit/WebCore/css/
DthemeWinQuirks.css31 /* These styles override the default styling for HTML elements in quirks-mode

1234567