/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 99 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/ |
D | BitcodeWriter.cpp | 84 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/ |
D | BitcodeWriter.cpp | 84 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/ |
D | statistics.h | 28 void Add(float value); 53 void Add(float measurement) { in Add() function
|
D | statistics.cpp | 34 void IncrementalGaussian::Add(float value) { in Add() function in android::filterfw::IncrementalGaussian
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/TestApp/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/App With Spaces/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/IndependentLibrary/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/samples/BindingDemo/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/base/tests/TouchLatency/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/support/samples/SupportLeanbackShowcase/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/base/tests/MusicServiceDemo/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 61 Add to section 2.5.1 "EGLImage Specification" (as defined by the 81 Add to the list of error conditions for eglCreateImageKHR:
|
D | EGL_ANDROID_get_frame_timestamps.txt | 100 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/ |
D | Errors.h | 29 void Add(const string& filename, int lineno, const char* format, ...);
|
D | Errors.cpp | 41 Errors::Add(const string& filename, int lineno, const char* format, ...) in Add() function in android::javastream_proto::Errors
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 156 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/ |
D | readme.md | 16 - 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/ |
D | client_tests.cpp | 51 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/ |
D | Android.bp | 64 // Add target specific code generation libraries
|
/frameworks/support/ |
D | README.md | 28 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…
|