OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
226 - 250
of
46739
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/parameter-framework/upstream/parameter/
Results.h
33
#include <
string
>
38
/**
String
list type which can hold list of error/info */
39
typedef std::list<std::
string
> Results;
/external/parameter-framework/upstream/remote-processor/
RemoteCommandHandler.h
33
#include <
string
>
40
std::
string
&strResult) = 0;
RemoteProcessorServerInterface.h
33
#include <
string
>
38
virtual bool start(std::
string
&strError) = 0;
/external/proguard/src/proguard/util/
EmptyStringMatcher.java
32
public boolean matches(
String
string
)
34
return
string
.length() == 0;
/external/protobuf/src/google/protobuf/compiler/csharp/
csharp_names.h
41
#include <
string
>
59
string
GetFileNamespace(const FileDescriptor* descriptor);
66
string
GetClassName(const Descriptor* descriptor);
75
string
GetReflectionClassName(const FileDescriptor* descriptor);
89
// of failure, this function will return empty
string
and error parameter
91
string
GetOutputFile(
93
const
string
file_extension,
95
const
string
base_namespace,
96
string
* error);
/external/tensorflow/tensorflow/contrib/lite/toco/
dump_graphviz.h
18
#include <
string
>
24
void DumpGraphviz(const Model& model,
string
* output_file_contents);
/external/tensorflow/tensorflow/core/api_def/
excluded_ops.h
18
#include <
string
>
25
const std::unordered_set<std::
string
>* GetExcludedOps();
/external/tensorflow/tensorflow/core/grappler/costs/
virtual_placer.h
39
string
get_canonical_device_name(const NodeDef& node) const;
42
// Converts given device name to Lowercase Fully-Qualified Name (LFQN)
string
.
44
// If device_name couldn't be parsed successfully, returns empty
string
.
45
string
to_lfqn_or_empty(const
string
& device_name) const;
48
std::unordered_map<
string
, DeviceProperties> devices_;
51
std::unordered_map<
string
,
string
> lfqn_map_;
53
string
default_device_name_;
54
string
default_job_name_lowercase_
[
all
...]
/external/tensorflow/tensorflow/core/platform/
abi.h
19
#include <
string
>
24
std::
string
MaybeAbiDemangle(const char* name);
/external/tensorflow/tensorflow/stream_executor/lib/
process_state.h
25
string
Hostname();
26
bool GetCurrentDirectory(
string
* dir);
/frameworks/base/rs/java/android/renderscript/
RSRuntimeException.java
26
public RSRuntimeException(
String
string
) {
27
super(
string
);
/frameworks/compile/libbcc/lib/
RSStubsWhiteList.h
22
#include <
string
>
24
extern std::vector<std::
string
> stubList;
/frameworks/minikin/include/minikin/
LocaleList.h
20
#include <
string
>
27
uint32_t registerLocaleList(const std::
string
& locales);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
RSDriverException.java
25
public RSDriverException(
String
string
) {
26
super(
string
);
RSIllegalArgumentException.java
25
public RSIllegalArgumentException(
String
string
) {
26
super(
string
);
RSInvalidStateException.java
25
public RSInvalidStateException(
String
string
) {
26
super(
string
);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.literals/
literal1.pass.cpp
13
#include <
string
>
20
std::
string
foo = ""s;
literal2.pass.cpp
13
#include <
string
>
20
std::
string
foo = ""s;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp
11
#include <
string
>
16
auto up1 = std::make_unique<std::
string
[]>("error"); // doesn't compile - no bound
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types2.fail.cpp
19
#include <
string
>
25
std::tuple<int, char*, std::
string
, double&> t(2, nullptr, "text");
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_names.h
41
#include <
string
>
59
string
GetFileNamespace(const FileDescriptor* descriptor);
66
string
GetClassName(const Descriptor* descriptor);
75
string
GetReflectionClassName(const FileDescriptor* descriptor);
89
// of failure, this function will return empty
string
and error parameter
91
string
GetOutputFile(
93
const
string
file_extension,
95
const
string
base_namespace,
96
string
* error);
/system/core/base/include/android-base/
errors.h
27
// special handling to get the error
string
. Refer to Microsoft documentation
33
#include <
string
>
38
// Returns a
string
describing the given system error code. |error_code| must
41
std::
string
SystemErrorCodeToString(int error_code);
/system/extras/perfprofd/tests/
perfprofdmockutils.h
29
/// Return
string
containing things logged to logd, plus sleep instances
31
extern std::
string
mock_perfprofdutils_getlogged();
/system/libhidl/minijail/include/hwminijail/
HardwareMinijail.h
20
#include <
string
>
25
void SetupMinijail(const std::
string
& seccomp_policy_path);
/system/update_engine/common/
error_code_utils.h
20
#include <
string
>
27
// Returns a
string
representation of the ErrorCodes (either the base
29
std::
string
ErrorCodeToString(ErrorCode code);
Completed in 1526 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>