HomeSort by relevance Sort by last modified time
    Searched refs:Ti (Results 1 - 25 of 73) sorted by null

1 2 3

  /hardware/ti/omap4-aah/libtiutils/
ErrorUtils.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
31 ///Header file where all the TI OSAL error codes are defined
35 namespace Ti {
45 ///Method to convert from TI OSAL to Android errors
54 } // namespace Ti
Semaphore.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
29 namespace Ti {
63 } // namespace Ti
Status.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
27 namespace Ti {
61 } // namespace Ti
DebugUtils.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
24 namespace Ti {
96 } // namespace Ti
MessageQueue.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
36 namespace Ti {
93 } // namespace Ti
DebugUtils.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
27 namespace Ti {
127 # define LOG_FUNCTION_NAME Ti::FunctionLogger __function_logger_instance(__FILE__, __LINE__, __FUNCTION__);
149 Ti::Debug * const debug = Ti::Debug::instance(); \
153 Ti::IndentString<>(debug->offsetForCurrentThread()).string(), \
179 __android_log_print(ANDROID_LOG_FATAL, "Ti::Debug", \
181 __android_log_print(ANDROID_LOG_FATAL, "Ti::Debug", \
192 __android_log_print(ANDROID_LOG_FATAL, "Ti::Debug", \
194 __android_log_print(ANDROID_LOG_FATAL, "Ti::Debug",
    [all...]
ErrorUtils.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
20 namespace Ti {
65 @brief Method to convert from TI OSAL to Android errors
67 @param error Any of the standard TI OSAL error codes (defined in
68 hardware/ti/omx/ducati/domx/system/mm_osal/inc/timm_osal_error.h)
89 @param error Any of the standard OMX error codes (defined in hardware/ti/omx/ducati/domx/system/omx_core/inc/OMX_Core.h)
140 } // namespace Ti
Semaphore.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
24 namespace Ti {
232 } // namespace Ti
UtilsCommon.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
25 namespace Ti {
94 } // namespace Ti
  /prebuilts/go/darwin-x86/test/bench/shootout/
mandelbrot.c 50 double Zr, Zi, Cr, Ci, Tr, Ti;
60 Zr = Zi = Tr = Ti = 0.0;
63 for (i=0;i<iter && (Tr+Ti <= limit*limit);++i)
66 Zr = Tr - Ti + Cr;
68 Ti = Zi * Zi;
72 if(Tr+Ti <= limit*limit) byte_acc |= 0x01;
mandelbrot.go 65 Zr, Zi, Tr, Ti := Zero, Zero, Zero, Zero
69 for i := 0; i < Iter && (Tr+Ti <= Limit*Limit); i++ {
71 Zr = Tr - Ti + Cr
73 Ti = Zi * Zi
77 if Tr+Ti <= Limit*Limit {
  /prebuilts/go/linux-x86/test/bench/shootout/
mandelbrot.c 50 double Zr, Zi, Cr, Ci, Tr, Ti;
60 Zr = Zi = Tr = Ti = 0.0;
63 for (i=0;i<iter && (Tr+Ti <= limit*limit);++i)
66 Zr = Tr - Ti + Cr;
68 Ti = Zi * Zi;
72 if(Tr+Ti <= limit*limit) byte_acc |= 0x01;
mandelbrot.go 65 Zr, Zi, Tr, Ti := Zero, Zero, Zero, Zero
69 for i := 0; i < Iter && (Tr+Ti <= Limit*Limit); i++ {
71 Zr = Tr - Ti + Cr
73 Ti = Zi * Zi
77 if Tr+Ti <= Limit*Limit {
  /hardware/ti/omap4-aah/camera/inc/
Decoder_libjpeg.h 31 namespace Ti {
54 } // namespace Ti
SensorListener.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
35 namespace Ti {
103 } // namespace Ti
ANativeWindowDisplayAdapter.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
23 namespace Ti {
189 } // namespace Ti
CameraProperties.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
35 namespace Ti {
240 } // namespace Ti
TICameraParameters.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
23 namespace Ti {
26 ///TI Specific Camera Parameters
80 // TI recording hint to notify camera adapters of possible recording
87 //TI extensions for camera capabilies
91 // TI extensions to add values for ManualConvergence and AutoConvergence mode
99 // TI extensions to add Min frame rate Values
109 //TI extensions for setting EXIF tags
113 //TI extensions for additional GPS data
118 // TI extensions for VT
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXDCC.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
20 namespace Ti {
42 } // namespace Ti
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp 43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' cannot be defined in a type specifier}} variable
  /external/opencv3/3rdparty/openexr/Imath/
ImathFrame.h 131 Vec3<T>& ti, // Previous tangent vector
137 if( ti.length() != 0.0 && tj.length() != 0.0 )
139 ti.normalize(); tj.normalize();
140 T dot = ti.dot( tj );
150 a = ti.cross( tj );
157 Matrix44<T> Ti; Ti.translate( -pi );
159 return Mi * Ti * R * Tj;
  /frameworks/base/libs/common_time/
clock_recovery.h 67 static const float Ti;
  /hardware/ti/omap4-aah/camera/
CameraProperties.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
29 namespace Ti {
135 } // namespace Ti
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDefaults.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
27 namespace Ti {
83 } // namespace Ti
  /external/llvm/lib/IR/
DebugInfo.cpp 65 for (unsigned Ti = 0, Te = Retain.size(); Ti != Te; ++Ti) {
66 if (!isa<DICompositeType>(Retain[Ti]))
68 auto *Ty = cast<DICompositeType>(Retain[Ti]);

Completed in 242 milliseconds

1 2 3