Home
last modified time | relevance | path

Searched +defs:val +defs:self (Results 1 – 25 of 1178) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_augassign.py8 def testBasic(self): argument
27 def test_with_unpacking(self): argument
30 def testInList(self): argument
47 def testInDict(self): argument
64 def testSequences(self): argument
79 def testCustomMethods1(self): argument
82 def __init__(self, value): argument
84 def __radd__(self, val): argument
86 def __add__(self, val): argument
90 def __iadd__(self, val): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_augassign.py7 def testBasic(self): argument
21 def test_with_unpacking(self): argument
24 def testInList(self): argument
38 def testInDict(self): argument
52 def testSequences(self): argument
67 def testCustomMethods1(self): argument
70 def __init__(self, value): argument
72 def __radd__(self, val): argument
74 def __add__(self, val): argument
78 def __iadd__(self, val): argument
[all …]
/aosp_15_r20/external/autotest/client/common_lib/
H A Dcontrol_data.py90 def __init__(self, vars, path, raise_warnings=False): argument
129 def suite_tag_parts(self): argument
137 def set_attr(self, attr, val, raise_warnings=False): argument
147 def _patch_up_suites_from_attributes(self): argument
181 def _set_string(self, attr, val): argument
186 def _set_option(self, attr, val, options): argument
195 def _set_bool(self, attr, val): argument
207 def _set_int(self, attr, val, min=None, max=None): argument
218 def _set_set(self, attr, val): argument
224 def set_author(self, val): argument
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/gdb/libcxx/
H A Dprinters.py168 def __init__(self, val): argument
173 def __iter__(self): argument
176 def __next__(self): argument
185 def __init__(self, val): argument
188 def to_string(self): argument
194 def children(self): argument
229 def __init__(self, val): argument
232 def to_string(self): argument
246 def display_hint(self): argument
253 def __init__(self, val): argument
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
Dprinters.py60 def __init__ (self, typename, val): argument
64 def to_string (self): argument
79 def __init__ (self, typename, val): argument
82 def to_string (self): argument
91 def __init__(self, nodetype, head): argument
97 def __iter__(self): argument
100 def next(self): argument
109 def __init__(self, typename, val): argument
113 def children(self): argument
118 def to_string(self): argument
[all …]
/aosp_15_r20/external/deqp/modules/gles31/scripts/
H A Dgenutil.py33 def __init__(self, name, description, children): argument
39 def __init__(self): argument
144 def __init__(self): argument
147 def uniformVec4(self, count, mn, mx): argument
154 def uniformBVec4(self, count): argument
176 def frac(val): return val.applyUnary(lambda x: x - math.floor(x)) argument
179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) argument
182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) argument
185 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x)) argument
188 def sign(val): return val.applyUnary(glslSign) argument
[all …]
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgenutil.py33 def __init__(self, name, description, children): argument
39 def __init__(self): argument
144 def __init__(self): argument
147 def uniformVec4(self, count, mn, mx): argument
154 def uniformBVec4(self, count): argument
176 def frac(val): return val.applyUnary(lambda x: x - math.floor(x)) argument
179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) argument
182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) argument
185 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x)) argument
188 def sign(val): return val.applyUnary(glslSign) argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dnative.rs19 pub fn get_bit(&self, index: usize) -> bool { in get_bit()
32 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
49 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()
53 let mut val = 0; in get() localVariable
67 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
249 pub fn set_aspect_ratio_info_present_flag(&mut self, val: u32) { in set_aspect_ratio_info_present_flag()
251 let val: u32 = ::std::mem::transmute(val); in set_aspect_ratio_info_present_flag() localVariable
260 pub fn set_overscan_info_present_flag(&mut self, val: u32) { in set_overscan_info_present_flag()
262 let val: u32 = ::std::mem::transmute(val); in set_overscan_info_present_flag() localVariable
271 pub fn set_overscan_appropriate_flag(&mut self, val: u32) { in set_overscan_appropriate_flag()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/scripts/
H A Dgenutil.py33 def __init__(self, name, description, children): argument
39 def __init__(self): argument
134 def __init__(self): argument
137 def uniformVec4(self, count, mn, mx): argument
144 def uniformBVec4(self, count): argument
166 def frac(val): return val.applyUnary(lambda x: x - math.floor(x)) argument
169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) argument
172 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) argument
175 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x)) argument
178 def sign(val): return val.applyUnary(glslSign) argument
[all …]
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A Dbindings.rs20 pub fn get_bit(&self, index: usize) -> bool { in get_bit()
33 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
50 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()
54 let mut val = 0; in get() localVariable
68 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
164 pub fn set_PartialUnmap(&mut self, val: UINT64) { in set_PartialUnmap()
166 let val: u64 = ::std::mem::transmute(val); in set_PartialUnmap() localVariable
175 pub fn set_LocalApicEmulation(&mut self, val: UINT64) { in set_LocalApicEmulation()
177 let val: u64 = ::std::mem::transmute(val); in set_LocalApicEmulation() localVariable
186 pub fn set_Xsave(&mut self, val: UINT64) { in set_Xsave()
[all …]
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/
H A Dgenerate.py196 def __init__(self, name, type): argument
389 def __isnetset(self, l): argument
392 def set_admin_domains(self, admin_domains): argument
395 def set_existing_domains(self, existing_domains): argument
398 def set_admin_roles(self, roles): argument
401 def set_transition_domains(self, transition_domains): argument
404 def set_transition_users(self, transition_users): argument
407 def use_in_udp(self): argument
410 def use_out_udp(self): argument
413 def use_udp(self): argument
[all …]
/aosp_15_r20/external/scapy/scapy/layers/
H A Dradius.py260 def haslayer(self, cls): argument
269 def getlayer(self, cls, nb=1, _track=None, _subclass=True, **flt): argument
273 def post_build(self, p, pay): argument
289 def __init__(self, _pkt="", post_transform=None, _internal=0, _underlayer=None, **fields): argument
323 val = 5 variable in RadiusAttr_NAS_Port
328 val = 12 variable in RadiusAttr_Framed_MTU
333 val = 16 variable in RadiusAttr_Login_TCP_Port
338 val = 27 variable in RadiusAttr_Session_Timeout
343 val = 28 variable in RadiusAttr_Idle_Timeout
348 val = 37 variable in RadiusAttr_Framed_AppleTalk_Link
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c59 Map* self = _self; in Map_mark() local
73 Map* self; in ruby_to_Map() local
79 Map* self = ALLOC(Map); in Map_alloc() local
91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local
95 Map* self; in Map_GetRubyWrapper() local
121 static TypeInfo Map_keyinfo(Map* self) { in Map_keyinfo()
143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local
153 Map* self = ruby_to_Map(obj); in Map_deep_copy() local
161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local
171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap()
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c59 Map* self = _self; in Map_mark() local
73 Map* self; in ruby_to_Map() local
79 Map* self = ALLOC(Map); in Map_alloc() local
91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local
95 Map* self; in Map_GetRubyWrapper() local
121 static TypeInfo Map_keyinfo(Map* self) { in Map_keyinfo()
143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local
153 Map* self = ruby_to_Map(obj); in Map_deep_copy() local
161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local
171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime-gdb.py80 def __init__(self, val): argument
84 def len(self): argument
88 def cap(self): argument
91 def __getitem__(self, i): argument
108 def __init__(self, val): argument
111 def display_hint(self): argument
114 def to_string(self): argument
124 def __init__(self, val): argument
127 def display_hint(self): argument
130 def to_string(self): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
DCookie.py431 def __init__(self): argument
440 def __setitem__(self, K, V): argument
447 def isReservedKey(self, K): argument
451 def set(self, key, val, coded_val, argument
467 def output(self, attrs=None, header = "Set-Cookie:"): argument
472 def __repr__(self): argument
476 def js_output(self, attrs=None): argument
487 def OutputString(self, attrs=None): argument
562 def value_decode(self, val): argument
572 def value_encode(self, val): argument
[all …]
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c687 hamt_node_bitmap_assoc(PyHamtNode_Bitmap *self, in hamt_node_bitmap_assoc()
689 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc()
955 hamt_node_bitmap_without(PyHamtNode_Bitmap *self, in hamt_node_bitmap_without()
1024 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without() local
1095 hamt_node_bitmap_find(PyHamtNode_Bitmap *self, in hamt_node_bitmap_find()
1097 PyObject *key, PyObject **val) in hamt_node_bitmap_find()
1146 hamt_node_bitmap_traverse(PyHamtNode_Bitmap *self, visitproc visit, void *arg) in hamt_node_bitmap_traverse()
1160 hamt_node_bitmap_dealloc(PyHamtNode_Bitmap *self) in hamt_node_bitmap_dealloc()
1289 hamt_node_collision_find_index(PyHamtNode_Collision *self, PyObject *key, in hamt_node_collision_find_index()
1316 hamt_node_collision_assoc(PyHamtNode_Collision *self, in hamt_node_collision_assoc()
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
Daudioop.c33 fbound(double val, double minval, double maxval) in fbound()
77 search(PyInt16 val, PyInt16 *table, int size) in search()
345 audioop_getsample(PyObject *self, PyObject *args) in audioop_getsample()
348 int len, size, val = 0; in audioop_getsample() local
366 audioop_max(PyObject *self, PyObject *args) in audioop_max()
369 int len, size, val = 0; in audioop_max() local
392 audioop_minmax(PyObject *self, PyObject *args) in audioop_minmax()
395 int len, size, val = 0; in audioop_minmax() local
416 audioop_avg(PyObject *self, PyObject *args) in audioop_avg()
419 int len, size, val = 0; in audioop_avg() local
[all …]
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_client.rs52 let val = self.recv_reply::<VhostUserU64>(&hdr)?; in get_features() localVariable
59 pub fn set_features(&mut self, features: u64) -> Result<()> { in set_features()
60 let val = VhostUserU64::new(features); in set_features() localVariable
82 pub fn set_mem_table(&self, regions: &[VhostUserMemoryRegionInfo]) -> Result<()> { in set_mem_table()
113 pub fn set_log_base(&self, base: u64, fd: Option<RawDescriptor>) -> Result<()> { in set_log_base()
114 let val = VhostUserU64::new(base); in set_log_base() localVariable
132 pub fn set_log_fd(&self, fd: RawDescriptor) -> Result<()> { in set_log_fd()
139 pub fn set_vring_num(&self, queue_index: usize, num: u16) -> Result<()> { in set_vring_num()
140 let val = VhostUserVringState::new(queue_index as u32, num.into()); in set_vring_num() localVariable
146 pub fn set_vring_addr(&self, queue_index: usize, config_data: &VringConfigData) -> Result<()> { in set_vring_addr()
[all …]
/aosp_15_r20/external/cronet/android/tools/gn2bp/
H A Dgn_utils.py148 def __init__(self): argument
164 def __init__(self, name, type): argument
223 def sources(self): argument
227 def sources(self, val): argument
231 def inputs(self): argument
235 def inputs(self, val): argument
239 def outputs(self): argument
243 def outputs(self, val): argument
247 def args(self): argument
251 def args(self, val): argument
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py83 def __init__(self): argument
88 def __getitem__(self, name): argument
95 def lock(self): argument
99 def __init__(self, expr): argument
105 def create(val): argument
112 def __repr__(self): argument
120 def create(val, name_base, varset, algebraic_pass): argument
133 def __init__(self, val, name, type_str): argument
138 def __str__(self): argument
141 def get_bit_size(self): argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs30 fn set_protocol_features(&mut self, features: VhostUserProtocolFeatures) -> Result<()>; in set_protocol_features()
40 fn set_vring_enable(&mut self, queue_index: usize, enable: bool) -> Result<()>; in set_vring_enable()
44 &mut self, in get_config()
53 fn set_config(&mut self, offset: u32, flags: VhostUserConfigFlags, buf: &[u8]) -> Result<()>; in set_config()
56 fn set_slave_request_fd(&mut self, fd: &dyn AsRawFd) -> Result<()>; in set_slave_request_fd()
60 &mut self, in get_inflight_fd()
65 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()>; in set_inflight_fd()
71 fn add_mem_region(&mut self, region: &VhostUserMemoryRegionInfo) -> Result<()>; in add_mem_region()
74 fn remove_mem_region(&mut self, region: &VhostUserMemoryRegionInfo) -> Result<()>; in remove_mem_region()
144 pub fn set_hdr_flags(&self, flags: VhostUserHeaderFlag) { in set_hdr_flags()
[all …]
/aosp_15_r20/external/cronet/components/cronet/gn2bp/
H A Dgn_utils.py159 def __init__(self): argument
174 def __init__(self, name, type): argument
229 def sources(self): argument
233 def sources(self, val): argument
237 def inputs(self): argument
241 def inputs(self, val): argument
245 def outputs(self): argument
249 def outputs(self, val): argument
253 def args(self): argument
257 def args(self, val): argument
[all …]
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py41 def __init__(self, panel, ctrlList, callbackClass): argument
130 def GetValue(self, fld): argument
134 def SetValue(self, fld, val): argument
140 def __init__(self): argument
153 def OnJetImport(self, event): argument
157 def OnClick(self, event): argument
162 def OnOpen(self, event): argument
171 def OnOk(self, event): argument
178 def OnNew(self, event): argument
182 def Validate(self): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/
Dcookies.py289 def __init__(self): argument
298 def key(self): argument
302 def value(self): argument
306 def coded_value(self): argument
309 def __setitem__(self, K, V): argument
315 def setdefault(self, key, val=None): argument
321 def __eq__(self, morsel): argument
331 def copy(self): argument
337 def update(self, values): argument
346 def isReservedKey(self, K): argument
[all …]

12345678910>>...48