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

12 3 4

  /external/clang/lib/AST/
Stmt.cpp 389 IdentifierInfo **Names,
402 C.Deallocate(this->Names);
403 this->Names = new (C) IdentifierInfo*[NumExprs];
404 std::copy(Names, Names + NumExprs, this->Names);
630 IdentifierInfo **names, StringLiteral **constraints,
639 Names = new (C) IdentifierInfo*[NumExprs];
640 std::copy(names, names + NumExprs, Names)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 72 static const char** Names;
75 static inline const char* Name(E val) { return Names[val]; }
78 if (!find_string(index, name, Names, Size))
95 template<> const char** Enum<e>::Names = n; \
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 40 void VideoCaptureDevice::GetDeviceNames(Names* device_names) {
  /external/chromium_org/media/video/capture/
fake_video_capture_device.cc 26 void FakeVideoCaptureDevice::GetDeviceNames(Names* const device_names) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 72 static const char** Names;
75 static inline const char* Name(E val) { return Names[val]; }
78 if (!find_string(index, name, Names, Size))
95 template<> const char** Enum<e>::Names = n; \
thread_unittest.cc 204 // Test that setting thread names doesn't cause a malfunction.
206 TEST(ThreadTest, Names) {
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 330 // Add the various names to the Dwarf accelerator table names.
648 // Look up the source id with the given directory and source file names.
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 48 // Linux USB camera devices have names like "UVC Camera (1234:fdcb)"
104 void VideoCaptureDevice::GetDeviceNames(Names* device_names) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 268 void VideoCaptureDeviceMFWin::GetDeviceNames(Names* device_names) {
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 194 // Test for listing a token cache with multiple tokens. Names of the extensions
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl 17 # 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
114 die "You must specify a namespace (e.g. SVG) for <namespace>Names.h" unless $parameters{namespace};
120 my $namesBasePath = "$outputDir/$parameters{namespace}Names";
194 my %names = %$namesRef;
196 for my $name (keys %names) {
271 my $names = new IO::File;
273 open($names, preprocessorCommand() . " " . $namesFile . "|") or die "Failed to open file: $namesFile";
275 open($names, $namesFile) or die "Failed to open file: $namesFile";
279 $InParser->parse($names, \&parametersHandler, $handler);
281 close($names);
    [all...]
  /external/chromium_org/tools/page_cycler/webpagereplay/extension/
background.js 14 // Constant StatCounter Names
  /external/chromium_org/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/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 362 // FIXME: We need a way to map from names to Type*.
372 static const char* Names[] = {
391 return i <= kCFNumberCGFloatType ? Names[i-1] : "Invalid CFNumberType";
    [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/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 544 // Give section names unique ID's.
556 // Give section names unique ID's.
565 // Same for GC names.
840 SmallVector<StringRef, 8> Names;
841 M->getMDKindNames(Names);
843 if (Names.empty()) return;
847 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
849 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 449 // Give section names unique ID's.
459 // Give section names unique ID's.
468 // Same for GC names.
729 SmallVector<StringRef, 4> Names;
730 M->getMDKindNames(Names);
732 if (Names.empty()) return;
736 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
738 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 403 // Give section names unique ID's.
413 // Give section names unique ID's.
422 // Same for GC names.
683 SmallVector<StringRef, 4> Names;
684 M->getMDKindNames(Names);
686 if (Names.empty()) return;
690 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
692 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 418 // Give section names unique ID's.
430 // Give section names unique ID's.
439 // Same for GC names.
717 SmallVector<StringRef, 4> Names;
718 M->getMDKindNames(Names);
720 if (Names.empty()) return;
724 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
726 StringRef KName = Names[MDKindID];
    [all...]
  /external/chromium_org/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/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 1097 // 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

Completed in 3689 milliseconds

12 3 4