Home
last modified time | relevance | path

Searched defs:result (Results 11176 - 11200 of 15657) sorted by relevance

1...<<441442443444445446447448449450>>...627

/third_party/python/Parser/
H A Dpegen.c381 _PyPegen_expect_forced_result(Parser *p, void* result, const char* expected) { in _PyPegen_expect_forced_result() argument
901 mod_ty result = NULL; in _PyPegen_run_parser_from_file_pointer() local
941 mod_ty result = NULL; in _PyPegen_run_parser_from_string() local
[all...]
H A Dpegen.h188 CHECK_CALL(Parser *p, void *result) in CHECK_CALL() argument
200 CHECK_CALL_NULL_ALLOWED(Parser *p, void *result) in CHECK_CALL_NULL_ALLOWED() argument
[all...]
/third_party/python/Python/
H A Dast_unparse.c577 PyObject *result; in escape_braces() local
591 int result = -1; in append_fstring_unicode() local
645 int result = -1; in append_joinedstr() local
[all...]
H A Dcodecs.c149 PyObject *result = PyDict_GetItemWithError(interp->codec_search_cache, v); in _PyCodec_Lookup() local
414 PyObject *args = NULL, *result = NULL; _PyCodec_EncodeInternal() local
460 PyObject *args = NULL, *result = NULL; _PyCodec_DecodeInternal() local
[all...]
H A Dpreconfig.c533 _Py_str_to_int(const char *str, int *result) in _Py_str_to_int() argument
H A Dpystrtod.c133 double result; in _PyOS_ascii_strtod() local
341 double x, result=-1.0; in PyOS_string_to_double() local
390 PyObject *result; in _Py_string_to_number_with_underscores() local
[all...]
/third_party/python/Objects/
H A Dcomplexobject.c188 double result; in _Py_c_abs() local
354 PyObject *result = NULL; complex_repr() local
461 Py_complex result; complex_add() local
472 Py_complex result; complex_sub() local
483 Py_complex result; complex_mul() local
566 double result; complex_abs() local
860 PyObject *s_buffer = NULL, *result = NULL; complex_subtype_from_string() local
[all...]
H A Dgenericaliasobject.c342 PyObject *result; in _unpacked_tuple_args() local
H A Dcall.c211 PyObject *result = NULL; in _PyObject_MakeTpCall() local
33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, PyObject *result, const char *where) _Py_CheckFunctionResult() argument
257 PyObject *result = func(callable, args, _PyVectorcall_Call() local
317 PyObject *result; _PyObject_Call() local
482 PyObject *result = _PyObject_FastCallDictTstate(tstate, callable, _PyObject_Call_Prepend() local
502 PyObject *result; _PyObject_CallFunctionVa() local
554 PyObject *result; PyObject_CallFunction() local
572 PyObject *result; PyEval_CallFunction() local
590 PyObject *result = _PyObject_CallFunctionVa(tstate, callable, format, va, 1); _PyObject_CallFunction_SizeT() local
777 PyObject *result; object_vacall() local
855 PyObject *result = _PyObject_VectorcallTstate(tstate, callable, PyObject_VectorcallMethod() local
879 PyObject *result = object_vacall(tstate, obj, callable, vargs); PyObject_CallMethodObjArgs() local
909 PyObject *result = object_vacall(tstate, obj, callable, vargs); _PyObject_CallMethodIdObjArgs() local
922 PyObject *result; PyObject_CallFunctionObjArgs() local
[all...]
H A Drangeobject.c189 PyObject *tmp1 = NULL, *tmp2 = NULL, *result; in compute_range_length() local
257 PyObject *incr, *result; in compute_item() local
280 PyObject *i, *result; compute_range_item() local
344 rangeobject *result; compute_slice() local
387 int result = -1; range_contains_long() local
479 int result; range_richcompare() local
518 Py_hash_t result = -1; range_hash() local
560 int result = range_contains_long(r, ob); range_count() local
654 PyObject *i, *result; range_subscript() local
1020 PyObject *product, *new_index, *result; longrangeiter_next() local
[all...]
H A Dweakrefobject.c38 PyWeakReference *result; in new_weakref() local
789 PyWeakReference *result = NULL; in PyWeakref_NewRef() local
848 PyWeakReference *result = NULL; PyWeakref_NewProxy() local
[all...]
/third_party/python/Objects/stringlib/
H A Dunicode_format.h503 PyObject *result = NULL; in render_field() local
815 int result = 0; in output_markup() local
873 int result; in do_markup() local
1008 int result = MarkupIterator_next(&it->it_markup, &literal, &field_present, formatteriter_next() local
1164 int result; fieldnameiter_next() local
1175 PyObject* result = NULL; fieldnameiter_next() local
1252 PyObject *result = NULL; formatter_field_name_split() local
[all...]
/third_party/python/PC/
H A D_msi.c36 UUID result; in _msi_UuidCreate_impl() local
102 int result = _wopen(ws, oflag | O_NOINHERIT, pmode); in FNFCIOPEN() local
111 UINT result = (UINT)_read((int)hf, memory, cb); in FNFCIREAD() local
119 UINT result = (UINT)_write((int)hf, memory, cb); FNFCIWRITE() local
127 int result = _close((int)hf); FNFCICLOSE() local
135 long result = (long)_lseek((int)hf, dist, seektype); FNFCISEEK() local
147 int result = _wremove(ws); FNFCIDELETE() local
177 PyObject *result = _PyObject_CallMethodId(pv, &PyId_status, "iii", typeStatus, cb1, cb2); FNFCISTATUS() local
190 PyObject *result = _PyObject_CallMethodId(pv, &PyId_getnextcabinet, "i", pccab->iCab); FNFCIGETNEXTCABINET() local
239 int result = _wopen(ws, _O_RDONLY | _O_BINARY | O_NOINHERIT); FNFCIGETOPENINFO() local
645 msiobj *result = PyObject_New(struct msiobj, &record_Type); record_new() local
672 PyObject *result; _msi_SummaryInformation_GetProperty_impl() local
732 UINT result; _msi_SummaryInformation_GetPropertyCount_impl() local
907 MSIHANDLE result; _msi_View_Fetch_impl() local
933 MSIHANDLE result; _msi_View_GetColumnInfo_impl() local
1057 msiobj *result; _msi_Database_OpenView_impl() local
1104 MSIHANDLE result; _msi_Database_GetSummaryInformation_impl() local
1201 msiobj *result; _msi_OpenDatabase_impl() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dvolume.c202 uint64_t result; in pa_sw_volume_multiply() local
218 uint64_t result; in pa_sw_volume_divide() local
585 pa_cvolume result; in pa_cvolume_remap() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h470 Map<Key, T>* result = impl_.MutableMap(); variable
H A Dmap_entry_lite.h390 const bool result = entry_->MergePartialFromCodedStream(input); in MergePartialFromCodedStream() local
479 const bool result = entry_->MergePartialFromCodedStream(input); variable
H A Dmap_test_util.h290 const FieldDescriptor* result = nullptr; in F() local
H A Dmessage_lite.cc106 std::string result; in InitializationErrorMessage() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h236 std::vector<string> result; in Split() local
258 string result; in JoinStrings() local
768 Join(Iterator start, Iterator end, const char* delim, string* result) Join() argument
781 string result; Join() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc225 util::Status result = RunParser(); in FinishParse() local
242 util::Status result = RunParser(); in ParseChunk() local
267 util::Status result; in RunParser() local
353 util::Status result = ParseStringHelper(); ParseString() local
389 util::Status result = ParseUnicodeEscape(); ParseStringHelper() local
527 util::Status result = ParseNumberHelper(&number); ParseNumber() local
552 ParseDoubleHelper(const std::string& number, NumberResult* result) ParseDoubleHelper() argument
564 ParseNumberHelper(NumberResult* result) ParseNumberHelper() argument
693 util::Status result; ParseEntry() local
765 util::Status result = ParseValue(type); ParseArrayValue() local
[all...]
H A Dprotostream_objectsource.cc673 util::Status result = in RenderAny() local
939 std::string result; in ReadFieldValueAsString() local
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util.cc76 Timestamp result; in CreateNormalized() local
99 Duration result; in CreateNormalized() local
131 int64 result = value / divider; in RoundTowardZero() local
179 std::string result; ToString() local
196 int64 result = 1; Pow() local
348 timeval result; TimestampToTimeval() local
360 timeval result; DurationToTimeval() local
382 ToUint128(const Duration& value, uint128* result, bool* negative) ToUint128() argument
434 double result = (d.seconds() * 1.0 + 1.0 * d.nanos() / kNanosPerSecond) * r; operator *=() local
468 uint128 result = value1 % value2; operator %=() local
484 int64 result = Uint128Low64(value1 / value2); operator /() local
[all...]
/third_party/python/Modules/
H A D_bz2module.c177 PyObject *result; in compress() local
255 PyObject *result = NULL; in _bz2_BZ2Compressor_compress_impl() local
280 PyObject *result = NULL; in _bz2_BZ2Compressor_flush_impl() local
441 PyObject *result; decompress_buf() local
496 PyObject *result; decompress() local
629 PyObject *result = NULL; _bz2_BZ2Decompressor_decompress_impl() local
[all...]
/third_party/python/Modules/_io/
H A Dfileio.c696 PyObject *result; local
[all...]
H A Dstringio.c334 PyObject *result = make_intermediate(self); in _io_StringIO_read_impl() local

Completed in 35 milliseconds

1...<<441442443444445446447448449450>>...627