Home
last modified time | relevance | path

Searched refs:IS (Results 1 – 25 of 1239) sorted by relevance

12345678910>>...50

/frameworks/rs/rsov/compiler/spirit/
Dinstructions.h76 bool DeserializeFirstWord(InputWordStream &IS, OpCode opcode) { in DeserializeFirstWord() argument
77 if (IS.empty()) { in DeserializeFirstWord()
81 OpCodeAndWordCount codeAndCount(*IS); in DeserializeFirstWord()
89 IS >> &mCodeAndCount; in DeserializeFirstWord()
97 bool DeserializeExactlyOne(InputWordStream &IS, T *operand) { in DeserializeExactlyOne() argument
98 if (IS.empty()) { in DeserializeExactlyOne()
102 IS >> operand; in DeserializeExactlyOne()
110 bool DeserializeOptionallyOne(InputWordStream &IS, T **operand) { in DeserializeOptionallyOne() argument
115 return DeserializeExactlyOne(IS, *operand); in DeserializeOptionallyOne()
119 bool DeserializeZeroOrMoreOperands(InputWordStream &IS, in DeserializeZeroOrMoreOperands() argument
[all …]
Dmodule.cpp92 bool Module::DeserializeInternal(InputWordStream &IS) { in DeserializeInternal() argument
93 if (IS.empty()) { in DeserializeInternal()
97 IS >> &mMagicNumber; in DeserializeInternal()
103 if (IS.empty()) { in DeserializeInternal()
107 IS >> &mVersion.mWord; in DeserializeInternal()
112 if (IS.empty()) { in DeserializeInternal()
116 IS >> &mGeneratorMagicNumber >> &mBound >> &mReserved; in DeserializeInternal()
118 DeserializeZeroOrMore<CapabilityInst>(IS, mCapabilities); in DeserializeInternal()
119 DeserializeZeroOrMore<ExtensionInst>(IS, mExtensions); in DeserializeInternal()
120 DeserializeZeroOrMore<ExtInstImportInst>(IS, mExtInstImports); in DeserializeInternal()
[all …]
Dentity.h39 virtual bool DeserializeInternal(InputWordStream &IS) = 0;
49 template <typename T> T *Deserialize(InputWordStream &IS) { in Deserialize() argument
51 if (!entity->DeserializeInternal(IS)) { in Deserialize()
58 std::unique_ptr<InputWordStream> IS(InputWordStream::Create(words)); in Deserialize()
59 return Deserialize<T>(*IS); in Deserialize()
63 void DeserializeZeroOrMore(InputWordStream &IS, std::vector<T *> &all) { in DeserializeZeroOrMore() argument
64 while (auto entity = Deserialize<T>(IS)) { in DeserializeZeroOrMore()
Dword_stream_test.cpp53 std::unique_ptr<InputWordStream> IS(InputWordStream::Create(words)); in TEST() local
55 *IS >> &s; in TEST()
64 std::unique_ptr<InputWordStream> IS(InputWordStream::Create(words)); in TEST() local
66 *IS >> &s; in TEST()
Dmodule.h72 bool DeserializeInternal(InputWordStream &IS) override;
277 bool DeserializeInternal(InputWordStream &IS) override;
314 bool DeserializeInternal(InputWordStream &IS) override;
351 bool DeserializeInternal(InputWordStream &IS) override;
387 bool DeserializeInternal(InputWordStream &IS) override;
450 bool DeserializeInternal(InputWordStream &IS) override;
473 bool DeserializeInternal(InputWordStream &IS) override;
498 bool DeserializeInternal(InputWordStream &IS) override;
/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp134 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { in VisitIfStmt() argument
135 if (matchesExpr(IS->getCond())) { in VisitIfStmt()
136 IS->setCond(mNewExpr); in VisitIfStmt()
137 } else if (matchesStmt(IS->getThen())) { in VisitIfStmt()
138 IS->setThen(mNewStmt); in VisitIfStmt()
139 } else if (matchesStmt(IS->getElse())) { in VisitIfStmt()
140 IS->setElse(mNewStmt); in VisitIfStmt()
142 VisitStmt(IS); in VisitIfStmt()
/frameworks/opt/gamesdk/third_party/cube/
DCOPYRIGHT.txt18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
62 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
93 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
94 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
124 /// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
/frameworks/base/core/res/
DAndroid.bp11 // distributed under the License is distributed on an "AS IS" BASIS,
31 // Framework doesn't need versioning since it IS the platform.
/frameworks/base/obex/
DNOTICE19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
/frameworks/base/native/webview/plat_support/
DLICENSE17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_no_arena_import.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Dany_test.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Dunittest_import_public_lite.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Dunittest_import_public.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/import_test_package/
Dinner.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
Dmain.m19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtestempty.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_single_nano.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Dunittest_stringutf8_nano.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite_imports_nonlite.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Dunittest_import_public_lite.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Dunittest_import_public.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_import_public_lite.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/native/opengl/include/GLES/
DNOTICE10 distributed under the License is distributed on an "AS IS" BASIS,
28 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/test6/
Dtest6.proto19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

12345678910>>...50