HomeSort by relevance Sort by last modified time
    Searched full:temporary (Results 701 - 725 of 4014) sorted by null

<<21222324252627282930>>

  /external/llvm/include/llvm/MC/
MCContext.h 90 /// The next ID to dole out to an unnamed assembler temporary symbol with
157 /// Honor temporary labels, this is useful for debugging semantic
158 /// differences between temporary and non-temporary labels (primarily on
240 /// Create and return a new linker temporary symbol with a unique but
244 /// Create and return a new assembler temporary symbol with a unique but
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-dlltool.1 214 exports file by creating temporary files containing assembler statements
219 these temporary assembler files when it is done, and if \fB\-n\fR is
221 temporary object files it used to build the library.
470 Makes \fBdlltool\fR preserve the temporary assembler files it used to
472 also preserve the temporary object files it uses to create the library
481 temporary assembler and object files. By default, the temp file prefix
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/benchmark/
spec.html     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 589 R600_ERR("failed to create temporary texture to hold flushed depth\n");
612 * Also, use a temporary in GTT memory for read transfers, as
650 R600_ERR("failed to create temporary texture to hold untiled copy\n");
677 /* For texture reading, the temporary (detiled) texture is used as
682 /* For texture writing, the temporary texture is used as a sampler
687 /* Create the temporary texture. */
690 R600_ERR("failed to create temporary texture to hold untiled copy\n");
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 52 * temporary access permissions. When you create an {@link Intent} containing
74 * <li><a href="#Permissions">Granting Temporary Permissions to a URI</a></li>
91 * to grant temporary access to files. For example:
233 * <h3 id="Permissions">Granting Temporary Permissions to a URI</h3>
241 * {@link Uri}, using the desired mode flags. This grants temporary access permission for the
286 * to set temporary access permissions, the same permissions are applied to all of the content
356 * Return a content URI for a given {@link File}. Specific temporary
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 134 // Find or insert a node whose index we will put into a temporary CE.
223 // Strength of the temporary CE = strength of its reset position.
423 // Do not make a temporary CE for a root node.
491 // Strength of the temporary CE:
    [all...]
  /frameworks/rs/api/
rs_math.spec 882 #TODO Temporary until bionic & associated drivers are fixed
1235 # TODO Temporary
1251 # TODO Temporary
1271 # TODO Temporary
1289 # TODO Temporary
1305 # TODO Temporary
1325 # TODO Temporary
1341 # TODO Temporary
1358 # TODO Temporary
1378 # TODO Temporary
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 38 * register allocate many temporary values into that small number of
39 * temps. So allow large temporary indices coming into the register
842 GLuint Reg; /** The temporary register index */
987 * Find first/last instruction that references each temporary register.
1003 /* Scan instructions looking for temporary registers */
1044 * Find the live intervals for each temporary register in the program.
    [all...]
  /external/bison/lib/
stdlib.in.h 310 /* Create a unique temporary directory from TEMPLATE.
329 /* Create a unique temporary file from TEMPLATE.
356 /* Create a unique temporary file from TEMPLATE.
386 /* Create a unique temporary file from TEMPLATE.
417 /* Create a unique temporary file from TEMPLATE.
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 515 // The ctor redirects the stream to a temporary file.
527 << "Unable to create a temporary file in " << temp_dir_path;
529 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
534 // directory, so we create the temporary file in the /tmp directory instead.
578 // Name of the temporary file holding the stderr output.
  /external/llvm/utils/lit/lit/
TestRunner.py 22 # Use temporary files to replace /dev/null on Windows.
164 # Replace uses of /dev/null with temporary files.
198 # need to release any handles we may have on the temporary files (important
258 # Remove any named temporary files we created.
401 # Get the temporary location, this is always relative to the test suite
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 490 // The ctor redirects the stream to a temporary file.
503 << "Unable to create a temporary file in " << temp_dir_path;
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
514 // current directory, so we create the temporary file in the /tmp
553 // Name of the temporary file holding the stderr output.
  /external/mesa3d/src/gtest/src/
gtest-port.cc 490 // The ctor redirects the stream to a temporary file.
503 << "Unable to create a temporary file in " << temp_dir_path;
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
510 // current directory, so we create the temporary file in the /tmp
549 // Name of the temporary file holding the stderr output.
  /external/protobuf/gtest/src/
gtest-port.cc 456 // The ctor redirects the stream to a temporary file.
468 << "Unable to create a temporary file in " << temp_dir_path;
470 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
475 // current directory, so we create the temporary file in the /tmp
514 // Name of the temporary file holding the stderr output.
  /external/v8/src/
runtime.h 97 F(Booleanize, 2, 1) /* TODO(turbofan): Only temporary */ \
425 F(ForInInit, 2, 2) /* TODO(turbofan): Only temporary */ \
426 F(ForInNext, 4, 2) /* TODO(turbofan): Only temporary */ \
427 F(ForInCacheArrayLength, 2, 1) /* TODO(turbofan): Only temporary */
456 F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \
    [all...]
  /frameworks/base/tools/aapt2/
XmlFlattener.cpp 461 * strings yet. We write to a temporary BigBuffer while parsing the input, adding strings
463 * then move the data from the temporary BigBuffer into the given one. This incurs no
504 // Move the temporary BigBuffer into outBuffer.
518 // temporary BigBuffer, which we will append to outBuffer later.
549 // temporary BigBuffer, which we will append to outBuffer later.
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 515 // The ctor redirects the stream to a temporary file.
527 << "Unable to create a temporary file in " << temp_dir_path;
529 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
534 // directory, so we create the temporary file in the /tmp directory
592 // Name of the temporary file holding the stderr output.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 227 /* Choose a temporary directory to use for scratch files. */
231 /* Return a temporary file name or NULL if unable to create one. */
397 TEMPBASE A base name to use for temporary files; may be NULL to
477 name to use for a temporary file holding stdout, if
518 /* Return a stream for a temporary file to pass to the first program
  /external/clang/include/clang/AST/
ExprCXX.h 491 /// array temporary within list-initialization (C++11 [dcl.init.list]p5).
    [all...]
  /docs/source.android.com/src/devices/tech/security/overview/
updates-resources.jd 104 <li>Remote temporary denial-of-service (remote hang or reboot)
116 <li>Local temporary denial-of-service (can be resolved only through a factory
129 <li>Local temporary denial-of-service (can be resolved by booting the device into
  /external/clang/include/clang/Driver/
Driver.h 308 /// up response files, removing temporary files, etc.
379 /// list of temporary or result files, as appropriate.
395 /// GetTemporaryPath - Return the pathname of a temporary file to use
  /external/clang/test/CXX/class.access/
p4.cpp 352 foo(); // expected-error {{temporary of type 'test14::A' has private destructor}}
364 const X &xr = Y1(); // expected-error{{temporary of type 'test14::X' has private destructor}}
427 void b() { throw A(); } // expected-error{{temporary of type 'test16::A' has private destructor}} \
  /external/clang/test/SemaCXX/
conditional-expr.cpp 227 // *must* create a separate temporary copy of class objects. This can only
278 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}}
376 const volatile int &cvir3 = b ? ci : vi; // expected-error{{volatile lvalue reference to type 'const volatile int' cannot bind to a temporary of type 'int'}}
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 77 // for temporary storage.
83 // Deletes temporary files.
117 // We want the temporary directory to be what the OS returns

Completed in 589 milliseconds

<<21222324252627282930>>