OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:source_end
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/mock-ril/src/cpp/
node_buffer.cpp
378
ssize_t
source_end
= args[3]->IsInt32() ? args[3]->Int32Value()
local
381
if (
source_end
< source_start) {
399
if (
source_end
< 0 || ((size_t)
source_end
) > source->length()) {
405
ssize_t to_copy = MIN(
source_end
- source_start,
/external/chromium/googleurl/src/
url_canon_relative.cc
218
int
source_end
= source_component.end();
local
219
for (int i = source_component.begin; i <
source_end
; i++)
Completed in 76 milliseconds