Home
last modified time | relevance | path

Searched defs:structure (Results 126 – 150 of 894) sorted by relevance

12345678910>>...36

/aosp_15_r20/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/
H A DCredentialAutofillService.kt98 val structure = context[context.size - 1].structure in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiController.kt80 data class StructureItem(val structure: StructureInfo) : SelectedItem() { in show() constant in com.android.systemui.controls.ui.SelectedItem.StructureItem
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
H A DAuthActivity.java149 AssistStructure structure = intent.getParcelableExtra(EXTRA_ASSIST_STRUCTURE); in onSuccess() local
H A DManualActivity.java168 AssistStructure structure = intent.getParcelableExtra(EXTRA_ASSIST_STRUCTURE); in onFieldSelected() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/
H A Dfunction.cc166 absl::Span<AbstractTensorHandle* const> flat_args, TaggedValue structure) { in Unflatten()
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DAuthActivity.java149 AssistStructure structure = intent.getParcelableExtra(EXTRA_ASSIST_STRUCTURE); in onSuccess() local
DManualActivity.java168 AssistStructure structure = intent.getParcelableExtra(EXTRA_ASSIST_STRUCTURE); in onFieldSelected() local
/aosp_15_r20/external/tensorflow/tensorflow/python/module/
H A Dmodule.py343 def _flatten_non_variable_composites_with_tuple_path(structure, path_prefix=()): argument
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebView.java2787 public void onProvideVirtualStructure(ViewStructure structure) { in onProvideVirtualStructure()
2864 public void onProvideAutofillVirtualStructure(ViewStructure structure, int flags) { in onProvideAutofillVirtualStructure()
2869 public void onProvideContentCaptureStructure(@NonNull ViewStructure structure, int flags) { in onProvideContentCaptureStructure()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/cloog/
Doptions.h120 int structure ; /* 1 if I want to print the CloogProgram structure before the member
/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateTypeSizeLimitations.cpp243 const TStructure *structure = type.getStruct(); in setFieldOrVariableProperties() local
H A Dglslang.y1456 const TStructure *structure = static_cast<const TStructure*>($1.symbol); variable
H A DName.cpp156 const TStructure *structure = type.getStruct(); in visitAggregate() local
H A DOutputTree.cpp275 const TStructure *structure = node->getLeft()->getType().getStruct(); in visitBinary() local
H A DValidateVaryingLocations.cpp57 int GetStructLocationCount(const TStructure *structure) in GetStructLocationCount()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_arg_flatten.cpp46 auto& structure = args.desc.structure; in flatten_rec() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_dependency_descriptor_writer.cc58 const FrameDependencyStructure& structure, in RtpDependencyDescriptorWriter()
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py240 def check(structure, expected): argument
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_json_schema.cpp235 const auto &structure = *s; in generate() local
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseDatabaseHelperUpgradeTest.java195 TableStructure structure = new TableStructure(mDb, entry.name); in assertDatabaseStructureSameAsList() local
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dhelpers.h87 #define check_member(structure, member, offset) _Static_assert( \ argument
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DAuthenticationActivity.java298 final AssistStructure structure = getIntent().getParcelableExtra( in doIt() local
/aosp_15_r20/external/webrtc/modules/video_coding/svc/
H A Dsvc_rate_allocator.cc180 if (auto structure = CreateScalabilityStructure(*scalability_mode)) { in GetNumLayers() local
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py248 def check(structure, expected): argument
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DRadioGroup.java438 protected void onProvideStructure(@NonNull ViewStructure structure, in onProvideStructure()

12345678910>>...36