Home
last modified time | relevance | path

Searched defs:setWeight (Results 1 – 14 of 14) sorted by relevance

/external/dokka/core/testdata/javadoc/
Ddeprecated.java25 public void setWeight(Double weight) { in setWeight() method in Banana
/external/flatbuffers/tests/union_vector/
DFallingTubT.java25 public void setWeight(int weight) { this.weight = weight; } in setWeight() method in FallingTubT
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DPreFillType.java157 public Builder setWeight(int weight) { in setWeight() method in PreFillType.Builder
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp81 unsigned HexagonResource::setWeight(unsigned s) { in setWeight() function in HexagonResource
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeFont.java247 void setWeight(int weight); in setWeight() method
/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
DInstanceGroupAutoscalingPolicyConfig.java720 public Builder setWeight(int value) { in setWeight() method in InstanceGroupAutoscalingPolicyConfig.Builder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp90 unsigned HexagonResource::setWeight(unsigned s) { in setWeight() function in HexagonResource
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp91 unsigned HexagonResource::setWeight(unsigned s) { in setWeight() function in HexagonResource
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DWeightedBackendService.java988 public Builder setWeight(int value) { in setWeight() method in WeightedBackendService.Builder
DHealthStatus.java2497 public Builder setWeight(java.lang.String value) { in setWeight() method in HealthStatus.Builder
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DLiveInterval.h720 void setWeight(float Value) { Weight = Value; } in setWeight() function
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/
DColumnLayout.java736 public Builder setWeight(long value) { in setWeight() method in ColumnLayout.Column.Builder
DRowLayout.java735 public Builder setWeight(long value) { in setWeight() method in RowLayout.Row.Builder
/external/swiftshader/third_party/subzero/src/
DIceOperand.h589 void setWeight(BaseType Val) { Weight = Val; } in setWeight() function