OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reused
(Results
576 - 600
of
1918
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libchrome/base/synchronization/
waitable_event_watcher_posix.cc
197
// fired, freed and the memory
reused
for a different Waiter which was
204
// have a reference to the Flag, its memory cannot be
reused
while this object
/external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c
120
* can be
reused
.
436
* \param validated return True if the surface is a
reused
surface
/external/oj-libjdwp/src/share/back/
commonRef.c
42
* deleted and the weak ref inside may be
reused
(these may happen in
45
* is
reused
. The RefNode* is stored with the object as it's JVMTI Tag.
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
layers.py
170
reuse: Whether or not the layer and its variables should be
reused
. To be
302
reuse: Whether or not the layer and its variables should be
reused
. To be
/external/v4l2_codec2/vda/
video_decode_accelerator.h
265
// Sends picture buffers to be
reused
by the decoder. This needs to be called
270
// |picture_buffer_id| id of the picture buffer that is to be
reused
.
/libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java
25
*
reused
.</p>
328
*
reused
.</p>
/packages/apps/DeskClock/src/com/android/deskclock/
ItemAdapter.java
379
*
reused
for other items in the {@link ItemHolder}.
392
*
reused
for other items in the {@link ItemHolder}.
/art/runtime/gc/space/
image_space.h
139
// OatFileAssistant caches dex checksums that are
reused
to check both the
/bionic/docs/
status.md
166
the tid may have been
reused
, but your code is inherently unsafe without
/bionic/libc/bionic/
pthread_key.cpp
48
//
reused
for a new key, pthread_getspecific will not return stale data.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java
60
* The target device address is
reused
until test failed.
/cts/tools/dasm/src/java_cup/
parse_action_row.java
41
/** Table of reduction counts (
reused
by compute_default()). */
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java
199
Log.d(TAG, "createChannel: Existing channel
reused
");
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java
199
Log.d(TAG, "createChannel: Existing channel
reused
");
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java
33
* run a decode, and then start over again. This class can be pooled and
reused
as necessary.
/development/tools/bugreport/src/com/android/bugreport/bugreport/
BugreportParser.java
36
* Parses a bugreport text file. The object can be
reused
, but can only parse
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
parse.py
39
A Parser instance may be
reused
by calling setup() repeatedly.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_enumerate.py
108
# Tests an implementation detail where tuple is
reused
/device/linaro/bootloader/edk2/ArmVirtPkg/
ArmVirtXen.fdf
57
# This area will be
reused
to store a copy of the FDT so round it up to 8 KB.
/external/ImageMagick/ImageMagick/script/
opencl.html
79
<p>When the OpenCL acceleration is invoked for the first time, ImageMagick conducts a series of tests to configure the OpenCL environment according to the system hardware; therefore, it is normal to experience a higher latency the first time you use an accelerated option. The OpenCL kernels are embedded inside ImageMagick in source format. During the initial setup, ImageMagick discovers all the available OpenCL devices and compiles the kernels for each of these targets. ImageMagick also runs several performance tests internally to determine the preferred device to use. The compiled kernel code and the performance test results are stored into the cache directory so that the data can be
reused
by subsequent invocations of the OpenCL path. By default, the OpenCL cached data is stored in <code>$HOME/.cache/ImageMagick</code> on Linux and on MacOSX or in <code>%LOCALAPPDATA%\.cache\ImageMagick</code> on Windows. To change the cache directory, set the IMAGEMAGICK_OPENCL_CACHE_DIR environment variable. ImageMagick is able to detect hardware changes, driver updates, and new kernel sources and re-run the setup and the calibration test. You can also force ImageMagick to re-run the process by removing the content from the cache directory.</p>
/external/ImageMagick/www/
opencl.html
83
<p>When the OpenCL acceleration is invoked for the first time, ImageMagick conducts a series of tests to configure the OpenCL environment according to the system hardware; therefore, it is normal to experience a higher latency the first time you use an accelerated option. The OpenCL kernels are embedded inside ImageMagick in source format. During the initial setup, ImageMagick discovers all the available OpenCL devices and compiles the kernels for each of these targets. ImageMagick also runs several performance tests internally to determine the preferred device to use. The compiled kernel code and the performance test results are stored into the cache directory so that the data can be
reused
by subsequent invocations of the OpenCL path. By default, the OpenCL cached data is stored in <code>$HOME/.cache/ImageMagick</code> on Linux and on MacOSX or in <code>%LOCALAPPDATA%\.cache\ImageMagick</code> on Windows. To change the cache directory, set the IMAGEMAGICK_OPENCL_CACHE_DIR environment variable. ImageMagick is able to detect hardware changes, driver updates, and new kernel sources and re-run the setup and the calibration test. You can also force ImageMagick to re-run the process by removing the content from the cache directory.</p>
/external/aac/libAACdec/src/
aac_ram.cpp
163
Dynamic memory areas, might be
reused
in other algorithm sections,
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as
57
* can be
reused
in future subrules. So, reset must set a dirty bit.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs
71
* can be
reused
in future subrules. So, reset must set a dirty bit.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs
73
* can be
reused
in future subrules. So, reset must set a dirty bit.
Completed in 1727 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>