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

<<11121314151617181920>>

  /frameworks/base/tools/obbtool/
mkobb.sh 212 tempfile=$(tempfile -d ${outdir}) || ( echo "ERROR: couldn't create temporary file in ${outdir}"; exit 1 )
220 echo "Creating temporary file..."
223 echo "ERROR: creating temporary file: $?"
246 # Make the temporary mount point and mount it
  /frameworks/rs/
rsMatrix2x2.cpp 45 // Use a temporary variable to support the case where one of the inputs
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h 32 /* This is a temporary structure for first pass sc parsing. index tells us where we are in list of es buffers
  /hardware/ti/omap4-aah/test/CameraHal/
Android.mk 4 # Temporary wrapper to disable the camera_test in non CPCAM mode.
  /ndk/
ndk-which 32 # create a temporary skeleton project so that we can leverage build-local.mk
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-l 10 of a temporary file; if it exists an error is generated. If it
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format_store.hpp 21 // temporary format and find result storage --------------------------------//
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServices.java 30 * temporary or final capture results.
  /packages/apps/ExactCalculator/src/com/android/calculator2/
AlignedTextView.java 32 // temporary rect for use during layout
  /packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
DetachableBinding.java 21 * An extension on {@link Binding} that allows for temporary data detachment from the UI component.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ShiftKeyState.java 22 private static final int PRESSING_ON_SHIFTED = 3; // both temporary shifted & shift locked
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 20 # the temporary source file lives.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 20 # the temporary source file lives.
  /system/bt/btcore/include/
module.h 57 // Temporary callbacked wrapper for module start up, so real modules can be
  /system/core/libnativebridge/tests/
PreInitializeNativeBridge_test.cpp 57 ASSERT_EQ(0, unlink("./cpuinfo")) << "Error unlinking temporary file.";
  /system/core/libsysutils/src/
NetlinkListener.cpp 30 /* temporary version until we can get Motorola to update their
  /system/core/tzdatacheck/
tzdatacheck.cpp 110 * During deletion, this function first renames the directory to a temporary name. If the temporary
137 // Create an empty directory with the temporary name. For this we need a non-const char*.
141 PLOG(WARNING) << "Unable to create a temporary directory: " << tempDirNameTemplate;
  /external/bison/data/m4sugar/
foreach.m4 67 # that temporary macro. Thus, the recursion is done in m4_for without
88 # Use m4_for to create a temporary macro in terms of a boilerplate
90 # odd, then rounding the last $# up in the temporary macro is
119 # We build the temporary macro _m4_b:
151 # We only have to speed up _m4_cond, by building the temporary _m4_c:
180 # temporary _m4_p:
203 # _m4_shiftn. If N is 3, then we build the temporary _m4_s, defined as
217 # Here, we use the temporary macro _m4_do, defined as
236 # Invoke _m4_r($@) with the temporary _m4_r built as
250 # Build the temporary macro _m4_map_args_pair, with the $2([$m+1]
    [all...]
  /external/clang/test/SemaCXX/
references.cpp 47 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}}
55 // const double& rcd2 = 2; // rcd2 refers to temporary with value 2.0
152 // This is invalid: we can't copy-initialize an 'A' temporary using an
  /external/eigen/Eigen/src/Core/
Random.h 42 * a temporary matrix whenever it is nested in a larger expression. This prevents unexpected
69 * a temporary vector whenever it is nested in a larger expression. This prevents unexpected
90 * a temporary matrix whenever it is nested in a larger expression. This prevents unexpected
  /external/eigen/doc/
HiPerformance.dox 61 Otherwise the product m2 * m3 is evaluated into a temporary.</td>
72 temporary as in the next example.</td>
107 so that no temporary is required. (tip: for very small fixed size matrix
  /external/icu/icu4c/source/i18n/
name2uni.cpp 121 ++maxLen; // allow for temporary trailing space
173 // temporary trailing space, so use '>'.
227 // maxLen includes temporary trailing space, so use '>='.
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NameUnicodeTransliterator.java 49 int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing space
98 // temporary trailing space, so use '>'.
144 // maxLen includes temporary trailing space, so use '>='.
  /external/iproute2/man/man8/
ip-address.8 59 tentative " | " deprecated " | " dadfailed " | " temporary " | " CONFFLAG-LIST " ]"
227 .B temporary
228 (IPv6 only) only list temporary addresses.
ip-address.8.in 54 tentative " | " deprecated " | " dadfailed " | " temporary " ]"
186 .B temporary
187 (IPv6 only) only list temporary addresses.

Completed in 227 milliseconds

<<11121314151617181920>>