OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combined_id
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
data_log.cc
286
std::string
combined_id
= table_name;
local
290
combined_id
+= number_suffix;
291
std::transform(
combined_id
.begin(),
combined_id
.end(),
combined_id
.begin(),
293
return
combined_id
;
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
169
static final int
COMBINED_ID
= 6001;
224
matcher.addURI(authority, "combined/#",
COMBINED_ID
);
[
all
...]
Completed in 73 milliseconds