OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHARED_LIB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
101
SHARED_LIB
= '__shared_lib__'
359
elif type == self.
SHARED_LIB
:
530
if type == self.
SHARED_LIB
:
734
elif type == self.
SHARED_LIB
:
738
if subdir and type != self.
SHARED_LIB
:
817
"type" values of STATIC_LIB or
SHARED_LIB
append the necessary
831
elif type == self.
SHARED_LIB
and sys.platform != 'darwin':
834
if subdir and type != self.
SHARED_LIB
:
[
all
...]
/external/chromium_org/v8/tools/
tickprocessor.js
261
SHARED_LIB
: 1
285
return this.codeTypes_[name] == TickProcessor.CodeTypes.
SHARED_LIB
;
319
this.setCodeType(entry.getName(), '
SHARED_LIB
');
Completed in 267 milliseconds