Searched refs:REQUIRE (Results 1 - 24 of 24) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DRequire.java58 super(REQUIRE);
65 super(REQUIRE);
H A DNameMap.java145 putNameMap(REQUIRE, Require.class.getName()); //34
H A DSIPHeaderNames.java86 public static final String REQUIRE = RequireHeader.NAME; //34 field in interface:SIPHeaderNames
/external/parameter-framework/upstream/utility/test/
H A Dutility.cpp63 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(sizeo
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DRequireParser.java73 headerName(TokenTypes.REQUIRE);
77 r.setHeaderName(SIPHeaderNames.REQUIRE);
H A DTokenTypes.java78 public static final int REQUIRE = START + 41; field in interface:TokenTypes
H A DLexer.java190 TokenTypes.REQUIRE);
/external/parameter-framework/upstream/bindings/c/
H A DTest.cpp52 REQUIRE(str != NULL);
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/llvm/lib/Support/
H A Dregcomp.c135 #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 */
324 REQUIRE(MORE(), REG_EPAREN);
380 REQUIRE(MORE(), REG_EESCAPE);
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
428 REQUIRE(!wascaret, REG_BADRPT);
455 REQUIRE(coun
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c127 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) macro
128 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
130 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
315 REQUIRE(MORE(), REG_EPAREN);
371 REQUIRE(MORE(), REG_EESCAPE);
376 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
392 REQUIRE(!wascaret, REG_BADRPT);
419 REQUIRE(coun
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c135 #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 */
324 REQUIRE(MORE(), REG_EPAREN);
380 REQUIRE(MORE(), REG_EESCAPE);
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
428 REQUIRE(!wascaret, REG_BADRPT);
455 REQUIRE(coun
[all...]
/external/selinux/checkpolicy/
H A Dpolicy_scan.l163 require|REQUIRE { return(REQUIRE); }
H A Dpolicy_parse.y153 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL
934 require_block : REQUIRE '{' require_list '}'
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java125 NEGOTIATE, REQUIRE enum constant in enum:PeerConnection.RtcpMuxPolicy
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java457 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE;
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2382 milliseconds