/external/perfetto/src/trace_processor/perfetto_sql/parser/ |
D | perfetto_sql_parser.h | 54 struct CreateFunction { struct 55 struct Returns { 62 bool replace; 63 FunctionPrototype prototype; 64 Returns returns; 65 SqlSource sql; 66 std::string description;
|
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/ |
D | create_function.h | 34 struct CreateFunction : public SqlFunction { struct 35 using Context = PerfettoSqlEngine; 37 static constexpr bool kVoidReturn = true;
|
/external/tensorflow/tensorflow/core/function/ |
D | runtime_client.cc | 95 Status Runtime::CreateFunction(const FunctionDef& fdef) { in CreateFunction() function in tensorflow::core::function::Runtime 104 Status Runtime::CreateFunction(OpaqueTfgGraphFuncOp* fop) { in CreateFunction() function in tensorflow::core::function::Runtime
|
D | runtime_client.py | 34 def CreateFunction(self, function_def: function_pb2.FunctionDef): member in Runtime
|
/external/cronet/stable/base/memory/ |
D | writable_shared_memory_region.h | 41 using CreateFunction = decltype(Create); variable
|
D | unsafe_shared_memory_region.h | 38 using CreateFunction = decltype(Create); variable
|
D | read_only_shared_memory_region.h | 40 using CreateFunction = decltype(Create); variable
|
/external/cronet/tot/base/memory/ |
D | unsafe_shared_memory_region.h | 38 using CreateFunction = decltype(Create); variable
|
D | writable_shared_memory_region.h | 41 using CreateFunction = decltype(Create); variable
|
D | read_only_shared_memory_region.h | 40 using CreateFunction = decltype(Create); variable
|
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/ |
D | gapic_metadata.json | 16 "CreateFunction": { object
|
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2/ |
D | gapic_metadata.json | 13 "CreateFunction": { object
|
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2alpha/ |
D | gapic_metadata.json | 13 "CreateFunction": { object
|
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2beta/ |
D | gapic_metadata.json | 13 "CreateFunction": { object
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/ |
D | functions.proto | 70 rpc CreateFunction(CreateFunctionRequest) rpc
|
/external/googleapis/google/cloud/functions/v1/ |
D | functions.proto | 70 rpc CreateFunction(CreateFunctionRequest) rpc
|
/external/cronet/stable/base/android/linker/ |
D | linker_jni.cc | 357 typedef int (*CreateFunction)(const char*, size_t); typedef
|
/external/cronet/tot/base/android/linker/ |
D | linker_jni.cc | 357 typedef int (*CreateFunction)(const char*, size_t); typedef
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/proto/google/cloud/functions/v2beta/ |
D | functions.proto | 95 rpc CreateFunction(CreateFunctionRequest) returns (google.longrunning.Operation) { rpc
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/proto/google/cloud/functions/v2alpha/ |
D | functions.proto | 95 rpc CreateFunction(CreateFunctionRequest) returns (google.longrunning.Operation) { rpc
|
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/proto/google/cloud/functions/v2/ |
D | functions.proto | 101 rpc CreateFunction(CreateFunctionRequest) rpc
|
/external/googleapis/google/cloud/functions/v2/ |
D | functions.proto | 101 rpc CreateFunction(CreateFunctionRequest) rpc
|
/external/googleapis/google/cloud/functions/v2beta/ |
D | functions.proto | 101 rpc CreateFunction(CreateFunctionRequest) rpc
|
/external/googleapis/google/cloud/functions/v2alpha/ |
D | functions.proto | 101 rpc CreateFunction(CreateFunctionRequest) rpc
|
/external/llvm/bindings/go/llvm/ |
D | dibuilder.go | 195 func (d *DIBuilder) CreateFunction(diScope Metadata, f DIFunction) Metadata { func
|