Searched defs:local (Results 51 - 75 of 335) sorted by relevance

1234567891011>>

/external/srtp/test/
H A Droc_driver.c86 xtd_seq_num_t local, est, ref; local
93 index_init(&local);
99 delta = index_guess(&local, &est, (uint16_t) ref);
121 index_init(&local);
135 delta = index_guess(&local, &est, (uint16_t) ref);
137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n",
138 ref, local, est, ircvd, delta);
141 /* now update local xtd_seq_num_t as necessary */
143 index_advance(&local, delta);
152 /* reset local valu
[all...]
/external/valgrind/main/memcheck/tests/
H A Ddw4.c46 struct s1 local; local
52 croak( &local.i );
H A Dvarinfo1.c46 int local; local
56 croak( &local );
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dtkip_countermeasures.c69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) argument
74 if (addr && local) {
/external/wpa_supplicant_8/src/ap/
H A Dtkip_countermeasures.c69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) argument
74 if (addr && local) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dtkip_countermeasures.c69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) argument
74 if (addr && local) {
/external/apache-http/src/org/apache/http/conn/params/
H A DConnRouteParams.java174 * :: for IPv6) to override a specific local address in a hierarchy.
178 * @return the local address set in the argument parameters, or
185 InetAddress local = (InetAddress)
188 return local;
197 * @param local the value to set, may be <code>null</code>
200 InetAddress local) {
204 params.setParameter(LOCAL_ADDRESS, local);
199 setLocalAddress(HttpParams params, InetAddress local) argument
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java107 InetAddress local,
120 // local address may be null
152 local, 0, params);
105 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
/external/bison/
H A Dcfg.mk43 local-checks-to-skip = \
50 # The local directory containing the checked-out copy of gnulib used in
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestComputer.java5 package org.chromium.testing.local;
H A DGtestListener.java5 package org.chromium.testing.local;
H A DJunitTestArgParser.java5 package org.chromium.testing.local;
H A DGtestLogger.java5 package org.chromium.testing.local;
/external/chromium_org/testing/android/junit/javatests/src/org/chromium/testing/local/
H A DGtestLoggerTest.java5 package org.chromium.testing.local;
34 "[ RUN ] org.chromium.testing.local.GtestLoggerTest.testTestStarted\n",
46 "[ OK ] org.chromium.testing.local.GtestLoggerTest.testTestFinishedPassed" +
59 "[ FAILED ] org.chromium.testing.local.GtestLoggerTest.testTestFinishedPassed" +
71 "[----------] Run 456 test cases from org.chromium.testing.local.GtestLoggerTest\n",
82 "[----------] Run 456 test cases from org.chromium.testing.local.GtestLoggerTest" +
/external/chromium_org/third_party/zlib/
H A Dadler32.c10 #define local static macro
12 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
131 local uLong adler32_combine_(adler1, adler2, len2)
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalStart.java24 * Pseudo-instruction which is used to introduce a new local variable. That
31 * {@code non-null;} register spec representing the local variable introduced
34 private final RegisterSpec local; field in class:LocalStart
37 * Returns the local variable listing string for a single register spec.
52 * @param local {@code non-null;} register spec representing the local
55 public LocalStart(SourcePosition position, RegisterSpec local) { argument
58 if (local == null) {
59 throw new NullPointerException("local == null");
62 this.local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalItem.java22 * A local variable item: either a name or a signature or both.
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
66 LocalItem local = (LocalItem) other;
68 return 0 == compareTo(local);
91 public int compareTo(LocalItem local) { argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
H A DTestVersionTracker.java73 String local,
80 if (local.equals("plugin") || local.equals("fragment")) {
82 } else if (local.equals("feature"))
84 else if (local.equals("includes")) {
71 startElement( String uri, String local, String qName, Attributes atts) argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DFrameNode.java46 * The stack map frame types must describe the values of the local variables and
64 * The types of the local variables of this stack map frame. Elements of
69 public List local; field in class:FrameNode
91 * @param nLocal number of local variables of this stack map frame.
92 * @param local the types of the local variables of this stack map frame.
105 final Object[] local,
114 this.local = asList(nLocal, local);
118 this.local
102 FrameNode( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dadler32.c10 #define local static macro
12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
136 local uLong adler32_combine_(adler1, adler2, len2)
/external/zlib/src/
H A Dadler32.c10 #define local static macro
12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
136 local uLong adler32_combine_(adler1, adler2, len2)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java95 * @param local the local name of the attribute
105 String local,
111 super.addAttribute(uri, local, qname, type, val);
132 m_buff.append('{').append(uri).append('}').append(local);
155 // Add quick look-up to find with uri/local name pair
157 String local = super.getLocalName(index);
159 m_buff.append('{').append(uri).append('}').append(local);
209 * @param localName the local namer (after the ':' ) of the attribute name.
103 addAttribute( String uri, String local, String qname, String type, String val) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSrcValue.h79 CSSFontFaceSrcValue(const String& resource, bool local) argument
82 , m_isLocal(local)
/external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
H A Drdbx.c75 * local xtd_seq_num_t as a basis. This is done using the function
76 * index_guess(&local, &guess, seq_from_packet). This function
77 * returns the difference of the guess and the local value. The local
111 * index_guess(local, guess, s)
113 * given a xtd_seq_num_t local (which represents the last
117 * and returns the difference between *guess and *local
124 index_guess(const xtd_seq_num_t *local, argument
128 uint32_t local_roc = ((high32(*local) << 16) |
129 (low32(*local) >> 1
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayMovie.cpp80 SkPaint local = SkPaint(*maker.fPaint); local
81 bool result = fMovie.draw(maker.fCanvas, &local,

Completed in 1042 milliseconds

1234567891011>>