HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 226 - 250 of 478) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 290 // need to parse the event into a local calendar.
499 // not be "polite" and yield the lock until we're done. This will favor local query
704 Time local = new Time(); local
706 local.timezone = Time.TIMEZONE_UTC
    [all...]
  /system/core/adb/
adb.c 271 static void send_ready(unsigned local, unsigned remote, atransport *t)
276 p->msg.arg0 = local;
281 static void send_close(unsigned local, unsigned remote, atransport *t)
286 p->msg.arg0 = local;
587 case A_OPEN: /* OPEN(local-id, 0, "destination") */
603 case A_OKAY: /* READY(local-id, remote-id, "") */
612 /* Other READY messages must use the same local-id */
622 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
632 * other devices. To avoid this, only allow this if the local
645 case A_WRTE: /* WRITE(local-id, remote-id, <data>) *
1477 char *local, *remote, *err; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 348 Time local = new Time(tz); local
353 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
355 local.normalize(false /* use isDst */);
356 local.monthDay += test.delta;
357 local.normalize(true /* ignore isDst */);
363 Fields.MAIN_DATE_TIME, expected, local);
365 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
367 local.normalize(false /* use isDst */);
368 local.monthDay += test.delta;
369 long millis = local.toMillis(true /* ignore isDst */)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 1117 LocalVariableList.Item local = local
    [all...]
  /external/bison/
maint.mk 166 local-checks-available += $(syntax-check-rules)
168 local-checks-available += no-vc-detected
172 .PHONY: $(local-checks-available)
194 local-check := \
196 $(filter-out $(local-checks-to-skip), $(local-checks-available)))
198 syntax-check: $(local-check)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 116 winceLock local; /* Locks obtained by this instance of winFile */ member in struct:winFile
364 /* Initialize the local lockdata */
365 ZeroMemory(&pFile->local, sizeof(pFile->local));
441 if (pFile->local.nReaders){
444 if (pFile->local.bReserved){
447 if (pFile->local.bPending){
450 if (pFile->local.bExclusive){
489 pFile->local.bExclusive = TRUE;
498 pFile->local.nReaders ++
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.c 44 #ifndef local
45 # define local static macro
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
189 local linkedlist_datablock_internal* allocate_new_datablock()
203 local void free_datablock(linkedlist_datablock_internal* ldi)
213 local void init_linkedlist(linkedlist_data* ll)
218 local void free_linkedlist(linkedlist_data* ll)
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS (…)
    [all...]
  /external/clang/lib/AST/
Type.cpp 2101 bool local; member in class:__anon21566::CachedProperties
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 267 // expected-error@-12 {{uses local type 'A'}}
268 // expected-error@-9 {{uses local type 'A'}}
1155 void local() { function in namespace:dr389
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 905 * Confirm that the offset between local time and GMT behaves as expected.
2473 char local[32]; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 1075 int local = 0; local
    [all...]
  /external/qemu/slirp-android/
slirp.c 337 * NOFDREF can include still connecting to local-host,
1139 SockAddress local, foreign; local
1141 sock_address_init_inet(&local, so->so_laddr_ip, so->so_laddr_port);
1144 &local, &foreign);
    [all...]
  /external/qemu/ui/
vnc-android.c 2008 char local[13]; local
    [all...]
vnc.c 2001 char local[13]; local
    [all...]
  /external/strace/
strace.c 636 time_t local = tv.tv_sec; local
637 strftime(str, sizeof(str), "%T", localtime(&local));
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 44 #ifndef local
45 # define local static macro
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
189 local linkedlist_datablock_internal* allocate_new_datablock()
203 local void free_datablock(linkedlist_datablock_internal* ldi)
213 local void init_linkedlist(linkedlist_data* ll)
218 local void free_linkedlist(linkedlist_data* ll)
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS (…)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 127 * @param profile the local profile with password crossed out
163 String local = null; local
169 local = socket.getLocalAddress().getHostAddress();
179 if (local == null) {
185 mLocalIp = local;
193 mSipStack.createListeningPoint(local, port, protocol));
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 388 * DNS Name=_ipp._tcp.local.,DNS type=12(PTR), Version=1,
389 * RDATA=MyPrinter._ipp._tcp.local.
1275 int local = 0; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 338 InetAddress local = InetAddress.getLocalHost(); local
339 DatagramSocket ds = new java.net.DatagramSocket(0, local);
724 // An unbound socket should return null as its local address.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
xfrm.h 425 xfrm_address_t local; member in struct:xfrm_user_kmaddress
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
xfrm.h 425 xfrm_address_t local; member in struct:xfrm_user_kmaddress
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 115 /* This is the information that is put into the cgraph local structure
141 unsigned local : 1;
236 applied next time we execute local pass on them. We maintain it
240 struct cgraph_local_info local; variable in typeref:struct:cgraph_local_info
262 /* Set when function is scheduled to be processed by local passes. */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 387 # The getcontext() and setcontext() function manage access to a thread-local
391 # mock threading object with threading.local() returning the module namespace.
399 def local(self, sys=sys): member in class:Underflow.MockThreading
405 threading.local
437 local = threading.local() variable
438 if hasattr(local, '__decimal_context__'):
439 del local.__decimal_context__
441 def getcontext(_local=local):
455 def setcontext(context, _local=local)
    [all...]

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>