OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporary
(Results
226 - 250
of
4014
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/gpu/
GrReorderCommandBuilder.cpp
38
// TODO
temporary
until we can navigate the other types of commands
/external/slf4j/slf4j-site/
pom.xml
24
<!--We're saving filtered html docs in a
temporary
folder-->
/external/v8/src/base/
base.gyp
37
# TODO(svenpanne): This is a
temporary
work-around to fix the warnings
/external/v8/src/heap/
heap.gyp
43
# TODO(svenpanne): This is a
temporary
work-around to fix the warnings
/external/v8/src/libplatform/
libplatform.gyp
30
# TODO(svenpanne): This is a
temporary
work-around to fix the warnings
/external/valgrind/VEX/priv/
main_util.c
57
static HChar
temporary
[N_TEMPORARY_BYTES] __attribute__((aligned(REQ_ALIGN)));
variable
58
static HChar* temporary_first = &
temporary
[0];
59
static HChar* temporary_curr = &
temporary
[0];
60
static HChar* temporary_last = &
temporary
[N_TEMPORARY_BYTES-1];
71
HChar* private_LibVEX_alloc_first = &
temporary
[0];
72
HChar* private_LibVEX_alloc_curr = &
temporary
[0];
73
HChar* private_LibVEX_alloc_last = &
temporary
[N_TEMPORARY_BYTES-1];
80
vassert(temporary_first == &
temporary
[0]);
81
vassert(temporary_last == &
temporary
[N_TEMPORARY_BYTES-1]);
162
if (private_LibVEX_alloc_first == &
temporary
[0]) pool = "TEMP"
[
all
...]
/external/webrtc/test/testsupport/
frame_writer_unittest.cc
34
// Cleanup the
temporary
file.
/frameworks/compile/libbcc/lib/Core/
BCCContextImpl.cpp
28
// Another
temporary
container is needed to store the Source objects that we
/libcore/luni/src/test/java/libcore/java/sql/
ConnectionTest.java
57
System.err.println("error creating
temporary
DB file.");
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp
33
// Hence, the
temporary
#pragma option -pc below.
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp
98
/*
Temporary
coefficients*/
125
/*Compute
temporary
coefficients*/
170
/*
Temporary
coefficients*/
197
/*Compute
temporary
coefficients*/
/packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionFactoryImpl.java
24
/** Sub-directory for storing
temporary
session files. */
/packages/apps/Contacts/src/com/android/contacts/datepicker/
TwoDigitFormatter.java
14
* way to do this; it avoids creating
temporary
objects on every call to
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp
98
/*
Temporary
coefficients*/
125
/*Compute
temporary
coefficients*/
170
/*
Temporary
coefficients*/
197
/*Compute
temporary
coefficients*/
/packages/apps/Settings/src/com/android/settings/
InstrumentedFragment.java
26
// Declare new
temporary
categories here, starting after this value.
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlTempFileDeletionService.java
25
* {@link IntentService} that cleans up
temporary
files in the cache for the eml viewer.
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListLayout.java
28
*
temporary
annonated FrameLayout to help find cases of b/6946182
/packages/services/Telecomm/src/com/android/server/telecom/
HeadsetMediaButtonFactory.java
24
* This is a
TEMPORARY
fix to make the {@link HeadsetMediaButton} object injectable for testing.
InCallWakeLockControllerFactory.java
22
* This is a
TEMPORARY
fix to make the {@link InCallWakeLockController} object injectable for
ProximitySensorManagerFactory.java
22
* This is a
TEMPORARY
fix to make the {@link ProximitySensorManager} object injectable for testing.
/sdk/
.gitignore
11
# Hide
temporary
files created by the build_server script
/system/core/include/sysutils/
NetlinkListener.h
33
/*
temporary
version until we can get Motorola to update their
/external/mesa3d/src/glsl/
lower_vec_index_to_cond_assign.cpp
28
* of each channel's swizzle into a
temporary
.
89
/* Store the index to a
temporary
to avoid reusing its tree. */
98
/*
Temporary
where we store whichever value we swizzle out. */
187
/* Store the index to a
temporary
to avoid reusing its tree. */
195
/* Store the RHS to a
temporary
to avoid reusing its tree. */
lower_clip_distance.cpp
230
*
temporary
variable.
269
* it with a
temporary
variable, and make sure the ir_call is preceded and/or
270
* followed by assignments that copy the contents of the
temporary
variable to
296
* anymore, so use a
temporary
array instead.
305
/* Copy from gl_ClipDistance to the
temporary
before the call.
318
/* Copy from the
temporary
to gl_ClipDistance after the call.
/external/icu/icu4c/source/i18n/
collationbuilder.h
164
/** Replaces
temporary
CEs with the final CEs they point to. */
168
* Encodes "
temporary
CE" data into a CE that fits into the CE32 data structure,
175
*
Temporary
CEs are distinguished from real CEs by their use of
360
* Tailored CEs are initially represented in a CollationDataBuilder as
temporary
CEs
362
* and
temporary
CEs stored in a CollationDataBuilder only point to tailored nodes.
364
* A
temporary
CE in the ces[] array may point to a non-tailored reset-before-position node,
369
* and the CollationData is rewritten by replacing
temporary
CEs with final ones.
372
* because that would invalidate the indexes stored in existing
temporary
CEs.
398
* in a pointer list so that they can be indexed from
temporary
CEs,
Completed in 550 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>