Searched defs:dict (Results 1 - 25 of 29) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_mutants.py5 # From SF bug #422121: Insecurities in dict comparison.
23 # So the dict comparison test here uses a black-box approach instead,
35 # lists to make it easy to pick a dict key at random.
42 # If global mutate is true, consider mutating a dict. May or may not
43 # mutate a dict even if mutate is true. If it does decide to mutate a
44 # dict, it picks one of {dict1, dict2} at random, and deletes a random
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
120 # Note that dict comparison is trivial if they don't have the same number
121 # of entires (then the "shorter" dict is instantly considered to be the
197 dict variable
229 dict = {} variable
255 dict = {} variable
[all...]
H A Dtest_descr.py189 # Testing dict operations...
190 if hasattr(dict, '__cmp__'): # PyPy has only rich comparison on dicts
211 for i in dict.__iter__(d):
223 dict = {'a': a, 'b': b}
229 res = eval(expr, dict)
236 res = eval(expr, dict)
402 # Testing Python subclass of dict...
403 self.assertTrue(issubclass(dict, dict))
404 self.assertIsInstance({}, dict)
2206 dict = {1:2, 3:4, 'a':1j} variable in class:.test_dict_constructors.Mapping
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_mutants.py5 # From SF bug #422121: Insecurities in dict comparison.
23 # So the dict comparison test here uses a black-box approach instead,
35 # lists to make it easy to pick a dict key at random.
42 # If global mutate is true, consider mutating a dict. May or may not
43 # mutate a dict even if mutate is true. If it does decide to mutate a
44 # dict, it picks one of {dict1, dict2} at random, and deletes a random
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
120 # Note that dict comparison is trivial if they don't have the same number
121 # of entires (then the "shorter" dict is instantly considered to be the
197 dict variable
229 dict = {} variable
255 dict = {} variable
[all...]
H A Dtest_descr.py189 # Testing dict operations...
190 if hasattr(dict, '__cmp__'): # PyPy has only rich comparison on dicts
211 for i in dict.__iter__(d):
223 dict = {'a': a, 'b': b}
229 res = eval(expr, dict)
236 res = eval(expr, dict)
402 # Testing Python subclass of dict...
403 self.assertTrue(issubclass(dict, dict))
404 self.assertIsInstance({}, dict)
2206 dict = {1:2, 3:4, 'a':1j} variable in class:.test_dict_constructors.Mapping
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpyerrors.h11 PyObject *dict; member in struct:__anon140990
18 PyObject *dict; member in struct:__anon140991
32 PyObject *dict; member in struct:__anon140992
45 PyObject *dict; member in struct:__anon140993
53 PyObject *dict; member in struct:__anon140994
64 PyObject *dict; member in struct:__anon140995
224 char *name, PyObject *base, PyObject *dict);
226 char *name, char *doc, PyObject *base, PyObject *dict);
H A Dpystate.h83 PyObject *dict; /* Stores per-thread state */ member in struct:_ts
180 /* The implementation of sys._current_frames() Returns a dict mapping
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py125 dict = dict variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpyerrors.h11 PyObject *dict; member in struct:__anon141113
18 PyObject *dict; member in struct:__anon141114
32 PyObject *dict; member in struct:__anon141115
45 PyObject *dict; member in struct:__anon141116
53 PyObject *dict; member in struct:__anon141117
64 PyObject *dict; member in struct:__anon141118
224 char *name, PyObject *base, PyObject *dict);
226 char *name, char *doc, PyObject *base, PyObject *dict);
H A Dpystate.h83 PyObject *dict; /* Stores per-thread state */ member in struct:_ts
180 /* The implementation of sys._current_frames() Returns a dict mapping
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py125 dict = dict variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DDebugger.py409 def __init__(self, master, title, dict=None):
412 if dict:
413 height = 20*len(dict) # XXX 20 == observed height of Entry widget
434 self.load_dict(dict)
436 dict = -1 variable in class:NamespaceViewer
438 def load_dict(self, dict, force=0, rpc_client=None):
439 if dict is self.dict and not force:
445 self.dict = None
446 if not dict
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py12 dict
14 def dict(items): function
58 os_environ = dict(os.environ.items())
448 self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DDebugger.py409 def __init__(self, master, title, dict=None):
412 if dict:
413 height = 20*len(dict) # XXX 20 == observed height of Entry widget
434 self.load_dict(dict)
436 dict = -1 variable in class:NamespaceViewer
438 def load_dict(self, dict, force=0, rpc_client=None):
439 if dict is self.dict and not force:
445 self.dict = None
446 if not dict
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py12 dict
14 def dict(items): function
58 os_environ = dict(os.environ.items())
448 self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
/prebuilts/devtools/tools/lib/
H A Dmonkeyrunner.jar ... core.PyObject) org.python.core.PyObject dict public void " href="/6.0.0_r1/s? ...
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
H A Dorg.apache.felix.bundlerepository-1.6.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/DEPENDENCIES META-INF/LICENSE META- ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.ds_1.4.101.v20130813-1853.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
H A Dbnd-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd aQute/ aQute/bnd/ ...
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
H A Dbndlib-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.equinox.ds_1.4.100.v20130515-2026.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/eclipse/
H A Dorg.eclipse.osgi_3.6.2.R36x_v20110210.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 661 milliseconds

12