Home
last modified time | relevance | path

Searched refs:some_value (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 for (i = 0; i < some_value; i++) in call_me_nosig()
45 nosig_no += some_value; in call_me_nosig()
46 return some_value; in call_me_nosig()
/external/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/
Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_executor_ops.mlir32 … tf_executor.fetch %arg0 : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
36 …tf_executor.fetch %{{.*}} : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
60 … tf_executor.yield %arg0 : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
63 …f_executor.yield %{{.*}} : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
173 …r.Switch %{{.*}}, %{{.*}} : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
174 …cutor.Switch %arg0, %arg1 : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
259 …or.Merge %{{.*}}, %{{.*}} : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
260 …cutor.Merge %true, %false : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
401 …{{.*}} frame "some/frame" : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
402 … %arg0 frame "some/frame" : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-runtime-int.cpp64 struct some_value {}; struct
65 constexpr some_value operator"" _some_literal(unsigned long long int i);
/external/llvm-project/lldb/test/API/lang/objc/exceptions/
Dmain.mm13 … NSDictionary *info = [NSDictionary dictionaryWithObjectsAndKeys:@"some_value", @"some_key", nil];
37 … NSDictionary *info = [NSDictionary dictionaryWithObjectsAndKeys:@"some_value", @"some_key", nil];
/external/llvm-project/mlir/test/Pass/
Dpipeline-options-parsing.mlir6 …string-list=a list=1,2,3,4 string-list=b,c list=5 string-list=d string=some_value})' -test-dump-pi…
16 // CHECK_1: test-options-pass{list=1,2,3,4,5 string=some_value string-list=a,b,c,d}
/external/clang/test/Frontend/
Dverify.c41 #define MACRO some_value // expected-error {{define_error}}
/external/llvm-project/clang/test/Frontend/
Dverify.c41 #define MACRO some_value // expected-error {{define_error}}
/external/python/apitools/apitools/base/py/
Dextra_types_test.py133 some_value = messages.MessageField(extra_types.JsonValue, 1) variable in ExtraTypesTest.testJsonValueAsFieldTranslation.HasJsonValueMsg
137 some_value=encoding.PyValueToMessage(
/external/nanohttpd/src/site/markdown/
Dindex.md139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
/external/nanohttpd/
DREADME.md139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
/external/python/cpython3/Doc/library/
Dtyping.rst107 the expression ``Derived(some_value)`` does not create a new class or introduce
110 More precisely, the expression ``some_value is Derived(some_value)`` is always