HomeSort by relevance Sort by last modified time
    Searched refs:its (Results 1 - 25 of 612) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 165 * this is the case, then it reserves it for future usage and returns its
214 struct itimerspec its; local
223 its.it_interval.tv_sec = 0;
224 its.it_interval.tv_nsec = 0;
225 its.it_value.tv_sec = RegTimeCnt / 1000;
226 its.it_value.tv_nsec = 1000000 * (RegTimeCnt % 1000);
227 if(its.it_value.tv_sec == 0 && its.it_value.tv_nsec == 0)
230 its.it_value.tv_nsec = 1;
237 timer_settime(timers[TimerId].handle, 0, &its, NULL)
248 struct itimerspec its = {{0, 0}, {0, 0}}; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 27 AndroidJUnitDelegate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-library %3$s in its %4$s
29 AndroidJUnitDelegate_NoTargetMsg_3s=%1$s is not configured correctly for running tests:\nA targetPackage attribute for instrumentation %2$s in its %3$s could not be found\!
  /development/samples/ApiDemos/tests/
Android.mk 14 # automatically get all of its classes loaded into our environment.
  /external/strace/
strace.spec 16 system call, its arguments and its return value. Strace is useful for
31 system call, its arguments and its return value. Strace is useful for
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 14 # automatically get all of its classes loaded into our environment.
  /external/chromium/net/base/
cookie_monster.cc 320 // Ensure |url_host| is |cookie_domain| or one of its subdomains. Given that
494 // don't bother updating its access time again. This reduces the number of
496 // backend will hit its batch thresholds and be forced to update.
521 for (CookieMapItPair its = cookies_.equal_range(key);
522 its.first != its.second; ) {
523 CookieMap::iterator curit = its.first;
525 ++its.first;
676 for (CookieMapItPair its = cookies_.equal_range(domain);
677 its.first != its.second; ++its.first)
    [all...]
  /external/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /external/yaffs2/yaffs2/
Kconfig 33 bool "Lets Yaffs do its own ECC"
37 This enables Yaffs to use its own ECC functions instead of using
  /packages/apps/Browser/tests/
Android.mk 28 # automatically get all of its classes loaded into our environment.
  /packages/apps/Email/tests/
Android.mk 28 # automatically get all of its classes loaded into our environment.
  /packages/apps/Mms/tests/
Android.mk 28 # automatically get all of its classes loaded into our environment.
  /ndk/build/core/
prebuilt-library.mk 42 $(call __ndk_info,Check that $(LOCAL_PATH)/$(LOCAL_SRC_FILES) exists, or that its path is correct)
50 # If the variable is not defined, we determine its value from LOCAL_SRC_FILES
  /ndk/toolchains/x86-4.2.1/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
59 # a C or Assembler source file, based on its tags.
  /bionic/libdl/
Android.mk 13 # we use this property to make sure libc.so has its own copy of the code from
  /cts/tests/
Android.mk 36 # Build the test APK using its own makefile, and any other CTS-related packages
  /cts/tools/host/etc/
cts.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 20 # Android platform build system, inside of its source tree. This
  /external/v8/samples/
count-hosts.js 12 // * Neither the name of Google Inc. nor the names of its
  /external/v8/test/message/
overwritten-builtins.js 12 // * Neither the name of Google Inc. nor the names of its
try-catch-finally-no-message.js 12 // * Neither the name of Google Inc. nor the names of its
try-catch-finally-return-in-finally.js 12 // * Neither the name of Google Inc. nor the names of its
try-finally-return-in-finally.js 12 // * Neither the name of Google Inc. nor the names of its
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 12 // * Neither the name of Google Inc. nor the names of its
arguments-indirect.js 12 // * Neither the name of Google Inc. nor the names of its

Completed in 314 milliseconds

1 2 3 4 5 6 7 8 91011>>