/external/chromium/net/proxy/ |
proxy_config_service_common_unittest.cc | 124 ProxyRulesExpectation ProxyRulesExpectation::Single(
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/net/proxy/ |
proxy_config_service_common_unittest.cc | 39 // Otherwise we check that |actual_proxies| holds a single matching proxy. 149 ProxyRulesExpectation ProxyRulesExpectation::Single(
|
/external/dropbear/libtommath/ |
bn.tex | 376 \subsection{Single Initialization} 377 A single mp\_int can be initialized with the ``mp\_init'' function. 406 \subsection{Single Free} 642 small constant assignment functions. The first function is used to set a single digit constant while the second sets 643 an ISO C style ``unsigned long'' constant. The reason for both functions is efficiency. Setting a single digit is quick but the 646 \subsection{Single Digit} 648 Setting a single digit can be accomplished with the following function. 683 To set a constant that is the size of an ISO C ``unsigned long'' and larger than a single digit the following function 692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits 754 /* initialize and set a single digit * [all...] |
/external/clang/test/SemaCXX/ |
member-pointer-ms.cpp | 10 // - single, multiple, and virtual inheritance (and unspecified for incomplete) 53 struct Single { }; 56 static_assert(sizeof(int Single::*) == kSingleDataSize, ""); 59 static_assert(sizeof(void (Single::*)()) == kSingleFunctionSize, ""); 80 static_assert(sizeof(int Y<Single>::*) == kSingleDataSize, ""); 83 static_assert(sizeof(void (Y<Single>::*)()) == kSingleFunctionSize, "");
|
/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),
|
/prebuilts/python/linux-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),
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-member-pointers.cpp | 13 struct Single : B1 { 47 int Single ::*s_d_memptr; 63 void (Single ::*s_f_memptr)(); 78 void (Single ::*s_f_mp)() = &Single::foo; 83 // CHECK: global i8* bitcast ({{.*}} @"\01?foo@Single@@QAEXXZ" to i8*), align 4 141 void (Single ::*s_f_memptr)() = &Single::foo; 151 // CHECK: store i8* bitcast (void (%{{.*}}*)* @"\01?foo@Single@@QAEXXZ" to i8*), i8** %{{.*}}, align 4 294 void callMemberPointerSingle(Single *o, void (Single::*memptr)()) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gsub-table.hh | 1070 Single = 1, 1119 SingleSubst single; member in union:OT::SubstLookupSubTable::__anon11209 [all...] |
hb-ot-layout-gpos-table.hh | 1422 SinglePos single; member in union:OT::PosLookupSubTable::__anon11202 [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 1062 Single = 1, 1077 case Single: return TRACE_RETURN (u.single.dispatch (c)); 1111 SingleSubst single; member in union:OT::SubstLookupSubTable::__anon18658 [all...] |
hb-ot-layout-gpos-table.hh | 1417 SinglePos single; member in union:OT::PosLookupSubTable::__anon18651 [all...] |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |