Home
last modified time | relevance | path

Searched defs:template (Results 126 – 150 of 1686) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DTemplate.java33 Template(String template) { in Template()
73 Template template = (Template) o; in equals() local
96 private List<Part> parseTemplate(String template) { in parseTemplate()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/runners/k8s/
Dk8s_base_runner.py277 def _create_namespace(self, template, **kwargs) -> k8s.V1Namespace: argument
330 def _create_service_account(self, template, argument
344 def _create_deployment(self, template, **kwargs) -> k8s.V1Deployment: argument
382 def _create_service(self, template, **kwargs) -> k8s.V1Service: argument
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java72 private final Template template; field in TemplateInterpreter
80 public TemplateInterpreter(Template template, TemplateLoader templateLoader, in TemplateInterpreter()
149 Template template = in evaluateVariable() local
619 Template template = null; in loadAndRenderIncludedTemplate() local
/aosp_15_r20/external/googleapis/google/dataflow/v1beta3/
H A Dtemplates.proto124 oneof template { oneof
473 oneof template { oneof
505 oneof template { oneof
580 oneof template { oneof
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/
H A Dtemplates.proto124 oneof template { oneof
473 oneof template { oneof
505 oneof template { oneof
580 oneof template { oneof
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
H A DRuntimeSingleton.java263 public static SimpleNode parse( Reader reader, Template template ) in parse()
399 …ublic static Directive getVelocimacro(String vmName, Template renderingTemplate, Template template) in getVelocimacro()
427 public static boolean isVelocimacro(String vmName, Template template) in isVelocimacro()
H A DRuntimeServices.java166 SimpleNode parse(Reader reader, Template template) in parse()
323 Directive getVelocimacro(String vmName, Template renderingTemplate, Template template); in getVelocimacro()
350 boolean isVelocimacro(String vmName, Template template); in isVelocimacro()
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java83 public GlifLayout(Context context, int template) { in GlifLayout()
87 public GlifLayout(Context context, int template, int containerId) { in GlifLayout()
155 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/
H A DPathTemplate.java246 public static PathTemplate create(String template) { in create()
256 public static PathTemplate createWithoutUrlEncoding(String template) { in createWithoutUrlEncoding()
260 private static PathTemplate create(String template, boolean urlEncoding) { in create()
845 private static ImmutableList<Segment> parseTemplate(String template) { in parseTemplate()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsCategory.java58 public AppOpsCategory(AppOpsState.OpsTemplate template) { in AppOpsCategory()
122 public AppListLoader(Context context, AppOpsState state, AppOpsState.OpsTemplate template) { in AppListLoader()
348 AppOpsState.OpsTemplate template = null; in onCreateLoader() local
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/setupwizard/library/setup-wizard-lib/android_common/turbine/
Dsetup-wizard-lib.jar ... lang.Class, com.android.setupwizardlib.template.Mixin) public android.view.View findManagedViewById ...
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/
H A DJSilver.java295 public void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render()
314 public void render(Template template, Data data, Appendable output) throws IOException, in render()
320 public String render(Template template, Data data) throws IOException, JSilverException { in render()
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dtextfsm.py533 def __init__(self, template, options_class=_DEFAULT_OPTIONS): argument
636 def _Parse(self, template): argument
659 def _ParseFSMVariables(self, template): argument
720 def _ParseFSMState(self, template): argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ui/
DToggleRangeBehavior.java156 private final void setup(android.service.controls.templates.ToggleRangeTemplate template) { in setup()
159 private final void setup(android.service.controls.templates.RangeTemplate template) { in setup()
162 … private final boolean setupTemplate(android.service.controls.templates.ControlTemplate template) { in setupTemplate()
/aosp_15_r20/external/emboss/compiler/back_end/util/
H A Dcode_template.py25 def format_template(template, **kwargs): argument
90 def finish_template(template): argument
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/
H A DVelocity532TestCase.java36 String template = "#macro( test )$foreach.count#end"+ in test532() local
44 String template = "#macro( test $baz )"+ in test532b() local
H A DVelocity62TestCase.java43 String template = "#macro( outer )#set( $foo = 'bar' )#inner()#end"+ in testNested() local
52 String template = "#macro(recurse $i)"+ in testRecursive() local
H A DVelocity682TestCase.java44 String template = "#macro( eval $e )#evaluate($e)#end" + in test682b() local
56 String template = "#macro( eval $e )#evaluate($e)#end" + in test682c() local
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/
H A Dadd_dataset_config.py50 template = dataset_template_v1 variable
53 template = dataset_template_v2 variable
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/daead/
H A DDeterministicAeadKeyTemplatesTest.java42 KeyTemplate template = DeterministicAeadKeyTemplates.AES256_SIV; in aes256Siv() local
56 KeyTemplate template = DeterministicAeadKeyTemplates.createAesSivKeyTemplate(keySize); in testCreateAesSivKeyTemplate() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DKeyTypeManagerTestUtil.java33 com.google.crypto.tink.proto.KeyTemplate template) in parseValidateCreateKey()
46 KeyTypeManager<KeyProtoT> manager, KeyTemplate template) throws Exception { in testKeyTemplateCompatible()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c9 const struct pipe_resource *template) in i915_resource_create()
23 const struct pipe_resource *template, in i915_resource_from_handle()
/aosp_15_r20/external/tink/python/tink/signature/
H A D_signature_key_manager_test.py77 def test_sign_verify_success(self, template): argument
102 def test_verify_wrong_fails(self, template): argument
/aosp_15_r20/external/tink/python/tink/prf/
H A D_prf_key_manager_test.py55 def test_compute_success(self, template): argument
75 def test_output_too_long_raises_error(self, template): argument
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
H A DSimpleNode.java82 protected Template template; field in SimpleNode
619 public Node clone(Template template) throws CloneNotSupportedException in clone()
635 protected Node clone(Template template, Node parent) throws CloneNotSupportedException in clone()

12345678910>>...68