Searched defs:local (Results 126 - 150 of 335) sorted by relevance

1234567891011>>

/external/zlib/src/
H A Dzutil.h36 #ifndef local
37 # define local static macro
/external/zlib/
H A Dzutil.h36 #ifndef local
37 # define local static macro
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc186 bool local,
194 render_process_id_, render_frame_id, origin_url, local,
183 OnAllowDOMStorage(int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, bool local, bool* allowed) argument
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc133 FILETIME local; local
136 LocalFileTimeToFileTime(&file_time, &local)) {
137 SetFileTime(reinterpret_cast<HANDLE>(pfdin->hf), &local, NULL, NULL);
/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc46 unsigned char* local = NULL; local
59 local = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
71 if (local)
72 address = local;
H A Daddress_tracker_linux_unittest.cc154 const IPAddressNumber& local,
164 if (local.size())
165 nlmsg.AddAttribute(IFA_LOCAL, &local[0], local.size());
177 const IPAddressNumber& local,
179 MakeAddrMessageWithCacheInfo(type, flags, family, address, local,
150 MakeAddrMessageWithCacheInfo(uint16 type, uint8 flags, uint8 family, const IPAddressNumber& address, const IPAddressNumber& local, uint32 preferred_lifetime, Buffer* output) argument
173 MakeAddrMessage(uint16 type, uint8 flags, uint8 family, const IPAddressNumber& address, const IPAddressNumber& local, Buffer* output) argument
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c254 FT_UInt local; local
272 local = 0;
275 local++;
277 local++;
280 local += 3;
284 local++;
286 local++;
289 PFR_CHECK( local );
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h67 * transition at a local wall time, that is, according to the
69 * rules transition at local standard time, and some at a specific
234 * @param savingsStartTimeMode Whether the start time is local wall time, local
235 * standard time, or UTC time. Default is local wall time.
244 * @param savingsEndTimeMode Whether the end time is local wall time, local
245 * standard time, or UTC time. Default is local wall time.
352 * @param mode whether the time is local wall time, local standar
919 getOffset(UDate date, UBool local, int32_t& rawOffsetRef, int32_t& dstOffsetRef, UErrorCode& ec) const argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dvzone.cpp130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, argument
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutmstest.c126 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); local
128 if (local != 0) {
129 log_err("utmscale_toInt64(epochOffset, scale, &status): scale = %d epochOffset = %lld, result = %lld.\n", scale, epochOffset, local);
132 local = utmscale_toInt64(0, scale, &status);
134 if (local != -epochOffset) {
135 log_err("utmscale_toInt64(0, scale): scale = %d, result = %lld.\n", scale, local);
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Drtpw.c55 #include "getopt_s.h" /* for local getopt() */
150 struct sockaddr_in local; local
417 /* bind to local socket (to match crypto policy, if need be) */
418 memset(&local, 0, sizeof(struct sockaddr_in));
419 local.sin_addr.s_addr = htonl(INADDR_ANY);
420 local.sin_port = htons(port);
421 ret = bind(sock, (struct sockaddr *) &local, sizeof(struct sockaddr_in));
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.c327 /*@dependent@*/ /*@null@*/ yasm_intnum *local; local
333 !(local = yasm_expr_get_intnum(&e, 0))) {
341 *intn = yasm_intnum_copy(local);
350 /*@dependent@*/ /*@null@*/ const char *local; local
355 if (!(local = yasm_vp_string(vp))) {
361 *s = yasm__xstrdup(local);
/external/chromium_org/third_party/zlib/
H A Dzutil.h47 #ifndef local
48 # define local static macro
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface.py13 # /usr/local/... instead of the default location. We have to check for both
16 '/usr/local/opt/google/chrome/chrome ']
83 if self.local:
112 def local(self): member in class:CrOSInterface
120 if self.local:
162 assert not self.local
186 if self.local:
204 if self.local:
231 """Copies a local file |filename| to |destfile| on the device.
234 filename: The name of the local sourc
[all...]
/external/chromium_org/v8/src/
H A Dvariables.h40 // A slot in the local section on the stack. index() is the variable
120 void set_local_if_not_shadowed(Variable* local) { argument
121 local_if_not_shadowed_ = local;
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc355 v8::Local<v8::Value> local; local
358 local = v8::Utils::ToLocal(eternal_handles->Get(indices[i]));
361 local = eternals[i].Get(v8_isolate);
363 v8::Local<v8::Object> object = v8::Handle<v8::Object>::Cast(local);
/external/clang/test/Parser/
H A Dcxx-class.cpp36 struct local {}; struct
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java50 * {@code null-ok;} local variable info associated with this register,
53 private final LocalItem local; field in class:RegisterSpec
61 * @param local {@code null-ok;} the associated local variable, if any
65 LocalItem local) {
67 theInterningItem.set(reg, type, local);
102 * @param local {@code non-null;} the associated local variable
106 LocalItem local) {
107 if (local
64 intern(int reg, TypeBearer type, LocalItem local) argument
105 make(int reg, TypeBearer type, LocalItem local) argument
126 makeLocalOptional( int reg, TypeBearer type, LocalItem local) argument
151 RegisterSpec(int reg, TypeBearer type, LocalItem local) argument
227 equals(int reg, TypeBearer type, LocalItem local) argument
278 hashCodeOf(int reg, TypeBearer type, LocalItem local) argument
552 withLocalItem(LocalItem local) argument
612 private LocalItem local; field in class:RegisterSpec.ForComparison
624 set(int reg, TypeBearer type, LocalItem local) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java86 * Note that local association of operands are preserved in this step.
106 * @param local {@code null-ok;} new local info, if available
108 public void changeResultType(TypeBearer type, LocalItem local) { argument
110 getResult().getReg(), type, local));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java127 String local,
125 startElement( String uri, String local, String qName, Attributes atts) argument
/external/freetype/src/pfr/
H A Dpfrload.c254 FT_UInt local; local
272 local = 0;
275 local++;
277 local++;
280 local += 3;
284 local++;
286 local++;
289 PFR_CHECK( local );
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h67 * transition at a local wall time, that is, according to the
69 * rules transition at local standard time, and some at a specific
234 * @param savingsStartTimeMode Whether the start time is local wall time, local
235 * standard time, or UTC time. Default is local wall time.
244 * @param savingsEndTimeMode Whether the end time is local wall time, local
245 * standard time, or UTC time. Default is local wall time.
352 * @param mode whether the time is local wall time, local standar
919 getOffset(UDate date, UBool local, int32_t& rawOffsetRef, int32_t& dstOffsetRef, UErrorCode& ec) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dvzone.cpp130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, argument
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
/external/icu/icu4c/source/test/cintltst/
H A Dutmstest.c126 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); local
128 if (local != 0) {
129 log_err("utmscale_toInt64(epochOffset, scale, &status): scale = %d epochOffset = %lld, result = %lld.\n", scale, epochOffset, local);
132 local = utmscale_toInt64(0, scale, &status);
134 if (local != -epochOffset) {
135 log_err("utmscale_toInt64(0, scale): scale = %d, result = %lld.\n", scale, local);
/external/iproute2/ip/
H A Dip6tunnel.c52 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n");
71 char local[64]; local
74 inet_ntop(AF_INET6, &p->laddr, local, sizeof(local));
76 printf("%s: %s/ipv6 remote %s local %s",
77 p->name, tnl_strproto(p->proto), remote, local);
141 } else if (strcmp(*argv, "local") == 0) {
146 invarg("\"local\" address family is AF_UNSPEC", *argv);

Completed in 1964 milliseconds

1234567891011>>