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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Rewriter/
rewrite-protocol-property.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-static-block.mm 2 // RUN: %clang_cc1 -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp -emit-llvm -o %t-rw.ll
rewrite-user-defined-accessors.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-vararg.m 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
objc-modern-fast-enumeration.mm 4 // RUN: %clang_cc1 -fsyntax-only -triple i686-pc-win32 -Werror -Wno-address-of-temporary -D"Class=struct objc_class *" -D"id=struct objc_object *" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp -Wno-attributes
5 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-pc-win32 -Werror -Wno-address-of-temporary -D_WIN64 -D"Class=struct objc_class *" -D"id=struct objc_object *" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp -Wno-attributes
rewrite-elaborated-type.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-nested-blocks-1.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-nested-property-in-blocks.mm 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
4 // RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
  /external/jetty/src/resources/org/eclipse/jetty/webapp/jmx/
WebAppContext-mbean.properties 14 tempDirectory: Temporary directory locatio
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
format_conversion.h 50 // Temporary API mapper.
91 // Temporary API mapper.
124 // Temporary API mapper.
154 // Temporary API mapper.
  /external/libxml2/result/HTML/
Down.html.sax 10 SAX.characters(This service is temporary down, 30)
  /external/libyuv/files/include/libyuv/
format_conversion.h 50 // Temporary API mapper.
91 // Temporary API mapper.
124 // Temporary API mapper.
154 // Temporary API mapper.
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 9 # lowering of other jumps by checking that extra temporary
lower_unified_returns.opt_test 9 # lowering of other returns by checking that extra temporary
  /external/skia/experimental/FileReaderApp/
FileReaderWindow.mm 26 //TODO - Temporary fix. Inval doesn't Seem to be working.
  /external/v8/src/
rewriter.h 17 // a compiler-generated temporary variable wherever needed.
  /hardware/ril/rild/
Android.mk 16 # temporary hack for broken vendor rils
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 6 #if 0 /* temporary: investigation of problem with swap */
85 * exchange; this assume usage of temporary object)
122 #if 0 /* temporary: investigation of problem with swap */
130 #endif /* end of temporary */
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 6 #if 0 /* temporary: investigation of problem with swap */
85 * exchange; this assume usage of temporary object)
122 #if 0 /* temporary: investigation of problem with swap */
130 #endif /* end of temporary */
  /ndk/tests/device/test-stlport_shared-exception/jni/
ehopt1.cpp 1 // ehopt was only copying one statement from the cleanup of the B temporary
  /ndk/tests/device/test-stlport_static-exception/jni/
ehopt1.cpp 1 // ehopt was only copying one statement from the cleanup of the B temporary
  /packages/apps/Camera2/src/com/android/camera/session/
SessionStorageManagerImpl.java 34 /** Delete temporary session directory remnants after ONE day. */
37 /** The base directory for all temporary data. */
110 throw new IOException("Temporary output file is not writeable.");
116 * Goes through all temporary sessions and deletes the ones that are older
  /external/clang/test/Analysis/
temporaries.cpp 3 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -DTEMPORARY_DTORS -verify -w -analyzer-config cfg-temporary-dtors=true %s -std=c++11
24 return Trivial(42); // expected-warning {{Address of stack memory associated with temporary object of type 'Trivial' returned to caller}}
33 return NonTrivial(42); // expected-warning {{Address of stack memory associated with temporary object of type 'NonTrivial' returned to caller}}
320 // In normal context, the temporary destructor runs at the end of the full
325 // GNU expression statements execute temporary destructors within the
357 // Test that the CFG gets hooked up correctly when temporary destructors
370 // Test that the CFG gets hooked up correctly when temporary destructors
408 // FIXME: This exact pattern triggers the temporary cleanup logic
416 // FIXME: This exact pattern triggers the temporary cleanup logic
417 // to visit the bind-temporary logic with a state that already has tha
    [all...]
  /external/eigen/cmake/
language_support.cmake 3 # Temporary additional general language support is contained within this
62 # Temporary tests of the above function.
  /external/iputils/doc/
Makefile 12 # lots of some strange temporary junk directories and files.
13 # So, scope it to a temporary dir and clean all after each run.

Completed in 156 milliseconds

1 2 3 4 56 7 8 91011>>