Home
last modified time | relevance | path

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

1234567

/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/tools/aapt2/trace/
DTraceBuffer.cpp62 void Add(std::string tag, char type) noexcept { in Add() function
101 tracebuffer::Add(std::move(tag), tracebuffer::kBegin); in BeginTrace()
106 tracebuffer::Add(std::move(tag), tracebuffer::kEnd); in EndTrace()
116 tracebuffer::Add(tag_, tracebuffer::kBegin); in Trace()
121 tracebuffer::Add(tag_, tracebuffer::kBegin); in Trace()
140 tracebuffer::Add(tag_, tracebuffer::kBegin); in Trace()
145 tracebuffer::Add(std::move(tag_), tracebuffer::kEnd); in ~Trace()
152 tracebuffer::Add(tag_, tracebuffer::kBegin); in FlushTrace()
160 tracebuffer::Add(tag_, tracebuffer::kBegin); in FlushTrace()
168 tracebuffer::Add(tag_, tracebuffer::kBegin); in FlushTrace()
[all …]
/frameworks/libs/binary_translation/assembler/
Dmachine_code_test.cc27 TEST(MachineCodeTest, Add) { in TEST() argument
31 mc.Add<uint16_t>(0x0201); in TEST()
32 mc.Add<uint32_t>(0x06050403); in TEST()
79 mc.Add<uint32_t>(0xcccccccc); in TEST()
81 mc.Add<uint32_t>(0xcccccccc); in TEST()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h88 ComparisonChain& Add(const Group<T>& groups, const std::optional<std::string>& lhs, in Add() function
90 return Add(GetGroupOrder(groups, lhs), GetGroupOrder(groups, rhs)); in Add()
97 ComparisonChain& Add(int lhs, int rhs) { in Add() function
186 .Add(GetMinSdk(lhs), GetMinSdk(rhs)) in operator()
190 .Add(abi_groups, lhs.abi_group, rhs.abi_group) in operator()
192 .Add(screen_density_groups, lhs.screen_density_group, rhs.screen_density_group) in operator()
193 .Add(locale_groups, lhs.locale_group, rhs.locale_group) in operator()
194 .Add(gl_texture_groups, lhs.gl_texture_group, rhs.gl_texture_group) in operator()
195 .Add(device_feature_groups, lhs.device_feature_group, rhs.device_feature_group) in operator()
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Drain_glass_layer.agsl29 // 0. Add a bit of noise so that the droplets are not perfect circles.
64 // 4. Add static rain droplets on the glass surface. (They stay in place and dissapate.)
81 // 6. Add color tint to the rain drops.
87 // 7. Add highlight to the drops.
94 // 8. Add shadows to the drops.
Dfog_effect.agsl63 /* Add first layer: background. */
105 /* Add second layer: background fog (far or 1, and close or 2). */
123 /* Add third layer: foreground. */
124 // Add the foreground. Any effect from here will be in front of the subject.
127 /* Add fourth layer: foreground fog (far or 1, and close or 2). */
Dsnow_effect.agsl65 // Add slight tint to the background.
84 // 3. Add the foreground layer. Any effect from here will be in front of the subject.
87 // 4. Add accumulated snow layer.
90 // Add dither to give texture to the snow and ruffle the edges.
/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp141 sketches[SketchIndex::EVENT_TO_READ]->Add(ns2hus(eventToRead)); in processStatistics()
161 sketches[SketchIndex::READ_TO_DELIVER]->Add(ns2hus(readToDeliver)); in processStatistics()
162 sketches[SketchIndex::DELIVER_TO_CONSUME]->Add(ns2hus(deliverToConsume)); in processStatistics()
163 sketches[SketchIndex::CONSUME_TO_FINISH]->Add(ns2hus(consumeToFinish)); in processStatistics()
164 sketches[SketchIndex::CONSUME_TO_GPU_COMPLETE]->Add(ns2hus(consumeToGpuComplete)); in processStatistics()
165 sketches[SketchIndex::GPU_COMPLETE_TO_PRESENT]->Add(ns2hus(gpuCompleteToPresent)); in processStatistics()
166 sketches[SketchIndex::END_TO_END]->Add(ns2hus(endToEnd)); in processStatistics()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionTracing.cpp247 entryProto.mutable_added_layers()->Add(std::move(mProtoParser.toProto(args))); in addEntry()
253 entryProto.mutable_destroyed_layers()->Add(destroyedLayer); in addEntry()
260 entryProto.mutable_transactions()->Add(std::move(it->second)); in addEntry()
270 entryProto.mutable_destroyed_layer_handles()->Add(layerId); in addEntry()
278 entryProto.mutable_displays()->Add( in addEntry()
423 entryProto.mutable_added_layers()->Add(mProtoParser.toProto(state.args)); in createStartingStateProtoLocked()
429 entryProto.mutable_transactions()->Add(std::move(transactionProto)); in createStartingStateProtoLocked()
434 entryProto.mutable_destroyed_layer_handles()->Add(destroyedLayerHandleId); in createStartingStateProtoLocked()
439 entryProto.mutable_displays()->Add(mProtoParser.toProto(displayInfo, layerStack.id)); in createStartingStateProtoLocked()
/frameworks/libs/binary_translation/runtime_primitives/
Dcode_pool_test.cc88 auto host_code = code_pool.Add(&machine_code); in TEST()
100 auto host_code = code_pool.Add(&machine_code); in TEST()
112 uint32_t* ptr = data_pool.Add(kVar); in TEST()
/frameworks/base/media/mca/filterfw/native/core/
Dstatistics.h28 void Add(float value);
53 void Add(float measurement) { in Add() function
/frameworks/opt/telephony/flags/
Diwlan.aconfig9 description: "Add AEAD algorithms AES-GCM-8, AES-GCM-12 and AES-GCM-16 to IWLAN"
18 description: "Add multiple proposals of cipher suites in IKE SA and Child SA"
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DA11yShortcutAutoAddableTest.kt65 assertThat(signal).isEqualTo(AutoAddSignal.Add(SPEC)) in settingSetWithTarget_addSignal()
93 assertThat(signal).isEqualTo(AutoAddSignal.Add(SPEC)) in settingSetWithMultipleComponents_containsTarget_addSignal()
124 assertThat(signals[0]).isEqualTo(AutoAddSignal.Add(SPEC)) in multipleChangesWithTarget_onlyOneAddSignal()
158 assertThat(signalTargetUser).isEqualTo(AutoAddSignal.Add(SPEC)) in settingSetWithTargetForUsers_onlySignalInThatUser()
DWorkTileAutoAddableTest.kt79 assertThat(signal).isEqualTo(AutoAddSignal.Add(SPEC)) in <lambda>()
99 assertThat(signal).isNotInstanceOf(AutoAddSignal.Add::class.java) in <lambda>()
108 assertThat(signal).isEqualTo(AutoAddSignal.Add(SPEC)) in <lambda>()
117 assertThat(signal).isNotEqualTo(AutoAddSignal.Add(SPEC)) in <lambda>()
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon.h92 void Emit16(int16_t v) { code_->Add<int16_t>(v); } in Emit16()
94 void Emit32(int32_t v) { code_->Add<int32_t>(v); } in Emit32()
96 void Emit64(int64_t v) { code_->Add<int64_t>(v); } in Emit64()
/frameworks/base/graphics/java/android/
Dframework_graphics.aconfig8 description: "Add a function without unused exact param for computeBounds."
33 description: "Add OkLab ColorSpace support"
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
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/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dcode_pool.h48 [[nodiscard]] HostCode Add(MachineCode* code) { in Add() function
101 T* Add(const T& v) { in Add() function
/frameworks/base/core/java/android/app/admin/flags/
Dflags.aconfig19 …description: "Add feature to track the total policy size and have a max threshold - public API cha…
26 …description: "Add feature to track the total policy size and have a max threshold - internal chang…
45 …description: "Add feature to track required changes for enabled V2 of auto-capturing of onboarding…
91 description: "Add new API for theft detection."
187 description: "Add Headless DO support."
313 description: "Add a separate storage limit for deferred bugreports"
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DSafetyCenterAutoAddable.kt71 trySend(AutoAddSignal.Add(spec)) in <lambda>()
75 trySend(AutoAddSignal.Add(spec)) in <lambda>()
/frameworks/base/core/java/android/content/pm/
Dmultiuser.aconfig74 description: "Add support to unlock the private space using biometrics"
81 description: "Add support to lock private space automatically after a time period"
96 description: "Add support for Private Space in resolver sheet"
165 description: "Add permission to access API hidden users data via system APIs"
250 …description: "Add entrypoint in Settings Reset options for deleting private space when lock is for…

1234567