Home
last modified time | relevance | path

Searched defs:script (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java235 Script script = new Script().simulateConfigurationInternalChange(CONFIG_AUTO_ENABLED) in testSuggestTelephonyTime_autoTimeEnabled() local
255 Script script = new Script().simulateConfigurationInternalChange(CONFIG_AUTO_ENABLED) in testSuggestTelephonyTime_emptySuggestionIgnored() local
275 Script script = new Script().simulateConfigurationInternalChange(configInternal); in testSuggestTelephonyTime_systemClockThreshold() local
325 Script script = new Script().simulateConfigurationInternalChange(CONFIG_AUTO_ENABLED); in testSuggestTelephonyTime_multipleSlotIndexsAndBucketing() local
414 Script script = new Script() in testSuggestTelephonyTime_autoTimeDisabled_suggestionMatchesSystemClock() local
452 Script script = new Script().pokeFakeClocks(initialClockTime, TIME_CONFIDENCE_LOW) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock() local
489 Script script = new Script().pokeFakeClocks(initialClockTime, TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_autoTimeDisabled_suggestionMismatchesSystemClock2() local
518 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_invalidNitzReferenceTimesIgnored() local
587 Script script = new Script().simulateConfigurationInternalChange(configInternal) in testSuggestTelephonyTime_timeDetectionToggled() local
650 Script script = new Script().simulateConfigurationInternalChange(CONFIG_AUTO_ENABLED) in testSuggestTelephonyTime_maxSuggestionAge() local
[all …]
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java411 Script script = new Script() in testEmptyTelephonySuggestions() local
458 Script script = new Script() in testTelephonySuggestionsWhenTimeZoneUninitialized() local
521 Script script = new Script(); in testTogglingAutoDetection_autoTelephony() local
576 Script script = new Script() in testTelephonySuggestionsSingleSlotId() local
600 private void makeSlotIndex1SuggestionAndCheckState(Script script, TelephonyTestCase testCase) { in makeSlotIndex1SuggestionAndCheckState()
642 Script script = new Script() in testTelephonySuggestionMultipleSlotIndexSuggestionScoringAndSlotIndexBias() local
730 Script script = new Script() in testTelephonySuggestionStrategyDoesNotAssumeCurrentSetting_autoTelephony() local
781 Script script = new Script() in checkManualSuggestion_unrestricted_autoDetectionEnabled() local
798 Script script = new Script() in testManualSuggestion_autoDetectNotSupported() local
822 Script script = new Script() in testManualSuggestion_autoTimeEnabled_userRestrictions() local
[all …]
/frameworks/compile/libbcc/lib/
DCompiler.cpp221 enum Compiler::ErrorCode Compiler::runPasses(Script &script, in runPasses()
301 enum Compiler::ErrorCode Compiler::compile(Script &script, in compile()
368 bool Compiler::addInternalizeSymbolsPass(Script &script, llvm::legacy::PassManager &pPM) { in addInternalizeSymbolsPass()
465 void Compiler::addDebugInfoPass(Script &script, llvm::legacy::PassManager &pPM) { in addDebugInfoPass()
476 void Compiler::addGlobalInfoPass(Script &script, llvm::legacy::PassManager &pPM) { in addGlobalInfoPass()
489 enum Compiler::ErrorCode Compiler::screenGlobalFunctions(Script &script) { in screenGlobalFunctions()
513 void Compiler::translateGEPs(Script &script) { in translateGEPs()
DRSCompilerDriver.cpp261 Script script(source); in build() local
404 Script script(source.get()); in buildScriptGroup() local
/frameworks/minikin/libs/minikin/
DLetterSpacingUtils.h30 inline bool isLetterSpacingCapableScript(hb_script_t script) { in isLetterSpacingCapableScript()
41 hb_script_t script = hb_unicode_script(hb_unicode_funcs_get_default(), cp); in isLetterSpacingCapableCodePoint() local
DScriptUtils.h37 hb_script_t script; member
DLocale.cpp113 constexpr uint32_t packScript(uint32_t script) { in packScript()
264 EmojiStyle Locale::scriptToEmojiStyle(uint32_t script) { in scriptToEmojiStyle()
275 uint8_t Locale::scriptToSubScriptBits(uint32_t script) { in scriptToSubScriptBits()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineImplTest.java117 Script script = new Script() in test_countryThenNitz() local
161 Script script = new Script() in test_nitzThenCountry() local
193 Script script = new Script() in test_emptyCountryString_countryReceivedFirst() local
237 Script script = new Script() in test_emptyCountryStringUsTime_nitzReceivedFirst() local
281 Script script = new Script() in test_airplaneModeClearsState() local
387 Script script = new Script() in test_airplaneModeClearsState_onlyCountryCleared_b227047106() local
442 Script script = new Script() in test_handleNetworkUnavailableClearsNetworkState_noRestoreOfClearedNitz() local
537 Script script = new Script() in test_handleNetworkUnavailableClearsNetworkState_withinRetentionThreshold() local
632 Script script = new Script() in test_handleNetworkUnavailable_noNetworkAvailableCall_withinRetentionThreshold() local
704 Script script = new Script() in test_countryUnavailableClearsTimeZoneSuggestion() local
/frameworks/base/libs/androidfw/
DLocaleData.cpp48 uint32_t findParent(uint32_t packed_locale, const char* script) { in findParent()
78 uint32_t packed_locale, const char* script, in findAncestors()
98 const char* script, in findDistance()
114 inline bool isRepresentative(uint32_t language_and_region, const char* script) { in isRepresentative()
DLocaleDataTables.cpp2451 const char script[4]; member
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp49 LinkerScript script; in TEST_F() local
77 LinkerScript script; in TEST_F() local
341 LinkerScript script; in TEST_F() local
DELFBinaryReaderTest.cpp42 LinkerScript script; in TEST_F() local
/frameworks/base/core/proto/android/content/
Dlocale.proto31 optional string script = 4; field
/frameworks/compile/mclinker/lib/Script/
DEntryCmd.cpp32 LinkerScript& script = pModule.getScript(); in activate() local
DGroupCmd.cpp75 LinkerScript& script = pModule.getScript(); in activate() local
DAssignment.cpp79 LinkerScript& script = pModule.getScript(); in activate() local
DInputCmd.cpp86 LinkerScript& script = pModule.getScript(); in activate() local
/frameworks/rs/
DrsHidlAdaptation.cpp721 void RsHidlAdaptation::ScriptBindAllocation (RsContext context, RsScript script, RsAllocation alloc… in ScriptBindAllocation()
729 void RsHidlAdaptation::ScriptSetTimeZone (RsContext context, RsScript script, const char* timezone,… in ScriptSetTimeZone()
736 void RsHidlAdaptation::ScriptInvoke (RsContext context, RsScript script, uint32_t slot) in ScriptInvoke()
743 void RsHidlAdaptation::ScriptInvokeV (RsContext context, RsScript script, uint32_t slot, const void… in ScriptInvokeV()
752 void RsHidlAdaptation::ScriptForEach (RsContext context, RsScript script, uint32_t slot, in ScriptForEach()
766 void RsHidlAdaptation::ScriptForEachMulti (RsContext context, RsScript script, uint32_t slot, in ScriptForEachMulti()
808 void RsHidlAdaptation::ScriptReduce (RsContext context, RsScript script, uint32_t slot, in ScriptReduce()
845 void RsHidlAdaptation::ScriptSetVarI (RsContext context, RsScript script, uint32_t slot, int value) in ScriptSetVarI()
852 void RsHidlAdaptation::ScriptSetVarObj (RsContext context, RsScript script, uint32_t slot, RsObject… in ScriptSetVarObj()
860 void RsHidlAdaptation::ScriptSetVarJ (RsContext context, RsScript script, uint32_t slot, int64_t va… in ScriptSetVarJ()
[all …]
/frameworks/base/core/java/android/webkit/
DPacProcessor.java66 boolean setProxyScript(@NonNull String script); in setProxyScript()
/frameworks/base/libs/androidfw/include/androidfw/
DLocale.h34 char script[4]; member
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
DPacService.java127 public void setPacFile(String script) throws RemoteException { in setPacFile()
/frameworks/minikin/libs/minikin/ffi/
DIcuBridge.cpp50 const UScriptCode script = uscript_getScript(static_cast<UChar32>(codePoint), &errorCode); in getScript() local
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRenderScriptTask.java26 enum script{f32, d1new}; enum in RenderScriptTask
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp315 const Script* script = funcID->mScript; in generateSourceSlot() local
395 const Script* script = closure->mFunctionID.get()->mScript; in compile() local
596 Script* script = p.first->mScript; in setGlobalsForBatch() local
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp211 ScriptFile script( in normalize() local
521 LinkerScript& script = m_pModule->getScript(); in addScriptSymbols() local
744 LinkerScript& script = m_pModule->getScript(); in finalizeSymbolValue() local

123