Home
last modified time | relevance | path

Searched defs:re (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger/
DSoundTriggerTest.java216 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_SUCCESS, in testRecognitionEventParcelUnparcel_noData() local
245 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_FAILURE, in testRecognitionEventParcelUnparcel_zeroData() local
276 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_ABORT, in testRecognitionEventParcelUnparcel_largeData() local
307 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_ABORT, in testRecognitionEventParcelUnparcel_largeAudioData() local
336 KeyphraseRecognitionEvent re = new KeyphraseRecognitionEvent( in testKeyphraseRecognitionEventParcelUnparcel_noKeyphrases() local
370 KeyphraseRecognitionEvent re = new KeyphraseRecognitionEvent( in testKeyphraseRecognitionEventParcelUnparcel_zeroData() local
420 KeyphraseRecognitionEvent re = new KeyphraseRecognitionEvent( in testKeyphraseRecognitionEventParcelUnparcel_largeData() local
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp82 static std::shared_ptr<ExternalTexture> allocateBuffer(RenderEngine& re, uint32_t width, in allocateBuffer()
98 static std::shared_ptr<ExternalTexture> copyBuffer(RenderEngine& re, in copyBuffer()
144 static void benchDrawLayers(RenderEngine& re, const std::vector<LayerSettings>& layers, in benchDrawLayers()
182 auto re = createRenderEngine(static_cast<RenderEngine::Threaded>(std::get<0>(args_tuple)), in BM_blur() local
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp172 re = ctx.relocSectEnd(); in merge() local
227 re = reloc_data->end(); in setupAttributes() local
256 re = reloc_data->end(); in removeDiscardedFDE() local
284 re = reloc_data->end(); in removeDiscardedFDE() local
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp81 std::regex re(std::string(rule.doc_str).append(R"(\s*\((.+)\))")); in AppendCommentLine() local
/frameworks/base/libs/hwui/tests/macrobench/
Dmain.cpp180 std::regex re(spec, std::regex_constants::extended); in addTestsThatMatchFilter() local
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java408 RemoteException re = null; in subscribeLocked() local
439 RemoteException re = null; in unsubscribeLocked() local
/frameworks/av/drm/libmediadrm/
DDrmHalAidl.cpp270 DrmMetricGroupHidl re; in toDrmMetricGroupHidl() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1233 std::regex re("^\\/mnt\\/pass_through\\/[0-9]+\\/emulated"); in clearAppData() local
1400 std::regex re("^\\/mnt\\/pass_through\\/[0-9]+\\/emulated"); in destroyAppData() local
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1142 for (auto& re : mRefreshes) { in signalRefreshFences() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java549 … sTable.add(new MccEntry(647, "re", 2)); // French Departments and Territories in the Indian Ocean in sTable.add()