HomeSort by relevance Sort by last modified time
    Searched full:county (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateelementcasesensitive.java 74 newElement2.setAttribute("county", "Dallas");
76 attribute2 = newElement2.getAttribute("county");
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 765 int countY = mContent.getCountY();
770 int oldCountY = countY;
771 if (countX * countY < count) {
773 if ((countX <= countY || countY == mMaxCountY) && countX < mMaxCountX) {
775 } else if (countY < mMaxCountY) {
776 countY++;
778 if (countY == 0) countY++;
779 } else if ((countY - 1) * countX >= count && countY >= countX)
    [all...]
FocusHelper.java 283 int countY;
288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY();
292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY();
367 if (y < (countY - 1)) {
    [all...]
AppWidgetResizeFrame.java 242 int countY = mCellLayout.getCountY();
288 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
CellLayout.java     [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 42 private static final String EXTREME_ALERT = "FLASH FLOOD WARNING FOR SOUTH COCONINO COUNTY"
45 private static final String SEVERE_ALERT = "SEVERE WEATHER WARNING FOR SOMERSET COUNTY"
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 58 int countX, int countY) {
64 mCountY = countY;
AppWidgetResizeFrame.java 250 int countY = mCellLayout.getCountY();
296 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
DeviceProfile.java 404 public static int calculateCellHeight(int height, int countY) {
405 return height / countY;
  /external/timezonepicker-support/
zone.tab 401 US +364947-0845057 America/Kentucky/Monticello Eastern Time - Kentucky - Wayne County
404 US +410305-0863611 America/Indiana/Winamac Eastern Time - Indiana - Pulaski County
405 US +382232-0862041 America/Indiana/Marengo Eastern Time - Indiana - Crawford County
406 US +382931-0871643 America/Indiana/Petersburg Eastern Time - Indiana - Pike County
407 US +384452-0850402 America/Indiana/Vevay Eastern Time - Indiana - Switzerland County
409 US +375711-0864541 America/Indiana/Tell_City Central Time - Indiana - Perry County
410 US +411745-0863730 America/Indiana/Knox Central Time - Indiana - Starke County
412 US +470659-1011757 America/North_Dakota/Center Central Time - North Dakota - Oliver County
413 US +465042-1012439 America/North_Dakota/New_Salem Central Time - North Dakota - Morton County (except Mandan area)
414 US +471551-1014640 America/North_Dakota/Beulah Central Time - North Dakota - Mercer County
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 258 int county = mCheckY % size; local
294 if(county++ >= size) {
295 county = 0;
  /external/skia/src/core/
SkEdgeClipper.cpp 208 int countY = SkChopQuadAtYExtrema(srcPts, monoY);
209 for (int y = 0; y <= countY; y++) {
375 int countY = SkChopCubicAtYExtrema(srcPts, monoY);
376 for (int y = 0; y <= countY; y++) {
  /external/crcalc/
COPYRIGHT.txt 40 venue lying exclusively in Santa Clara County, California.
  /external/dng_sdk/
LICENSE 83 principles thereof. The federal and state courts located in Santa Clara County,
LICENSE.source_code 80 principles thereof. The federal and state courts located in Santa Clara County,
NOTICE 90 principles thereof. The federal and state courts located in Santa Clara County,
  /packages/apps/ExactCalculator/assets/
licenses.html 20 These license terms shall be governed by and construed in accordance with the laws of the United States and the State of California as applied to agreements entered into and to be performed entirely within California between California residents. Any litigation relating to these license terms shall be subject to the exclusive jurisdiction of the Federal Courts of the Northern District of California (or, absent subject matter jurisdiction in such courts, the courts of the State of California), with venue lying exclusively in Santa Clara County, California.
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 195 String subAdminArea = "Santa Clara County";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protourlencode.py 177 # repeated Message and county is any not repeated field type.
178 >>> make_path('nation.district-2.county')
179 (('nation', None), ('district', 2), ('county', None))
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 37 // venue lying exclusively in Santa Clara County, California.
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 495 private static boolean isValid(int xPos, int yPos, int countX, int countY) {
496 return (0 <= xPos && xPos < countX && 0 <= yPos && yPos < countY);
  /device/asus/fugu/self-extractors/asus/
LICENSE 237 federal or state court located in Santa Clara County, California
  /device/asus/fugu/self-extractors/broadcom/
LICENSE 198 federal or state court located in Santa Clara County, California
  /device/asus/fugu/self-extractors/google/
LICENSE 198 federal or state court located in Santa Clara County, California
  /device/asus/fugu/self-extractors/widevine/
LICENSE 198 federal or state court located in Santa Clara County, California

Completed in 1969 milliseconds

1 2 3 4 5