HomeSort by relevance Sort by last modified time
    Searched full:current (Results 451 - 475 of 28275) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
lithium-allocator-inl.h 72 LOperand* TempIterator::Current() {
100 LOperand* InputIterator::Current() {
115 LOperand* current = instr_->InputAt(current_); local
116 if (current != NULL && !current->IsConstantOperand()) break;
131 LOperand* UseIterator::Current() {
134 ? env_iterator_.Current()
135 : input_iterator_.Current();
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
p1.cpp 10 B<T>::C bc; // ok, B<T> is the current instantiation.
15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation.
  /external/clang/test/CodeGen/
2004-06-17-UnorderedBuiltins.c 12 //G = __builtin_isordered(X, Y); // Our current snapshot of GCC doesn't include this builtin
22 //G = __builtin_isordered(X, Y); // Our current snapshot doesn't include this builtin. FIXME
  /external/clang/tools/clang-format/
clang-format.py 13 # format the current line in NORMAL and INSERT mode or the selected region in
17 # It operates on the current, potentially unsaved buffer and does not create
33 # Get the current text.
34 buf = vim.current.buffer
39 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1)
71 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines)
74 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4]]
  /external/e2fsprogs/lib/et/test_cases/
simple.et 49 "Current password is null"
52 "Incorrect current password"
  /external/freetype/src/cff/
cffgload.h 45 /* memory :: The current memory object. */
47 /* face :: The current face object. */
49 /* glyph :: The current glyph slot. */
51 /* loader :: The current glyph loader. */
55 /* current :: The current glyph outline. */
88 FT_Outline* current; member in struct:CFF_Builder_
194 CFF_SubFont current_subfont; /* for current glyph_index */
  /external/iproute2/include/linux/
gen_stats.h 32 * @bps: current byte rate
33 * @pps: current packet rate
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_lock.3 3 capng_lock \- lock the current process capabilities settings
11 capng_lock will take steps to prevent children of the current process to regain full privileges if the uid is 0. This should be called while possessing the CAP_SETPCAP capability in the kernel. This function will do the following if permitted by the kernel: Set the NOROOT option on for PR_SET_SECUREBITS, set the NOROOT_LOCKED option to on for PR_SET_SECUREBITS, set the PR_NO_SETUID_FIXUP option on for PR_SET_SECUREBITS, and set the PR_NO_SETUID_FIXUP_LOCKED option on for PR_SET_SECUREBITS.
  /external/mesa3d/docs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
93 WindowPosMESA operates like RasterPos except that the current modelview
95 clip test operation always passes. The current raster position values
96 are directly set to the parameters passed to WindowPosMESA. The current
97 color, color index and texture coordinate update the current raster
  /external/oprofile/doc/xsl/
catalog-1.xml.in 9 <uri name="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"
11 <uri name="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ShowCursor.3 11 Toggle whether or not the cursor is shown on the screen\&. Passing \fBSDL_ENABLE\fP displays the cursor and passing \fBSDL_DISABLE\fP hides it\&. The current state of the mouse cursor can be queried by passing \fBSDL_QUERY\fP, either \fBSDL_DISABLE\fP or \fBSDL_ENABLE\fP will be returned\&.
16 Returns the current state of the cursor\&.
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c 51 if (pInstance->Current != pInstance->Target)
54 pInstance->Current = pInstance->Target;
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
88 pInstance->Current = pInstance->Target; /* In case the LVCore function would have changed the Current value */
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
  /frameworks/base/core/java/android/widget/
Checkable.java 33 * @return The current checked state of the view
38 * Change the checked state of the view to the inverse of its current state
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 28 * @param width the current view width
29 * @param height the current view height
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 28 * @param width the current view width
29 * @param height the current view height
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfLib.java 28 * @param width the current view width
29 * @param height the current view height
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 28 * @param width the current view width
29 * @param height the current view height
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gen_stats.h 29 * @bps: current byte rate
30 * @pps: current packet rate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gen_stats.h 29 * @bps: current byte rate
30 * @pps: current packet rate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gen_stats.h 29 * @bps: current byte rate
30 * @pps: current packet rate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
README 8 current tests do. This means that you have to destroy the current window
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
README 8 current tests do. This means that you have to destroy the current window
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 214 const char* current = begin; local
268 headers->whitespace_1_idx_ = current - begin;
269 // This loop is commented out as it is never used in current code. This is
280 while (*current <= ' ') {
281 ++current;
285 headers->non_whitespace_1_idx_ = current - begin;
287 // The first time through, we're guaranteed that the current character
291 ++current;
292 if (current == end) {
293 headers->whitespace_2_idx_ = current - begin
504 const char* current = stream_begin + lines_[1].first; local
1251 const char* current = input; local
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc 214 const char* current = begin; local
268 headers->whitespace_1_idx_ = current - begin;
269 // This loop is commented out as it is never used in current code. This is
280 while (*current <= ' ') {
281 ++current;
285 headers->non_whitespace_1_idx_ = current - begin;
287 // The first time through, we're guaranteed that the current character
291 ++current;
292 if (current == end) {
293 headers->whitespace_2_idx_ = current - begin
504 const char* current = stream_begin + lines_[1].first; local
1218 const char* current = input; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CountDownLatch.java 15 * The {@link #await await} methods block until the current count reaches
175 * Causes the current thread to wait until the latch has counted down to
178 * <p>If the current count is zero then this method returns immediately.
180 * <p>If the current count is greater than zero then the current
187 * the current thread.
190 * <p>If the current thread:
195 * then {@link InterruptedException} is thrown and the current thread's
198 * @throws InterruptedException if the current thread is interrupted
206 * Causes the current thread to wait until the latch has counted down t
    [all...]

Completed in 1229 milliseconds

<<11121314151617181920>>