OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:end1
(Results
26 - 50
of
111
) sorted by null
1
2
3
4
5
/external/chromium/chrome/browser/ui/cocoa/
about_window_controller.mm
694
NSRange*
end1
= &end_chr;
703
end1
= &end_oss;
714
end1
->location -
717
sub_str = [license substringWithRange:NSMakeRange(NSMaxRange(*
end1
),
719
NSMaxRange(*
end1
))];
/external/quake/quake/src/QW/progs/
files.dat
167
1 progs/
end1
.mdl
213
1
end1
.bin
world.qc
16
precache_file ("
end1
.bin");
models.qc
233
$modelname
end1
234
$cd /raid/quake/id1/models/
end1
items.qc
1253
precache_model ("progs/
end1
.mdl");
1254
setmodel (self, "progs/
end1
.mdl");
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
120
int
end1
= 0;
local
129
end1
= !isgraph(c1);
131
if (
end1
|| end2 || c1 != c2)
134
return
end1
&& end2; /* reached end of both words? */
wps_upnp_ssdp.c
40
int
end1
= 0;
local
49
end1
= !(isalnum(c1) || c1 == '_' || c1 == '-');
51
if (
end1
|| end2 || c1 != c2)
54
return
end1
&& end2; /* reached end of both words? */
/external/wpa_supplicant_8/src/wps/
httpread.c
120
int
end1
= 0;
local
129
end1
= !isgraph(c1);
131
if (
end1
|| end2 || c1 != c2)
134
return
end1
&& end2; /* reached end of both words? */
wps_upnp_ssdp.c
39
int
end1
= 0;
local
48
end1
= !(isalnum(c1) || c1 == '_' || c1 == '-');
50
if (
end1
|| end2 || c1 != c2)
53
return
end1
&& end2; /* reached end of both words? */
/frameworks/base/media/java/android/media/
MediaScanner.java
[
all
...]
/external/quake/quake/src/WinQuake/
sys_linux.cpp
112
static char
end1
[] =
126
printf("%s",
end1
);
sys_dos.cpp
577
d = COM_LoadHunkFile ("
end1
.bin");
/external/harfbuzz/src/
harfbuzz-gsub.c
[
all
...]
harfbuzz-gpos.c
[
all
...]
/external/valgrind/main/memcheck/
mc_leakcheck.c
979
Addr
end1
= ch1->data + ch1->szB - 1;
local
[
all
...]
/bionic/libc/regex/
regcomp.c
448
* Giving
end1
as OUT essentially eliminates the
end1
/end2 check.
458
int
end1
, /* first terminating character */
470
while (MORE() && !SEETWO(
end1
, end2)) {
[
all
...]
/external/llvm/lib/Support/
regcomp.c
456
* Giving
end1
as OUT essentially eliminates the
end1
/end2 check.
466
int
end1
, /* first terminating character */
478
while (MORE() && !SEETWO(
end1
, end2)) {
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
448
* Giving
end1
as OUT essentially eliminates the
end1
/end2 check.
458
int
end1
, /* first terminating character */
470
while (MORE() && !SEETWO(
end1
, end2)) {
[
all
...]
/external/oprofile/libpp/
arrange_profiles.cpp
138
vector<profile_class>::const_iterator
end1
= v.end();
local
141
while (it1 !=
end1
) {
/bionic/libc/netbsd/resolv/
res_cache.c
874
const uint8_t*
end1
= pack1->end;
local
881
if (p1 >=
end1
|| p2 >= end2) {
899
if ((p1+c1 >
end1
) || (p2+c1 > end2)) {
[
all
...]
/external/expat/lib/
xmltok_impl.c
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.so
libexpat.so.1
libexpat.so.1.5.2
/sdk/traceview/src/com/android/traceview/
TimeLineView.java
400
long
end1
= r1.block.getEndTime();
402
if (
end1
> end2)
404
if (
end1
< end2)
[
all
...]
Completed in 465 milliseconds
1
2
3
4
5