/third_party/ltp/tools/sparse/sparse-src/ |
H A D | target-alpha.c | 7 static void predefine_alpha(const struct target *self) in predefine_alpha() argument
|
/third_party/python/Include/internal/ |
H A D | pycore_unionobject.h | 18 extern PyObject *_Py_union_args(PyObject *self);
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_types.py | 57 def transform(self, node, results):
|
H A D | fix_paren.py | 37 def transform(self, node, results):
|
H A D | fix_input.py | 19 def transform(self, node, results):
|
H A D | fix_xreadlines.py | 19 def transform(self, node, results):
|
H A D | fix_itertools.py | 28 def transform(self, node, results):
|
H A D | fix_asserts.py | 32 def transform(self, node, results):
|
/third_party/python/Lib/test/ |
H A D | test_check_c_globals.py | 20 def test_check_c_globals(self):
|
H A D | test_eintr.py | 12 def test_all(self):
|
H A D | test_crashers.py | 22 def test_crashers_crash(self):
|
H A D | test_xxtestfuzz.py | 11 def test_sample_input_smoke_test(self):
|
/third_party/python/Lib/xml/dom/ |
H A D | NodeFilter.py | 26 def acceptNode(self, node):
|
/third_party/node/lib/internal/ |
H A D | event_target.js | 511 function initEventTarget(self) { 512 self[kEvents] = new SafeMap(); 513 self[kMaxEventTargetListeners] = EventEmitter.defaultMaxListeners; 514 self[kMaxEventTargetListenersWarned] = false; 835 function initNodeEventTarget(self) { 836 initEventTarget(self);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | test_shaders.py | 35 def __init__(self, spirv_cross, glslang, spirv_as, spirv_val, spirv_opt): 36 self.spirv_cross = spirv_cross 37 self.glslang = glslang 38 self.spirv_as = spirv_as 39 self.spirv_val = spirv_val 40 self.spirv_opt = spirv_opt
|
/third_party/python/Python/ |
H A D | codecs.c | 1363 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() argument 1369 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() argument 1375 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() argument 1381 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() argument 1387 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors() argument 1392 static PyObject *namereplace_errors(PyObject *self, PyObject *exc) in namereplace_errors() argument 1397 static PyObject *surrogatepass_errors(PyObject *self, PyObject *exc) in surrogatepass_errors() argument 1402 static PyObject *surrogateescape_errors(PyObject *self, PyObject *exc) in surrogateescape_errors() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 272 return RegisterCell::self(0, W); 335 RegisterCell RC = RegisterCell::self(Reg[0].Reg, W0); 358 RegisterCell RC = RegisterCell::self(Reg[0].Reg, RW); 440 RegisterCell RPC = RegisterCell::self(Reg[0].Reg, W0); 695 : BT::BitValue::self(); 798 BT::BitValue F = (V.is(0) || V.is(1)) ? V : BT::BitValue::self(); 842 return rr0(eSXT(RegisterCell::self(0, W0).regify(Reg0), 8), Outputs); 844 return rr0(eSXT(RegisterCell::self(0, W0).regify(Reg0), 16), Outputs); 846 return rr0(eZXT(RegisterCell::self(0, W0).regify(Reg0), 8), Outputs); 848 return rr0(eZXT(RegisterCell::self( [all...] |
/third_party/python/Objects/ |
H A D | genobject.c | 53 _PyGen_Finalize(PyObject *self) in _PyGen_Finalize() argument 55 PyGenObject *gen = (PyGenObject *)self; in _PyGen_Finalize() 64 if (PyAsyncGen_CheckExact(self)) { in _PyGen_Finalize() 65 PyAsyncGenObject *agen = (PyAsyncGenObject*)self; in _PyGen_Finalize() 71 res = PyObject_CallOneArg(finalizer, self); in _PyGen_Finalize() 74 PyErr_WriteUnraisable(self); in _PyGen_Finalize() 101 PyErr_WriteUnraisable(self); in _PyGen_Finalize() 115 PyObject *self = (PyObject *) gen; in gen_dealloc() local 120 PyObject_ClearWeakRefs(self); in gen_dealloc() 122 _PyObject_GC_TRACK(self); in gen_dealloc() [all...] |
/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | osal_sysevent.h | 45 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content);
|
/third_party/googletest/googletest/test/ |
H A D | googletest-uninitialized-test.py | 62 def testExitCodeAndOutput(self):
|
/third_party/mbedtls/tests/data_files/ |
H A D | print_c.pl | 28 self-tests and sample programs.
|
/third_party/ltp/include/ |
H A D | tst_epoll.h | 14 void *self; member
|
/third_party/node/test/parallel/ |
H A D | test-dgram-cluster-bind-error.js | 15 cluster._getServer = function(self, options, callback) {
|
/third_party/python/Include/cpython/ |
H A D | weakrefobject.h | 37 PyAPI_FUNC(void) _PyWeakref_ClearRef(PyWeakReference *self); variable
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | tilde_open_block.rb | 25 def self.is_delimited_block? line, return_match_data = false
|