/external/mesa3d/src/gallium/state_trackers/clover/api/ |
event.cpp | 76 // Create a temporary soft event that depends on all the events in 128 // Create a temporary soft event that depends on ev, with 228 // Create a temporary hard event -- it implicitly depends on all
|
/external/selinux/libsemanage/tests/ |
test_utilities.c | 60 ("Error opening temporary file, test cannot start."); 251 CU_FAIL_FATAL("Temporary file was not created, aborting test."); 275 CU_FAIL_FATAL("Temporary file was not created, aborting test.");
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 5 # temporary files used by this script 9 # check for arguments - to override temporary file names 231 # remove temporary files
|
/ndk/tests/build/short-commands/ |
build.sh | 6 # temporary directory, because that's how we roll. 23 echo "ERROR: Could not create temporary source directory: $SRCDIR" 31 # Generate all temporary source files we need
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 0 // Temporary buffer implementation -*- C++ -*- 67 * @brief Allocates a temporary buffer. 160 * Constructs a temporary buffer of a size somewhere between
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 0 // Temporary buffer implementation -*- C++ -*- 67 * @brief Allocates a temporary buffer. 160 * Constructs a temporary buffer of a size somewhere between
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 0 // Temporary buffer implementation -*- C++ -*- 67 * @brief Allocates a temporary buffer. 160 * Constructs a temporary buffer of a size somewhere between
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_tempbuf.h | 0 // Temporary buffer implementation -*- C++ -*- 67 * @brief Allocates a temporary buffer. 160 * Constructs a temporary buffer of a size somewhere between
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 32 "temporary directory for creating built distributions"), 102 # temporary directories (eg. we'll probably have 143 # keep its temporary files around so subsequent runs go faster.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 32 "temporary directory for creating built distributions"), 102 # temporary directories (eg. we'll probably have 143 # keep its temporary files around so subsequent runs go faster.
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
MutatableCode.java | 311 * Some mutators may require the use of temporary registers. For instance, 324 Log.info("Allocating temporary vregs for method..."); 328 Log.info("Extending allocation of temporary vregs for method..."); 341 Log.errorAndQuit("Not allocated enough temporary vregs!"); 354 Log.info("Moving 'in' vregs to correct locations after allocating temporary vregs");
|
/external/eigen/Eigen/src/Core/ |
Ref.h | 48 * In the const case, if the input expression does not match the above requirement, then it is evaluated into a temporary before being passed to the function. 56 * foo2(A.row()); // The row is copied into a contiguous temporary 57 * foo2(2*a); // The expression is evaluated into a temporary 58 * foo2(A.col().segment(2,4)); // No temporary 61 * The range of inputs that can be referenced without temporary can be enlarged using the last two template parameter.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 35 unsigned char Temporary[RC_REGISTER_MAX_INDEX]; 82 dst->Temporary[i] = a->Temporary[i] | b->Temporary[i]; 130 return &s->R.Temporary[index];
|
/external/ltrace/testsuite/lib/ |
ltrace.exp | 248 # Guess what directory to use for temporary files. 252 # A temporary directory to use. The current directory if no 273 # Create a temporary file according to a pattern, and return its 277 # temporary files need to have suffixes. 283 # Creates the temporary file and returns its name. The name is 329 send_error -- "Couldn't create a temporary file for pattern $pat." 366 # Create a temporary file with a given suffix and prime it with 384 # Create a temporary directory. 540 # passing -o and a temporary file name. 575 # Wipes or dumps all temporary files after a test suite ha [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 142 if (flag and bp.temporary): 251 def set_break(self, filename, lineno, temporary=0, cond = None, 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 453 Implements temporary breakpoints, ignore counts, disabling and 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): 479 self.temporary = temporary 511 if self.temporary: 566 that indicates if it is ok to delete a temporary bp. 586 # to delete if temporary [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 142 if (flag and bp.temporary): 251 def set_break(self, filename, lineno, temporary=0, cond = None, 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 453 Implements temporary breakpoints, ignore counts, disabling and 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): 479 self.temporary = temporary 511 if self.temporary: 566 that indicates if it is ok to delete a temporary bp. 586 # to delete if temporary [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticASTKinds.td | 40 "%select{temporary|%3}2 is not a constant expression">; 64 "%select{temporary|%2}1 is not a constant expression">; 82 def note_constexpr_temporary_here : Note<"temporary created here">; 97 "%select{temporary|variable}1 whose lifetime has ended">; 112 "%select{temporary|object %2|member %2}1 is not allowed in " 131 "%select{read of|assignment to|increment of|decrement of}0 temporary " 133 "created the temporary">;
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.h | 63 * temporary system buffers. 74 /** Possibly malloced temporary buffer for the mapping. */ 76 /** Possible pointer to a BO temporary for the mapping. */ 84 * intel_mipmap_tree::singlesample_mt is temporary storage that persists 293 * --- Case 2: As temporary singlesample storage for mapping multisample 299 * start of the call. intel_miptree_map will create a temporary 302 * `mt->singlesample_mt`. The temporary miptree is later deleted during
|
/external/llvm/include/llvm/IR/ |
Metadata.h | 50 enum StorageType { Uniqued, Distinct, Temporary }; 714 /// Metadata nodes can be uniqued, like constants, or distinct. Temporary 720 /// time, if any operand is a temporary node (or an unresolved uniqued node, 721 /// which indicates a transitive temporary operand), the node itself will be 726 /// to be called on some member of the cycle once all temporary nodes have been 778 /// \brief Create a (temporary) clone of this. 807 bool isTemporary() const { return Storage == Temporary; } 809 /// \brief RAUW a temporary. 813 assert(isTemporary() && "Expected temporary node"); 826 /// \brief Replace a temporary node with a permanent one [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 62 /// \brief The entity being initialized is a temporary object. 106 /// \brief The mangling number for the next reference temporary to be created. 113 /// the temporary is being created. 143 /// source information for the temporary. 262 /// \brief Create the initialization entity for a temporary. 269 /// \brief Create the initialization entity for a temporary. 651 /// \brief Reference binding to a temporary. 653 /// \brief An optional copy of a temporary object to another 654 /// temporary object, which is permitted (but not required) by 792 /// \brief Non-const lvalue reference binding to a temporary [all...] |
/external/clang/test/SemaCXX/ |
scope-check.cpp | 241 const C &c1 = 42; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 256 const int &c1 = C(1).i; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 270 // no warning since the C temporary is destructed before the goto. 323 B b = { 0, A() }; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 344 std::initializer_list<A> il = { a }; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 371 { A() } // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}}
|
/external/jpeg/ |
jerror.h | 111 JMESSAGE(JERR_TFILE_CREATE, "Failed to create temporary file %s") 112 JMESSAGE(JERR_TFILE_READ, "Read failed on temporary file") 113 JMESSAGE(JERR_TFILE_SEEK, "Seek failed on temporary file") 115 "Write failed on temporary file --- out of disk space?") 160 JMESSAGE(JTRC_TFILE_CLOSE, "Closed temporary file %s") 161 JMESSAGE(JTRC_TFILE_OPEN, "Opened temporary file %s")
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
jerror.h | 111 JMESSAGE(JERR_TFILE_CREATE, "Failed to create temporary file %s") 112 JMESSAGE(JERR_TFILE_READ, "Read failed on temporary file") 113 JMESSAGE(JERR_TFILE_SEEK, "Seek failed on temporary file") 115 "Write failed on temporary file --- out of disk space?") 160 JMESSAGE(JTRC_TFILE_CLOSE, "Closed temporary file %s") 161 JMESSAGE(JTRC_TFILE_OPEN, "Opened temporary file %s")
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
jerror.h | 111 JMESSAGE(JERR_TFILE_CREATE, "Failed to create temporary file %s") 112 JMESSAGE(JERR_TFILE_READ, "Read failed on temporary file") 113 JMESSAGE(JERR_TFILE_SEEK, "Seek failed on temporary file") 115 "Write failed on temporary file --- out of disk space?") 160 JMESSAGE(JTRC_TFILE_CLOSE, "Closed temporary file %s") 161 JMESSAGE(JTRC_TFILE_OPEN, "Opened temporary file %s")
|
/external/valgrind/docs/internals/ |
register-uses.txt | 48 r11 n jmp temporary 80 r30 y altivec spill temporary 147 r9 "Temporary regs" chaining scratch 148 r10-15 "Temporary regs" avail 152 r19-20 "Temporary regs" 236 r30 y altivec spill temporary
|