Home
last modified time | relevance | path

Searched refs:getUint (Results 1 – 9 of 9) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dcommands.cpp136 printScreenProperties(input->getUint("id"));
140 printLayerProperties(input->getUint("id"));
144 printSurfaceProperties(input->getUint("id"));
154 ilmErrorTypes callResult = ilm_takeScreenshot(input->getUint("id"),
159 cout << "Failed to take screenshot of screen with ID " << input->getUint("id") << "\n";
166 input->getUint("id"));
170 cout << "Failed to take screenshot of surface with ID " << input->getUint("id") << "\n";
180 t_ilm_uint id = input->getUint("id");
216 t_ilm_uint id = input->getUint("id");
252 t_ilm_uint id = input->getUint("id");
[all …]
Dinput_commands.cpp69 cout << "Failed to get input devices for mask " << input->getUint("mask") << "\n";
179 t_ilm_surface surfaceid = input->getUint("surfaceid");
235 t_ilm_surface surfaceid = input->getUint("surfaceid");
DExpression.cpp78 unsigned int Expression::getUint(string name) in getUint() function in Expression
/third_party/flatbuffers/tests/MyGame/Example/
DAbility.php30 return $this->bb->getUint($this->bb_pos + 0);
38 return $this->bb->getUint($this->bb_pos + 4);
DTypeAliases.php101 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
DMonster.php260 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
296 return $o != 0 ? $this->bb->getUint($o + $this->bb_pos) : 0;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpression.h53 unsigned int getUint(string name);
/third_party/flatbuffers/php/
DByteBuffer.php415 public function getUint($index) function in Google\\FlatBuffers\\ByteBuffer
/third_party/flatbuffers/tests/
DphpTest.php306 $assert->strictEqual($view->getUint($field_offset), $uint_val);