Searched defs:local (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java47 * All data manipulation takes place in local variables. Each parameter gets its
48 * own local by default; access these using {@link #getParameter
50 * parameter; it's available as {@link #getThis getThis()}. Allocate a new local
52 * with {@link #loadConstant loadConstant()}. Copy a value from one local to
55 * <p>Every local variable has a fixed type. This is either a primitive type (of
57 * the types they operate on. Not all operations are local on all types;
75 * {@code int} local.</li>
81 * the comparison is wrtten to another {@code int} local.
90 * store the result in a local. Accomplish these goals by chaining multiple
105 * #returnValue returnValue()} with a local whos
260 coerce(Local<?> local, TypeId<T> expectedType) argument
[all...]
/external/dnsmasq/src/
H A Ddhcp.c27 static int complete_context(struct in_addr local, int if_index,
362 3) Fills in local (this host) and router (this host or relay) addresses.
367 static int complete_context(struct in_addr local, int if_index, argument
376 (is_same_net(local, context->start, netmask) ||
377 is_same_net(local, context->end, netmask)))
380 !(is_same_net(local, context->start, netmask) &&
381 is_same_net(local, context->end, netmask)))
393 if (is_same_net(local, context->start, context->netmask) &&
394 is_same_net(local, context->end, context->netmask))
399 context->router = local;
[all...]
H A Dnetwork.c207 static int iface_allowed_v6(struct in6_addr *local, argument
220 addr.in6.sin6_addr = *local;
228 static int iface_allowed_v4(struct in_addr local, int if_index, argument
239 addr.in.sin_addr = local;
871 my_syslog(LOG_WARNING, _("ignoring nameserver %s - local interface"), daemon->namebuff);
904 my_syslog(LOG_INFO, _("using local addresses only for %s %s"), s1, s2);
/external/ipsec-tools/
H A Dsetup.c112 do_plog(LLV_ERROR, "Cannot get local address\n");
210 * spdadd src any protocol -P out ipsec esp/tunnel/local-remote/require;
211 * spdadd any src protocol -P in ipsec esp/tunnel/remote-local/require; */
213 int protocol, struct sockaddr *local, struct sockaddr *remote)
247 int size = sysdep_sa_len(local);
248 memcpy(policy.addresses, local, size);
280 int size = sysdep_sa_len(local);
282 memcpy(&policy.addresses[size], local, size);
602 struct sockaddr *local = str2saddr(get_env(envp, "LOCAL_ADDR"), local
607 if (addr4 && local
212 spdadd(struct sockaddr *src, struct sockaddr *dst, int protocol, struct sockaddr *local, struct sockaddr *remote) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c260 struct sockaddr_storage local; local
264 getsockname(s, (struct sockaddr *)&local, &len) == -1) {
269 return dupsaddr((struct sockaddr *)&local);
321 /* get local address against the destination. */
326 struct sockaddr *local; local
331 if ((local = racoon_calloc(1, local_len)) == NULL) {
353 if (getsockname(s, local, &local_len) < 0) {
361 return local;
364 if (local != NULL)
365 racoon_free(local);
[all...]
H A Dhandler.h102 * (local) (remote) (local) (remote)
119 struct sockaddr *local; /* local address to negosiate ph1 */ member in struct:ph1handle
338 struct sockaddr *local; /* the local address */ member in struct:recvdpkt
414 struct sockaddr_storage local; member in struct:ph1dump
/external/iputils/
H A Drarpd.c63 __u32 local; member in struct:ifaddr
175 if (ifa->local == addr &&
185 ifa->local = addr;
378 laddr = ifa->local;
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c393 __DRIbuffer *buf, *local; local
418 local = droid_alloc_local_buffer(dri2_surf,
421 if (local) {
422 *buf = *local;
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckMethodAdapter.java358 final Object[] local,
401 if (nLocal > 0 && (local == null || local.length < nLocal)) {
402 throw new IllegalArgumentException("Array local[] is shorter than nLocal");
405 checkFrameValue(local[i]);
415 mv.visitFrame(type, nLocal, local, nStack, stack);
355 visitFrame( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c754 static void set_anqp_req(unsigned int bit, const char *name, int local, argument
758 if (local) {
759 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
876 "(local)");
893 "(local)");
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c754 static void set_anqp_req(unsigned int bit, const char *name, int local, argument
758 if (local) {
759 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
876 "(local)");
893 "(local)");
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c754 static void set_anqp_req(unsigned int bit, const char *name, int local, argument
758 if (local) {
759 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
876 "(local)");
893 "(local)");
/external/zlib/src/contrib/untgz/
H A Duntgz.c193 struct tm *local; local
196 local = localtime(t);
198 local->tm_year+1900, local->tm_mon+1, local->tm_mday,
199 local->tm_hour, local->tm_min, local->tm_sec);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js1184 chrome.storage.local = {};
1191 chrome.storage.local.get = function(keys, callback) {};
1198 chrome.storage.local.set = function(items, opt_callback) {};
1205 chrome.storage.local.remove = function(keys, opt_callback) {};
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc390 bool ContentSettingsObserver::allowStorage(bool local) { argument
398 GURL(frame->document().securityOrigin().toString()), local);
407 local, &result));
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp379 // Compute local epoch millis from input fields
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, argument
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
473 OlsonTimeZone::getHistoricalOffset(UDate date, UBool local, argument
477 date, local?"T":"F", NonExistingTimeOpt, DuplicatedTimeOpt));
485 if (!local && sec < transitionTimeInSeconds(0)) {
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
522 // Negative transition, which makes a duplicated local tim
[all...]
H A Drbtz.cpp399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
415 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, argument
437 local, NonExistingTimeOpt, DuplicatedTimeOpt);
443 local, NonExistingTimeOpt, DuplicatedTimeOpt);
446 rule = findRuleInFinal(date, local, NonExistingTimeOpt, DuplicatedTimeOpt);
457 local, NonExistingTimeOpt, DuplicatedTimeOpt)) {
688 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, argument
705 if (local) {
714 if (local) {
896 getTransitionTime(Transition* transition, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc320 // Create a local stream.
334 // Create a local stream.
348 // Create a local stream.
385 bool DoSetSessionDescription(SessionDescriptionInterface* desc, bool local) { argument
389 if (local) {
421 // Create a local stream with audio&video tracks.
547 // Creates an offer and applies it as a local session description.
575 // Test we can add multiple local streams to one peerconnection.
700 // Create a local stream with audio&video tracks having same label.
715 // Create a local strea
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.cc203 // TODO: set local preference value for TCP based candidates.
298 const Candidate& local = Candidates()[i]; local
299 if (local.protocol() == address.protocol()) {
/external/chromium_org/third_party/libxml/src/
H A Dxinclude.c497 int local = 0; local
518 local = 1;
616 * If local and xml then we need a fragment
618 if ((local == 1) && (xml == 1) &&
621 "detected a local recursion with no xpointer in %s\n",
631 if ((!local) && (xml == 1)) {
1447 * Handling of references to the local document are done
1825 * Handling of references to the local document are done
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c125 unsigned local,
140 declaration.Local = local;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c60 static void define_label(yasm_parser_gas *parser_gas, char *name, int local);
583 /* If already explicitly declared local, treat like LCOMM */
1500 define_label(yasm_parser_gas *parser_gas, char *name, int local) argument
1502 if (!local) {
1668 {".local", dir_local, 0, INITIAL},
/external/chromium_org/v8/test/cctest/
H A Dcctest.h306 v8::Local<v8::Context> local() { function in class:LocalContext
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp379 // Compute local epoch millis from input fields
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, argument
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
473 OlsonTimeZone::getHistoricalOffset(UDate date, UBool local, argument
477 date, local?"T":"F", NonExistingTimeOpt, DuplicatedTimeOpt));
485 if (!local && sec < transitionTimeInSeconds(0)) {
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
522 // Negative transition, which makes a duplicated local tim
[all...]
H A Drbtz.cpp399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
415 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, argument
437 local, NonExistingTimeOpt, DuplicatedTimeOpt);
443 local, NonExistingTimeOpt, DuplicatedTimeOpt);
446 rule = findRuleInFinal(date, local, NonExistingTimeOpt, DuplicatedTimeOpt);
457 local, NonExistingTimeOpt, DuplicatedTimeOpt)) {
688 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, argument
705 if (local) {
714 if (local) {
896 getTransitionTime(Transition* transition, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const argument
[all...]

Completed in 3196 milliseconds

1234567891011>>