HomeSort by relevance Sort by last modified time
    Searched defs:PERIOD (Results 1 - 14 of 14) sorted by null

  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageBroadcastReceiver.java 34 private static final long PERIOD = DateUtils.DAY_IN_MILLIS;
35 private static final String DEBUG_PERIOD_FLAG = "debug.asm.period";
44 long periodicOverride = SystemProperties.getLong(DEBUG_PERIOD_FLAG, PERIOD);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 112 // The end of a sentence ends with a period, question mark or exclamation mark. If it's
113 // a period, it also needs not to be an abbreviation, which means it also needs to either
204 // variants of English, the final period is placed within double quotes and maybe
221 // period in most languages) and in this case we need to apply a heuristic to determine
238 // We found out that we have a period. We need to determine if this is a full stop or
239 // otherwise sentence-ending period, or an abbreviation like "e.g.". An abbreviation
242 // a whitespace-digits-period sequence.
244 // START, WORD, PERIOD, ABBREVIATION, NUMBER
245 // On START : (just before the first period)
248 // whitespace => end with no caps (it was a stand-alone period)
    [all...]
  /bionic/libc/dns/resolv/
res_comp.c 156 #define PERIOD 0x2e
159 #define periodchar(c) ((c) == PERIOD)
172 int pch = PERIOD, ch = *dn++;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_comp.c 163 #define PERIOD 0x2e
166 #define periodchar(c) ((c) == PERIOD)
181 int pch = PERIOD, ch = *dn++;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageSummaryPreferenceControllerTest.java 73 private static final String PERIOD = "Feb";
307 verify(mSummaryPreference).setWifiMode(true, info.period);
392 info.period = PERIOD;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
astlib.c 66 #define PERIOD 7
68 #define VALID_SCAN_TOKEN(t) (t>=LPAREN && t<=PERIOD)
78 "PERIOD", /* 7 */
734 if ( parser->token != INT && parser->token != PERIOD )
744 if ( parser->token == PERIOD )
826 case '.' : stringscan_advance(scanner); return PERIOD;
  /prebuilts/go/darwin-x86/src/go/token/
token.go 83 PERIOD // .
187 PERIOD: ".",
  /prebuilts/go/linux-x86/src/go/token/
token.go 83 PERIOD // .
187 PERIOD: ".",
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 514 milliseconds