Searched refs:REQUIRE (Results 1 – 16 of 16) sorted by relevance
/external/parameter-framework/upstream/utility/test/ |
D | utility.cpp | 63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result); 64 REQUIRE(join<int>(first, last, test.binaryOpt) == test.resultNoEmpty); 89 REQUIRE(asString(test.input, test.separator) == test.result); 92 REQUIRE(asString(test.input) == test.resultNoSep); 123 REQUIRE(asString(test.input, test.keyValueSep, test.itemSep) == test.result); 124 REQUIRE(asString(test.input, test.keyValueSep) == test.resultNoKeyValueSep); 125 REQUIRE(asString(test.input) == test.resultNoSep); 201 REQUIRE(sizeof(float) == sizeof(uint32_t)); 202 REQUIRE(std::numeric_limits<float>::is_iec559); 210 REQUIRE(sizeof(double) == sizeof(uint64_t)); [all …]
|
/external/llvm/lib/Support/ |
D | regcomp.c | 135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro 136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 380 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp() 428 REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp() 455 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() [all …]
|
/external/parameter-framework/upstream/bindings/c/ |
D | Test.cpp | 52 REQUIRE(str != NULL); in empty() 151 REQUIRE(pfw != NULL); 262 REQUIRE(pfwBindParameter(pfw, intParameterPath) == NULL); 277 REQUIRE(value == 0); 295 REQUIRE(value == 3); 329 REQUIRE(value == 11); 349 REQUIRE(value == std::string("ok"));
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Require.java | 58 super(REQUIRE); in Require() 65 super(REQUIRE); in Require()
|
D | SIPHeaderNames.java | 86 public static final String REQUIRE = RequireHeader.NAME; //34 field
|
D | NameMap.java | 145 putNameMap(REQUIRE, Require.class.getName()); //34 in initializeNameMap()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | RequireParser.java | 73 headerName(TokenTypes.REQUIRE); in parse() 77 r.setHeaderName(SIPHeaderNames.REQUIRE); in parse()
|
D | TokenTypes.java | 78 public static final int REQUIRE = START + 41; field
|
D | Lexer.java | 190 TokenTypes.REQUIRE); in selectLexer()
|
/external/selinux/checkpolicy/ |
D | policy_scan.l | 160 require|REQUIRE { return(REQUIRE); }
|
D | policy_parse.y | 149 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL 906 require_block : REQUIRE '{' require_list '}'
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnection.java | 125 NEGOTIATE, REQUIRE enumConstant
|
/external/avahi/common/ |
D | doxygen.m4 | 109 # REQUIRE, DO-IF-ON, DO-IF-OFF) 114 # feature is disabled (using DX_CLEAR_DEPEND). REQUIRE performs additional
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 457 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE; in createPeerConnectionInternal()
|
/external/libchrome/base/message_loop/ |
D | message_pump_mac.mm | 769 // The main-thread MessagePump implementations REQUIRE an NSApp.
|
/external/mksh/src/ |
D | Build.sh | 2164 /* but the next three are; we REQUIRE unsigned integer wraparound */
|