HomeSort by relevance Sort by last modified time
    Searched refs:override (Results 151 - 175 of 324) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/host-tools/make-3.81/
rule.c 283 if OVERRIDE is nonzero, otherwise this new one is thrown out.
288 new_pattern_rule (struct rule *rule, int override)
317 if (override)
469 identical rules with different commands if OVERRIDE is nonzero.
478 struct commands *commands, int override)
515 if (new_pattern_rule (r, override))
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 49 public override string ToString() { return (Template==null) ? string.Empty : Template.ToString(); }
  /external/dbus/test/name-test/
tmp-session-like-system.conf 68 <!-- For the session bus, override the default relatively-low limits
  /external/webkit/LayoutTests/fast/js/resources/
const.js 115 // Make sure we don't override properties placed on the global object
  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 108 , m_override(context->override())
370 bool override = embedding.direction() == LeftToRightOverride || embedding.direction() == RightToLeftOverride; local
377 toContext = BidiContext::create(level, direction, override, embedding.source(), toContext.get());
475 void BidiResolver<Iterator, Run>::createBidiRunsForLine(const Iterator& end, VisualDirectionOverride override, bool hardLineBreak)
481 if (override != NoVisualOverride) {
489 m_direction = override == VisualLeftToRightOverride ? LeftToRight : RightToLeft;
492 if (override == VisualRightToLeftOverride)
527 if (context()->override()
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.idl 110 [RequiresAllArguments=Raise] void overrideMimeType(in DOMString override);
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk 6 # We override this with RC_ARCHS because B&I may want to build on an ARCH we
  /packages/apps/Camera/src/com/android/camera/
PieController.java 119 @Override
155 Log.e(TAG, "Fail to find override value=" + overrideValue);
167 // Scene mode may override other camera settings (ex: flash mode).
173 override(pref, keyvalues); method
177 private void override(IconListPreference pref, final String ... keyvalues) { method in class:PieController
  /external/clang/tools/scan-build/
sorttable.js 80 // manually override the type with a sorttable_type attribute
83 if (mtch) { override = mtch[1]; }
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
203 // for example, you can override the cell text with a customkey attribute.
  /external/qemu/target-i386/
translate.c 84 int override; /* -1 if no override */ member in struct:DisasContext
610 int override; local
612 override = s->override;
615 if (override >= 0) {
616 gen_op_movq_A0_seg(override);
625 if (s->addseg && override < 0)
626 override = R_DS;
627 if (override >= 0)
1973 int mod, rm, code, override, must_add_seg; local
2202 int override, must_add_seg; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 194 UChar override = ltr ? leftToRightOverride : rightToLeftOverride; local
197 substituteCharacters[0] = override;
202 substituteCharacters.prepend(override);
  /frameworks/base/tools/preload/
sorttable.js 80 // manually override the type with a sorttable_type attribute
83 if (mtch) { override = mtch[1]; }
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
203 // for example, you can override the cell text with a customkey attribute.
  /build/core/
pdk_config.mk 19 # if PDK_FUSION_PLATFORM_ZIP is specified, do not override.
59 # check and override java support level
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 281 public override string ToString() {
CommonToken.cs 115 /** Override the text for this token. getText() will return this text
198 public override string ToString() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 322 public override string ToString()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 10 Subclasses can override the record() method (which defaults to printing to
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 167 HttpError ReadCacheHeaders(const std::string& id, bool override);
  /external/icu4c/i18n/unicode/
udatpg.h 307 * an existing pattern, and the override parameter is set, then the previous
318 * @param override When existing values are to be overridden use true,
332 UBool override,
smpdtfmt.h 244 * Construct a SimpleDateFormat using the given pattern, numbering system override, and the default locale.
248 * A numbering system override is a string containing either the name of a known numbering system,
251 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
253 * use the override string "y=hebrew". Numbering system overrides can be combined using a semi-colon
254 * character in the override string, such as "d=decimal;M=arabic;y=hebrew", etc.
260 * @param override the override string.
265 const UnicodeString& override,
285 * Construct a SimpleDateFormat using the given pattern, numbering system override, and locale.
289 * A numbering system override is a string containing either the name of a known numbering system
    [all...]
  /external/markdown/markdown/
inlinepatterns.py 143 Subclasses should override this method.
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 125 void override(const ResolveInfo& pForm);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 25 void ResolveInfo::override(const ResolveInfo& pFrom) function in class:ResolveInfo
38 /// overrideVisibility - override the visibility
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/icu4c/i18n/
udatpg.cpp 121 UBool override,
134 addPattern(patternString, override, conflictingPatternString, *pErrorCode);

Completed in 450 milliseconds

1 2 3 4 5 67 8 91011>>