HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 251 - 275 of 464) sorted by null

<<111213141516171819

  /external/iptables/libiptc/
libiptc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
167 return NULL;
174 return c;
182 return NULL;
188 return r;
216 return 1;
218 return 0;
229 return 1;
232 return 0;
238 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang.y 123 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT SUBROUTINE
828 parseContext.error($2.loc, "no qualifiers allowed for function return",
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 39 return [[self getTokenNames] objectAtIndex:aTokenType];
44 return [[Fuzzy alloc] initWithCharStream:anInput];
70 return self;
87 return [ANTLRCommonToken eofToken];
108 return state.token;
128 if ( state.backtracking > 1 ) return [super alreadyParsedRule:anInput RuleIndex:ruleIndex];
129 return NO;
147 [self matchString:@"import"]; if ( state.failed ) return ;
151 [self mWS]; if ( state.failed ) return ;
156 [self mQIDStar]; if ( state.failed ) return ;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 143 return "AMDGPU Control Flow Graph structurizer Pass";
178 return true;
275 /// return true iff src1Blk->succ_size() == 0 && src1Blk and src2Blk are in
311 /// and return the newly added dummy exit block
344 return INVALIDSCCNUM;
345 return (*It).second->SccNum;
352 return nullptr;
353 return (*It).second;
359 return false;
361 return MBB->isSuccessor(LoopHeader)
    [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 83 return false;
85 return true;
119 return result;
150 return result;
167 return Token(Position(skslget_lineno(fScanner), -1), (Token::Kind) token, text);
177 return fPushback;
182 return this->expect(kind, SkString(expected), result);
191 return true;
199 return false;
212 return nullptr != fTypes[name]
    [all...]
lex.sksl.c 151 * to BEGIN to return to the state. The YYSTATE alias is for lex
218 /* Return all but the first "n" matched characters back to the input stream. */
825 /* No semi-colon after return; correct usage is to write "yyterminate();" -
826 * we don't want an extra ';' after the "return" because that will cause
830 #define yyterminate() return YY_NULL
978 { return SkSL::Token::FLOAT_LITERAL; }
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 112 return newInsn;
163 return rawSize;
165 return info.format.getSize();
193 return opcode;
201 return "PACKED SWITCH DATA";
203 return "SPARSE SWITCH DATA";
205 return "FILL ARRAY DATA DATA";
252 return repr;
288 return repr;
301 return opcode_map_by_enum.get(opcode)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 122 * @return index of the register or size of the lattice if it wasn't found.
129 return i;
132 return i;
139 * @return {@code non-null;} the instruction that produces the result for
145 return predInsns.get(predInsns.size()-1);
153 * @return {@code non-null;} the move result for the given instruction
158 return succInsns.get(0);
181 * Merges all links in the lattice among two EscapeSets. On return, the
236 // Track method return values that are objects
248 * @return {@code non-null;} an EscapeSet for the object referred to by th
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 33 return bv;
36 public final int getSize() { return size; }
41 return b;
48 return buffer[offset];
168 return bc;
178 public ConstPool getConstPool() { return constPool; }
183 public ExceptionTable getExceptionTable() { return tryblocks; }
189 return new CodeAttribute(constPool, maxStack, maxLocals,
197 return getSize();
204 return copy()
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 553 case RETURN:
628 return Type.INTEGER;
630 return type;
646 return;
668 return;
926 return Type.get(classPool.get(name));
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 77 return k + 1;
88 * @return the size of the instruction at POS.
95 return doOpcode0_53(pos, code, op);
97 return doOpcode54_95(pos, code, op);
100 return doOpcode96_147(pos, code, op);
102 return doOpcode148_201(pos, code, op);
139 /* Since JSR pushes a return address onto the operand stack,
189 return op == Opcode.SIPUSH ? 3 : 2;
192 return 2;
196 return 3
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 27 public boolean hasMore() { return lex.lookAhead() >= 0; }
35 return parseMethod2(tbl, (MethodDecl)mem);
37 return mem;
64 return parseMethod1(tbl, isConstructor, mods, d);
66 return parseField(tbl, mods, d);
85 return new FieldDecl(mods, new ASTList(d, new ASTList(expr)));
138 return new MethodDecl(mods, new ASTList(d,
157 return md;
178 return list;
188 return new Declarator(t, dim)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 142 return WebAssembly::createFastISel(FuncInfo, LibInfo);
148 return true;
167 return Result;
177 return "WebAssemblyISD::" #NODE;
181 return nullptr;
195 return std::make_pair(0U, &WebAssembly::I32RegClass);
197 return std::make_pair(0U, &WebAssembly::I64RegClass);
205 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
210 return true;
215 return true
    [all...]
  /external/v8/src/parsing/
scanner.cc 24 return isolate->factory()->InternalizeOneByteString(one_byte_literal());
26 return isolate->factory()->InternalizeTwoByteString(two_byte_literal());
68 return bookmark_ != kNoBookmark && bookmark_ != kBookmarkWasApplied;
72 return bookmark_ == kBookmarkWasApplied;
111 return -1;
117 return x;
124 if (d < 0) return -1;
131 return -1;
137 return x;
287 return current_.token
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 82 return [[[DFA38 alloc] initWithRecognizer:aRecognizer] retain];
97 return nil;
120 return self;
148 return s;
173 return s;
192 return s;
217 return s;
245 return s;
270 return s;
273 if ( [recognizer getBacktrackingLevel] > 0 ) { [recognizer setFailed:YES]; return -1;
    [all...]
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 94 ScanComments Mode = 1 << iota // return comments as COMMENT tokens
210 return string(lit)
228 return true
235 return true
245 return true
249 return false
254 return false
258 return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '_' || ch >= utf8.RuneSelf && unicode.IsLetter(ch)
262 return '0' <= ch && ch <= '9' || ch >= utf8.RuneSelf && unicode.IsDigit(ch)
270 return string(s.src[offs:s.offset]
    [all...]
scanner_test.go 28 return literal
30 return operator
32 return keyword
34 return special
174 {token.RETURN, "return", keyword},
191 return src
201 return n
436 "return$\n",
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 94 ScanComments Mode = 1 << iota // return comments as COMMENT tokens
210 return string(lit)
228 return true
235 return true
245 return true
249 return false
254 return false
258 return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '_' || ch >= utf8.RuneSelf && unicode.IsLetter(ch)
262 return '0' <= ch && ch <= '9' || ch >= utf8.RuneSelf && unicode.IsDigit(ch)
270 return string(s.src[offs:s.offset]
    [all...]
scanner_test.go 28 return literal
30 return operator
32 return keyword
34 return special
174 {token.RETURN, "return", keyword},
191 return src
201 return n
436 "return$\n",
  /art/runtime/
dex_instruction_list.h 36 V(0x0E, RETURN_VOID, "return-void", k10x, kIndexNone, kReturn, kVerifyNone) \
37 V(0x0F, RETURN, "return", k11x, kIndexNone, kReturn, kVerifyRegA) \
38 V(0x10, RETURN_WIDE, "return-wide", k11x, kIndexNone, kReturn, kVerifyRegAWide) \
39 V(0x11, RETURN_OBJECT, "return-object", k11x, kIndexNone, kReturn, kVerifyRegA) \
137 V(0x73, RETURN_VOID_NO_BARRIER, "return-void-no-barrier", k10x, kIndexNone, kReturn, kVerifyNone) \
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 74 * @return {@code non-null;} the byte array
77 return bytes;
83 * @return {@code >= 0;} the length of the bytecode array
86 return bytes.size();
94 * @return {@code >= 4;} the total length, in bytes
97 return 4 + bytes.size();
124 * @return {@code non-null;} appropriately constructed bit set
137 return result;
196 * {@code ireturn}. (However, {@code return} remains
215 * @return the length of the instruction, in byte
    [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/valgrind/helgrind/
libhb_core.c 436 return a - start < szB;
499 return SVal2Ptr (lineZ->dict[1]);
556 return sm != NULL && sm->magic == SecMap_MAGIC;
581 return 0 == (tag & (N_LINE_ARANGE - 1));
654 return a & ~(N_SECMAP_ARANGE - 1);
657 return a & (N_SECMAP_ARANGE - 1);
693 return shmem__bigchunk_next - n;
707 return SVal2Ptr (sm->linesZ[0].dict[1]);
728 return n;
750 return sm
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 182 return
186 return
192 return
230 return p
260 // Consume a comment and return it and the line on which it ends.
277 return
281 // comments list, and return it together with the line at which
298 return
363 return // discard - likely a spurious error
396 return po
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 182 return
186 return
192 return
230 return p
260 // Consume a comment and return it and the line on which it ends.
277 return
281 // comments list, and return it together with the line at which
298 return
363 return // discard - likely a spurious error
396 return po
    [all...]

Completed in 639 milliseconds

<<111213141516171819