/external/llvm/test/MC/Mips/ |
mips_abi_flags_xx_set.s | 38 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/msa/ |
abiflags.s | 38 # command line options and any inconsistencies reported via a warning.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 33 * Parser for via headers. 43 public ViaParser(String via) { 44 super(via); 52 * a parser for the essential part of the via header. 54 private void parseVia(Via v) throws ParseException { 98 if (name.equals(Via.BRANCH)) { 109 // JvB Note: RFC3261 does not allow a comment in Via headers anymore 163 if (name.getTokenValue().compareToIgnoreCase(Via.RECEIVED) == 0) { 202 // The first via header. 203 this.lexer.match(TokenTypes.VIA); [all...] |
/external/sqlite/android/ |
Android.mk | 37 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
|
/external/valgrind/main/memcheck/tests/ |
leak_cpp_interior.stderr.exp | 13 of which reachable via heuristic: 27 of which reachable via heuristic: 40 of which reachable via heuristic: 52 of which reachable via heuristic:
|
/frameworks/av/media/libnbaio/ |
AudioBufferProviderSource.cpp | 84 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, 124 ssize_t ret = via(user, readTgt, count, readPTS);
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
TokenSource.pm | 24 A source of tokens must provide a sequence of tokens via nextToken()
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2326.js | 50 // This function should be optimized via OSR in the first tight loop. 53 // This function should be optimized via OSR in the second tight loop.
|
regress-1513.js | 28 // Deleting a mapped arguments property and adding it via
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 35 import gov.nist.javax.sip.header.Via; 288 // Be kind and assign a via header for this provider if the user is 293 Via via = lp.getViaHeader(); local 294 request.setHeader(via); 304 * User decided to give us his own via header branch. Lets see if it 387 Via topmostVia = sipRequest.getTopmostVia(); 686 // Check if we have a valid via. 689 throw new SipException("Invalid SipRequest -- no via header!"); 693 * JvB: Via branch should already be OK, dont touch it here? Som 698 Via via = sipRequest.getTopmostVia(); local 744 Via via = sipResponse.getTopmostVia(); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPResponse.java | 47 import gov.nist.javax.sip.header.Via; 404 * Check the response structure. Must have from, to CSEQ and VIA 418 throw new ParseException(Via.NAME+ " Is missing ", 0); 620 * Sets the Via branch for CANCEL or ACK requests 622 * @param via 626 private final void setBranch( Via via, String method ) { 639 via.setBranch( branch ); 676 * @param via -- the Via header to assign to the reques [all...] |
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
saml_injected.js | 10 * 2. Provide an API via which the SAML provider can pass user credentials to 25 * page. Communication with the background script occurs via a |Channel|. 63 * docRoot and send them back via a Channel.
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
fake_profile.h | 85 const std::string& locale, AppLocaleChangedVia via) OVERRIDE;
|
/build/core/ |
executable_prefer_symlink.mk | 2 # but this requires the primary version name specified via LOCAL_MODULE_STEM_32 or LOCAL_MODULE_STEM_64,
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
select_widget.js | 10 * with <select> elements via a ChromeVox overlay/context widget.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
neterror.js | 22 // easier to support platforms that load the error page via different
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_app_browsertest.js | 27 // Some things are hidden via a parent, so make a helper function.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tag_watcher.js | 32 // Expose a function to watch the |tagName| introduction via mutation observer.
|
/external/chromium_org/chrome/test/chromedriver/js/ |
test.js | 52 * Runs all tests and reports the results via the console.
|
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/ |
example.js | 10 // forward messages to the NaCl module via postMessage()
|
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/ |
example.js | 16 // forward messages to the NaCl module via postMessage()
|
/external/chromium_org/remoting/webapp/ |
hangout_session.js | 7 * Class to communicate with the background scripts via chrome runtime
|
/external/chromium_org/third_party/webrtc/tools/rtcbot/bot/ |
api.js | 12 // This file is served to the browser via browserify to resolve the
|
/external/chromium_org/tools/stats_viewer/ |
win32.cs | 12 /// Win32 API constants, structs, and wrappers for access via C#.
|
/external/chromium_org/v8/test/webkit/ |
array-constructor-host-call.js | 25 "This tests that array construction via a host call works."
|