/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 14 from lib2to3.fixer_util import Call, Name, String, touch_import 54 return Call(Name(u"hasattr"), args, prefix=node.prefix) 76 def _handle_rename(self, node, results, name): 78 method.value = name 85 return Call(Name(u"isinstance"), args, prefix=node.prefix)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot 57 method = results["method"][0] # Extract node for method name 71 Name(method_name, 77 new = Call(Name(u"iter" if isiter else u"list"), [new]) 83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
|
fix_operator.py | 14 from lib2to3.fixer_util import Call, Name, String, touch_import 54 return Call(Name(u"hasattr"), args, prefix=node.prefix) 76 def _handle_rename(self, node, results, name): 78 method.value = name 85 return Call(Name(u"isinstance"), args, prefix=node.prefix)
|
/libcore/ojluni/src/main/java/java/net/ |
URLClassLoader.java | 40 import java.util.jar.Attributes.Name; 218 * @param name 219 * The resource name 226 public InputStream getResourceAsStream(String name) { 227 URL url = getResource(name); 341 * Finds and loads the class with the specified name from the URL search 345 * @param name the name of the class 350 protected Class<?> findClass(final String name) 357 String path = name.replace('.', '/').concat(".class") [all...] |
/art/cmdline/ |
memory_representation.h | 49 static const char* Name() {
|
/external/autotest/client/deps/glbench/src/ |
cleartest.cc | 18 virtual const char* Name() const { return "clear"; }
|
contexttest.cc | 27 virtual const char* Name() const { return "context"; }
|
readpixeltest.cc | 21 virtual const char* Name() const { return "pixel_read"; }
|
texturereusetest.cc | 21 virtual const char* Name() const { return "texture_reuse"; }
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
command_line.py | 15 return argparse.ArgumentParser('%%prog %s %s' % (cls.Name(), cls.usage),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
pkcs12.py | 21 namedtype.NamedType('subject', Name()),
|
rfc2314.py | 20 namedtype.NamedType('subject', Name()),
|
/external/clang/include/clang/Driver/ |
Types.h | 21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, 27 /// getTypeName - Return the name of the type for \p Id. 46 /// command line (by the type name); this is used when forwarding 80 /// specified type name. 81 ID lookupTypeForTypeSpecifier(const char *Name);
|
/external/clang/include/clang/Lex/ |
ModuleLoader.h | 54 /// for resolving a module name (e.g., "std") to an actual module file, and 118 /// \param Name The symbol name to look for. 121 virtual bool lookupMissingImports(StringRef Name,
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
AnalyzerOptions.h | 37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME, 44 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) NAME##Model, 51 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) NAME##Model, 59 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) PD_##NAME, 67 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME, [all...] |
/external/clang/lib/Basic/ |
Builtins.cpp | 74 Table.get(BuiltinInfo[i].Name).setBuiltinID(i); 80 Table.get(TSRecords[i].Name).setBuiltinID(i + Builtin::FirstTSBuiltin); 84 Table.get(AuxTSRecords[i].Name) 89 Table.get(getRecord(ID).Name).setBuiltinID(0);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 91 bool checkSystemCall(const CallExpr *CE, StringRef Name, 145 StringRef Name, 200 StringRef Name, 205 // Check for exact name match for functions without builtin substitutes. 206 TaintPropagationRule Rule = llvm::StringSwitch<TaintPropagationRule>(Name) 299 StringRef Name = C.getCalleeName(FDecl); 300 if (Name.empty()) 305 TaintPropagationRule::getTaintPropagationRule(FDecl, Name, C); 315 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) 371 // Set the evaluation function by switching on the callee name [all...] |
/external/elfutils/tests/ |
run-readelf-z.sh | 27 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 49 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 72 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 94 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 117 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 139 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 162 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al 184 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
|
/external/libunwind/doc/ |
unw_destroy_addr_space.tex | 8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}unw\_destroy\_addr\_space -- destroy unwind address space 9 \end{Name}
|
unw_regname.tex | 8 \begin{Name}{3}{unw\_regname}{David Mosberger-Tang}{Programming Library}{unw\_regname}unw\_regname -- get register name 9 \end{Name} 19 The \Func{unw\_regname}() routine returns a printable name for
|
unw_strerror.tex | 8 \begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror -- get text corresponding to error code 9 \end{Name}
|
/external/libxml2/python/tests/ |
reader2.py | 98 res = res + "%s,%s\n" % (reader.NodeType(),reader.Name()) 148 res = res + "%s %s\n" % (reader.NodeType(),reader.Name()) 202 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) 244 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth())
|
reader7.py | 16 reader.Name(), reader.IsEmptyElement())
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 127 std::string Name; 129 VariableExprAST(const std::string &name) : Name(name) {} 130 const std::string &getName() const { return Name; } 199 std::string Name; 204 PrototypeAST(const std::string &name, const std::vector<std::string> &args, 206 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {} 213 return Name[Name.size()-1] [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 129 std::string Name; 131 VariableExprAST(const std::string &name) : Name(name) {} 132 const std::string &getName() const { return Name; } 201 std::string Name; 206 PrototypeAST(const std::string &name, const std::vector<std::string> &args, 208 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {} 215 return Name[Name.size()-1] [all...] |