Home
last modified time | relevance | path

Searched refs:transient (Results 1 – 25 of 103) sorted by relevance

12345

/external/webrtc/modules/
DBUILD.gn131 "../resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm",
132 "../resources/audio_processing/transient/audio16kHz.pcm",
133 "../resources/audio_processing/transient/audio32kHz.pcm",
134 "../resources/audio_processing/transient/audio48kHz.pcm",
135 "../resources/audio_processing/transient/audio8kHz.pcm",
136 "../resources/audio_processing/transient/detect16kHz.dat",
137 "../resources/audio_processing/transient/detect32kHz.dat",
138 "../resources/audio_processing/transient/detect48kHz.dat",
139 "../resources/audio_processing/transient/detect8kHz.dat",
140 "../resources/audio_processing/transient/double-utils.dat",
[all …]
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_textview.py13 transient = Func() variable in TV
31 TV.transient.__init__()
37 self.assertTrue(TV.transient.called)
44 self.assertFalse(TV.transient.called)
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/bulk_test_results/
Dopenjdk_src_repo_test_results.txt11 …pen" "private" "protected" "public" "static" "strictfp" "synchronized" "transient" "transitive" "v…
44 (line 35,col 5) 'transient' is not allowed here.
45 (line 36,col 5) 'transient' is not allowed here.
56 …s" "public" "requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "u…
77 …s" "public" "requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "u…
98 …s" "public" "requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "u…
138 …s" "public" "requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "u…
180 …pen" "private" "protected" "public" "static" "strictfp" "synchronized" "transient" "transitive" "v…
190 …pen" "private" "protected" "public" "static" "strictfp" "synchronized" "transient" "transitive" "v…
202 …pen" "private" "protected" "public" "static" "strictfp" "synchronized" "transient" "transitive" "v…
[all …]
/external/curl/docs/cmdline-opts/
Dretry.d4 Help: Retry request if transient problems occur
7 If a transient error is returned when curl tries to perform a transfer, it
Dretry-connrefused.d6 In addition to the other conditions, consider ECONNREFUSED as a transient
Dretry-delay.d8 failed with a transient error (it changes the default backoff time algorithm
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_textview.py36 transient = Func() variable in VW
45 VW.transient.__init__()
51 self.assertTrue(VW.transient.called)
58 self.assertFalse(VW.transient.called)
/external/webrtc/modules/audio_processing/
DBUILD.gn205 "transient:transient_suppressor_api",
245 "transient:transient_suppressor_api",
246 "transient:transient_suppressor_impl",
319 "transient:click_annotate",
320 "transient:transient_suppression_test",
393 "transient:transient_suppression_unittests",
/external/golang-protobuf/
D.gitignore16 # Conformance test output and transient files.
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp601 , transient (transient_) in ImageTestParams()
611 bool transient; member
685 bool transient; in populateTestGroup() member
706 params.transient = imageFlagsCases[flagsNdx].transient; in populateTestGroup()
1306 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in execTest()
1604 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in testMultiplaneImages()
1707 bool transient; in populateMultiplaneTestGroup() member
1732 const bool transient = imageFlagsCases[flagsNdx].transient; in populateMultiplaneTestGroup() local
1734 const ImageTestParams params (flags, tiling, transient); in populateMultiplaneTestGroup()
/external/pdfium/fxjs/xfa/
Dcjx_exclgroup.h32 JSE_PROP(transient);
Dcjx_exclgroup.cpp146 void CJX_ExclGroup::transient(CFXJSE_Value* pValue, in transient() function in CJX_ExclGroup
/external/curl/tests/data/
Dtest19622 FTP transient error, retry request once
Dtest120827 FTP PORT download, no data conn and no transient negative reply
Dtest59337 FTP multi PORT upload, no data conn and no transient neg. reply
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py58 self.top.transient(text.winfo_toplevel())
71 self.top.transient('')
/external/proguard/examples/dictionaries/
Dkeywords.txt55 transient
/external/smali/smali/src/test/resources/LexerTest/
DMiscTest.smali35 transient
DMiscTest.tokens35 ACCESS_SPEC("transient")
/external/llvm-project/clang/test/Analysis/
Ddispatch-once.m24 …ce' uses the local variable 'once' for the predicate value. Using such transient memory for the p…
35 …h_once' uses heap-allocated memory for the predicate value. Using such transient memory for the p…
/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py65 widget.transient(master)
138 self.transient(parent)
/external/python/cpython2/Lib/idlelib/
DtextView.py44 self.transient(parent)
DconfigSectionNameDialog.py20 self.transient(parent)
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py40 widget.transient(master)
/external/grpc-grpc/doc/
Dservice_config.md66 // is a transient failure connecting to the server. Otherwise, gRPC will
71 // also affect transient errors encountered during name resolution,

12345