OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syntax_check
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/build/
gyp_v8
152
syntax_check
= os.environ.get('V8_GYP_SYNTAX_CHECK')
variable
153
if
syntax_check
and int(
syntax_check
):
/external/chromium_org/build/
gyp_chromium
277
syntax_check
= os.environ.get('CHROMIUM_GYP_SYNTAX_CHECK')
variable
278
if
syntax_check
and int(
syntax_check
):
Completed in 123 milliseconds