/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
NullResolver.h | 11 // resolution requests, for clients that have no cross-object fixups. 24 /// Useful for clients that have no cross-object fixups.
|
/external/clang/test/CodeGen/ |
cfi-icall-cross-dso.c | 2 // RUN: -fsanitize=cfi-icall -fsanitize-cfi-cross-dso \ 9 // RUN: -fsanitize=cfi-icall -fsanitize-cfi-cross-dso -fsanitize-trap=cfi-icall \ 16 // RUN: -fsanitize=cfi-icall -fsanitize-cfi-cross-dso \ 23 // RUN: -fsanitize=cfi-icall -fsanitize-cfi-cross-dso -fsanitize-trap=cfi-icall \ 29 // CHECK-DIAG: @[[SRC:.*]] = private unnamed_addr constant {{.*}}cfi-icall-cross-dso.c\00 69 // CHECK: !{i32 4, !"Cross-DSO CFI", i32 1}
|
/external/lz4/contrib/djgpp/ |
Makefile | 17 CROSS ?= i586-pc-msdosdjgpp 18 CC = $(CROSS)-gcc 19 AR = $(CROSS)-ar 20 LD = $(CROSS)-gcc 104 @echo "CROSS="$(CROSS)
|
/external/v8/ |
snapshot_toolchain.gni | 48 # TODO(GYP): Currently only regular (non-cross) compiles, and cross-compiles 54 # This is not a cross-compile, so build the snapshot with the current 59 # This is an x64 -> x86 cross-compile, but x64 hosts can usually run x86 64 # This is a mac -> win cross-compile, which is only supported w/ clang. 67 # This is a cross-compile from an x64 host to either a non-Intel target
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 18 * \returns the cross product of \c *this and \a other 20 * Here is a very good explanation of cross-product: http://xkcd.com/199/ 22 * With complex numbers, the cross product is implemented as 34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const function in class:Eigen::MatrixBase 72 * \returns the cross product of \c *this and \a other using only the x, y, and z coefficients 77 * \sa MatrixBase::cross() 99 * \returns a matrix expression of the cross product of each column or row 105 * \sa MatrixBase::cross() */ 110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const function in class:Eigen::VectorwiseOp 222 * \sa cross() [all...] |
/external/swiftshader/third_party/LLVM/unittests/Support/ |
TypeBuilderTest.cpp | 185 template<bool cross> class TypeBuilder<MyType, cross> { 191 st.push_back(TypeBuilder<int, cross>::get(Context)); 192 st.push_back(TypeBuilder<int*, cross>::get(Context)); 193 st.push_back(TypeBuilder<void*[], cross>::get(Context)); 208 template<bool cross> class TypeBuilder<MyPortableType, cross> { 214 st.push_back(TypeBuilder<types::i<32>, cross>::get(Context)); 215 st.push_back(TypeBuilder<types::i<32>*, cross>::get(Context)); 216 st.push_back(TypeBuilder<types::i<8>*[], cross>::get(Context)) [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
cref.cc | 1 // cref.cc -- cross reference for gold 41 // for cross referencing. 67 // Print a cross reference table. 90 // For --cref, we build a cross reference table which maps from 111 // Gather cross reference information. 214 // Sort symbols for the cross reference table. 245 // Gather cross reference information from a list of inputs. 280 // The column where the file name starts in a cross reference table. 284 // Print a cross reference table. 393 // Print a cross reference table [all...] |
/external/skia/src/utils/ |
SkCamera.cpp | 52 void SkUnit3D::Cross(const SkUnit3D& a, const SkUnit3D& b, SkUnit3D* cross) { 53 SkASSERT(cross); 55 // use x,y,z, in case &a == cross or &b == cross 61 cross->set(x, y, z); 215 SkUnit3D axis, zenith, cross; local 217 // construct a orthonormal basis of cross (x), zenith (y), and axis (z) 230 SkUnit3D::Cross(axis, zenith, &cross); [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 97 // all operations on cross-process cursors can throw random exceptions 118 // all operations on cross-process cursors can throw random exceptions 133 // all operations on cross-process cursors can throw random exceptions 145 // all operations on cross-process cursors can throw random exceptions 158 // all operations on cross-process cursors can throw random exceptions 251 // all operations on cross-process cursors can throw random exceptions 271 // all operations on cross-process cursors can throw random exceptions
|
/external/eigen/bench/ |
eig33.cpp | 118 // evecs.col(2) = evecs.col(0).cross(evecs.col(1)).normalized(); 124 // evecs.col(0) = tmp.row(0).cross(tmp.row(1)).normalized(); 128 // evecs.col(1) = tmp.row(0).cross(tmp.row(1)).normalized(); 132 // evecs.col(2) = tmp.row(0).cross(tmp.row(1)).normalized(); 144 evecs.col (2) = tmp.row (0).cross (tmp.row (1)).normalized (); 148 evecs.col(1) = tmp.row (0).cross(tmp.row (1)); 156 evecs.col(1) = evecs.col(2).cross(evecs.col(1).cross(evecs.col(2))).normalized(); 157 evecs.col(0) = evecs.col(2).cross(evecs.col(1));
|
/external/clang/www/ |
UniversalDriver.html | 18 <p>Clang is inherently a cross compiler, in that it is always capable of 20 system from the one running the compiler. However, actually cross compiling in 27 underlying cross-compilation abilities of clang.</p> 29 <p>We would like to solve this problem by defining a new model for how cross 73 does not match well with tools which are inherently capable of cross
|
/external/bison/m4/ |
fcntl-o.m4 | 119 [gl_cv_header_working_fcntl_h=cross-compiling])]) 122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #( 129 *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
|
/external/llvm/test/Transforms/CrossDSOCFI/ |
basic.ll | 1 ; RUN: opt -S -cross-dso-cfi < %s | FileCheck %s 2 ; RUN: opt -S -passes=cross-dso-cfi < %s | FileCheck %s 81 !8 = !{i32 4, !"Cross-DSO CFI", i32 1}
|
/external/python/cpython2/Doc/library/ |
othergui.rst | 6 Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are 32 wxPython is a cross-platform GUI toolkit for Python that is built around 47 Python, both cross-platform, and platform-specific. See the `GUI Programming
|
/external/skia/site/dev/tools/ |
codesearch.md | 11 Skia tree. Chromium code search provides cross-references. 18 cross-references, history/blame, and code analysis are not available. 23 branches. However, the search functionality is fairly limited, cross-references
|
/external/webrtc/webrtc/modules/audio_processing/ |
splitting_filter_unittest.cc | 33 // Checks that the cross correlation of input and output is high enough at the 82 // Delay and cross correlation estimation. 95 // High cross correlation check.
|
/frameworks/base/core/java/android/app/admin/ |
DevicePolicyManagerInternal.java | 31 * Listener for changes in the white-listed packages to show cross-profile 37 * Called when the white-listed packages to show cross-profile widgets 61 * cross-profile app widgets.
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
nbody.rs | 44 v.xyz = cross(point.xyz, v.xyz); 80 right = normalize(cross(normv, up)); 81 up = normalize(cross(normv, right));
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 17 CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 18 COMP ?= $(CROSS)gcc 19 LINK ?= $(CROSS)gcc
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
shared.mk | 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 17 COMP ?= $(CROSS)gcc 18 LINK ?= $(CROSS)gcc
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/ |
shared.mk | 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 17 COMP ?= $(CROSS)gcc 18 LINK ?= $(CROSS)gcc
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/ |
shared.mk | 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 17 COMP ?= $(CROSS)gcc 18 LINK ?= $(CROSS)gcc
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/ |
shared.mk | 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 17 COMP ?= $(CROSS)gcc 18 LINK ?= $(CROSS)gcc
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/ |
shared.mk | 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 17 COMP ?= $(CROSS)gcc 18 LINK ?= $(CROSS)gcc
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 6 CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 7 COMP ?= $(CROSS)gcc 8 LINK ?= $(CROSS)gcc
|