Searched refs:head (Results 1 – 5 of 5) sorted by relevance
/development/samples/Snake/src/com/example/android/snake/ |
D | SnakeView.java | 458 Coordinate head = mSnakeTrail.get(0); in updateSnake() local 465 newHead = new Coordinate(head.x + 1, head.y); in updateSnake() 469 newHead = new Coordinate(head.x - 1, head.y); in updateSnake() 473 newHead = new Coordinate(head.x, head.y - 1); in updateSnake() 477 newHead = new Coordinate(head.x, head.y + 1); in updateSnake()
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | ProvisioningValuesLoader.java | 182 int head = wifiSsid.startsWith("\"") ? 1 : 0; in trimSsid() local 184 return wifiSsid.substring(head, wifiSsid.length() - tail); in trimSsid()
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/ |
D | DumpActivity.java | 198 mAcHead = findViewById(R.id.head); in onCreate() 591 final int head = Utils.parseInt(mAcHead.getText().toString(), 0); in buildCommandLine() local 602 if (head > 0) { in buildCommandLine() 604 sb.append(head); in buildCommandLine()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 124 cabinet - n. persons appointed by a head of state to head executive departments of government and a…
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 13181 …TT_Load_Generic_Header, change tracing output to indicate if a `bhed' or `head' table is being rea… 13907 …e,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,[sfnt] Ignore invalid magic number in `head' or `bhed'. 16299 …gload.c (TT_Load_Glyph): Only translate outline to (0,0) if bit 1 of the `head' table isn't set. … 16498 …ifferently. We now ignore the range ""helper"" fields and check the ""head"" table's magic … 16763 …/src/sfnt/ttload.c (sfnt_dir_check): Modified to allow a font to have no `head' table if tables `S… 35204 …a29312ebedb,platform/external/toybox,fake_AHVCSwVsRz66aCjQhcW9IQ@fakeemail.com,teach head -v and -q 35429 …443dc073d3b38b5d84,platform/external/toybox,fake_AHVCSwVsRz66aCjQhcW9IQ@fakeemail.com,teach head -c 49268 …f_vRPamiV3sVccpcQ@fakeemail.com,st/glsl_to_tgsi: avoid iterating past the head of the instruction … 85441 …ternal/e2fsprogs,fake_CykNtYonQQSXpjTbJlnKYQ@fakeemail.com,libext2fs: refactor extent head creation 101823 …form/frameworks/base,fake_oGK9cyQJSG6NpwLg3UTcXw@fakeemail.com,"Bowing my head in shame, going bac… [all …]
|