HomeSort by relevance Sort by last modified time
    Searched defs:IF (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/sandbox/win/src/
policy_low_level.h 24 // rule1.AddStringMatch(IF, 0, L"\\\\/?/?\\c:\\*Microsoft*\\*.exe", true);
26 // rule1.AddNumberMatch(IF, 2, FILE_ATTRIBUTE_NORMAL, EQUAL);
29 // rule2.AddStringMatch(IF, 0, L"\\\\/?/?\\Pipe\\Chrome.*", false));
30 // rule2.AddNumberMatch(IF, 1, OPEN_EXISTING, EQUAL));
111 // There are 'if' rules and 'if not' comparisons
113 IF = 0,
135 // rule_type: possible values are IF and IF_NOT.
139 // match_opts: if the pattern matching is case sensitive or not.
144 // rule_type: possible values are IF and IF_NOT
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfAppearanceCharacteristicsDictionary_autogen.cpp 13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isArray()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfArray*)ret;
37 if (doc) {ret = doc->resolveReference(ret);}
38 if ((ret != NULL && ret->isArray()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfArray*)ret;
49 if (doc) {ret = doc->resolveReference(ret);}
50 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
61 if (doc) {ret = doc->resolveReference(ret);}
62 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return (…)
    [all...]
SkPdfFDFFieldDictionary_autogen.cpp 13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isArray()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfArray*)ret;
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
37 if (doc) {ret = doc->resolveReference(ret);}
38 if ((ret != NULL && true) || (doc == NULL && ret != NULL && ret->isReference())) return ret;
49 if (doc) {ret = doc->resolveReference(ret);}
50 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
61 if (doc) {ret = doc->resolveReference(ret);}
62 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return r (…)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 27 ; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 IF OPUS_ARM_MAY_HAVE_EDSP
37 IF OPUS_ARM_MAY_HAVE_NEON
41 IF OPUS_ARM_MAY_HAVE_NEON
101 ; Process 4 samples here if we have > 4 left (still reading one extra y value).
119 ; Process 2 samples here if we have > 2 left (still reading one extra y value).
141 ; y[0...3] are left in d5 from prior iteration(s) (if any)
173 ; if (max_pitch < 4) goto celt_pitch_xcorr_neon_process4_done
190 ; if (max_pitch < 4) goto celt_pitch_xcorr_neon_process4_done
198 ; if (max_pitch <= 0) goto celt_pitch_xcorr_neon_don
    [all...]
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 27 ; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 IF OPUS_ARM_MAY_HAVE_EDSP
37 IF OPUS_ARM_MAY_HAVE_NEON
41 IF OPUS_ARM_MAY_HAVE_NEON
101 ; Process 4 samples here if we have > 4 left (still reading one extra y value).
119 ; Process 2 samples here if we have > 2 left (still reading one extra y value).
141 ; y[0...3] are left in d5 from prior iteration(s) (if any)
173 ; if (max_pitch < 4) goto celt_pitch_xcorr_neon_process4_done
190 ; if (max_pitch < 4) goto celt_pitch_xcorr_neon_process4_done
198 ; if (max_pitch <= 0) goto celt_pitch_xcorr_neon_don
    [all...]
  /external/chromium_org/tools/gn/
token.h 44 IF,
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 46 if (Assembler)
56 if (!getNumFrameInfos())
59 if (EmitEHFrame)
62 if (EmitDebugFrame)
69 if (CurInsertionPoint != getCurrentSectionData()->getFragmentList().begin())
79 if (!F || (Assembler->isBundlingEnabled() && F->hasInstructions())) {
105 if (Value->EvaluateAsAbsolute(AbsValue, getAssembler())) {
133 // fragment if it exists, otherwise we should just queue the label and set its
143 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
153 if (Value->EvaluateAsAbsolute(IntValue, getAssembler()))
    [all...]
  /external/deqp/framework/randomshaders/
rsgToken.hpp 49 IF,
246 if (m_tokens.size() == m_numTokens)
  /external/javassist/src/main/javassist/compiler/
TokenId.java 39 int IF = 320;
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
24 as a parser skeleton. Alternatively, if you modify or redistribute
39 #if YYDEBUG
73 IF = 274,
186 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
229 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
244 #if defined __STDC__ || defined __cplusplus
250 #if defined __STDC__ || defined __cplusplus
glslang_tab.cpp 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
24 as a parser skeleton. Alternatively, if you modify or redistribute
76 #if defined(__GNUC__)
100 # if defined __cplusplus && 201103L <= __cplusplus
123 #if YYDEBUG
157 IF = 274,
270 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
313 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
328 #if defined __STDC__ || defined __cplusplus
334 #if defined __STDC__ || defined __cplusplu
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 123 /** Gen4 predicated IF. */
125 vec4_visitor::IF(uint32_t predicate)
135 /** Gen6+ IF with embedded comparison. */
137 vec4_visitor::IF(src_reg src0, src_reg src1, uint32_t condition)
167 if (intel->gen == 4) {
169 if (dst.file == HW_REG)
234 if (dst.writemask != WRITEMASK_XYZW) {
273 if (intel->gen >= 7) {
275 } else if (intel->gen == 6) {
304 if (dst.writemask != WRITEMASK_XYZW)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 123 /** Gen4 predicated IF. */
125 vec4_visitor::IF(uint32_t predicate)
135 /** Gen6+ IF with embedded comparison. */
137 vec4_visitor::IF(src_reg src0, src_reg src1, uint32_t condition)
167 if (intel->gen == 4) {
169 if (dst.file == HW_REG)
234 if (dst.writemask != WRITEMASK_XYZW) {
273 if (intel->gen >= 7) {
275 } else if (intel->gen == 6) {
304 if (dst.writemask != WRITEMASK_XYZW)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
24 as a parser skeleton. Alternatively, if you modify or redistribute
51 IF = 269,
252 #define IF 269
443 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
495 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
glsl_parser.cc 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
24 as a parser skeleton. Alternatively, if you modify or redistribute
160 IF = 269,
361 #define IF 269
552 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
602 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
670 # if defined YYENABLE_NLS && YYENABLE_NLS
671 # if ENABLE_NLS
682 #if ! defined lint || defined __GNUC__
692 #if (defined __STDC__ || defined __C99__FUNC__
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 35 /// \param receiverTypeIfCall - if null, check this as if declaring it;
36 /// if non-null, check this as if making a call to it with the given
43 if (method->isInvalidDecl()) return true;
54 if (result->isObjCId()) {
56 } else if (result->isObjCClass()) {
63 // if we're checking an interface declaration.
64 if (!resultClass->hasDefinition()) {
65 if (receiverTypeIfCall.isNull() &
    [all...]
SemaExprObjC.cpp 45 // If we have a multi-part string, merge it all together.
46 if (NumStrings != 1) {
55 if (!S->isAscii()) {
85 if (CheckObjCString(S))
93 if (!Ty.isNull()) {
95 } else if (getLangOpts().NoConstantCFStrings) {
99 if (StringClass.empty())
104 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
106 if (ObjCInterfaceDecl *StrIF = dyn_cast_or_null<ObjCInterfaceDecl>(IF)) {
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 97 /// typeIsConvertibleTo - Return true if all values of 'this' type can be
410 /// Return 0 if no such type exists.
497 /// out, returning them as a new init of bits type. If it is not legal to use
507 /// elements, returning them as a new init of list type. If it is not legal
516 /// Implementors of this method should return the type of the named field if
524 /// initializer for the specified field. If getFieldType returns non-null
534 /// If a value is set for the variable later, this method will be called on
583 /// Implementors of this method should return the type of the named field if
589 /// VarListElementInit::resolveReferences. If the list element is resolvable
681 if (!getBit(i)->isComplete()) return false
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 94 if (!V)
96 if (isa<Instruction>(V)) {
105 if (!T)
111 if (!C)
117 // that failed. This provides a nice place to put a breakpoint if you want
187 if (F.empty()) {
193 if (I->empty() || !I->back().isTerminator()) {
228 if (I->isDeclaration())
358 // Assert - We know that cond should be true, if not print an error message.
360 do { if (!(C)) { CheckFailed(M); return; } } while (0
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 78 public static final int IF=50;
211 if ( (LA4_0=='0') ) {
235 else if ( ((LA4_0>='1' && LA4_0<='9')) ) {
262 if ( ((LA1_0>='0' && LA1_0<='9')) ) {
295 if ( ((LA2_0>='0' && LA2_0<='7')) ) {
310 if ( cnt2 >= 1 ) break loop2;
332 if ( ((LA3_0>='0' && LA3_0<='9')||(LA3_0>='A' && LA3_0<='F')||(LA3_0>='a' && LA3_0<='f')) ) {
347 if ( cnt3 >= 1 ) break loop3;
373 if ( (LA5_0=='0') ) {
376 if ( (LA5_1=='x') )
    [all...]
JavaParser.java 143 * ambiguity, but if one uses appropriately greedy parsing it yields the
174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
223 public static final int IF=50;
469 if ( getRuleLevel()==0 ) {dbg.commence();}
474 if ( state.backtracking>0 && alreadyParsedRule(input, 1) ) { return ; }
510 if ( (LA1_0==MONKEYS_AT) ) {
526 if (state.failed) return ;
539 if (state.failed) return ;
558 if ( (LA3_0==IMPORT) ) {
576 if (state.failed) return
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 139 if (First->needsInputFileVisitation() &&
142 if (Second->needsInputFileVisitation() &&
157 /// \param Diags If non-NULL, diagnostics will be emitted via this engine.
159 /// \returns true if the languagae options mis-match, false otherwise.
164 if (ExistingLangOpts.Name != LangOpts.Name) { \
165 if (Diags) \
172 if (ExistingLangOpts.Name != LangOpts.Name) { \
173 if (Diags) \
180 if (ExistingLangOpts.get##Name() != LangOpts.get##Name()) { \
181 if (Diags)
    [all...]
  /external/mksh/src/
sh.h 27 * of dealing in the work, even if advised of the possibility of such
37 #if HAVE_SYS_PARAM_H
41 #if HAVE_BOTH_TIME_H
50 #if HAVE_SYS_SYSMACROS_H
53 #if HAVE_SYS_MKDEV_H
56 #if HAVE_SYS_MMAN_H
59 #if HAVE_SYS_RESOURCE_H
67 #if HAVE_LIBGEN_H
70 #if HAVE_LIBUTIL_H
74 #if HAVE_PATHS_
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 

Completed in 931 milliseconds

1 2