HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 1101 - 1125 of 2465) sorted by null

<<41424344454647484950>>

  /external/opencv3/3rdparty/jinja2/
ext.py 35 def __new__(cls, name, bases, d):
36 rv = type.__new__(cls, name, bases, d)
51 by their import name. The correct way to configure the extension is
56 is a terrible name, ``fragment_cache_prefix`` on the other hand is a good
57 name as includes the name of the extension (fragment cache).
80 def preprocess(self, source, name, filename=None):
102 is the name token that matched. This method has to return one or a
107 def attr(self, name, lineno=None):
115 return nodes.ExtensionAttribute(self.identifier, name, lineno=lineno
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 35 # Vendor-specific attributes have a fifth field with the name of the
40 # introduces a Roaring Penguin vendor-specific attribbute with name
46 ATTRIBUTE User-Name 1 string
96 ATTRIBUTE Huntgroup-Name 221 string
98 ATTRIBUTE Group-Name 1030 string
100 ATTRIBUTE Strip-User-Name 1035 integer
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassCache.java 18 private static final Attributes.Name VERSION_ATTRIBUTE = new Attributes.Name("version");
60 public byte[] getClassBytesFor(String name) {
61 return cachedClasses.get(name);
  /external/v8/src/interpreter/
bytecode-traits.h 22 #define DECLARE_OPERAND_SIZE(Name, Size) \
24 struct OperandTraits<OperandType::k##Name> { \
  /external/v8/src/profiler/
cpu-profiler.cc 203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
209 profiles_->GetName(name));
217 const char* name) {
222 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
232 Name* name) {
237 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
247 CompilationInfo* info, Name* script_name) {
267 CompilationInfo* info, Name* script_name
    [all...]
strings-storage.cc 78 const char* StringsStorage::GetName(Name* name) {
79 if (name->IsString()) {
80 String* str = String::cast(name);
86 } else if (name->IsSymbol()) {
98 const char* StringsStorage::GetFunctionName(Name* name) {
99 return GetName(name);
103 const char* StringsStorage::GetFunctionName(const char* name) {
104 return GetCopy(name);
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmpptask.cc 118 if (stanza->Name() != QN_IQ)
146 if (stanza->Name() != QN_IQ)
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 114 llvm::MDNode *Name = NameMetadata->getOperand(i);
115 if (Name && Name->getNumOperands() > 0) {
116 NameList[i] = createStringFromValue(Name->getOperand(0));
118 ALOGE("Metadata operand does not contain a name string");
135 // Name of metadata node where pragma info resides (should be synced with
139 // Name of metadata node where exported variable names reside (should be
143 // Name of metadata node where exported function names reside (should be
147 // Name of metadata node where exported ForEach name information reside
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 12 #define DECL_MIPS_APPLY_RELOC_FUNC(Name) \
13 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 103 void print(llvm::raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
105 const char *Name) const;
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 103 void print(llvm::raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
105 const char *Name) const;
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 106 void print(llvm::raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
108 const char *Name) const;
  /frameworks/compile/slang/
slang_rs_export_reduce.h 46 // reduction kernel name
109 FnIdent Kind, const llvm::StringRef &Name,
115 const char *Kind, const llvm::StringRef &Name);
slang_rs_special_kernel_param.cpp 35 const char *name; member in struct:__anon28970::SpecialParameter
50 // If the specified name matches the name of an entry in
53 int lookupSpecialKernelParameter(const llvm::StringRef name) {
54 for (int i = 0; specialParameterTable[i].name != nullptr; ++i) {
55 if (name.equals(specialParameterTable[i].name)) {
67 // Is the specified name the name of an entry in the specialParameterTable?
68 bool isSpecialKernelParameter(const llvm::StringRef Name) {
    [all...]
  /hardware/intel/common/libmix/mix_audio/
mixaudio.spec 8 Name: mixaudio
11 Source0: %{name}-%{version}.tar.gz
15 BuildRoot: %{_tmppath}/%{name}-root
26 Requires: %{name} = %{version}
29 The %{name}-devel package contains the header files and static libraries
30 for building applications which use %{name}.
  /hardware/intel/common/libmix/mix_common/
mixcommon.spec 2 Name: mixcommon
5 Source0: %{name}-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-root
18 Requires: %{name} = %{version}
21 The %{name}-devel package contains the header files and static libraries for building applications which use %{name}.
  /hardware/intel/common/libmix/mix_vbp/
mixvbp.spec 8 Name: mixvbp
11 Source0: %{name}-%{version}.tar.gz
15 BuildRoot: %{_tmppath}/%{name}-root
24 Requires: %{name} = %{version}
27 The %{name}-devel package contains the header files and static libraries for building applications which use %{name}.
  /hardware/intel/img/psb_video/
psb-video.spec 10 Name: psb-video
17 Source0: %{name}-%{version}.tar.bz2
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 57 ("Owner-Name", "Barry Warsaw"),
106 KPMD-Owner-Name: Barry Warsaw
152 KP-Module-Name: BuyerKP
183 KP-Module-Name: main
261 buyer.addheader("KP-Module-Name", "BuyerKP")
276 st.addheader("KP-Module-Name", "main")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 57 ("Owner-Name", "Barry Warsaw"),
106 KPMD-Owner-Name: Barry Warsaw
152 KP-Module-Name: BuyerKP
183 KP-Module-Name: main
261 buyer.addheader("KP-Module-Name", "BuyerKP")
276 st.addheader("KP-Module-Name", "main")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 57 ("Owner-Name", "Barry Warsaw"),
106 KPMD-Owner-Name: Barry Warsaw
152 KP-Module-Name: BuyerKP
183 KP-Module-Name: main
261 buyer.addheader("KP-Module-Name", "BuyerKP")
276 st.addheader("KP-Module-Name", "main")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 57 ("Owner-Name", "Barry Warsaw"),
106 KPMD-Owner-Name: Barry Warsaw
152 KP-Module-Name: BuyerKP
183 KP-Module-Name: main
261 buyer.addheader("KP-Module-Name", "BuyerKP")
276 st.addheader("KP-Module-Name", "main")
  /system/extras/simpleperf/
callchain.cpp 27 return strcmp(sample1->symbol->Name(), sample2->symbol->Name()) == 0;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
comment-1.d 19 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-10.d 25 Idx Name Size VMA LMA File off Algn

Completed in 585 milliseconds

<<41424344454647484950>>