HomeSort by relevance Sort by last modified time
    Searched defs:Names (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfNameTreeNodeDictionary_autogen.cpp 23 SkPdfArray* SkPdfNameTreeNodeDictionary::Names(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Names", "");
32 return get("Names", "") != NULL;
SkPdfCatalogDictionary_autogen.cpp 79 SkPdfDictionary* SkPdfCatalogDictionary::Names(SkPdfNativeDoc* doc) {
80 SkPdfNativeObject* ret = get("Names", "");
88 return get("Names", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfNameTreeNodeDictionary_autogen.cpp 23 SkPdfArray* SkPdfNameTreeNodeDictionary::Names(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Names", "");
32 return get("Names", "") != NULL;
SkPdfCatalogDictionary_autogen.cpp 79 SkPdfDictionary* SkPdfCatalogDictionary::Names(SkPdfNativeDoc* doc) {
80 SkPdfNativeObject* ret = get("Names", "");
88 return get("Names", "") != NULL;
  /external/chromium_org/media/video/capture/
video_capture_device.h 125 typedef std::list<Name> Names;
202 // Gets the names of all video capture devices connected to this computer.
203 static void GetDeviceNames(Names* device_names);
  /external/clang/lib/AST/
NSAPI.cpp 263 const char **Names;
266 Names = InstanceSelectorName;
269 Names = ClassSelectorName;
273 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
  /external/clang/lib/Basic/
Module.cpp 117 SmallVector<StringRef, 2> Names;
119 // Build up the set of module names (from innermost to outermost).
121 Names.push_back(M->Name);
124 for (SmallVectorImpl<StringRef>::reverse_iterator I = Names.rbegin(),
125 IEnd = Names.rend();
TargetInfo.cpp 315 const char * const *Names;
321 getGCCRegNames(Names, NumNames);
330 // Check register names.
332 if (Name == Names[i])
336 // Check any additional names that we have.
341 for (unsigned j = 0; j < llvm::array_lengthof(AddlNames[i].Names); j++) {
342 if (!AddlNames[i].Names[j])
345 // the bounds of the register names from above.
346 if (AddlNames[i].Names[j] == Name && AddlNames[i].RegNum < NumNames)
374 const char * const *Names;
    [all...]
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 91 std::vector<int32_t> Names;
230 Names.push_back(name);
280 for (size_t j = 0; j < Names.size(); ++j) {
281 mixer->setParameter(Names[j], AudioMixer::TRACK, AudioMixer::MAIN_BUFFER,
284 mixer->setParameter(Names[j], AudioMixer::TRACK, AudioMixer::AUX_BUFFER,
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 180 // If any capture names a function parameter pack, that pack is expanded
222 SmallVector<IdentifierInfo *, 4> Names;
234 Names.push_back(Name);
241 = Names.size() == 0? Diag(Loc, diag::err_unexpanded_parameter_pack_0)
243 : Names.size() == 1? Diag(Loc, diag::err_unexpanded_parameter_pack_1)
244 << (int)UPPC << Names[0]
245 : Names.size() == 2? Diag(Loc, diag::err_unexpanded_parameter_pack_2)
246 << (int)UPPC << Names[0] << Names[1]
248 << (int)UPPC << Names[0] << Names[1]
    [all...]
TreeTransform.h 91 /// default locations and entity names used for type-checking
444 /// and destructor names and then (if needed) rebuilds the declaration name.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 29 WSDXML_NAME *Names;
  /external/chromium_org/remoting/webapp/
remoting.js 165 remoting.testEvents.Names = {
168 remoting.testEvents.defineEvents(base.values(remoting.testEvents.Names));
  /external/nanopb-c/generator/
nanopb_generator.py 65 class Names:
66 '''Keeps a set of nested names and formats them to C identifier.'''
68 if isinstance(parts, Names):
77 return Names(self.parts + (other,))
79 return Names(self.parts + other)
84 return isinstance(other, Names) and self.parts == other.parts
87 '''Parse Names() from FieldDescriptorProto type_name'''
89 raise NotImplementedError("Lookup of non-absolute type names is not supported")
90 return Names(type_name[1:].split('.'))
107 if isinstance(value, (str, Names))
    [all...]
  /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; \
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 55 static const char** Names;
58 static inline const char* Name(E val) { return Names[val]; }
61 if (!find_string(index, name, Names, Size))
78 template<> const char** Enum<e>::Names = n; \
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 581 // Give section names unique ID's.
593 // Give section names unique ID's.
602 // Same for GC names.
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 444 // Give section names unique ID's.
454 // Give section names unique ID's.
463 // Same for GC names.
724 SmallVector<StringRef, 4> Names;
725 M->getMDKindNames(Names);
727 if (Names.empty()) return;
731 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
733 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 398 // Give section names unique ID's.
408 // Give section names unique ID's.
417 // Same for GC names.
678 SmallVector<StringRef, 4> Names;
679 M->getMDKindNames(Names);
681 if (Names.empty()) return;
685 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
687 StringRef KName = Names[MDKindID];
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 413 // Give section names unique ID's.
425 // Give section names unique ID's.
434 // Same for GC names.
712 SmallVector<StringRef, 4> Names;
713 M->getMDKindNames(Names);
715 if (Names.empty()) return;
719 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) {
721 StringRef KName = Names[MDKindID];
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 595 const char * const Names[5];
799 virtual void getGCCRegNames(const char * const *&Names,
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 111 // This is different from NormalizeAttrName in that it also handles names like
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 1107 // TODO: Process arg names
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 319 SmallVector<IdentifierInfo *, 16> Names;
323 Names.push_back(Reader.GetIdentifierInfo(F, Record, Idx));
334 Names.data(), Constraints.data(),
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 564 milliseconds

1 2