HomeSort by relevance Sort by last modified time
    Searched refs:Names (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 509 int Compiler::runInternalPasses(std::vector<std::string>& Names,
514 BCCPasses.add(createForEachExpandPass(Names, Signatures));
525 // function, and kernel names.
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h 91 /// default locations and entity names used for type-checking
424 /// and destructor names and then (if needed) rebuilds the declaration name.
    [all...]
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 12 // * Neither the name of Google Inc. nor the names of its
161 print('Names found in scope:');
162 var names = scope.scopeObject().propertyNames();
163 for (var i = 0; i < names.length; i++) {
164 print(names[i]);
  /external/webkit/Source/WebCore/dom/
make_names.pl 17 # 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
94 die "You must specify a namespace (e.g. SVG) for <namespace>Names.h" unless $parameters{namespace};
100 my $namesBasePath = "$outputDir/$parameters{namespace}Names";
226 my $names = new IO::File;
228 open($names, preprocessorCommand() . " " . $namesFile . "|") or die "Failed to open file: $namesFile";
230 open($names, $namesFile) or die "Failed to open file: $namesFile";
234 $InParser->parse($names, \&parametersHandler, $handler);
236 close($names);
237 die "Failed to read names from file: $namesFile" if (keys %{$hashToFillRef} == 0);
258 my %names = %$namesRef
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 420 // Give section names unique ID's.
432 // Give section names unique ID's.
441 // Same for GC names.
703 SmallVector<StringRef, 4> Names;
704 M->getMDKindNames(Names);
706 if (Names.empty()) return;
710 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
712 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 463 // Give section names unique ID's.
473 // Give section names unique ID's.
482 // Same for GC names.
743 SmallVector<StringRef, 4> Names;
744 M->getMDKindNames(Names);
746 if (Names.empty()) return;
750 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
752 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 415 // Give section names unique ID's.
427 // Give section names unique ID's.
436 // Same for GC names.
697 SmallVector<StringRef, 4> Names;
698 M->getMDKindNames(Names);
700 if (Names.empty()) return;
704 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
706 StringRef KName = Names[MDKindID];
    [all...]
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 12 // * Neither the name of Google Inc. nor the names of its
164 print('Names found in scope:');
165 var names = scope.scopeObject().propertyNames();
166 for (var i = 0; i < names.length; i++) {
167 print(names[i]);
  /external/llvm/lib/TableGen/
Record.cpp 1102 // TODO: Process arg names
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 23 * Names of special variables defined by the jstemplate evaluation
263 * jsvalue expressions, variable names must start with $, but in the
jstemplate.js 32 * Names of jstemplate attributes. These attributes are attached to
706 * of their names.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 23 * Names of special variables defined by the jstemplate evaluation
263 * jsvalue expressions, variable names must start with $, but in the
jstemplate.js 32 * Names of jstemplate attributes. These attributes are attached to
706 * of their names.
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 503 /// Used by Sema for finding sugared names for ext_vectors in diagnostics.
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 12 // * Neither the name of Google Inc. nor the names of its
154 print('Names found in scope:');
155 var names = scope.scopeObject().propertyNames();
156 for (var i = 0; i < names.length; i++) {
157 print(names[i]);
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 300 SmallVector<IdentifierInfo *, 16> Names;
304 Names.push_back(Reader.GetIdentifierInfo(F, Record, Idx));
315 Names.data(), Constraints.data(),
    [all...]
ASTReader.cpp 798 // Parse the file names
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 25 * @param {Object} params A map of parameter names to values controlling the
26 * appearance of the FileManager. Names are:
    [all...]
  /external/dropbear/libtommath/
bn.tex 267 \hline Commented function prototypes & X && GnuPG function names are cryptic. \\
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 14 // * Neither the name of Google Inc. nor the names of its
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 256 /// us to associate a raw vector type with one of the ext_vector type names.
280 /// \brief A mapping from external names to the most recent
    [all...]

Completed in 1173 milliseconds

12 3