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

1 2 3

  /external/mesa3d/src/glsl/builtins/tools/
texture_builtins.py 9 Single = 4
61 if variant & Single:
175 generate_sigs("", "tex", "1DShadow", Single, 1);
176 generate_sigs("", "tex", "2DShadow", Single);
177 generate_sigs("", "tex", "CubeShadow", Single);
178 generate_sigs("", "tex", "1DArrayShadow", Single);
179 generate_sigs("", "tex", "2DArrayShadow", Single);
181 generate_sigs("", "tex", "2DRectShadow", Single);
189 generate_sigs("", "txb", "1DShadow", Single, 1);
190 generate_sigs("", "txb", "2DShadow", Single);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
cmap_int.h 11 typedef enum { None, Single, Range, Reverse } MapType;
fpdf_cmaps.cpp 88 } else if (pMap->m_DWordMapType == FXCMAP_CMap::Single) {
106 if (pMap->m_WordMapType == FXCMAP_CMap::Single) {
127 if (pMap->m_WordMapType == FXCMAP_CMap::Single) {
161 } else if (pMap->m_DWordMapType == FXCMAP_CMap::Single) {
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 37 struct Single : B1 {
72 int Single ::*s_d_memptr;
91 void (Single ::*s_f_memptr)();
110 void (Single ::*s_f_mp)() = &Single::foo;
116 // CHECK: global i8* bitcast ({{.*}} @"\01?foo@Single@@QAEXXZ" to i8*), align 4
176 void (Single ::*s_f_memptr)() = &Single::foo;
186 // CHECK: store i8* bitcast (void (%{{.*}}*)* @"\01?foo@Single@@QAEXXZ" to i8*), i8** %{{.*}}, align 4
338 void callMemberPointerSingle(Single *o, void (Single::*memptr)())
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/Japan1/
cmaps_japan1.cpp 48 { "UniJIS-UCS2-H", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_H_4, 9772, FXCMAP_CMap::None, NULL, 0, 0 },
49 { "UniJIS-UCS2-V", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_V_4, 251, FXCMAP_CMap::None, NULL, 0, -1 },
52 { "UniJIS-UTF16-H", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_H_4, 9772, FXCMAP_CMap::None, NULL, 0, 0 },
53 { "UniJIS-UTF16-V", FXCMAP_CMap::Single, g_FXCMAP_UniJIS_UCS2_V_4, 251, FXCMAP_CMap::None, NULL, 0, -1 },
  /external/llvm/include/llvm/Target/
TargetOptions.h 44 Single, // Use a single table for all indirect jumptable calls.
56 Single // Single Threaded Environment
83 AllowFPOpFusion(FPOpFusion::Standard), JTType(JumpTable::Single),
180 /// will eventually be linked into a single executable, despite the PIC
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest_.cc 145 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
164 INSTANTIATE_TYPED_TEST_CASE_P(Single,
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 11 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
112 struct Single { };
115 static_assert(sizeof(int Single::*) == kSingleDataSize, "");
118 static_assert(sizeof(void (Single::*)()) == kSingleFunctionSize, "");
145 static_assert(sizeof(int Y<Single>::*) == kSingleDataSize, "");
148 static_assert(sizeof(void (Y<Single>::*)()) == kSingleFunctionSize, "");
292 #pragma pointers_to_members(single) // expected-error{{unexpected 'single'}}
  /external/gtest/test/
gtest_xml_output_unittest_.cc 148 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
167 INSTANTIATE_TYPED_TEST_CASE_P(Single,
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest_.cc 148 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
167 INSTANTIATE_TYPED_TEST_CASE_P(Single,
  /external/llvm/test/MC/AArch64/
arm64-optional-hash.s 25 ; Single register inside []
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/Korea1/
cmaps_korea1.cpp 32 { "UniKS-UTF16-H", FXCMAP_CMap::Single, g_FXCMAP_UniKS_UTF16_H_0, 158, FXCMAP_CMap::None, NULL, 0, -2 },
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/
cmaps_cns1.cpp 40 { "UniCNS-UTF16-H", FXCMAP_CMap::Single, g_FXCMAP_UniCNS_UTF16_H_0, 14557, FXCMAP_CMap::None, NULL, 0, 0 },
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/GB1/
cmaps_gb1.cpp 34 { "GBK2K-H", FXCMAP_CMap::Range, g_FXCMAP_GBK2K_H_5, 4071, FXCMAP_CMap::Single, g_FXCMAP_GBK2K_H_5_DWord, 1017, -4 },
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 63 clEnumValN(ThreadModel::Single, "single",
64 "Single thread model"),
217 cl::init(JumpTable::Single),
219 clEnumValN(JumpTable::Single, "single",
220 "Create a single table for all jumptable functions"),
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 446 Single,
467 float Single;
486 VARIANT_EQUAL_CASE(Single)
  /external/v8/test/mjsunit/harmony/
arrow-functions.js 29 // Single parameter case needs no parentheses around parameter list
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 69 * token that has been read. When a single character is read, its value
138 * '/' is a comment character. Single quote '\'' and double quote '"'
183 * <li>Single quote '\'' and double quote '"' are string quote characters.
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS)
308 case PDB_VariantType::Single:
309 OS << Value.Single;
  /external/v8/test/webkit/
array-every.js 28 debug("1.0 Single Argument Testing");
  /frameworks/rs/api/
rs_value_types.spec 41 Single entries can be accessed by following the variable name with a dot and:<ul>
104 into a single 32 bit field with 32 bit alignment.
114 into a single 64 bit field with 64 bit alignment.
124 into a single 64 bit field with 64 bit alignment.
255 A vector of two floats. These two floats are packed into a single 64 bit field
258 A vector of two floats. These two floats are packed into a single 64 bit field
267 A vector of three floats. These three floats are packed into a single 128 bit field
276 A vector of four floats type. These four floats are packed into a single 128 bit field
286 A vector of two doubles. These two double fields packed into a single 128 bit field
295 A vector of three doubles. These three double fields packed into a single 256 bit fiel
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
78 # Single-line ' or " string.
107 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 66 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
74 # Single-line ' or " string.
103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
78 # Single-line ' or " string.
107 endprogs = {"'": re.compile(Single), '"': re.compile(Double),

Completed in 890 milliseconds

1 2 3