Lines Matching refs:REM
2 REM Update source for glslang, spirv-tools, and shaderc
4 REM
5 REM Copyright 2016 The Android Open Source Project
6 REM Copyright (C) 2015 Valve Corporation
7 REM
8 REM Licensed under the Apache License, Version 2.0 (the "License");
9 REM you may not use this file except in compliance with the License.
10 REM You may obtain a copy of the License at
11 REM
12 REM http://www.apache.org/licenses/LICENSE-2.0
13 REM
14 REM Unless required by applicable law or agreed to in writing, software
15 REM distributed under the License is distributed on an "AS IS" BASIS,
16 REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 REM See the License for the specific language governing permissions and
18 REM limitations under the License.
19 REM
58 REM ensure where is working with below false test
59 REM where /q foo
60 REM if %ERRORLEVEL% equ 1 (
61 REM echo foo
62 REM )
68 REM Read the target versions from external file, which is shared with Linux script
115 REM Must be first as we create directories used by glslang and spriv-tools
184 REM This needs a fix to return error, something like exit %errorCode%
185 REM Right now it is returning 0
190 REM // ======== Functions ======== //
298 REM Check for existence of one lib, even though we should check for all results