/external/clang/test/CodeGen/ |
H A D | x86_32-fpcc-struct-return.c | 13 typedef struct { short s; } Short; typedef in typeref:struct:__anon2302 30 Short returnShort(Short x) { return x; }
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | priv_misc.h | 91 Short ML_(read_Short)( const UChar* data ); 94 DEF_READ(Short); variable
|
/external/aac/libAACenc/src/ |
H A D | psy_data.h | 105 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable 110 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable 115 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable 120 INT Short[TRANS_FAC][MAX_SFB_SHORT]; variable
|
H A D | aacenc_tns.h | 172 TNS_DATA_SHORT Short; variable 190 /* for Short: length TRANS_FAC*TNS_MAX_ORDER (only 5 for short LC) is required -> 8*5=40 */
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | otConverters.py | 127 class Short(IntValue): class in inherits:IntValue 372 "int16": Short,
|
/external/fonttools/Tools/fontTools/ttLib/tables/ |
H A D | otConverters.py | 127 class Short(IntValue): class in inherits:IntValue 372 "int16": Short,
|
/external/valgrind/VEX/pub/ |
H A D | libvex_basictypes.h | 52 typedef signed short Short; typedef 122 static inline Short toShort ( Int x ) { 124 return (Short)x;
|
/external/valgrind/VEX/useful/ |
H A D | show_fp_state.c | 14 typedef short Short; typedef
|
/external/valgrind/memcheck/tests/amd64/ |
H A D | bt_everything.c | 12 typedef signed short Short; typedef 140 : "r" ((Short)bitno)); 154 : "r" ((Short)bitno)); 165 : "r" ((Short)bitno)); 176 : "r" ((Short)bitno) 346 : "r" ((Short)bitno), "r" (reg_in) 364 : "r" ((Short)bitno), "r" (reg_in) 382 : "r" ((Short)bitno), "r" (reg_in) 400 : "r" ((Short)bitno), "r" (reg_in)
|
/external/clang/test/SemaCXX/ |
H A D | overloaded-builtin-operators.cpp | 8 struct Short { struct 40 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
|
/external/gmock/test/ |
H A D | gmock-more-actions_test.cc | 72 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_more_actions_test 250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2)))); 256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3)))); 358 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true))); 468 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
|
H A D | gmock-generated-actions_test.cc | 67 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_generated_actions_test 249 InvokeArgument<0>(static_cast<const char*>("Hi"), Short(1)); 257 InvokeArgument<0>("Hi", Short(1)); 296 EXPECT_EQ(s + 2, a.Perform(make_tuple(CharPtr(s), 0.5, Short(2)))); 303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3)))); 386 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3)))); 401 EXPECT_EQ(s + 2, a.Perform(make_tuple(Short(2), CharPtr(s)))); 408 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-more-actions_test.cc | 72 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_more_actions_test 250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2)))); 256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3)))); 358 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true))); 468 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
|
H A D | gmock-generated-actions_test.cc | 67 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_generated_actions_test 249 InvokeArgument<0>(static_cast<const char*>("Hi"), Short(1)); 257 InvokeArgument<0>("Hi", Short(1)); 296 EXPECT_EQ(s + 2, a.Perform(make_tuple(CharPtr(s), 0.5, Short(2)))); 303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3)))); 386 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3)))); 401 EXPECT_EQ(s + 2, a.Perform(make_tuple(Short(2), CharPtr(s)))); 408 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
|
/external/icu/icu4c/source/i18n/ |
H A D | decNumberLocal.h | 71 #define Short int16_t macro
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
H A D | VertexBuffer.java | 268 Short(2), enum constant in enum:VertexBuffer.Format 636 case Short: 695 case Short: 698 sin.put(inPos + elementPos, (Short)val); 739 case Short: 812 case Short: 862 case Short: 973 case Short: 1007 case Short:
|
/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.hpp | 306 typedef WrappedType<deInt16> Short; typedef in class:deqp::gls::GLValue 390 explicit GLValue (Short value) : type(Array::INPUTTYPE_SHORT), s(value) {} 411 Short s;
|
H A D | glsDrawTest.cpp | 424 typedef WrappedType<deInt16> Short; typedef in class:deqp::gls::__anon4774::GLValue 504 explicit GLValue (Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) {} 525 Short s; 610 rangesHi[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(32760)); 628 rangesLo[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(-32760)); 645 template<> struct GLValueTypeTraits<GLValue::Short> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_SHORT; }; 659 template<> GLValue::Short inline extractGLValue<GLValue::Short> (const GLValue& v) { return v.s; }; 687 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short mi [all...] |
/external/freetype/src/raster/ |
H A D | ftraster.c | 307 typedef short Short; typedef 380 Short y_min; /* band's minimum */ 381 Short y_max; /* band's maximum */ 427 Function_Sweep_Init( RAS_ARGS Short* min, 428 Short* max ); 431 Function_Sweep_Span( RAS_ARGS Short y, 520 Short traceIncr; /* sweep's increment in target bitmap */ 1008 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ 1192 Short f1; 1220 f1 = (Short)( FRA [all...] |
/external/pdfium/third_party/freetype/src/raster/ |
H A D | ftraster.c | 309 typedef short Short; typedef 382 Short y_min; /* band's minimum */ 383 Short y_max; /* band's maximum */ 429 Function_Sweep_Init( RAS_ARGS Short* min, 430 Short* max ); 433 Function_Sweep_Span( RAS_ARGS Short y, 516 Short traceIncr; /* sweep's increment in target bitmap */ 1004 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ 1188 Short f1; 1216 f1 = (Short)( FRA [all...] |
/external/v8/src/arm/ |
H A D | constants-arm.h | 324 Short = 0 << 22 // Short load/store coprocessor. enumerator in enum:v8::internal::LFlag
|
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |