Home
last modified time | relevance | path

Searched refs:cellLocation (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java70 private CellLocation cellLocation = null; field in ShadowTelephonyManager
369 return this.cellLocation; in getCellLocation()
372 public void setCellLocation(CellLocation cellLocation) { in setCellLocation() argument
373 this.cellLocation = cellLocation; in setCellLocation()
376 listener.onCellLocationChanged(cellLocation); in setCellLocation()
399 listener.onCellLocationChanged(cellLocation); in initListener()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp388 …virtual void onCullMaskAssignedToCell (const tcu::UVec3& cellLocation, const deUint8& cullMaskA…
389 …virtual void onInstanceCustomIndexAssignedToCell(const tcu::UVec3& cellLocation, const deUint32& c…
3403 void onCullMaskAssignedToCell(const tcu::UVec3& cellLocation, const deUint8& cullMaskAssigned) in onCullMaskAssignedToCell() argument
3406 DE_UNREF(cellLocation); in onCullMaskAssignedToCell()
3410 …void onInstanceCustomIndexAssignedToCell(const tcu::UVec3& cellLocation, const deUint32& customInd… in onInstanceCustomIndexAssignedToCell() argument
3412 DE_ASSERT(cellLocation[1] == 0); in onInstanceCustomIndexAssignedToCell()
3413 DE_ASSERT(cellLocation[2] == 0); in onInstanceCustomIndexAssignedToCell()
3415 m_nRayToInstanceIndexExpected[cellLocation[0] ] = customIndexAssigned; in onInstanceCustomIndexAssignedToCell()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java571 private static JSONObject buildJsonCellLocation(CellLocation cellLocation) in buildJsonCellLocation() argument
574 if (cellLocation instanceof GsmCellLocation) { in buildJsonCellLocation()
575 GsmCellLocation location = (GsmCellLocation) cellLocation; in buildJsonCellLocation()