HomeSort by relevance Sort by last modified time
    Searched refs:IF (Results 226 - 250 of 676) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
asm.md 33 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.cryptoki/
pkcs11wrapper.md 18 3. The end-user documentation included with the redistribution, if any, must
24 Alternately, this acknowledgment may appear in the software itself, if and
43 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.dynalink/
dynalink.md 29 OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF SUCH DAMAGE.
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.scripting.nashorn/
double-conversion.md 34 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.xml.bind/
relaxngdatatype.md 35 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /toolchain/binutils/binutils-2.27/opcodes/
configure.com 22 $! along with this program; see the file COPYING3. If not see
31 $ if arch.eqs."ia64"
39 $ if arch.eqs."alpha"
58 $ IF F.EQS."," THEN GOTO END
  /external/one-true-awk/
awkgram.y 35 int infunc = 0; /* = 1 if in arglist or body of func */
36 int inloop = 0; /* = 1 if in while, for, do */
56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
70 %type <p> for if else while
83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
98 pas { if (errorflag==0)
137 if: label
138 IF '(' pattern rparen { $$ = notnull($3); }
208 { if (constnode($3))
235 { if (constnode($3)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 76 // Clear IF flag to avoid old IDT handler enable interrupt by IRET
79 Eflags.Bits.IF = 0;
138 if ((mErrorCodeFlag & (1 << ExceptionType)) != 0) {
206 if (ImageBase != 0) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 31 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /external/deqp/framework/randomshaders/
rsgToken.hpp 49 IF,
246 if (m_tokens.size() == m_numTokens)
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
TokenTypes.java 50 if (EOL.equals("\n")) {
53 if (EOL.equals("\r\n")) {
56 if (EOL.equals("\r")) {
118 case IF:
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 43 if (PendingLabels.empty())
45 if (!F) {
61 // If not assigned to the same (valid) fragment, fallback.
62 if (!Hi->getFragment() || Hi->getFragment() != Lo->getFragment() ||
72 if (Assembler)
82 if (!getNumFrameInfos())
85 if (EmitEHFrame)
88 if (EmitDebugFrame)
95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
105 if (!F || (Assembler->isBundlingEnabled() && !Assembler->getRelaxAll() &
    [all...]
  /external/tremolo/Tremolo/
floor1LARM.s 32 @ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58 ADDLT r11,r11,r12 @ if (err < 0) err+=adx
  /external/turbine/javatests/com/google/turbine/parse/
JavacLexer.java 103 case IF:
104 return "IF";
  /external/vixl/
Android.mk 24 # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /prebuilts/go/darwin-x86/src/go/token/
token.go 109 IF
210 IF: "if",
234 if 0 <= tok && tok < Token(len(tokens)) {
237 if s == "" {
256 // operator op. If op is not a binary operator, the result
284 // Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
287 if tok, is_keyword := keywords[ident]; is_keyword {
  /prebuilts/go/linux-x86/src/go/token/
token.go 109 IF
210 IF: "if",
234 if 0 <= tok && tok < Token(len(tokens)) {
237 if s == "" {
256 // operator op. If op is not a binary operator, the result
284 // Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
287 if tok, is_keyword := keywords[ident]; is_keyword {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 68 Regs->X.Flags.IF = 0;
122 Regs->X.Flags.IF = 1;
131 if there is more than one HW interrupt registers with the CPU AP.
229 // Check to see if there is more than one HW interrupt registers with the CPU AP.
230 // If there is, then ASSERT() since that is not compatible with the CSM because
240 if (Status == EFI_ALREADY_STARTED) {
243 if (Status == EFI_SUCCESS) {
247 if (Count >= 2) {
254 // If the Timer AP has enabled the 8254 timer IRQ and the current 8254 timer
258 if (Private->TimerUses8254 && TimerPeriod < 549254) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
CompareGuid.asm 26 ; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /external/clang/lib/Driver/
Job.cpp 36 if (II.isFilename())
52 // Some include flags shouldn't be skipped if we have a crash VFS
57 if (Res)
69 if (Res)
74 if ((!HaveCrashVFS &&
85 if (!Quote && !Escape) {
93 if (c == '"' || c == '\\' || c == '$')
102 if (Creator.getResponseFilesSupport() == Tool::RF_FileList) {
116 if (*Arg == '\"' || *Arg == '\\') {
131 if (Creator.getResponseFilesSupport() != Tool::RF_FileList)
    [all...]
  /external/golang-protobuf/proto/
message_set_test.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48 if err != nil {
54 if err := UnmarshalMessageSet(b, &extensions); err != nil {
58 if !ok {
63 if want := []byte("hoohah"); !bytes.Equal(got, want) {
size2_test.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
59 if size != tc.size {
  /external/golang-protobuf/protoc-gen-go/testdata/
main_test.go 30 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  /external/google-breakpad/android/sample_app/jni/
Android.mk 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38 # If NDK_MODULE_PATH is defined, import the module, otherwise do a direct
  /external/ims/rcs/presencepolling/
Android.mk 24 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>