/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 65 ("Metadata-Type", "complex"), 74 ("Metadata-Type", "complex"), 114 KP-Metadata-Type: complex 135 KP-Metadata-Type: complex
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
types.py | 21 ComplexType = complex
|
/external/chromium_org/chrome/test/perf/ |
perf_ui_test_suite.cc | 101 LOG(FATAL) << "Failed to create complex profile directory..."; 107 LOG(FATAL) << "Failed to copy data to complex profile directory..."; 121 LOG(FATAL) << "Failed to copy default to complex profile";
|
/external/chromium_org/third_party/libxml/src/ |
libxml.spec.in | 15 this includes parsing and validation even with complex DtDs, either 34 this includes parsing and validation even with complex DtDs, either 55 this includes parsing and validation even with complex DTDs, either
|
libxml2.spec | 15 this includes parsing and validation even with complex DtDs, either 34 this includes parsing and validation even with complex DtDs, either 55 this includes parsing and validation even with complex DTDs, either
|
/external/chromium_org/v8/test/mjsunit/ |
string-indexof-1.js | 80 // Test complex string indexOf algorithms. Only trigger for long strings. 111 // Search for string long enough to trigger complex search with ASCII pattern 116 var lengths = [1, 4, 15]; // Single char, simple and complex.
|
/external/clang/test/SemaCXX/ |
constant-expression-cxx11.cpp | [all...] |
/external/eigen/Eigen/src/Geometry/ |
Scaling.h | 120 static inline UniformScaling<std::complex<RealScalar> > Scaling(const std::complex<RealScalar>& s) 121 { return UniformScaling<std::complex<RealScalar> >(s); }
|
/external/eigen/test/ |
eigensolver_selfadjoint.cpp | 28 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex; 130 CALL_SUBTEST_9( selfadjointeigensolver(Matrix<std::complex<double>,Dynamic,Dynamic,RowMajor>(s,s)) );
|
sparse_solver.h | 160 if( internal::is_same<Scalar, std::complex<float> >::value || internal::is_same<Scalar, std::complex<double> >::value ) 161 mat_folder = mat_folder + static_cast<string>("/complex/"); 202 || internal::is_same<Scalar, std::complex<float> >::value) 281 || internal::is_same<Scalar, std::complex<float> >::value)
|
/external/elfutils/backends/ |
x86_64_retval.c | 143 case 4 * 2: /* complex float */ 144 case 8 * 2: /* complex double */ 147 case 16 * 2: /* complex long double */
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTypedValue.java | 38 public static float complexToFloat(int complex) 40 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK 42 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT)
|
/external/v8/test/mjsunit/ |
string-indexof-1.js | 80 // Test complex string indexOf algorithms. Only trigger for long strings. 111 // Search for string long enough to trigger complex search with ASCII pattern 116 var lengths = [1, 4, 15]; // Single char, simple and complex.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
Font.h | 38 // "X11/X.h" defines Complex to 0 and conflicts 39 // with Complex value in CodePath enum. 40 #ifdef Complex 41 #undef Complex 165 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
By.java | 182 * ideal if the UiElement to match has a complex relationship with surrounding 185 * {@link #allOf}. For complex cases like below, XPath is superior: 283 * complex cases, consider {@link #xpath}. 303 * complex cases, consider {@link #xpath}. 329 * For complex cases, consider {@link #xpath}.
|
/external/eigen/Eigen/src/Core/ |
Array.h | 245 * and where \c Type can be \c i for integer, \c f for float, \c d for double, \c cf for complex float, \c cd 246 * for complex double. 251 * a fixed-size 1D array of 4 complex floats. 280 EIGEN_MAKE_ARRAY_TYPEDEFS_ALL_SIZES(std::complex<float>, cf) 281 EIGEN_MAKE_ARRAY_TYPEDEFS_ALL_SIZES(std::complex<double>, cd)
|
/external/eigen/blas/ |
ctpmv.f | 7 COMPLEX AP(*),X(*) 61 * AP - COMPLEX array of DIMENSION at least 77 * X - COMPLEX array of dimension at least 102 COMPLEX ZERO 106 COMPLEX TEMP
|
ctpsv.f | 7 COMPLEX AP(*),X(*) 64 * AP - COMPLEX array of DIMENSION at least 80 * X - COMPLEX array of dimension at least 105 COMPLEX ZERO 109 COMPLEX TEMP
|
ztpmv.f | 7 DOUBLE COMPLEX AP(*),X(*) 61 * AP - COMPLEX*16 array of DIMENSION at least 77 * X - COMPLEX*16 array of dimension at least 102 DOUBLE COMPLEX ZERO 106 DOUBLE COMPLEX TEMP
|
ztpsv.f | 7 DOUBLE COMPLEX AP(*),X(*) 64 * AP - COMPLEX*16 array of DIMENSION at least 80 * X - COMPLEX*16 array of dimension at least 105 DOUBLE COMPLEX ZERO 109 DOUBLE COMPLEX TEMP
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
Biquad.cpp | 525 void Biquad::setZeroPolePairs(const Complex &zero, const Complex &pole) 540 void Biquad::setAllpassPole(const Complex &pole) 542 Complex zero = Complex(1, 0) / pole; 576 Complex z = Complex(cos(omega), sin(omega)); 577 Complex numerator = b0 + (b1 + b2 * z) * z; 578 Complex denominator = Complex(1, 0) + (a1 + a2 * z) * z [all...] |
/frameworks/base/libs/hwui/ |
DeferredDisplayList.cpp | 396 // the clip if we aren't recording a complex clip (and can thus trust it to be a rect) 405 * When an clipping operation occurs that could cause a complex clip, record the operation and all 408 * the complex clip. 415 DEFER_LOGD("%p Received complex clip operation %p", this, op); 422 DEFER_LOGD(" Starting complex clip region, start is %d", mComplexClipStackStart); 436 * complex clip, and if the flags (kClip_SaveFlag & kClipToLayer_SaveFlag) are set. 449 * barrier if it's needed to properly modify a complex clip 467 * other save() commands which occur as children of a snapshot with complex clip will be deferred, 471 * save/restore and complex canvas modifications (including save/restore) in order. 514 // complex clip has a complex set of expectations on the renderer state - for now, avoid takin [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkRegion.h | 91 * will return 1, Complex will return a value > 1. 94 * indicates a more complex region. 164 * This works for simple (rectangular) and complex regions, and always 172 * This works for simple (rectangular) and complex regions, and always 179 * Return true if this region is a single rectangle (not complex) and the 189 * Return true if this region is a single rectangle (not complex) and the 382 // expose this to allow for regression test on complex regions
|
/external/skia/include/core/ |
SkRegion.h | 91 * will return 1, Complex will return a value > 1. 94 * indicates a more complex region. 164 * This works for simple (rectangular) and complex regions, and always 172 * This works for simple (rectangular) and complex regions, and always 179 * Return true if this region is a single rectangle (not complex) and the 189 * Return true if this region is a single rectangle (not complex) and the 382 // expose this to allow for regression test on complex regions
|
/external/srec/srec/include/ |
sp_fft.h | 137 TIME: Let M = log2Size be the power-of-two length and N = 2**M be the complex 145 500 runs of paired 256 point complex (512 point real) input FFT 150 Complex: 0.120 sec. 154 Assembly: Real 0.170 sec, Complex 0.140 sec. 155 Microsoft C: Real 0.250 sec, Complex 0.240 sec. 156 Stric C: Real 0.540 sec, Complex 0.441 sec. 234 log2Length -- the power-of-two length of the complex FFT
|