/external/lua/src/ |
D | lcorolib.c | 22 lua_State *co = lua_tothread(L, 1); in getco() local 32 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume() 57 lua_State *co = getco(L); in luaB_coresume() local 74 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local 124 static int auxstatus (lua_State *L, lua_State *co) { in auxstatus() 147 lua_State *co = getco(L); in luaB_costatus() local 154 lua_State *co = lua_isnone(L, 1) ? L : getco(L); in luaB_yieldable() local 168 lua_State *co = getco(L); in luaB_close() local
|
/external/curl/lib/ |
D | cookie.c | 109 static void cap_expires(time_t now, struct Cookie *co) in cap_expires() 120 static void freecookie(struct Cookie *co) in freecookie() 390 struct Cookie *co; in remove_expired() local 501 struct Cookie *co, in parse_cookie_header() 830 parse_netscape(struct Cookie *co, in parse_netscape() 967 struct Cookie *co, in is_public_suffix() 1015 struct Cookie *co, in replace_existing() 1139 struct Cookie *co; in Curl_cookie_add() local 1406 struct Cookie *co = Curl_node_elem(n); in Curl_cookie_getlist() local 1552 static char *get_netscape_format(const struct Cookie *co) in get_netscape_format() [all …]
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 32 notify_code_watchers(PyCodeEvent event, PyCodeObject *co) in notify_code_watchers() 382 get_localsplus_names(PyCodeObject *co, _PyLocals_Kind kind, int num) in get_localsplus_names() 464 init_code(PyCodeObject *co, struct _PyCodeConstructor *con) in init_code() 677 PyCodeObject *co; in _PyCode_New() local 713 PyCodeObject *co = NULL; in PyUnstable_Code_NewWithPosOnlyArgs() local 953 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() 976 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange() 1165 PyCode_Addr2Location(PyCodeObject *co, int addrq, in PyCode_Addr2Location() 1553 get_cached_locals(PyCodeObject *co, PyObject **cached_field, in get_cached_locals() 1576 _PyCode_GetVarnames(PyCodeObject *co) in _PyCode_GetVarnames() [all …]
|
D | frameobject.c | 23 framelocalsproxy_getval(_PyInterpreterFrame *frame, PyCodeObject *co, int i) in framelocalsproxy_getval() 64 PyCodeObject *co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_getkeyindex() local 128 PyCodeObject* co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_getitem() local 160 PyCodeObject* co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_setitem() local 273 PyCodeObject *co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_keys() local 478 PyCodeObject *co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_values() local 514 PyCodeObject *co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_items() local 570 PyCodeObject *co = _PyFrame_GetCode(frame->f_frame); in framelocalsproxy_length() local 862 PyCodeObject *co = _PyFrame_GetCode(f->f_frame); in frame_getlocals() local 1707 PyObject *co = NULL; in frame_dealloc() local [all …]
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | coord.cpp | 129 VOID CoordTerm::add(Coordinate& co) in add() 169 BOOL_32 CoordTerm::remove(Coordinate& co) in remove() 188 BOOL_32 CoordTerm::Exists(Coordinate& co) in Exists() 226 VOID CoordTerm::getsmallest(Coordinate& co) in getsmallest() 231 UINT_32 CoordTerm::Filter(INT_8 f, Coordinate& co, UINT_32 start, enum Dim axis) in Filter() 304 VOID CoordEq::remove(Coordinate& co) in remove() 312 BOOL_32 CoordEq::Exists(Coordinate& co) in Exists() 477 UINT_32 CoordEq::Filter(INT_8 f, Coordinate& co, UINT_32 start, enum Dim axis) in Filter()
|
/external/python/cpython3/Lib/test/crashers/ |
D | bogus_code_obj.py | 17 co = types.CodeType(0, 0, 0, 0, 0, 0, b'\x04\x00\x71\x00', variable
|
/external/sdv/vsomeip/third_party/boost/serialization/src/ |
D | basic_iarchive.cpp | 298 const cobject_id & co = cobject_id_vector[j]; in delete_created_pointers() local 312 cobject_type co(cid, bis); in register_type() local 331 cobject_id & co in load_preamble() 385 cobject_id & co = cobject_id_vector[i]; in load_object() local 462 cobject_id & co = cobject_id_vector[i]; in load_pointer() local
|
D | basic_oarchive.cpp | 240 cobject_type co(cobject_info_set.size(), bos); in register_type() local 261 const cobject_type & co = register_type(bos); in save_object() local 320 const cobject_type & co = register_type(bos); in save_pointer() local
|
/external/python/cpython3/Lib/ |
D | dis.py | 209 def _get_code_array(co, adaptive): argument 236 def _format_code_info(co): argument 268 def show_code(co, *, file=None): argument 759 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False, argument 779 def _disassemble_recursive(co, *, file=None, depth=None, show_caches=False, adaptive=False, show_of… argument 923 def _find_imports(co): argument 945 def _find_store_names(co): argument
|
D | modulefinder.py | 392 def scan_opcodes(self, co): argument 402 def scan_code(self, co, m): argument 584 def replace_paths_in_code(self, co): argument
|
/external/python/cpython3/Modules/_testcapi/ |
D | watchers.c | 306 handle_code_object_event(int which_watcher, PyCodeEvent event, PyCodeObject *co) { in handle_code_object_event() 320 first_code_object_callback(PyCodeEvent event, PyCodeObject *co) in first_code_object_callback() 326 second_code_object_callback(PyCodeEvent event, PyCodeObject *co) in second_code_object_callback() 332 noop_code_event_handler(PyCodeEvent event, PyCodeObject *co) in noop_code_event_handler() 338 error_code_event_handler(PyCodeEvent event, PyCodeObject *co) in error_code_event_handler()
|
/external/python/cpython3/Python/ |
D | perf_trampoline.c | 208 unsigned int code_size, PyCodeObject *co) in perf_map_write_entry() 387 PyCodeObject *co = _PyFrame_GetCode(frame); in py_trampoline_evaluator() local 412 int PyUnstable_PerfTrampoline_CompileCode(PyCodeObject *co) in PyUnstable_PerfTrampoline_CompileCode()
|
D | optimizer_bytecodes.c | 49 PyCodeObject *co; in dummy_func() local 591 PyCodeObject *co = NULL; in dummy_func() local
|
/external/pytorch/torch/csrc/dynamo/ |
D | framelocals_mapping.cpp | 29 PyCodeObject* co = F_CODE(frame); in get_framelocals_mapping() local
|
D | cpython_defs.c | 73 PyCodeObject *co = NULL; in THP_PyFrame_FastToLocalsWithError() local 87 PyCodeObject *co = F_CODE(frame); in THP_PyFrame_FastToLocalsWithError() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_kay.c | 107 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 122 enum confidentiality_offset co) in wpas_create_receive_sc() 160 enum confidentiality_offset co) in wpas_create_transmit_sc()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | IncrementalSAXSource_Filter.java | 106 public IncrementalSAXSource_Filter(CoroutineManager co, int controllerCoroutineID) in IncrementalSAXSource_Filter() 114 …static public IncrementalSAXSource createIncrementalSAXSource(CoroutineManager co, int controllerC… in createIncrementalSAXSource() 122 public void init( CoroutineManager co, int controllerCoroutineID, in init()
|
/external/tensorflow/tensorflow/core/kernels/rnn/ |
D | lstm_ops_gpu.cu.cc | 87 T* ci, T* cs, T* co, T* i, T* f, in lstm_gates() 237 typename TTypes<T>::Matrix co, typename TTypes<T>::Matrix gates, in LSTMBlockCellFpropWithCUDA() 300 const T* co, // [batch_size, cell_size] in lstm_gates_bprop() 372 typename TTypes<T>::ConstMatrix ci, typename TTypes<T>::ConstMatrix co, in LSTMBlockCellBpropWithCUDA()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_kay.c | 136 static unsigned int conf_offset_val(enum confidentiality_offset co) in conf_offset_val() 151 enum confidentiality_offset co) in hapd_create_receive_sc() 214 enum confidentiality_offset co) in hapd_create_transmit_sc()
|
/external/clang/lib/AST/ |
D | ExprClassification.cpp | 340 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); in ClassifyInternal() local 347 const ConditionalOperator *co = cast<ConditionalOperator>(E); in ClassifyInternal() local
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 162 ChildOverride co; in emit_ctors() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blend.c | 41 struct etna_blend_state *co = CALLOC_STRUCT(etna_blend_state); in etna_blend_state_create() local
|
/external/skia/tests/ |
D | PathOpsCubicConicIntersectionTest.cpp | 55 const ConicPts& co = cubicConicTests[index].conic; in cubicConicIntersection() local
|
/external/rappor/tests/ |
D | analyze_assoc.R | 99 co <- as.list(reportsObj[1])[[1]] functionVar
|
/external/armnn/src/backends/reference/workloads/ |
D | Stack.cpp | 94 unsigned int &co = *(oCoordinates[2]); in Stack() local
|