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

  /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/test/functional-tests/PfwTestCase/Types/
tUINT32_ARRAY.py 67 self.param_name = "/Test/Test/TEST_DIR/UINT32_ARRAY"
68 self.param_short_name = "$PFW_RESULT/UINT32_ARRAY"
81 Testing UINT32_ARRAY Nominal Case
85 - Set every UINT32_ARRAY elements to autorized values
94 - 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
166 Testing UINT32_ARRAY parameter values out of negative range
170 - Set every UINT32_ARRAY elements to -
    [all...]
  /external/parameter-framework/test/functional-tests/xml/XML_Test/
Uncompliant_OutboundParameter.xml 52 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
91 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Uncompliant_UndeclaredConfigurableElement.xml 52 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
91 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
Uncompliant_UndeclaredParameter.xml 53 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
93 <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 52 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
91 <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 57 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
108 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
  /external/parameter-framework/test/functional-tests/xml/
TestConfigurableDomains.xml 55 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
111 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
  /external/parameter-framework/test/functional-tests/xml/configuration/Settings/Test/
TestConfigurableDomains.xml 55 <IntegerParameter Name="UINT32_ARRAY">0</IntegerParameter>
111 <IntegerParameter Name="UINT32_ARRAY">1</IntegerParameter>
  /external/parameter-framework/test/functional-tests/xml/configuration/Structure/Test/
TestSubsystem.xml.in 32 <IntegerParameter Name="UINT32_ARRAY" Size="32" Signed="false" ArrayLength="100" Min="0" Max="100" Mapping="Binary:UINT32_ARRAY"/>
  /external/v8/src/compiler/
typer.cc 47 Type* uint32_array = Type::Array(uint32, zone); local
59 uint32_array_fun_ = Type::Function(uint32_array, arg1, arg2, arg3, zone);

Completed in 214 milliseconds