Home
last modified time | relevance | path

Searched defs:newName (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DFunctionLookup.cpp80 std::string newName(functionName); in GetMangledName() local
110 std::string newName(functionName); in GetMangledNames() local
DSymbol.cpp199 std::string newName(name().data(), name().length()); in buildMangledName() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DBluetoothDeviceProvider.java52 void renameDevice(BluetoothDevice device, String newName); in renameDevice()
DLocalBluetoothDeviceProvider.java120 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice()
DResponseFragment.java157 final String newName = action.getTitle() != null ? action.getTitle().toString() : ""; in onGuidedActionEditedAndProceed() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp147 ImmutableString newName = GetStructSamplerNameFromTypedNode(node); in visitBinary() local
427 void extractSampler(const ImmutableString &newName, in extractSampler()
DRewriteStructSamplers.cpp386 ImmutableString newName = GetStructSamplerNameFromTypedNode(node); in visitBinary() local
679 void extractSampler(const ImmutableString &newName, in extractSampler()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java372 private void renameDevice(BluetoothDevice device, String newName) { in renameDevice()
830 public void renameDevice(BluetoothDevice device, String newName) { in renameDevice()
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py319 def withModifiedName(self, newName): argument
739 def withModifiedName(self, newName): argument