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

  /external/dbus/test/data/valid-messages/
recursive-types.message 28 UINT32_ARRAY { 1, 2, 3, 4, 5}
29 UINT32_ARRAY { 2, 3, 4, 5, 1}
30 UINT32_ARRAY { 3, 4, 5, 1, 2}
35 UINT32_ARRAY { 4, 5, 6, 7, 8}
36 UINT32_ARRAY { 5, 6, 7, 8, 4}
dict.message 34 STRING 'uint32_array'
37 UINT32_ARRAY { 11, 12, 314, 1911, 57692, 1237, 2834 }
emptiness.message 44 STRING 'uint32_array'
lots-of-arguments.message 27 UINT32_ARRAY { 11, 12, 314, 1911, 57692, 1237, 2834 }
  /external/v8/test/mjsunit/compiler/
uint32.js 35 var uint32_array = new Uint32Array(2);
36 uint32_array[0] = K1;
37 uint32_array[1] = K2;
40 return uint32_array[i];
43 assertEquals(K1, ChangeI2T(uint32_array, 0));
44 assertEquals(K2, ChangeI2T(uint32_array, 1));
46 assertEquals(K1, ChangeI2T(uint32_array, 0));
49 assertEquals(K2, ChangeI2T(uint32_array, 1));
63 assertEquals(K1, Deopt({x: 0}, uint32_array, 0));
64 assertEquals(K2, Deopt({x: 0}, uint32_array, 1))
    [all...]
  /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...]
  /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>
  /system/connectivity/dhcp_client/
dhcp_options_parser_unittest.cc 165 const uint32_t* uint32_array = local
168 std::vector<uint32_t>(uint32_array, uint32_array + length * 2);
  /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"/>

Completed in 137 milliseconds