Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 13 of 13) 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/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/api/
DSOURCES62 $(SDK_LIB_PATH)\uuid.lib \
/development/host/windows/usb/winusb/
DSOURCES62 $(SDK_LIB_PATH)\uuid.lib \
/development/tools/winscope/
Dyarn.lock3576 uuid "^3.0.0"
3752 uuid "^2.0.2"
4120 uuid@^2.0.2:
4122 …resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b…
4124 uuid@^3.0.0:
4126 …resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebb…