OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:openparen
(Results
1 - 8
of
8
) sorted by null
/system/core/sh/
mkinit.sh
38
openparen
='('
93
[ "$2" = "${2##*$
openparen
}" ] || continue
/external/chromium/base/
process_util_linux.cc
171
const char*
openparen
;
local
221
openparen
= strchr(buf, '(');
223
if (!
openparen
|| !closeparen)
249
// short name between
openparen
and closeparen won't work for long names!
250
int len = closeparen -
openparen
- 1;
251
entry_.exe_file_.assign(
openparen
+ 1, len);
/ndk/sources/host-tools/make-3.81/
expand.c
246
char
openparen
= *p;
247
char closeparen = (
openparen
== '(') ? ')' : '}';
277
if (*p ==
openparen
)
244
char
openparen
= *p;
local
function.c
2127
char
openparen
= (*stringp)[0];
local
[
all
...]
read.c
2174
char
openparen
= p[1];
local
[
all
...]
job.c
1537
char
openparen
= *ref;
local
[
all
...]
/external/chromium_org/third_party/icu/source/common/
rbbiscan.cpp
236
// The
openParen
node is a dummy operation type with a low precedence,
[
all
...]
/external/icu4c/common/
rbbiscan.cpp
237
// The
openParen
node is a dummy operation type with a low precedence,
[
all
...]
Completed in 642 milliseconds