/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | ValidateLimitations.cpp | 120 node->getName()); in visitSymbol() 256 symbol->getName()); in validateForLoopInit() 290 error(symbol->getLine(), "Expected loop index", symbol->getName()); in validateForLoopCond() 312 symbol->getName()); in validateForLoopCond() 361 error(symbol->getLine(), "Expected loop index", symbol->getName()); in validateForLoopExpr() 389 symbol->getName()); in validateForLoopExpr()
|
D | BuiltinsWorkaroundGLSL.cpp | 49 if (node->getName() == kGlInstanceIDString) in visitSymbol() 68 else if (node->getName() == kGlVertexIDString) in visitSymbol() 86 if (variable->getName() == "angle_BaseInstance") in visitDeclaration()
|
D | ValidateVaryingLocations.cpp | 25 diagnostics->error(symbol.getLine(), reason, symbol.getName().data()); in error() 92 strstr << "'" << varying->getName() in ValidateShaderInterface() 94 << locationMap[offsetLocation]->getName() << "'"; in ValidateShaderInterface()
|
D | ValidateOutputs.cpp | 26 diagnostics->error(symbol.getLine(), reason, symbol.getName().data()); in error() 124 << (*validOutputsToUse)[offsetLocation]->getName() << "'"; in validate()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
D | RemoveInactiveInterfaceVariables.cpp | 106 removeDeclaration = !IsVariableActive(mUniforms, asSymbol->getName()); in visitDeclaration() 110 removeDeclaration = !IsVariableActive(mAttributes, asSymbol->getName()); in visitDeclaration() 114 removeDeclaration = !IsVariableActive(mInputVaryings, asSymbol->getName()); in visitDeclaration() 118 removeDeclaration = !IsVariableActive(mOutputVariables, asSymbol->getName()); in visitDeclaration()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | BluetoothUtils.java | 90 public static String getName(BluetoothDevice device) { in getName() method in BluetoothUtils 94 return device.getAlias() != null ? device.getAlias() : device.getName(); in getName() 101 return device.getName(); in getOriginalName() 111 if (device.getName() == null) { in isRemote() 119 final String name = device.getName().toLowerCase(); in isRemote()
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | JobExecutor.java | 81 "Could not start job %s.", job.getClass().getName()), in schedule() 97 String jobName = job.getClass().getName(); in schedule() 109 job.getClass().getName()), e); in schedule()
|
D | BluetoothChecker.java | 54 Log.i(LOG_TAG, "Bluetooth enabled with name: " + bluetoothAdapter.getName()); in execute() 57 Log.i(LOG_TAG, "Bluetooth disabled with name: " + bluetoothAdapter.getName()); in execute()
|
D | GceFuture.java | 37 public String getName() { in getName() method in GceFuture 97 b.append(dep.getName()); in toString()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.h | 47 const std::string &getName() const { return mName; } in getName() function 55 if (dv.getName().compare(0, 3, "gl_") != 0) 59 o << dv.getName();
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothScannerFragment.java | 202 text = String.format(resStr, device.getName()); in updatePairingStatus() 212 text = String.format(resStr, device.getName()); in updatePairingStatus() 248 pref.setTitle(device.getName()); in addUpdateDevice() 264 pref.setTitle(device.getName()); in createBluetoothDevicePreference()
|
D | BluetoothPairer.java | 149 Log.i(TAG, "startPairing: " + device.getAddress() + " " + device.getName()); in startPairing() 375 Log.i(TAG, "Bluetooth device successfully unpaired: " + device.getName()); in unpairDevice() 377 Log.i(TAG, "Failed to unpair device: " + device.getName()); in unpairDevice()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | BluetoothDevicePreferenceFragment.java | 107 mPrefGroup.setTitle(BluetoothUtils.getName(mDevice)); in update() 213 text = String.format(resStr, mDevice.getName()); in updatePairingStatusImpl() 220 text = String.format(resStr, mDevice.getName()); in updatePairingStatusImpl() 359 deviceName = BluetoothUtils.getName(mDevice); in onCreatePreferences()
|
/device/generic/goldfish-opengl/system/codecs/c2/store/ |
D | GoldfishComponentStore.cpp | 47 C2String GoldfishComponentStore::getName() const { in getName() function in android::GoldfishComponentStore 90 traits->name = intf->getName(); in init() 168 ALOGD("'%s' has aliases: '%s'", intf->getName().c_str(), in init()
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/ |
D | ReplaceClipDistanceVariable.cpp | 61 variable->getAsSymbolNode()->getName() != "gl_ClipDistance") in visitDeclaration() 83 if (left->getName() != "gl_ClipDistance") in visitBinary()
|
D | FindSymbolNode.cpp | 30 if (node->variable().symbolType() != SymbolType::Empty && node->getName() == mSymbolName) in visitSymbol()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 91 if (name == (*node)->getName()) in findNodeByName() 111 else if (components[compNdx] != m_nodeStack[stackPos].node->getName()) in seekToCase()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
D | IntermNode_test.cpp | 96 ASSERT_EQ(original->getName(), copy->getName()); in checkSymbolCopy()
|
D | OVR_multiview_test.cpp | 64 return node->variable().symbolType() != SymbolType::Empty && node->getName() == mSymbolName; in shouldCountSymbol() 82 node->getName() == mSymbolName && node->getQualifier() == mSymbolQualifier; in shouldCountSymbol()
|
D | InitOutputVariables_test.cpp | 41 expected->getName() == candidate->getName(); in AreSymbolsTheSame()
|
D | OVR_multiview2_test.cpp | 64 return node->variable().symbolType() != SymbolType::Empty && node->getName() == mSymbolName; in shouldCountSymbol() 82 node->getName() == mSymbolName && node->getQualifier() == mSymbolQualifier; in shouldCountSymbol()
|
/device/google/trout/hal/sensors/2.0/ |
D | SensorsSubHal.cpp | 73 if ((name.compare(sensor.getName()) == 0) && (type == (SensorType)sensor.getType())) { in getSensorConfiguration() 218 getName().c_str()); in debug()
|
/device/generic/goldfish/dhcp/client/ |
D | interface.h | 38 const std::string& getName() const { return mInterfaceName; } in getName() function
|
D | dhcpclient.cpp | 425 mInterface.getName().c_str()); in configureDhcp() 433 mInterface.getName().c_str(), i + 1); in configureDhcp()
|
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayServiceReceiver.java | 40 if (MultiDisplayService.class.getName().equals(service.service.getClassName())) { in isMyServiceRunning()
|