HomeSort by relevance Sort by last modified time
    Searched refs:Default (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 516 // if (t.Channel != TokenChannels.Default)
703 if (t.Channel != TokenChannels.Default)
RemoteDebugEventSocketListener.cs 204 if ( channel != TokenChannels.Default )
  /external/bison/data/
glr.c 25 ## Default values. ##
224 /* Default (constant) value used for initialization for null
226 here we set the default value of $$ to a zeroed-out value.
227 Since the default value is undefined, this behavior is
408 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
409 doesn't specify something else to do. Zero means the default is an
697 default:
933 default: break;
957 default: break;
1018 /** True iff LR state STATE has only a default reduction (regardles
    [all...]
yacc.c 26 ## Default values. ##
501 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
503 means the default is an error. */
818 default:
1067 /* Initialize the default location before parsing starts. */
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 114 .Default(0);
126 .Default(0);
131 default:
161 // the default triple).
321 default:
446 // Xcode tools to define the default sysroot, by making it the default for
450 // We only use this value as the default if it is an absolute path and
512 // IPHONEOS_DEPLOYMENT_TARGET is not defined, see if we can set the default
532 // FIXME: Don't hardcode default here
    [all...]
Tools.cpp 83 default:
237 // Add a default target if one wasn't specified.
449 .Default("");
510 .Default("arm7tdmi");
516 default:
538 // Disable any default FPU support.
615 // If unspecified, choose the default based on the platform.
634 default:
655 default:
681 // Select the default based on the platform
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 60 default:
89 default:
190 default:
318 default:
370 default:
459 TCALLINGCONV(Default);
556 default:
576 default:
593 default:
610 default
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 88 A: Yes. By default tunnel driver copies \verb|ttl| value from
238 Default value is: \verb|inherit|.
241 Default value is: \verb|inherit|.
248 It is enabled by default. Note that fixed ttl is incompatible
398 sent to multicast group 224.66.66.66. By default such tunnel starts
  /external/llvm/lib/MC/
MCExpr.cpp 265 .Default(VK_Invalid);
545 default:
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 721 .Default(-1);
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 193 pVisibility = ResolveInfo::Default;
661 default:
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 183 text.push('Default address family: ' +
  /external/clang/include/clang/Sema/
DeclSpec.h 873 /// \brief Clear out this unqualified-id, setting it to default (invalid)
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 53 .Default("Record[Idx++]");
67 .Default("Record.push_back(" + std::string(name) + ");\n");
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 773 default:
821 default:
    [all...]
  /ndk/build/core/
add-application.mk 65 # revert to the default value (i.e. "android-3").
71 # NOTE: project.properties was called default.properties before
72 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
117 # Default ABI is 'armeabi'
218 # Check that APP_STL is defined. If not, use the default value (system)
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 76 default: // Map unknown/new linkages to external
98 default: // Map unknown visibilities to default.
108 default: // Map unknown non-zero value to general dynamic.
118 default: return -1;
135 default: return -1;
159 default: return AtomicRMWInst::BAD_BINOP;
182 default: // Map unknown orderings to sequentially-consistent.
190 default: // Map unknown scopes to cross-thread.
470 default: // Default behavior: ignore
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 214 .Default(IC_CallOrUser);
238 .Default(IC_CallOrUser);
247 .Default(IC_CallOrUser);
264 .Default(IC_CallOrUser);
271 .Default(IC_CallOrUser);
314 default:
351 default:
645 default:
793 default:
818 default
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 33 default:
536 /// capture-default
538 /// capture-default ',' capture-list
540 /// capture-default:
629 // Parse capture-default.
632 Intro.Default = LCD_ByRef;
636 Intro.Default = LCD_ByCopy;
649 !(getLangOpts().ObjC1 && Intro.Default == LCD_None &&
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 209 defaultListDAGScheduler("default", "Best scheduler for the target",
    [all...]
  /build/core/
config.mk 117 # Default shell is mksh. Other possible value is ash.
127 # be used, and if that doesn't work, then the default is an
267 $(info *** - Look at buildspec.mk.default to see what has changed)
365 # The default key if not set as LOCAL_CERTIFICATE
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 584 default: return Error(IntTok.getLoc(), "invalid stack index");
794 default:
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 393 'Default': [
395 'tickprocessor-test.log', 'tickprocessor-test.default'],
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/AST/
CommentSema.cpp 432 default:
755 .Default(InlineCommandComment::RenderNormal);

Completed in 1227 milliseconds

1 2 3 4 5 6 78 910