Home
last modified time | relevance | path

Searched defs:to_name (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/databases/erlang-epgsql/epgsql-4.1.0/src/
H A Depgsql_errcodes.erl5 to_name(<<"00000">>) -> successful_completion; function
6 to_name(<<"01000">>) -> warning; function
14 to_name(<<"02000">>) -> no_data; function
29 to_name(<<"0L000">>) -> invalid_grantor; function
34 to_name(<<"20000">>) -> case_not_found; function
36 to_name(<<"22000">>) -> data_exception; function
74 to_name(<<"22027">>) -> trim_error; function
186 to_name(<<"53100">>) -> disk_full; function
205 to_name(<<"58030">>) -> io_error; function
211 to_name(<<"HV000">>) -> fdw_error; function
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DBuiltinCodes.py39 def generateBuiltinAbsCode(to_name, expression, emit, context): argument
52 def generateBuiltinRefCode(to_name, expression, emit, context): argument
82 def generateBuiltinType1Code(to_name, expression, emit, context): argument
95 def generateBuiltinType3Code(to_name, expression, emit, context): argument
125 def generateBuiltinOpenCode(to_name, expression, emit, context): argument
154 def generateBuiltinSum1Code(to_name, expression, emit, context): argument
167 def generateBuiltinSum2Code(to_name, expression, emit, context): argument
322 def generateBuiltinBoolCode(to_name, expression, emit, context): argument
344 def generateBuiltinBinCode(to_name, expression, emit, context): argument
357 def generateBuiltinOctCode(to_name, expression, emit, context): argument
[all …]
H A DStringCodes.py34 def generateBuiltinBytes1Code(to_name, expression, emit, context): argument
48 def generateBuiltinBytes3Code(to_name, expression, emit, context): argument
69 def generateBuiltinUnicodeCode(to_name, expression, emit, context): argument
107 def generateBuiltinStrCode(to_name, expression, emit, context): argument
125 def generateBuiltinChrCode(to_name, expression, emit, context): argument
138 def generateBuiltinOrdCode(to_name, expression, emit, context): argument
151 def generateStringContenationCode(to_name, expression, emit, context): argument
181 def generateBuiltinFormatCode(to_name, expression, emit, context): argument
220 def generateBuiltinAsciiCode(to_name, expression, emit, context): argument
H A DIteratorCodes.py46 def generateBuiltinNext1Code(to_name, expression, emit, context): argument
68 def getBuiltinLoopBreakNextCode(to_name, value, emit, context): argument
108 def generateSpecialUnpackCode(to_name, expression, emit, context): argument
211 def generateBuiltinNext2Code(to_name, expression, emit, context): argument
227 def generateBuiltinIter1Code(to_name, expression, emit, context): argument
242 def generateBuiltinIterForUnpackCode(to_name, expression, emit, context): argument
257 def generateBuiltinIter2Code(to_name, expression, emit, context): argument
273 def generateBuiltinLenCode(to_name, expression, emit, context): argument
286 def generateBuiltinAnyCode(to_name, expression, emit, context): argument
299 def generateBuiltinAllCode(to_name, expression, emit, context): argument
H A DIndexCodes.py29 def getMaxIndexCode(to_name, emit): argument
33 def getMinIndexCode(to_name, emit): argument
37 def getIndexCode(to_name, value_name, emit, context): argument
45 def getIndexValueCode(to_name, value, emit): argument
H A DCallCodes.py43 to_name, expression, called_name, called_attribute_name, emit, context argument
357 def generateCallCode(to_name, expression, emit, context): argument
565 to_name, argument
623 to_name, called_name, arg_names, expression, needs_check, emit, context argument
670 to_name, argument
727 to_name, called_name, expression, args_value, needs_check, emit, context argument
775 to_name, argument
803 to_name, called_name, expression, args_name, needs_check, emit, context argument
821 to_name, called_name, expression, call_args, call_kw, emit, context argument
898 to_name, called_name, expression, call_args, call_kw, emit, context argument
[all …]
H A DSetCodes.py36 def generateSetCreationCode(to_name, expression, emit, context): argument
75 def generateSetLiteralCreationCode(to_name, expression, emit, context): argument
151 def generateSetOperationUpdateCode(to_name, expression, emit, context): argument
179 def generateBuiltinSetCode(to_name, expression, emit, context): argument
192 def generateBuiltinFrozensetCode(to_name, expression, emit, context): argument
H A DImportCodes.py37 def generateBuiltinImportCode(to_name, expression, emit, context): argument
67 helper_prefix, to_name, args, min_args, needs_check, emit, context argument
105 to_name, argument
129 def generateImportModuleHardCode(to_name, expression, emit, context): argument
145 def generateImportModuleNameHardCode(to_name, expression, emit, context): argument
222 def generateImportNameCode(to_name, expression, emit, context): argument
H A DOperationCodes.py38 def generateOperationBinaryCode(to_name, expression, emit, context): argument
57 def generateOperationNotCode(to_name, expression, emit, context): argument
79 def generateOperationUnaryCode(to_name, expression, emit, context): argument
96 to_name, expression, operator, arg_names, in_place, emit, context argument
160 to_name, expression, operator, arg_name, needs_check, emit, context argument
H A DIntegerCodes.py33 def generateBuiltinLong1Code(to_name, expression, emit, context): argument
49 def generateBuiltinLong2Code(to_name, expression, emit, context): argument
72 def generateBuiltinInt1Code(to_name, expression, emit, context): argument
86 def generateBuiltinInt2Code(to_name, expression, emit, context): argument
H A DComparisonCodes.py105 def generateComparisonExpressionCode(to_name, expression, emit, context): argument
223 def generateBuiltinIsinstanceCode(to_name, expression, emit, context): argument
258 def generateBuiltinIssubclassCode(to_name, expression, emit, context): argument
293 def generateTypeCheckCode(to_name, expression, emit, context): argument
H A DGlobalsLocalsCodes.py46 def generateBuiltinLocalsRefCode(to_name, expression, emit, context): argument
58 def generateBuiltinLocalsCode(to_name, expression, emit, context): argument
111 def generateBuiltinGlobalsCode(to_name, expression, emit, context): argument
204 def generateBuiltinDir1Code(to_name, expression, emit, context): argument
217 def generateBuiltinVarsCode(to_name, expression, emit, context): argument
H A DExceptionCodes.py42 def generateExceptionRefCode(to_name, expression, emit, context): argument
59 def generateExceptionCaughtTypeCode(to_name, expression, emit, context): argument
72 def generateExceptionCaughtValueCode(to_name, expression, emit, context): argument
91 def generateExceptionCaughtTracebackCode(to_name, expression, emit, context): argument
161 def generateBuiltinMakeExceptionCode(to_name, expression, emit, context): argument
H A DYieldCodes.py33 to_name, value_name, preserve_exception, yield_code, resume_code, emit, context argument
126 def generateYieldCode(to_name, expression, emit, context): argument
163 def generateYieldFromCode(to_name, expression, emit, context): argument
199 def generateYieldFromWaitableCode(to_name, expression, emit, context): argument
H A DAttributeCodes.py104 def generateAttributeLookupCode(to_name, expression, emit, context): argument
198 def generateAttributeLookupSpecialCode(to_name, expression, emit, context): argument
218 to_name, source_name, attr_name, needs_check, emit, context argument
233 def generateBuiltinHasattrCode(to_name, expression, emit, context): argument
255 def generateAttributeCheckCode(to_name, expression, emit, context): argument
278 def generateBuiltinGetattrCode(to_name, expression, emit, context): argument
296 def generateBuiltinSetattrCode(to_name, expression, emit, context): argument
H A DEvalCodes.py80 def generateBuiltinCompileCode(to_name, expression, emit, context): argument
160 to_name, argument
202 to_name, argument
339 def _generateEvalCode(to_name, node, emit, context): argument
383 def generateEvalCode(to_name, expression, emit, context): argument
392 def generateExecfileCode(to_name, expression, emit, context): argument
H A DListCodes.py34 def generateListCreationCode(to_name, expression, emit, context): argument
117 def generateListOperationExtendCode(to_name, expression, emit, context): argument
159 def generateListOperationPopCode(to_name, expression, emit, context): argument
186 def generateBuiltinListCode(to_name, expression, emit, context): argument
H A DDictCodes.py34 def generateBuiltinDictCode(to_name, expression, emit, context): argument
93 def generateDictionaryCreationCode(to_name, expression, emit, context): argument
105 def _getDictionaryCreationCode(to_name, pairs, emit, context): argument
237 def generateDictOperationGetCode(to_name, expression, emit, context): argument
260 def generateDictOperationInCode(to_name, expression, emit, context): argument
H A DCoroutineCodes.py171 def generateMakeCoroutineObjectCode(to_name, expression, emit, context): argument
199 def generateAsyncWaitCode(to_name, expression, emit, context): argument
222 def generateAsyncIterCode(to_name, expression, emit, context): argument
240 def generateAsyncNextCode(to_name, expression, emit, context): argument
H A DTupleCodes.py42 def generateTupleCreationCode(to_name, expression, emit, context): argument
55 def getTupleCreationCode(to_name, elements, emit, context): argument
102 def generateBuiltinTupleCode(to_name, expression, emit, context): argument
H A DModuleCodes.py148 def generateModuleAttributeFileCode(to_name, expression, emit, context): argument
156 def generateModuleAttributeCode(to_name, expression, emit, context): argument
168 def generateNuitkaLoaderCreationCode(to_name, expression, emit, context): argument
H A DSliceCodes.py98 def generateSliceLookupCode(to_name, expression, emit, context): argument
268 def generateBuiltinSlice3Code(to_name, expression, emit, context): argument
297 def generateBuiltinSlice2Code(to_name, expression, emit, context): argument
325 def generateBuiltinSlice1Code(to_name, expression, emit, context): argument
352 def _getSliceLookupCode(to_name, source_name, lower_name, upper_name, emit, context): argument
374 to_name, lower_name, upper_name, source_name, emit, context argument
/dports/devel/elixir-eternal/eternal-1.2.0/lib/eternal/
H A Dtable.ex18 def to_name(name, create \\ false) function
19 def to_name(name, _create) when is_atom(name), function
21 def to_name(name, true) when is_number(name) do function
26 def to_name(name, false) when is_number(name) do function
/dports/science/py-rmf/rmf-1.3.1/src/
H A DFileConstHandle.cpp20 #include "RMF/internal/SharedData.h" in get_from()
28 FileConstHandle::FileConstHandle(boost::shared_ptr<internal::SharedData> shared) in get_from()
39 RMF_FILE_CATCH(); in get_from()
/dports/science/rmf/rmf-1.3.1/src/
H A DEnum.cpp19 static RMF_SMALL_UNORDERED_MAP<int, std::string> to_name; in get_to() local
28 static RMF_SMALL_UNORDERED_MAP<int, std::string> to_name; in get_to() local
37 static RMF_SMALL_UNORDERED_MAP<int, std::string> to_name; in get_to() local

12345678910>>...14