OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isident
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/libs/binder/
Debug.cpp
48
static inline int
isident
(int c)
function in namespace:android
118
valid =
isident
(c[3]) ? true : false;
126
if (!
isident
(c[i])) valid = false;
/external/doclava/src/com/google/doclava/apicheck/
ApiFile.java
488
if (
isIdent
(token)) {
539
public static boolean
isIdent
(String token) {
540
return
isident
(token.charAt(0));
544
if (!
isident
(token.charAt(0))) {
697
static boolean
isident
(char c) {
method in class:ApiFile
/prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py
211
def
isident
(char):
function
219
if not
isident
(name[0]):
222
if not
isident
(char) and not isdigit(char):
/prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py
211
def
isident
(char):
function
219
if not
isident
(name[0]):
222
if not
isident
(char) and not isdigit(char):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py
211
def
isident
(char):
function
219
if not
isident
(name[0]):
222
if not
isident
(char) and not isdigit(char):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py
211
def
isident
(char):
function
219
if not
isident
(name[0]):
222
if not
isident
(char) and not isdigit(char):
/frameworks/opt/setupwizard/tools/docs/
doclava.jar
Completed in 764 milliseconds