Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 21 of 21) sorted by relevance

/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java75 private static final String PREFIX = "OperationScheduler_"; field in OperationScheduler
151 boolean enabledState = mStorage.getBoolean(PREFIX + "enabledState", true); in getNextTimeMillis()
154 boolean permanentError = mStorage.getBoolean(PREFIX + "permanentError", false); in getNextTimeMillis()
161 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0); in getNextTimeMillis()
163 long lastSuccessTimeMillis = getTimeBefore(PREFIX + "lastSuccessTimeMillis", now); in getNextTimeMillis()
164 long lastErrorTimeMillis = getTimeBefore(PREFIX + "lastErrorTimeMillis", now); in getNextTimeMillis()
165 long triggerTimeMillis = mStorage.getLong(PREFIX + "triggerTimeMillis", Long.MAX_VALUE); in getNextTimeMillis()
166 long moratoriumSetMillis = getTimeBefore(PREFIX + "moratoriumSetTimeMillis", now); in getNextTimeMillis()
167 long moratoriumTimeMillis = getTimeBefore(PREFIX + "moratoriumTimeMillis", in getNextTimeMillis()
203 return mStorage.getLong(PREFIX + "lastSuccessTimeMillis", 0); in getLastSuccessTimeMillis()
[all …]
/frameworks/compile/slang/
Drs_cc_options.cpp39 #define PREFIX(NAME, VALUE) macro
40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
46 #undef PREFIX
49 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; macro
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
54 #undef PREFIX
57 #define PREFIX(NAME, VALUE) macro
58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
61 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \
67 #undef PREFIX
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DFileRotatorTest.java58 private static final String PREFIX = "rotator"; field in FileRotatorTest
75 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testEmpty()
93 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testCombine()
114 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testRotate()
146 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS); in testDelete()
176 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS); in testThrowRestoresBackup()
209 mBasePath, PREFIX, SECOND_IN_MILLIS, SECOND_IN_MILLIS); in testOtherFilesAndMalformed()
237 mBasePath, PREFIX, HOUR_IN_MILLIS, YEAR_IN_MILLIS); in testQueryMatch()
285 mBasePath, PREFIX, DAY_IN_MILLIS, YEAR_IN_MILLIS); in testClockRollingBackwards()
334 mBasePath, PREFIX, HOUR_IN_MILLIS, DAY_IN_MILLIS); in testFuzz()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageHelperTests.java33 protected final String PREFIX = "android.content.pm"; field in PackageHelperTests
53 if (containers[i].startsWith(PREFIX)) { in cleanupContainers()
85 fullId = PREFIX; in testMountAndPullSdCard()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardTestUtilsTests.java63 .put(StructuredName.PREFIX, "D") in testShouldFailAtContentValueVerification()
84 .put(StructuredName.PREFIX, "\n") in testShouldFailAtLineVerification()
DVCardExporterTests.java68 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameBasic()
106 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameUsePrimaryCommon()
115 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameUsePrimaryCommon()
129 .put(StructuredName.PREFIX, "DoNotEmitPrefix2") in testStructuredNameUsePrimaryCommon()
166 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameUseSuperPrimaryCommon()
175 .put(StructuredName.PREFIX, "DoNotEmitPrefix2") in testStructuredNameUseSuperPrimaryCommon()
185 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameUseSuperPrimaryCommon()
194 .put(StructuredName.PREFIX, "DoNotEmitPrefix3") in testStructuredNameUseSuperPrimaryCommon()
236 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNamePhoneticNameCommon()
301 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameComplicatedCommon()
[all …]
DVCardJapanizationTests.java42 .put(StructuredName.PREFIX, "Dr.") in testNameUtf8Common()
70 .put(StructuredName.PREFIX, "Dr.") in testNameShiftJis()
92 .put(StructuredName.PREFIX, "Dr.") in testNameDoCoMo()
DVCardImporterTests.java479 .put(StructuredName.PREFIX, "D") in testV21BackslashCase()
616 .put(StructuredName.PREFIX, "Pos") in testV21ComplicatedCase()
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Dtypedefs.h165 #define PREFIX voAACEnc macro
168 #define ADD_PREFIX(func) LINK0(PREFIX, _, func)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DIntentTile.java39 public static final String PREFIX = "intent("; field in IntentTile
62 if (spec == null || !spec.startsWith(PREFIX) || !spec.endsWith(")")) { in create()
65 final String action = spec.substring(PREFIX.length(), spec.length() - 1); in create()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java260 private static final String PREFIX = "auth="; field in WifiEnterpriseConfig.Phase2
331 Phase2.PREFIX + Phase2.strings[phase2Method])); in setPhase2Method()
345 if (phase2Method.startsWith(Phase2.PREFIX)) { in getPhase2Method()
346 phase2Method = phase2Method.substring(Phase2.PREFIX.length()); in getPhase2Method()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DQsTuner.java263 if (tiles.get(i).startsWith(IntentTile.PREFIX)) { in showAddDialog()
310 add(IntentTile.PREFIX + action + ')'); in showBroadcastTileDialog()
423 if (mSpec.startsWith(IntentTile.PREFIX)) { in getLabel()
428 return mSpec.substring(IntentTile.PREFIX.length(), mSpec.length() - 1); in getLabel()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
77 #define PREFIX(NAME, VALUE) \ macro
80 #undef PREFIX
123 #define PREFIX(NAME, VALUE) \ macro
126 #undef PREFIX
129 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
131 { PREFIX, NAME, HELPTEXT, METAVAR, kOpt_ ## ID, \
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerSettingsTests.java46 protected final String PREFIX = "android.content.pm"; field in PackageManagerSettingsTests
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQSTileHost.java257 else if (tileSpec.startsWith(IntentTile.PREFIX)) return IntentTile.create(this,tileSpec); in createTile()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java209 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in containsNonEmptyName()
295 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in appendNamePropertiesV40()
399 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in appendNameProperties()
DVCardEntry.java178 builder.withValue(StructuredName.PREFIX, mPrefix); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java5610 public static final String PREFIX = DATA4; field in ContactsContract.CommonDataKinds.StructuredName
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt25443 field public static final java.lang.String PREFIX = "data4";
Dsystem-current.txt27399 field public static final java.lang.String PREFIX = "data4";