Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 161) sorted by relevance

1234567

/external/aac/libAACdec/src/
Drvlcconceal.cpp166 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
173 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
180 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
243 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
250 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
257 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
289 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
351 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
353 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
355 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
[all …]
Drvlc.cpp136 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcInit()
137 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcInit()
138 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcInit()
451 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcDecodeForward()
452 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeForward()
629 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcDecodeBackward()
630 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeBackward()
807 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in rvlcFinalErrorDetection()
946 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in rvlcFinalErrorDetection()
1063 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in CRvlc_Read()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DConfigTest.java30 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseSdk()
33 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseSdk()
36 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseSdk()
39 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseSdk()
42 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).setMaxSdk(18).build()))) in withOverlay_withBaseSdk()
50 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseMinSdk()
53 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseMinSdk()
56 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseMinSdk()
59 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseMinSdk()
62 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).setMaxSdk(18).build()))) in withOverlay_withBaseMinSdk()
[all …]
/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py47 def GetOverlayPath(overlay=None): argument
58 if not overlay:
60 overlay = os.path.join(os.path.dirname(ourpath),
62 return os.path.normpath(overlay)
65 def GetAutotestTestPackages(overlay=None): argument
73 overlay = GetOverlayPath(overlay)
74 packages = glob.glob(os.path.join(overlay, "chromeos-base/autotest-*"))
76 return [x[(len(overlay) + 1):] for x in packages]
92 def GetUseFlags(overlay=None): argument
102 GetAutotestTestPackages(overlay))
[all …]
/external/u-boot/doc/
DREADME.fdt-overlays16 or overlay has defined. It requires both the base and all the overlays
24 Building an overlay follows the same process as building a traditional dtb.
49 overlay-1-property;
70 doc/uImage.FIT/overlay-fdt-boot.txt
76 overlay. Make sure you have enough space to grow the base tree without
82 2. Load the base blob and overlay blobs
85 => load ${devtype} ${bootpart} ${fdtovaddr} ${bootdir}/overlay.dtb
95 5. You are now ready to apply the overlay.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java76 private final boolean overlay; field in ShadowArscApkAssets9.Key
79 boolean overlay) { in Key() argument
84 this.overlay = overlay; in Key()
98 overlay == key.overlay && in equals()
105 return Objects.hash(fd, path, system, load_as_shared_library, overlay); in hashCode()
211 boolean force_shared_lib, boolean overlay) throws IOException { in nativeLoad() argument
221 if (overlay) { in nativeLoad()
/external/ImageMagick/Magick++/demo/
Ddetrans.cpp45 Image overlay( fname ); in main() local
46 Image base( overlay.size(), color ); in main()
47 base.composite( overlay, 0, 0, OverCompositeOp ); in main()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DCameraActivity.java406 final OverlayView overlay = (OverlayView) findViewById(R.id.debug_overlay); in requestRender() local
407 if (overlay != null) { in requestRender()
408 overlay.postInvalidate(); in requestRender()
413 final OverlayView overlay = (OverlayView) findViewById(R.id.debug_overlay); in addCallback() local
414 if (overlay != null) { in addCallback()
415 overlay.addCallback(callback); in addCallback()
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DCameraActivity.java400 final OverlayView overlay = (OverlayView) findViewById(R.id.debug_overlay); in requestRender() local
401 if (overlay != null) { in requestRender()
402 overlay.postInvalidate(); in requestRender()
407 final OverlayView overlay = (OverlayView) findViewById(R.id.debug_overlay); in addCallback() local
408 if (overlay != null) { in addCallback()
409 overlay.addCallback(callback); in addCallback()
/external/dtc/libfdt/
Dfdt_overlay.c606 int overlay; in overlay_merge() local
614 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
615 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()
618 if (overlay < 0) in overlay_merge()
619 return overlay; in overlay_merge()
625 ret = overlay_apply_node(fdt, target, fdto, overlay); in overlay_merge()
/external/python/cpython2/Demo/curses/
Dxmas.py134 treescrn.overlay(treescrn2)
266 treescrn2.overlay(treescrn)
277 treescrn3.overlay(treescrn8)
282 treescrn4.overlay(treescrn8)
287 treescrn5.overlay(treescrn8)
292 treescrn6.overlay(treescrn8)
297 treescrn7.overlay(treescrn8)
305 treescrn.overlay(treescrn8)
734 treescrn.overlay(treescrn3)
766 treescrn.overlay(treescrn4)
[all …]
/external/u-boot/test/overlay/
DMakefile13 obj-y += test-fdt-overlay.dtb.o
14 obj-y += test-fdt-overlay-stacked.dtb.o
DKconfig6 This enables the 'ut overlay' command which runs a series of unit
7 tests on the fdt overlay code.
Dtest-fdt-overlay-stacked.dts12 /* Test that we can reference an overlay symbol */
/external/u-boot/scripts/dtc/libfdt/
Dfdt_overlay.c668 int overlay; in overlay_merge() local
676 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
677 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()
680 if (overlay < 0) in overlay_merge()
681 return overlay; in overlay_merge()
687 ret = overlay_apply_node(fdt, target, fdto, overlay); in overlay_merge()
/external/libtextclassifier/actions/
Dactions-suggestions.cc361 const flatbuffers::Table* overlay = in InitializeTriggeringPreconditions() local
371 overlay, TriggeringPreconditions::VT_MIN_SMART_REPLY_TRIGGERING_SCORE, in InitializeTriggeringPreconditions()
374 overlay, TriggeringPreconditions::VT_MAX_SENSITIVE_TOPIC_SCORE, in InitializeTriggeringPreconditions()
377 overlay, TriggeringPreconditions::VT_SUPPRESS_ON_SENSITIVE_TOPIC, in InitializeTriggeringPreconditions()
380 ValueOrDefault(overlay, TriggeringPreconditions::VT_MIN_INPUT_LENGTH, in InitializeTriggeringPreconditions()
383 ValueOrDefault(overlay, TriggeringPreconditions::VT_MAX_INPUT_LENGTH, in InitializeTriggeringPreconditions()
386 overlay, TriggeringPreconditions::VT_MIN_LOCALE_MATCH_FRACTION, in InitializeTriggeringPreconditions()
389 overlay, TriggeringPreconditions::VT_HANDLE_MISSING_LOCALE_AS_SUPPORTED, in InitializeTriggeringPreconditions()
392 overlay, TriggeringPreconditions::VT_HANDLE_UNKNOWN_LOCALE_AS_SUPPORTED, in InitializeTriggeringPreconditions()
395 overlay, TriggeringPreconditions::VT_SUPPRESS_ON_LOW_CONFIDENCE_INPUT, in InitializeTriggeringPreconditions()
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java832 View overlay; in shiftCurrentTerminal() local
839 overlay = findCurrentView(R.id.terminal_overlay); in shiftCurrentTerminal()
840 if (overlay != null) { in shiftCurrentTerminal()
841 overlay.startAnimation(fade_stay_hidden); in shiftCurrentTerminal()
857 overlay = findCurrentView(R.id.terminal_overlay); in shiftCurrentTerminal()
858 if (overlay != null) { in shiftCurrentTerminal()
859 overlay.startAnimation(fade_out_delayed); in shiftCurrentTerminal()
930 TextView overlay = (TextView) view.findViewById(R.id.terminal_overlay); in addNewTerminalView() local
931 overlay.setText(bridge.getName()); in addNewTerminalView()
/external/grpc-grpc/tools/dockerfile/distribtest/python_fedora21_x64/
DDockerfile17 # Make yum work properly under docker when using overlay storage driver.
24 # Upgrading six would fail because of docker issue when using overlay.
/external/clang/test/Modules/
Dcrash-vfs-relative-overlay.m41 // CHECKYAML-NEXT: 'overlay-relative': 'true',
53 // the overlay dir is prefixed to access headers in .cache/vfs directory.
Dcrash-vfs-path-symlink-component.m45 // CHECKYAML-NEXT: 'overlay-relative': 'true',
57 // right files inside the overlay and map the virtual request for a path that
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowingTest.java60 ClassWithProtectedMethod overlay = new ClassWithProtectedMethod(); in testProtectedMethodsAreDelegated() local
61 assertEquals("shadow name", overlay.getName()); in testProtectedMethodsAreDelegated()
/external/python/cpython3/Lib/distutils/tests/
DSetup.sample60 overlay src/overlay.c $(SDL) $(DEBUG)
/external/python/cpython2/Lib/distutils/tests/
DSetup.sample60 overlay src/overlay.c $(SDL) $(DEBUG)
/external/tcpdump/tests/
Dotv-heapoverflow-1.out10 IP 192.168.0.9.37123 > 97.34.1.224.8472: OTV, flags [I] (0x9d), overlay 12124160, [|OTV]
Dotv-heapoverflow-2.out10 IP 192.168.0.9.37123 > 97.34.1.224.8472: OTV, flags [I] (0x9d), overlay 12124160, instance 4587520

1234567