Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp99 case Instruction::Add: in GetEncodedBinaryOpcode()
166 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in WriteTypeSymbolTable()
167 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteTypeSymbolTable()
169 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeSymbolTable()
170 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in WriteTypeSymbolTable()
223 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()
224 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
225 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
230 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD)); in WriteTypeTable()
231 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp84 case Instruction::Add: in GetEncodedBinaryOpcode()
109 case AtomicRMWInst::Add: return bitc::RMW_ADD; in GetEncodedRMWOperation()
194 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()
195 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
196 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION_OLD)); in WriteTypeTable()
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
203 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0 in WriteTypeTable()
204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
205 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp84 case Instruction::Add: in GetEncodedBinaryOpcode()
109 case AtomicRMWInst::Add: return bitc::RMW_ADD; in GetEncodedRMWOperation()
194 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()
195 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
196 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION)); in WriteTypeTable()
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
203 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in WriteTypeTable()
210 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_STRUCT_ANON)); in WriteTypeTable()
[all …]
/frameworks/base/media/mca/filterfw/native/core/
Dstatistics.h28 void Add(float value);
53 void Add(float measurement) { in Add() function
Dstatistics.cpp34 void IncrementalGaussian::Add(float value) { in Add() function in android::filterfw::IncrementalGaussian
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/data-binding/integration-tests/TestApp/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/data-binding/integration-tests/App With Spaces/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/data-binding/integration-tests/IndependentLibrary/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/data-binding/samples/BindingDemo/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/support/samples/SupportLeanbackShowcase/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/base/tests/MusicServiceDemo/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt61 Add to section 2.5.1 "EGLImage Specification" (as defined by the
81 Add to the list of error conditions for eglCreateImageKHR:
DEGL_ANDROID_get_frame_timestamps.txt100 Add to the list of supported tokens for eglSurfaceAttrib in section 3.5.6
110 Add a new subsection under Section 3,
239 - Add eglGetCompositorTimingANDROID.
245 - Add EGL_COMPOSITION_LATCH_TIME_ANDROID,
251 - Add DISPLAY_PRESENT_TIME_ANDROID.
/frameworks/base/tools/streaming_proto/
DErrors.h29 void Add(const string& filename, int lineno, const char* format, ...);
DErrors.cpp41 Errors::Add(const string& filename, int lineno, const char* format, ...) in Add() function in android::javastream_proto::Errors
/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp156 PDX_REMOTE_METHOD(Add, kOpAdd, int(int, int));
182 PDX_REMOTE_API(API, Add, Foo, Concatenate, SumVector, StringLength,
192 int Add(int a, int b) { in Add() function in __anon586972210111::TestClient
193 return ReturnStatusOrError(InvokeRemoteMethod<TestInterface::Add>(a, b)); in Add()
347 case TestInterface::Add::Opcode: in HandleMessage()
348 DispatchRemoteMethod<TestInterface::Add>(*this, &TestService::OnAdd, in HandleMessage()
597 const int sum = client->Add(10, 25); in TEST_F()
705 const int sum = client2->Add(10, 25); in TEST_F()
950 EXPECT_EQ(0u, TestInterface::API::MethodIndex<TestInterface::Add>()); in TEST()
/frameworks/base/tools/aapt2/
Dreadme.md16 - Add `--no-crunch` option to avoid processing PNGs during the compile phase. Note that this
58 - Add ability to specify package ID to compile with for regular apps (not shared or static libs).
92 - Add `<feature-group>` manifest tag verification.
93 - Add `<meta-data>` tag support to `<instrumentation>`.
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp51 PDX_REMOTE_METHOD(Add, kOpAdd, int(int, int));
56 PDX_REMOTE_API(API, Add, SendFile, GetFile, PushChannel);
207 EXPECT_TRUE(client_->InvokeRemoteMethod<TestInterface::Add>(4, 5)); in TEST_F()
219 Status<int> status = client_->InvokeRemoteMethod<TestInterface::Add>(1, 2); in TEST_F()
233 Status<int> status = client_->InvokeRemoteMethod<TestInterface::Add>(1, 2); in TEST_F()
/frameworks/compile/mclinker/tools/mcld/
DAndroid.bp64 // Add target specific code generation libraries
/frameworks/support/
DREADME.md28 If you get “Unregistered VCS root detected” click “Add root” to enable git integration for Android …
68 * Add an appropriate reviewer (use git log to find who did most modifications on the file you are f…

123