HomeSort by relevance Sort by last modified time
    Searched full:uint32_array (Results 1 - 15 of 15) sorted by null

  /system/core/property_service/libpropertyinfoparser/include/property_info_parser/
property_info_parser.h 79 const uint32_t* uint32_array(uint32_t offset) const { function in class:android::properties::SerializedData
110 uint32_t child_node_offset = serialized_data_->uint32_array(trie_node_base_->child_nodes)[n];
121 serialized_data_->uint32_array(trie_node_base_->prefix_entries)[n];
129 serialized_data_->uint32_array(trie_node_base_->exact_match_entries)[n];
154 const uint32_t* context_array = uint32_array(context_array_size_offset + sizeof(uint32_t));
160 const uint32_t* type_array = uint32_array(type_array_size_offset + sizeof(uint32_t));
169 uint32_t num_contexts() const { return uint32_array(contexts_offset())[0]; }
170 uint32_t num_types() const { return uint32_array(types_offset())[0]; }
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tUINT32_ARRAY.py 68 self.param_name = "/Test/Test/TEST_DIR/UINT32_ARRAY"
69 self.param_short_name = os.environ["PFW_RESULT"] + "/UINT32_ARRAY"
82 Testing UINT32_ARRAY Nominal Case
86 - Set every UINT32_ARRAY elements to autorized values
95 - UINT32_ARRAY array elements correctly recorded
125 Testing UINT32_ARRAY minimum value
129 - Set every UINT32_ARRAY elements to minimum values : 0
138 - UINT32_ARRAY array elements correctly recorded
165 Testing UINT32_ARRAY parameter values out of negative range
169 - Set every UINT32_ARRAY elements to -
    [all...]
  /system/core/property_service/libpropertyinfoserializer/
trie_serializer.cpp 38 arena_->uint32_array(offset_array_offset)[i] = string_offset;
77 arena_->uint32_array(prefix_entries_array_offset)[i] = property_entry_offset;
94 arena_->uint32_array(exact_match_entries_array_offset)[i] = property_entry_offset;
107 arena_->uint32_array(children_offset_array_offset)[i] = WriteTrieNode(sorted_children[i]);
trie_node_arena.h 60 uint32_t* uint32_array(uint32_t offset) { function in class:android::properties::TrieNodeArena
  /external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
Uncompliant_OutboundParameter.xml 53 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
92 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Uncompliant_UndeclaredConfigurableElement.xml 53 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
92 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Uncompliant_UndeclaredParameter.xml 54 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
94 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Uncompliant_UnorderConfigurableElement.xml 52 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
91 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Reference_Compliant.xml 55 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
94 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Reference_Criteria.xml 52 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
91 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Reference_Split_Domain.xml 58 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
109 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
  /external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Settings/Test/
TestConfigurableDomains.xml 56 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
112 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
  /external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
TestSubsystem.xml.in 33 <IntegerParameter Name="UINT32_ARRAY" Size="32" Signed="false" ArrayLength="100" Min="0" Max="100" Mapping="Binary:UINT32_ARRAY"/>
  /system/core/property_service/libpropertyinfoparser/
property_info_parser.cpp 54 auto string_offset = uint32_array(contexts_array_offset())[array_offset];
63 auto string_offset = uint32_array(types_array_offset())[array_offset];
  /external/v8/src/
bootstrapper.cc     [all...]

Completed in 714 milliseconds