OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name0
(Results
1 - 6
of
6
) sorted by null
/system/bt/btcore/test/
property_test.cpp
94
const char *
name0
= "My btcore name";
local
95
bt_property_t *property = property_new_name(
name0
);
97
EXPECT_EQ(0, strcmp((char *)
name0
, (char *)property->val));
102
EXPECT_EQ(0, strcmp((char *)
name0
, (char *)name1->name));
223
const char *
name0
= "My btcore name";
local
224
bt_property_t *property0 = property_new_name(
name0
);
236
const char *
name0
= "My btcore name";
local
237
bt_property_t *property0 = property_new_name(
name0
);
/external/gmock/include/gmock/
gmock-generated-actions.h
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h
[
all
...]
/frameworks/compile/slang/
slang_rs_reflection.h
246
void genPairwiseDimCheck(std::string
name0
, std::string name1);
slang_rs_reflection.cpp
806
void RSReflectionJava::genPairwiseDimCheck(std::string
name0
,
810
mOut.indent() << "t0 = " <<
name0
<< ".getType();\n";
819
<< "between parameters " <<
name0
<< " and " << name1
[
all
...]
/external/opencv3/modules/core/src/
ocl.cpp
2536
String
name0
;
local
[
all
...]
Completed in 454 milliseconds