Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 12382) sorted by relevance

12345678910>>...496

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_perf.py51 def count_numel(f, *args): argument
61 def count_numel_train(f, *args): argument
98 def f(x): function
104 def f(x, y): function
110 def f(x, y): function
116 def f(x): function
122 def f(x): function
128 def f(a, b, c): function
135 def f(x): function
141 def f(x): function
[all …]
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/provisioning/android_onboarding.contracts.provisioning/android_common/repackaged-jarjar/kotlinc/
Dandroid_onboarding.contracts.provisioning.jar ... public final int getRESULT_UPDATE_ROLE_HOLDER () int $i$f$getRESULT_UPDATE_ROLE_HOLDER static void <clinit> () }
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/provisioning/android_onboarding.contracts.provisioning/android_common/kotlin/
Dandroid_onboarding.contracts.provisioning.jar ... lang.String getACTION_MANAGED_PROFILE_PROVISIONED () int $i$f$getACTION_MANAGED_PROFILE_PROVISIONED public final java.lang.String getACTION_PROVISIONING_SUCCESSFUL ...
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/provisioning/android_onboarding.contracts.provisioning/android_common/kotlin_headers/
Dandroid_onboarding.contracts.provisioning.jar ... lang.String getACTION_MANAGED_PROFILE_PROVISIONED () int $i$f$getACTION_MANAGED_PROFILE_PROVISIONED public final java.lang.String getACTION_PROVISIONING_SUCCESSFUL
/aosp_15_r20/external/python/cpython2/Mac/Modules/qd/
Dqdedit.py1 f = Function(void, 'SetPort', variable
6 f = Function(CursHandle, 'GetCursor', variable
11 f = Function(void, 'SetCursor', variable
16 f = Function(void, 'ShowCursor', variable
20 f = Function(void, 'LineTo', variable
26 f = Function(void, 'SetRect', variable
35 f = Function(void, 'OffsetRect', variable
42 f = Function(void, 'InsetRect', variable
49 f = Function(void, 'UnionRect', variable
56 f = Function(Boolean, 'EqualRect', variable
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-geometry-android/1.8.0-beta01/androidx.compose.ui_ui-geometry/android_common/aar/
Dclasses.jar ... long value$iv$iv int $i$f$getX-impl int $i$f$ ...
Dandroidx.compose.ui_ui-geometry.jar ... long value$iv$iv int $i$f$getX-impl int $i$f$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-geometry-android/1.8.0-beta01/androidx.compose.ui_ui-geometry/android_common_apex30/aar/
Dclasses.jar ... long value$iv$iv int $i$f$getX-impl int $i$f$ ...
Dandroidx.compose.ui_ui-geometry.jar ... long value$iv$iv int $i$f$getX-impl int $i$f$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-geometry-android/1.8.0-beta01/androidx.compose.ui_ui-geometry/android_common_apex34/aar/
Dandroidx.compose.ui_ui-geometry.jar ... long value$iv$iv int $i$f$getX-impl int $i$f$ ...
Dclasses.jar ... long value$iv$iv int $i$f$getX-impl int $i$f$ ...
/aosp_15_r20/external/pytorch/test/
H A Dtest_functionalization.py41 def _functionalize( argument
160 def f(x): function
173 def f(x): function
185 def f(x): function
196 def f(x): function
207 def f(): function
217 def f(input): function
275 def f(x): function
325 def f(x): function
372 def f(x): function
[all …]
H A Dtest_proxy_tensor.py148 def _test(self, f, inps): argument
156 def f(a): function
176 def f(a, b, c): function
187 def f(a): function
205 def f(x): function
210 def f(a, b): function
227 def f(x): function
332 def f(x): function
341 def f(x): function
366 def f(x): function
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A Didentical-expressions.cpp32 float f = 7.1F; in checkNotEqualFloatDeclCompare1() local
38 float f = 7.1F; in checkNotEqualFloatDeclCompare12() local
43 float f = 7.1F; in checkNotEqualFloatDeclCompare3() local
48 float f = 7.1F; in checkNotEqualFloatDeclCompare4() local
53 float f = 7.1F; in checkNotEqualFloatDeclCompare5() local
59 float f = 7.1F; in checkNotEqualFloatDeclCompare6() local
67 float f = 7.1F; in checkNotEqualCastFloatDeclCompare11() local
71 float f = 7.1F; in checkNotEqualCastFloatDeclCompare12() local
76 float f= 3.14F; in checkNotEqualBinaryOpFloatCompare1() local
81 float f = 7.1F; in checkNotEqualBinaryOpFloatCompare2() local
[all …]
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java64 void checkIncomplete(CompletableFuture<?> f) { in checkIncomplete()
79 <T> void checkCompletedNormally(CompletableFuture<T> f, T value) { in checkCompletedNormally()
101 <U> Throwable exceptionalCompletion(CompletableFuture<U> f) { in exceptionalCompletion()
107 void checkCompletedExceptionally(CompletableFuture<?> f, in checkCompletedExceptionally()
160 void checkCompletedWithWrappedCancellationException(CompletableFuture<?> f) { in checkCompletedWithWrappedCancellationException()
165 void checkCompletedWithTimeoutException(CompletableFuture<?> f) { in checkCompletedWithTimeoutException()
170 void checkCompletedWithWrappedException(CompletableFuture<?> f, in checkCompletedWithWrappedException()
175 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally()
179 void checkCancelled(CompletableFuture<?> f) { in checkCancelled()
902 final CompletableFuture<Integer> f = new CompletableFuture<>(); in testExceptionally_exceptionalCompletionActionFailed() local
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DFormatterTest.java162 Formatter f = new Formatter(); in test_Constructor() local
228 Formatter f = null; in test_ConstructorLjava_lang_String() local
259 Formatter f = null; in test_ConstructorLjava_lang_StringLjava_lang_String() local
304 Formatter f = null; in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale() local
357 Formatter f = null; in test_ConstructorLjava_io_File() local
388 Formatter f = null; in test_ConstructorLjava_io_FileLjava_lang_String() local
445 Formatter f = null; in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale() local
496 Formatter f = null; in test_ConstructorLjava_io_PrintStream() local
514 Formatter f = null; in test_ConstructorLjava_io_OutputStream() local
533 Formatter f = null; in test_ConstructorLjava_io_OutputStreamLjava_lang_String() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestDateTimeFormatterBuilder.java66 DateTimeFormatter f = builder.toFormatter(); in test_toFormatter_empty() local
74 DateTimeFormatter f = builder.toFormatter(); in test_parseCaseSensitive() local
81 DateTimeFormatter f = builder.toFormatter(); in test_parseCaseInsensitive() local
89 DateTimeFormatter f = builder.toFormatter(); in test_parseStrict() local
96 DateTimeFormatter f = builder.toFormatter(); in test_parseLenient() local
104 DateTimeFormatter f = builder.toFormatter(); in test_appendValue_1arg() local
117 DateTimeFormatter f = builder.toFormatter(); in test_appendValue_2arg() local
140 DateTimeFormatter f = builder.toFormatter(); in test_appendValue_3arg() local
183 DateTimeFormatter f = builder.toFormatter(); in test_appendValue_subsequent2_parse3() local
193 DateTimeFormatter f = builder.toFormatter(); in test_appendValue_subsequent2_parse4() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Dfield_def.c94 upb_FieldDef* _upb_FieldDef_At(const upb_FieldDef* f, int i) { in _upb_FieldDef_At()
102 bool upb_FieldDef_HasOptions(const upb_FieldDef* f) { in upb_FieldDef_HasOptions()
106 const char* upb_FieldDef_FullName(const upb_FieldDef* f) { in upb_FieldDef_FullName()
110 upb_CType upb_FieldDef_CType(const upb_FieldDef* f) { in upb_FieldDef_CType()
145 upb_FieldType upb_FieldDef_Type(const upb_FieldDef* f) { return f->type_; } in upb_FieldDef_Type()
147 uint32_t upb_FieldDef_Index(const upb_FieldDef* f) { return f->index_; } in upb_FieldDef_Index()
149 upb_Label upb_FieldDef_Label(const upb_FieldDef* f) { return f->label_; } in upb_FieldDef_Label()
151 uint32_t upb_FieldDef_Number(const upb_FieldDef* f) { return f->number_; } in upb_FieldDef_Number()
153 bool upb_FieldDef_IsExtension(const upb_FieldDef* f) { return f->is_extension; } in upb_FieldDef_IsExtension()
155 bool upb_FieldDef_IsPacked(const upb_FieldDef* f) { return f->is_packed; } in upb_FieldDef_IsPacked()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Dcontrol_flow_test.py48 def assertTransformedResult(self, f, inputs, expected): argument
60 def f(n): function
78 def f(n): function
107 def f(n): function
126 def f(n): function
138 def f(n): function
152 def f(n): function
163 def f(n): function
175 def f(n): function
189 def f(n, x): function
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dfield_def.c88 upb_FieldDef* _upb_FieldDef_At(const upb_FieldDef* f, int i) { in _upb_FieldDef_At()
96 bool upb_FieldDef_HasOptions(const upb_FieldDef* f) { in upb_FieldDef_HasOptions()
105 const char* upb_FieldDef_FullName(const upb_FieldDef* f) { in upb_FieldDef_FullName()
109 upb_CType upb_FieldDef_CType(const upb_FieldDef* f) { in upb_FieldDef_CType()
113 upb_FieldType upb_FieldDef_Type(const upb_FieldDef* f) { in upb_FieldDef_Type()
123 uint32_t upb_FieldDef_Index(const upb_FieldDef* f) { return f->index_; } in upb_FieldDef_Index()
125 upb_Label upb_FieldDef_Label(const upb_FieldDef* f) { in upb_FieldDef_Label()
134 uint32_t upb_FieldDef_Number(const upb_FieldDef* f) { return f->number_; } in upb_FieldDef_Number()
136 bool upb_FieldDef_IsExtension(const upb_FieldDef* f) { return f->is_extension; } in upb_FieldDef_IsExtension()
138 bool _upb_FieldDef_IsPackable(const upb_FieldDef* f) { in _upb_FieldDef_IsPackable()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DCompletableFutureTest.java100 void checkIncomplete(CompletableFuture<?> f) { in checkIncomplete()
119 <T> void checkCompletedNormally(CompletableFuture<T> f, T expectedValue) { in checkCompletedNormally()
141 Throwable exceptionalCompletion(CompletableFuture<?> f) { in exceptionalCompletion()
147 void checkCompletedExceptionally(CompletableFuture<?> f, in checkCompletedExceptionally()
198 void checkCompletedWithWrappedCancellationException(CompletableFuture<?> f) { in checkCompletedWithWrappedCancellationException()
203 void checkCompletedWithTimeoutException(CompletableFuture<?> f) { in checkCompletedWithTimeoutException()
208 void checkCompletedWithWrappedException(CompletableFuture<?> f, in checkCompletedWithWrappedException()
213 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally()
217 void checkCancelled(CompletableFuture<?> f) { in checkCancelled()
1026 final CompletableFuture<Item> f = new CompletableFuture<>(); in testExceptionally_exceptionalCompletionActionFailed() local
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex33/aar/
Dandroidx.savedstate_savedstate.jar ... $classes$1$1 int $i$f$contains-impl int $i$f$ ...
Dclasses.jar ... $classes$1$1 int $i$f$contains-impl int $i$f$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common/aar/
Dandroidx.savedstate_savedstate.jar ... $classes$1$1 int $i$f$contains-impl int $i$f$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex35/aar/
Dandroidx.savedstate_savedstate.jar ... $classes$1$1 int $i$f$contains-impl int $i$f$ ...

12345678910>>...496