HomeSort by relevance Sort by last modified time
    Searched refs:dictionary (Results 301 - 325 of 379) sorted by null

<<111213141516

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 153 dictionary = {'a': deepcopy(a), 'b': b, 'c': c, 'd': d}
154 exec stmt in dictionary
155 self.assertEqual(dictionary['a'], res)
163 dictionary['a'] = deepcopy(a)
164 m(dictionary['a'], b, c, d)
165 self.assertEqual(dictionary['a'], res)
166 dictionary['a'] = deepcopy(a)
167 bm = getattr(dictionary['a'], meth)
169 self.assertEqual(dictionary['a'], res)
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 401 * or a dictionary for sparse array. Since Dictionary is a subtype
404 * whether the storage is a FixedArray or Dictionary.
457 // Fall-through to dictionary mode.
467 // Dictionary needed to grow.
482 // provided-for index range, go to dictionary mode now.
523 // Convert storage to dictionary mode.
616 SeededNumberDictionary* dictionary = local
618 Isolate* isolate = dictionary->GetIsolate();
619 int capacity = dictionary->Capacity()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 430 - options: A dictionary mapping from option flags to True or
432 example. Any option flags not contained in this dictionary
683 Return a dictionary containing option overrides extracted from
808 in `globs`). A new copy of the globals dictionary is created
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 415 @return: A dictionary of the devserver's load.
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 122 /// generated type, and the value of the map field itself is represented by a dictionary in the
MessageDescriptor.cs 102 var map = new Dictionary<string, FieldDescriptor>();
269 /// Returns a read-only dictionary mapping the field names in this message as they're available
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 430 - options: A dictionary mapping from option flags to True or
432 example. Any option flags not contained in this dictionary
718 Return a dictionary containing option overrides extracted from
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 430 - options: A dictionary mapping from option flags to True or
432 example. Any option flags not contained in this dictionary
718 Return a dictionary containing option overrides extracted from
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 430 - options: A dictionary mapping from option flags to True or
432 example. Any option flags not contained in this dictionary
718 Return a dictionary containing option overrides extracted from
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 430 - options: A dictionary mapping from option flags to True or
432 example. Any option flags not contained in this dictionary
718 Return a dictionary containing option overrides extracted from
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /build/make/core/
java.mk 580 # We need to run obfuscation using the main app's dictionary,
594 # apply the main app's dictionary anyway.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 380 # Write dictionary of instance attributes:
424 Get the PyDictObject ptr representing the attribute dictionary
456 Currently we just locate the dictionary using a transliteration to
670 # Get dictionary of instance attributes:
689 # Get dictionary of instance attributes:
    [all...]
  /external/autotest/server/cros/dynamic_suite/
reporting.py 503 @return: A dictionary representing the bug options for an issue that
519 @param override: Suite specific dictionary with issue config operations.
521 @return: A dictionary which contains the suite specific options, and the
672 # which is common when the reason field contains a python dictionary.
    [all...]
  /external/v8/src/
factory.cc 689 // dictionary. Check whether we already have the string in the string
1686 Handle<GlobalDictionary> dictionary = local
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
parser.go 167 // String dictionary entry [ID, length, string].
895 EvString = 37 // string dictionary entry [ID, length, string]
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 167 // String dictionary entry [ID, length, string].
895 EvString = 37 // string dictionary entry [ID, length, string]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /external/v8/src/arm/
code-stubs-arm.cc 2784 Register dictionary = r0; local
    [all...]

Completed in 1372 milliseconds

<<111213141516