OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporary
(Results
26 - 50
of
4014
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libunwind/src/dwarf/
Lstep_dwarf.c
2
* This is a
temporary
work around for using libunwind.a with
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/
README
3
we created in patches/, a
temporary
build dir (used by build.unix)
/external/llvm/test/ExecutionEngine/MCJIT/remote/
lit.local.cfg
5
# This is
temporary
, until Remote MCJIT works on ARM
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
lit.local.cfg
5
# This is
temporary
, until Remote MCJIT works on ARM
/external/llvm/test/Object/
archive-error-tmp.txt
1
Test that no
temporary
file is left behind on error.
/external/mesa3d/src/glsl/tests/lower_jumps/
return_void_at_end_of_loop_lower_return.opt_test.expected
4
((declare (
temporary
) bool return_flag)
return_void_at_end_of_loop_lower_return_and_break.opt_test.expected
4
((declare (
temporary
) bool return_flag)
lower_breaks_6.opt_test.expected
6
((declare (
temporary
) bool break_flag)
9
((declare (
temporary
) bool execute_flag)
lower_pulled_out_jump.opt_test.expected
6
((declare (
temporary
) bool execute_flag)
8
(declare (
temporary
) bool return_flag)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_tags.h
7
/* Define to initalize
temporary
association list */
/external/junit/src/org/junit/rules/
TemporaryFolder.java
49
* Returns a new fresh file with the given name under the
temporary
folder.
58
* Returns a new fresh file with a random name under the
temporary
folder.
65
* Returns a new fresh folder with the given name under the
temporary
folder.
77
* Returns a new fresh folder with a random name under the
temporary
88
* @return the location of this
temporary
folder.
92
throw new IllegalStateException("the
temporary
folder has not yet been created");
98
* Delete all files and folders under the
temporary
folder.
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java
33
* Creates a new
temporary
file. Wheter it will be be created in memory
38
* @return the
temporary
file.
43
* Creates a new
temporary
file. Wheter it will be be created in memory
50
* @return the
temporary
file.
55
* Creates a new
temporary
file. Wheter it will be be created in memory
67
* @return the
temporary
file.
TempStorage.java
55
* Gets the root
temporary
path which should be used to
56
* create new
temporary
paths or files.
58
* @return the root
temporary
path.
/external/clang/test/CodeGenCXX/
2009-12-23-MissingSext.cpp
2
// The store of p.y into the
temporary
was not
4
// bits of the
temporary
were used. 7366161.
/external/clang/test/Analysis/
cxx-for-range-cfg.cpp
4
// because of the
temporary
array of vectors.
dtor-cxx11.cpp
1
// RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config cfg-
temporary
-dtors=true -Wno-null-dereference -verify %s
/external/clang/test/CodeGen/
debug-info-same-line.c
2
// Here two
temporary
nodes are identical (but should not get uniqued) while
/external/libpng/tests/
pngstest
8
# NOTE: pattern is used to name the
temporary
files pngstest generates
/external/wpa_supplicant_8/
Android.mk
5
# TODO: Clean up the Android.mks, reset all the
temporary
variables at the
/external/wpa_supplicant_8/wpa_supplicant/
blacklist.h
2
* wpa_supplicant -
Temporary
BSSID blacklist
/external/clang/test/SemaCXX/
cxx98-compat-flags.cpp
2
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat-pedantic -Wno-bind-to-
temporary
-copy -Wno-unnamed-type-template-args -Wno-local-type-template-args -Werror %s
31
const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Private' when binding a reference to a
temporary
would invoke an inaccessible constructor in C++98}}
32
const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::NoViable' when binding a reference to a
temporary
would find no viable constructor in C++98}}
33
const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::Ambiguous' when binding a reference to a
temporary
would find ambiguous constructors in C++98}}
34
const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a
temporary
would invoke a deleted constructor in C++98}}
warn-dangling-field.cpp
23
S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a
temporary
}}
46
S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a
temporary
}}
50
S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a
temporary
}}
/external/llvm/tools/llvm-diff/
DiffLog.h
28
/// A
temporary
-object class for building up log messages.
33
/// LogBuilder should be used only as a
temporary
, and as a
34
///
temporary
it will be destructed before whatever
temporary
56
/// A
temporary
-object class for building up diff messages.
/external/bison/djgpp/
subpipe.c
85
error(EXIT_FAILURE, 0, _("creation of a
temporary
file failed"));
92
error(EXIT_FAILURE, 0, _("creation of a
temporary
file failed"));
105
as a filter, the filter is reproduced using
temporary
files. First bison's
106
stdout is redirected to a
temporary
file. After bison has produced all of
108
is redirected from m4's stdout to a second
temporary
file and reopened as
148
* All bison's output will be gathered in this
temporary
file
157
error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the
temporary
file failed"));
201
error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the
temporary
file failed"));
206
* All m4's output will be gathered in this
temporary
file
212
error(EXIT_FAILURE, 0, _("opening of a
temporary
file failed"))
[
all
...]
/frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java
42
private static final boolean
TEMPORARY
= true;
43
private static final boolean PERMANENT = !
TEMPORARY
;
99
private void unbindDrawable(boolean
temporary
) {
101
mDrawable.unbind(
temporary
);
149
unbindDrawable(
TEMPORARY
);
157
unbindDrawable(
TEMPORARY
);
Completed in 558 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>