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

<<11121314151617181920>>

  /system/core/libsparse/
append2simg.c 116 fprintf(stderr, "Couldn't open temporary file (%s)\n", strerror(errno));
133 fprintf(stderr, "Failed to rename temporary file (%s)\n", strerror(errno));
  /art/compiler/dex/quick/
lazy_debug_frame_opcode_writer.cc 30 // Move our data buffer to temporary variable.
  /bionic/tests/
TemporaryFile.h 28 // let's just try both possible temporary directories and take the
  /dalvik/dx/src/com/android/dx/dex/
DexOptions.java 29 * Enable alignment support of 64-bit registers on Dalvik even registers. This is a temporary
  /external/clang/test/Analysis/
analyzer-config.cpp 20 // CHECK-NEXT: cfg-temporary-dtors = false
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 6 auto& y = []()->void { }; // expected-error{{cannot bind to a temporary of type}}
  /external/clang/test/Rewriter/
properties.m 2 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-byref-vars.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-container-literal.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-default-property-synthesis.mm 4 // RUN: %clang_cc1 -fsyntax-only -Werror -DSEL="void *" -Did="struct objc_object *" -Wno-attributes -Wno-address-of-temporary -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-extern-c-func-decl.mm 2 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -Wno-attributes -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-ivar-access.mm 2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-ivars-1.mm 2 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-struct-ivar.mm 4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-throw.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
  /external/clang/test/SemaCXX/
copy-initialization.cpp 47 // Core issue 5: if a temporary is created in copy-initialization, it is of
cxx1y-initializer-aggregates.cpp 56 // Within this aggregate, both this object's 'this' and the temporary's
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 62 A<S &, addr({})> a; // expected-error {{constant}} expected-note 2{{temporary}}
63 A<S *, &addr({})> b; // expected-error {{constant}} expected-note 2{{temporary}}
64 A<int &, addr({}).n> c; // expected-error {{constant}} expected-note 2{{temporary}}
65 A<int *, &addr({}).n> d; // expected-error {{constant}} expected-note 2{{temporary}}
  /external/dexmaker/
README 17 bug-8108255.patch: temporary workaround to ClassLoading issues
  /external/dexmaker/src/main/java/com/google/dexmaker/
Local.java 22 * A temporary variable that holds a single value of a known type.
  /external/e2fsprogs/contrib/
build-rpm 29 # Remove any build files from the temporary tarball directory
  /external/eigen/doc/
TutorialAdvancedInitialization.dox 121 \section TutorialAdvancedInitializationTemporaryObjects Usage as temporary objects
128 These expressions can also be used as a temporary object. The second example in
143 The comma-initializer, too, can also be used to construct temporary objects. The following example constructs a random
157 object once the comma initialization of our temporary submatrix is done.
  /external/eigen/test/
product_notemporary.cpp 84 // NOTE this is because the blas_traits require innerstride==1 to avoid a temporary, but that doesn't seem to be actually needed for the triangular products
94 // NOTE this is because the blas_traits require innerstride==1 to avoid a temporary, but that doesn't seem to be actually needed for the triangular products
103 // Here we will get 1 temporary for each resize operation of the lhs operator; resize(r1,c1) would lead to zero temporaries
112 // ... and even no temporary for even deeply (>=2) nested products
  /external/elfutils/src/libasm/
asm_abort.c 53 /* Now close the temporary file and remove it. */
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 63 state = State.FAILED; // temporary pessimism

Completed in 193 milliseconds

<<11121314151617181920>>