/external/v8/test/cctest/heap/ |
heap-tester.h | 12 // Those tests need to be defined using HEAP_TEST(Name) { ... }. 34 #define HEAP_TEST(Name) \ 35 CcTest register_test_##Name(v8::internal::HeapTester::Test##Name, __FILE__, \ 36 #Name, NULL, true, true); \ 37 void v8::internal::HeapTester::Test##Name() 40 #define THREADED_HEAP_TEST(Name) \ 41 RegisterThreadedTest register_##Name(v8::internal::HeapTester::Test##Name, \ 42 #Name); \ [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 75 typedef StringRef Name; 80 /// \param Kind -- the capability's name parameter (role, mutex, etc). 86 /// \param Kind -- the capability's name parameter (role, mutex, etc). 87 /// \param LockName -- A StringRef name for the lock expression, to be printed 90 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, 96 /// \param LockName -- A StringRef name for the lock expression, to be printed 98 /// \param Kind -- the capability's name parameter (role, mutex, etc). 102 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, 107 /// \param Kind -- the capability's name parameter (role, mutex, etc). 108 /// \param LockName -- A StringRef name for the lock expression, to be printe [all...] |
/external/clang/lib/Basic/ |
TargetInfo.cpp | 97 // Default to an unknown platform name. 319 StringRef Name = F; 321 bool Enabled = Name[0] == '+'; 322 setFeatureEnabled(Features, Name.substr(1), Enabled); 330 static StringRef removeGCCRegisterPrefix(StringRef Name) { 331 if (Name[0] == '%' || Name[0] == '#') 332 Name = Name.substr(1); 334 return Name; [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic-win1256.hh | 44 #define OT_LABEL_START(Name) unsigned char Name[ 52 #define OT_LABEL_START(Name) { 56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ 66 #define OT_LABEL(Name) \ 68 OT_LABEL_START(Name) 91 #define OT_UARRAY(Name, Items) \ 92 OT_LABEL_START(Name) \ 93 OT_USHORT(OT_COUNT(Name##Data, 2)) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
matching_unittest.py | 13 def Name(cls): 20 def Name(cls): 26 def Name(cls): 27 return 'I have a very unusual name' 37 all_benchmarks, 'BenchmarkFooz', name_func=lambda x: x.Name())) 42 all_benchmarks, 'BarBenchmark', name_func=lambda x: x.Name())) 47 all_benchmarks, 'unusual', name_func=lambda x: x.Name()))
|
/external/compiler-rt/lib/profile/ |
InstrProfiling.h | 24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; 29 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; 89 * Writes to the file with the last name given to \a __llvm_profile_set_filename(), 91 * or if that's not set, the last name given to 103 * \c Name is not copied, so it must remain valid. Passing NULL resets the 106 void __llvm_profile_set_filename(const char *Name); 115 * \c Name is not copied, so it must remain valid. Passing NULL resets the 119 void __llvm_profile_override_default_filename(const char *Name); [all...] |
/external/llvm/include/llvm/IR/ |
IRBuilder.h | 44 void InsertHelper(Instruction *I, const Twine &Name, 48 I->setName(Name); 238 /// Name is specified, it is the name of the global variable created. 239 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "", 429 Value *PassThru = nullptr, const Twine &Name = ""); 446 const Twine &Name = ""); 456 const Twine &Name = ""); 465 const Twine &Name = ""); 474 ArrayRef<Value *> GCArgs, const Twine &Name = "") [all...] |
MDBuilder.h | 87 MDNode *createAnonymousAARoot(StringRef Name = StringRef(), 101 MDNode *createAnonymousAliasScopeDomain(StringRef Name = StringRef()) { 102 return createAnonymousAARoot(Name); 109 StringRef Name = StringRef()) { 110 return createAnonymousAARoot(Name, Domain); 114 /// name. This may be identified (uniqued) with other roots with the same 115 /// name. 116 MDNode *createTBAARoot(StringRef Name); 119 /// the given name. This may be identified (uniqued) with other roots with 120 /// the same name [all...] |
/external/clang/include/clang/Basic/ |
LangOptions.h | 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; 34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) 40 #define LANGOPT(Name, Bits, Default, Description) 41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 42 unsigned Name : Bits; 89 /// \brief The name of the handler function to be called when -ftrapv is 95 /// \brief The name of the current module. 98 /// \brief The name of the module that the translation unit is an 115 #define LANGOPT(Name, Bits, Default, Description) [all...] |
/external/llvm/test/MC/X86/AlignedBundling/ |
section-alignment.s | 9 # CHECK-LABEL: Name: .text 10 # CHECK-NOT: Name 15 # CHECK-LABEL: Name: text1 16 # CHECK-NOT: Name 21 # CHECK-LABEL: Name: text2 22 # CHECK-NOT: Name
|
/libcore/ojluni/src/main/java/java/util/jar/ |
Attributes.java | 57 * The attribute name-value mappings. 79 * Constructs a new Attributes object with the same attribute name-value 90 * Returns the value of the specified attribute name, or null if the 91 * attribute name was not found. 93 * @param name the attribute name 94 * @return the value of the specified attribute name, or null if 97 public Object get(Object name) { 98 return map.get(name); 102 * Returns the value of the specified attribute name, specified a 347 String name = ((Name)e.getKey()).toString(); local 373 String name = null, value = null; local 449 private String name; field in class:Attributes.Name [all...] |
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 70 StringRef Name = F->getName(); 71 if (Name.size() <= 8 || !Name.startswith("llvm.")) 73 Name = Name.substr(5); // Strip off "llvm." 75 switch (Name[0]) { 78 if (Name.startswith("arm.neon.vclz")) { 84 // the end of the name. Change name from llvm.arm.neon.vclz.* to 88 "llvm.ctlz." + Name.substr(14), F->getParent()) [all...] |
/art/runtime/ |
runtime_options.h | 46 #define DECLARE_KEY(Type, Name) static const Key<Type> Name 56 // that are declared 'static constexpr T Name = Value' don't need to have a matching definition. 75 // List of key declarations, shorthand for 'static const Key<T> Name' 76 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> Name;
|
/external/llvm/include/llvm/MC/ |
MCFixupKindInfo.h | 26 /// A target specific name for the fixup kind. The names will be unique for 28 const char *Name;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_callable.py | 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import 36 args.extend(Attr(Name(u'collections'), Name(u'Callable'))) 37 return Call(Name(u'isinstance'), args, prefix=node.prefix)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_callable.py | 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import 36 args.extend(Attr(Name(u'collections'), Name(u'Callable'))) 37 return Call(Name(u'isinstance'), args, prefix=node.prefix)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_callable.py | 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import 36 args.extend(Attr(Name(u'collections'), Name(u'Callable'))) 37 return Call(Name(u'isinstance'), args, prefix=node.prefix)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_callable.py | 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import 36 args.extend(Attr(Name(u'collections'), Name(u'Callable'))) 37 return Call(Name(u'isinstance'), args, prefix=node.prefix)
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
GlobalMappingLayer.h | 55 void setGlobalMapping(const std::string &Name, TargetAddress Addr) { 56 SymbolTable[Name] = Addr; 60 void eraseGlobalMapping(const std::string &Name) { 61 SymbolTable.erase(Name); 70 /// @param Name The name of the symbol to search for. 73 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) { 74 auto I = SymbolTable.find(Name); 77 return BaseLayer.findSymbol(Name, ExportedSymbolsOnly); 84 /// @param Name The name of the symbol to search for [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
RTDyldMemoryManager.h | 66 static uint64_t getSymbolAddressInProcess(const std::string &Name); 72 virtual uint64_t getSymbolAddress(const std::string &Name) { 73 return getSymbolAddressInProcess(Name); 87 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) override { 88 return RuntimeDyld::SymbolInfo(getSymbolAddress(Name), 96 virtual uint64_t getSymbolAddressInLogicalDylib(const std::string &Name) { 111 findSymbolInLogicalDylib(const std::string &Name) override { 112 return RuntimeDyld::SymbolInfo(getSymbolAddressInLogicalDylib(Name), 119 /// If \p AbortOnFailure is false and no function with the given name is 125 virtual void *getPointerToNamedFunction(const std::string &Name, [all...] |
/external/elfutils/tests/ |
run-show-die-info.sh | 27 Name : b.c 30 Attrs : name stmt_list low_pc high_pc language comp_dir producer 37 Name : bar 40 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type 44 Name : int 47 Attrs : name byte_size encoding 51 Name : f.c 54 Attrs : name stmt_list low_pc high_pc language comp_dir producer 61 Name : foo 64 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base typ [all...] |
/external/clang/lib/AST/ |
CommentCommandTraits.cpp | 34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { 35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) 37 return getRegisteredCommandInfo(Name); 60 StringRef Name = Command->Name; 62 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); 64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance); 85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); 86 memcpy(Name, CommandName.data(), CommandName.size()); 87 Name[CommandName.size()] = '\0' [all...] |
/external/llvm/tools/llvm-diff/ |
llvm-diff.cpp | 36 StringRef Name) { 38 std::unique_ptr<Module> M = parseIRFile(Name, Diag, Context); 45 StringRef Name) { 46 // Drop leading sigils from the global name. 47 if (Name.startswith("@")) Name = Name.substr(1); 49 Function *LFn = L.getFunction(Name); 50 Function *RFn = R.getFunction(Name); 54 errs() << "No function named @" << Name << " in either module\n" [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_flags.h | 23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
/external/compiler-rt/lib/ubsan/ |
ubsan_flags.h | 25 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|