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

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/nv30/
nv40_vertprog.h 18 * Temporary registers
20 * give a total of 32 temporary registers.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 66 struct register_info * Temporary;
192 reg = &s->Temporary[*index];
216 /* This functions offsets the temporary register indices by the number
225 s->Temporary[i].Allocated = 1;
226 s->Temporary[i].File = RC_FILE_TEMPORARY;
227 s->Temporary[i].Index = i + s->NumInputs;
732 s.Temporary = memory_pool_malloc(&cc->Pool,
734 memset(s.Temporary, 0, s.NumTemporaries * sizeof(struct register_info));
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 134 (declare (temporary) <var_type> <var_name)
136 return [['declare', ['temporary'], var_type, var_name]]
167 initialize the temporary boolean execute_flag.
174 initialize the temporary boolean return_flag.
181 initialize the temporary variable return_value. Assume that
188 initialize the temporary boolean break_flag.
411 lowering of other returns by checking that extra temporary
434 lowering of other jumps by checking that extra temporary
  /external/mesa3d/src/glx/
renderpix.c 86 /* Allocate a temporary holding buffer */
180 /* Allocate a temporary holding buffer */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cse.cpp 40 /** The temporary where the value is stored. */
124 * If we don't have a temporary already, make one.
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 68 * Test the handleCommand(Command,Session) method. Create a temporary (binary) file, and
176 // LOG.info("Created temporary file [" + FILE_PATH + "]: length=" + file.length());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 71 * Test the handleCommand(Command,Session) method. Create a temporary (binary) file, and
176 // LOG.info("Created temporary file [" + FILE_PATH + "]: length=" + file.length());
  /external/skia/experimental/SkV8Example/
JsContext.cpp 28 // Handle scope for temporary handles.
67 // Create a handle scope to keep the temporary object references.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderProtoPool.java 107 // a placeholder interface to unify the temporary probing key and the BuilderProtoReference class
113 // a temporary lightweight class to allow a quick probe if the given prototype has already been interned
  /external/valgrind/VEX/priv/
main_util.h 93 /* By default allocation occurs in the temporary area. However, it is
110 /* Allocate in Vex's temporary allocation area. Be careful with this.
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionManager.java 122 * remove temporary in memory resources from the session itself, see
140 * Gets the directory to be used for temporary data. See
  /packages/apps/Email/provider_src/com/android/email/mail/internet/
AuthenticationCache.java 105 // This account is temporary, just create a temporary entry. Don't store
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
FileProvider.java 77 * Build uri for a new temporary file (creating file)
80 * @return unique uri that can be used to write temporary files
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 55 // Create temporary directory.
119 // Rename temporary directory.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp 71 // Create temporary directory.
137 // Rename temporary directory.
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Test.java 40 throw new RuntimeException("Can't get temporary directory", e);
75 + "If -n option is provided, do not delete temporary files in "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/spi/
spidev.h 58 * @speed_hz: Temporary override of the device's bitrate.
59 * @bits_per_word: Temporary override of the device's wordsize.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/spi/
spidev.h 58 * @speed_hz: Temporary override of the device's bitrate.
59 * @bits_per_word: Temporary override of the device's wordsize.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build.py 34 "temporary build directory"),
108 # 'build_temp' -- temporary directory for compiler turds,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build.py 34 "temporary build directory"),
108 # 'build_temp' -- temporary directory for compiler turds,
  /prebuilts/misc/common/swig/include/2.0.11/guile/
list-vector.i 17 Scheme wrapper will take one argument, a vector. A temporary C
104 /* Discard the temporary array after the call. */
118 /* First we make temporary variables ARRAYLENTEMP and ARRAYTEMP,
357 /* Discard the temporary array after the call. */
371 /* First we make a temporary variable ARRAYLENTEMP, use its
  /external/lldb/source/Expression/
Materializer.cpp 489 err.SetErrorStringWithFormat("trying to create a temporary region for %s but one exists", m_variable_sp->GetName().AsCString());
516 err.SetErrorStringWithFormat("couldn't allocate a temporary region for %s: %s", m_variable_sp->GetName().AsCString(), alloc_error.AsCString());
526 err.SetErrorStringWithFormat("couldn't write to the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), write_error.AsCString());
536 err.SetErrorStringWithFormat("couldn't write the address of the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), pointer_write_error.AsCString());
602 err.SetErrorStringWithFormat("couldn't free the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), free_error.AsCString());
653 dump_stream.Printf("Temporary allocation:\n");
735 err.SetErrorString("Trying to create a temporary region for the result but one exists");
752 err.SetErrorStringWithFormat("couldn't allocate a temporary region for the result: %s", alloc_error.AsCString());
762 err.SetErrorStringWithFormat("couldn't write the address of the temporary region for the result: %s", pointer_write_error.AsCString());
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 145 * IR-level is just a temporary value, which is an l-value.
196 * to place them in a temporary variable and do the conversion after the
198 * the post-call conversions in a temporary exec_list, and emit them later.
222 * temporary variable to hold the value before conversion,
289 /* Create a new temporary to hold the return value. */
708 * The generated constructor code will consist of a temporary variable
710 * from constructor parameters to the temporary will follow.
897 * The generated constructor code will consist of a temporary variable
899 * from constructor parameters to the temporary will follow.
957 /* Assign the temporary vector to each column of the destination matri
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 279 * Also, use a temporary in GTT memory for read transfers, as
322 R600_ERR("failed to create temporary texture to hold untiled copy\n");
342 /* For texture reading, the temporary (detiled) texture is used as
347 /* For texture writing, the temporary texture is used as a sampler
352 /* Create the temporary texture. */
355 R600_ERR("failed to create temporary texture to hold untiled copy\n");
650 R600_ERR("failed to create temporary texture to hold untiled copy\n");
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 35 information from APs), a temporary network block is created
36 automatically for the matching network. This temporary network block is
39 only for temporary period of time since a new one can be created
112 # temporary: Whether this credential is temporary and not to be saved
333 > set_cred 0 temporary 1
437 wpa_supplicant creates a temporary network block for the selected

Completed in 541 milliseconds

<<21222324252627282930>>