HomeSort by relevance Sort by last modified time
    Searched refs:its (Results 1 - 25 of 2366) 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...]
  /external/llvm/autoconf/m4/
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/llvm/projects/sample/autoconf/m4/
need_dev_zero_for_mmap.m4 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 26 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 29 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 32 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/test/MC/X86/AlignedBundling/
relax-in-bundle-group.s 5 # fixup is short enough not to warrant relaxation on its own.
26 # The long encoding for JLE should be used here even though its target is close
  /development/samples/ApiDemos/tests/
Android.mk 14 # automatically get all of its classes loaded into our environment.
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 12 # automatically get all of its classes loaded into our environment.
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 86 int its = 0; local
132 its++;
133 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) );
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 12 # THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND
15 # DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR
154 # to it. In particular, we do not reset its level using
167 log messages, and then restores logging to its original state.
194 """Assert the current array of log messages, and clear its contents.
250 # asserting its contents.
252 """Assert the current array of log messages, and clear its contents.
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-already.js 1 description("Tests that when a request is made on a Geolocation object after its frame has been disconnected, no callbacks are made and no crash occurs.");
disconnected-frame.js 1 description("Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.");
  /external/chromium/chrome/browser/resources/net_internals/
socketsview.js 9 * - For each pool with allocated sockets or connect jobs, shows all its
42 // Add table for each socket pool with information on each of its groups.
  /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.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at all.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
compat.h 79 use its iostreams implementation or no iostreams at 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\!

Completed in 1818 milliseconds

1 2 3 4 5 6 7 8 91011>>