Home
last modified time | relevance | path

Searched refs:Second (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/third_party/vk-gl-cts/framework/common/
DtcuEither.hpp39 template<typename First, typename Second>
44 Either (const Second& second);
47 Either (const Either<First, Second>& other);
48 Either& operator= (const Either<First, Second>& other);
51 Either& operator= (const Second& second);
57 const Second& getSecond (void) const;
73 Second* m_second;
78 deUint8 m_data[sizeof(First) > sizeof(Second) ? sizeof(First) : sizeof(Second)];
86 template<typename Type, typename First, typename Second>
89 template<typename First, typename Second>
[all …]
/third_party/typescript/tests/baselines/reference/
DreexportedMissingAlias.types8 import * as Second from './second';
9 >Second : typeof Second
11 export = Second;
12 >Second : typeof Second
DreexportedMissingAlias.symbols7 import * as Second from './second';
8 >Second : Symbol(Second, Decl(first.d.ts, 0, 6))
10 export = Second;
11 >Second : Symbol(Second, Decl(first.d.ts, 0, 6))
DjsDeclarationsEnumTag.js11 export const Second = { variable
54 exports.ff = exports.consume = exports.Fs = exports.Second = exports.Target = void 0;
64 exports.Second = {
111 export function consume(t: Target, s: Second, f: Fs): void;
121 export type Second = number;
122 export namespace Second {
DenumTag.types29 const Second = {
30 >Second : { MISTAKE: string; OK: number; FINE: number; }
75 * @param {Second} s
79 >consume : (t: Target, s: Second, f: Fs) => void
113 v = Second.MISTAKE // meh..ok, I guess?
114 >v = Second.MISTAKE : string
116 >Second.MISTAKE : string
117 >Second : { MISTAKE: string; OK: number; FINE: number; }
DenumTag.symbols23 const Second = {
24 >Second : Symbol(Second, Decl(a.js, 10, 5), Decl(a.js, 9, 4))
57 * @param {Second} s
92 v = Second.MISTAKE // meh..ok, I guess?
94 >Second.MISTAKE : Symbol(MISTAKE, Decl(a.js, 10, 16))
95 >Second : Symbol(Second, Decl(a.js, 10, 5), Decl(a.js, 9, 4))
DexternalModuleReferenceDoubleUnderscore1.types20 Second = 0,
21 >Second : TimeUnit.Second
DexternalModuleReferenceDoubleUnderscore1.symbols20 Second = 0,
21 >Second : Symbol(TimeUnit.Second, Decl(externalModuleReferenceDoubleUnderscore1.ts, 6, 26))
DjsDeclarationsEnumTag.types25 export const Second = {
26 >Second : { OK: number; FINE: number; }
68 * @param {Second} s
72 >consume : (t: Target, s: Second, f: Fs) => void
DjsDeclarationsEnumTag.symbols20 export const Second = {
21 >Second : Symbol(Second, Decl(index.js, 9, 12), Decl(index.js, 8, 4))
52 * @param {Second} s
DenumTag.errors.txt19 const Second = {
35 * @param {Second} s
50 v = Second.MISTAKE // meh..ok, I guess?
DreexportedMissingAlias.errors.txt13 import * as Second from './second';
14 export = Second;
DreexportedMissingAlias.js7 import * as Second from './second';
8 export = Second;
/third_party/protobuf/src/google/protobuf/stubs/
Dhash.h92 template <typename First, typename Second>
93 struct hash<std::pair<First, Second> > {
94 inline size_t operator()(const std::pair<First, Second>& key) const {
96 size_t second_hash = hash<Second>()(key.second);
105 inline bool operator()(const std::pair<First, Second>& a,
106 const std::pair<First, Second>& b) const {
/third_party/typescript/tests/cases/compiler/
DreexportedMissingAlias.ts5 import * as Second from './second';
6 export = Second;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dstr_split_internal.h295 template <typename First, typename Second>
296 operator std::pair<First, Second>() const { // NOLINT(runtime/explicit)
305 return {First(first), Second(second)};
380 template <typename Container, typename First, typename Second>
381 struct ConvertToContainer<Container, std::pair<const First, Second>, true> {
392 it->second = Second(sv);
412 return ToIter(m->insert(std::make_pair(First(key), Second(""))));
/third_party/typescript/tests/cases/conformance/jsdoc/
DenumTag.ts15 const Second = { constant
42 v = Second.MISTAKE // meh..ok, I guess?
/third_party/flutter/flutter/packages/flutter/test/material/
Dtoggle_buttons_test.dart31 Text('Second child'),
46 find.widgetWithText(DefaultTextStyle, 'Second child'),
70 Text('Second child'),
92 find.widgetWithText(DefaultTextStyle, 'Second child'),
96 await tester.tap(find.text('Second child'));
109 find.widgetWithText(DefaultTextStyle, 'Second child'),
131 Text('Second child'),
151 find.widgetWithText(DefaultTextStyle, 'Second child'),
158 await tester.tap(find.text('Second child'));
172 find.widgetWithText(DefaultTextStyle, 'Second child'),
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_random.function40 /* Second round */
80 /* Second round */
112 /* Second round */
137 /* Second round */
/third_party/flatbuffers/grpc/examples/go/greeter/client/
Dmain.go29 ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
46 ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
/third_party/python/Modules/_decimal/libmpdec/literature/
Dmulmod-64.txt76 hi, lo = R(hi, lo, z) # Second reduction
84 hi, lo = R(hi, lo, z) # Second reduction
93 hi, lo = R(hi, lo, z) # Second reduction
/third_party/mesa3d/docs/relnotes/
D10.5.4.rst33 Cannot enable basic shaders with Second Life aborts attempt
35 Second Life shaders fail to compile (extension declared in middle of
82 - drirc: Add "Second Life" quirk
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp88 WritableBinaryStreamRef Second = First.drop_front(Off); in split() local
91 BinaryStreamWriter W2{Second}; in split()
DJSON.cpp480 uint16_t Second; in parseUnicode() local
481 if (!Parse4Hex(Second)) in parseUnicode()
484 if (LLVM_UNLIKELY(Second < 0xDC00 || Second >= 0xE000)) { in parseUnicode()
486 First = Second; // Second escape still needs to be processed. in parseUnicode()
490 encodeUtf8(0x10000 | ((First - 0xD800) << 10) | (Second - 0xDC00), Out); in parseUnicode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp253 auto *Second = dyn_cast<User>(Pair.second); in runOnUse() local
254 assert((!First || Second) && "translated from user to non-user!?"); in runOnUse()
259 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]); in runOnUse()

12345678910>>...20