Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 15 of 15) sorted by relevance

/development/tools/repo_diff/service/repodiff/repositories/
Dproject.go30 uuid,
51 func (p project) GetMostRecentOuterKey() (int64, uuid.UUID, error) {
55 …`SELECT timestamp, uuid FROM project_differential WHERE upstream_target_id = ? AND downstream_targ…
69 u, err := uuid.FromBytes(uuidBytes)
103 uuid,
119 AND uuid = ?`,
Dcommit.go54 uuid,
71 func (c Commit) GetMostRecentOuterKey() (int64, uuid.UUID, error) {
75 …`SELECT timestamp, uuid FROM project_commit WHERE upstream_target_id = ? AND downstream_target_id …
89 u, err := uuid.FromBytes(uuidBytes)
128 uuid,
140 AND uuid = ?`,
/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_02_21__21_30_16_upgrade.sql5 uuid BINARY(16) NOT NULL, field
11 PRIMARY KEY (upstream_target_id, downstream_target_id, timestamp, uuid, row_index)
D2018_02_09__00_07_41_upgrade.sql6 uuid BINARY(16) NOT NULL, field
17 PRIMARY KEY (upstream_target_id, downstream_target_id, timestamp, uuid, row_index)
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DSampleGattAttributes.java38 public static String lookup(String uuid, String defaultName) { in lookup() argument
39 String name = attributes.get(uuid); in lookup()
DDeviceControlActivity.java249 String uuid = null; in displayGattServices()
260 uuid = gattService.getUuid().toString(); in displayGattServices()
262 LIST_NAME, SampleGattAttributes.lookup(uuid, unknownServiceString)); in displayGattServices()
263 currentServiceData.put(LIST_UUID, uuid); in displayGattServices()
277 uuid = gattCharacteristic.getUuid().toString(); in displayGattServices()
279 LIST_NAME, SampleGattAttributes.lookup(uuid, unknownCharaString)); in displayGattServices()
280 currentCharaData.put(LIST_UUID, uuid); in displayGattServices()
/development/tools/repo_diff/service/repodiff/constants/
Dconstants.go73 func NullUUID() uuid.UUID {
75 u, _ := uuid.FromBytes(emptyBytes)
/development/tools/otagui/src/services/
DJobSubmission.js7 import { uuid } from 'vue-uuid'
93 jsonOptions.id = uuid.v1()
/development/tools/winscope/src/abt_chrome_extension/
Dmessages.ts83 uuid?: string; property
/development/tools/repo_diff/service/repodiff/
DGopkg.toml37 name = "github.com/satori/go.uuid"
DGopkg.lock62 name = "github.com/satori/go.uuid"
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go134 uid := uuid.NewV4()
214 uid := uuid.NewV4()
/development/host/windows/usb/winusb/
DSOURCES62 $(SDK_LIB_PATH)\uuid.lib \
/development/host/windows/usb/api/
DSOURCES62 $(SDK_LIB_PATH)\uuid.lib \
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata4621 "name": "uuid",
4650 "uuid": [
4651 "dep:uuid"
4656 "with-uuid": [
4657 "uuid"