OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_name
(Results
1 - 8
of
8
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
named_parameter.hpp
56
virtual bool
match_name
( argv_traverser& tr ) const;
id_policy.hpp
72
virtual bool
match_name
( argv_traverser& tr ) const;
/development/host/windows/usb/api/
adb_api.cpp
172
wchar_t
match_name
[64];
local
175
swprintf(
match_name
, L"\\\\?\\usb#vid_%04x&pid_%04x#",
179
swprintf(
match_name
, L"\\\\?\\usb#vid_%04x&pid_%04x&mi_%02x#",
182
size_t match_len = wcslen(
match_name
);
187
if (0 == _wcsnicmp(
match_name
,
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp
75
static bool
match_name
(FcPattern* pattern, const char family_name[]) {
function
94
if (iter == stop || !
match_name
(*iter, post_config_family)) {
100
if (!valid_pattern(*iter) || !
match_name
(*iter, post_config_family)) {
/external/skia/src/fonts/
SkFontMgr_fontconfig.cpp
75
static bool
match_name
(FcPattern* pattern, const char family_name[]) {
function
94
if (iter == stop || !
match_name
(*iter, post_config_family)) {
100
if (!valid_pattern(*iter) || !
match_name
(*iter, post_config_family)) {
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py
63
match_name
= "Get"
65
match_name
= func_name
71
if e.functions.has_key(
match_name
):
72
[count, mode] = e.functions[
match_name
]
/external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py
63
match_name
= "Get"
65
match_name
= func_name
71
if e.functions.has_key(
match_name
):
72
[count, mode] = e.functions[
match_name
]
/external/chromium_org/content/browser/worker_host/
worker_process_host.cc
621
const base::string16&
match_name
,
641
if (name_.empty() &&
match_name
.empty())
644
return name_ ==
match_name
;
Completed in 110 milliseconds