HomeSort by relevance Sort by last modified time
    Searched full:within (Results 1426 - 1450 of 11068) sorted by null

<<51525354555657585960>>

  /system/vold/
Process.cpp 205 SLOGE("Process %s (%d) has cwd within %s", name, pid, path);
207 SLOGE("Process %s (%d) has chroot within %s", name, pid, path);
209 SLOGE("Process %s (%d) has executable path within %s", name, pid, path);
  /frameworks/native/include/media/openmax/
OMX_Core.h 377 * of this flag does not imply the absence of an end of frame within the buffer.
451 successive samples within the buffer may
523 The application should return from this call within 5 msec to avoid
562 The application should return from this call within 5 msec.
591 The application should return from this call within 5 msec.
660 Developers should not access any structures or data from within
667 component will return from this call within 5 msec.
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 360 * of this flag does not imply the absence of an end of frame within the buffer.
434 successive samples within the buffer may
506 The application should return from this call within 5 msec to avoid
545 The application should return from this call within 5 msec.
574 The application should return from this call within 5 msec.
643 Developers should not access any structures or data from within
650 component will return from this call within 5 msec.
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 360 * of this flag does not imply the absence of an end of frame within the buffer.
434 successive samples within the buffer may
506 The application should return from this call within 5 msec to avoid
545 The application should return from this call within 5 msec.
574 The application should return from this call within 5 msec.
643 Developers should not access any structures or data from within
650 component will return from this call within 5 msec.
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 360 * of this flag does not imply the absence of an end of frame within the buffer.
434 successive samples within the buffer may
506 The application should return from this call within 5 msec to avoid
545 The application should return from this call within 5 msec.
574 The application should return from this call within 5 msec.
643 Developers should not access any structures or data from within
650 component will return from this call within 5 msec.
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 360 * of this flag does not imply the absence of an end of frame within the buffer.
434 successive samples within the buffer may
506 The application should return from this call within 5 msec to avoid
545 The application should return from this call within 5 msec.
574 The application should return from this call within 5 msec.
643 Developers should not access any structures or data from within
650 component will return from this call within 5 msec.
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 360 * of this flag does not imply the absence of an end of frame within the buffer.
434 successive samples within the buffer may
506 The application should return from this call within 5 msec to avoid
545 The application should return from this call within 5 msec.
574 The application should return from this call within 5 msec.
643 Developers should not access any structures or data from within
650 component will return from this call within 5 msec.
    [all...]
  /external/clang/test/Sema/
parentheses.c 48 (void)(i & i | i); // expected-warning {{'&' within '|'}} \
53 (void)(i | i & i); // expected-warning {{'&' within '|'}} \
59 i && i); // expected-warning {{'&&' within '||'}} \
67 (void)(i || i && "w00t" || i); // expected-warning {{'&&' within '||'}} \
72 (void)(i || "w00t" && i || i); // expected-warning {{'&&' within '||'}} \
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 339 * Sets the alignment of the control within its cell.
361 * Sets the horizontal alignment of the control within its cell.
418 * Sets the vertical alignment of the control within its cell.
480 * Sets the indent of the control within the cell in pixels.
488 * Sets the indent of the control within the cell in characters.
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.h 217 * within a context variable (must not be modified by the integration).
233 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
259 * within a context variable (must not be modified by the integration).
276 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
299 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
phFriNfc_MifareULMap.h 185 * within a context variable (must not be modified by the integration).
201 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
227 * within a context variable (must not be modified by the integration).
244 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
267 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
phFriNfc_TopazMap.h 281 * within a context variable (must not be modified by the integration).
297 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
325 * within a context variable (must not be modified by the integration).
342 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
365 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
500 * within a context variable (must not be modified by the integration).
516 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
542 * within a context variable (must not be modified by the integration).
559 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
581 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
trigger1.test 169 # Check to make sure that a DELETE statement within the body of
532 # Also verify that references within trigger programs are resolved at
628 } {1 {RAISE() may only be used within a trigger-program}}
643 # DELETE statements within triggers. Actually, this has never been allowed
658 } {1 {qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers}}
665 } {1 {qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers}}
672 } {1 {qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers}}
679 } {1 {the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers}}
686 } {1 {the INDEXED BY clause is not allowed on UPDATE or DELETE statements within triggers}}
693 } {1 {the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers}
    [all...]
  /dalvik/
NOTICE 82 subsequently incorporated within the Work.
102 or a Contribution incorporated within the Work constitutes direct
127 within such NOTICE file, excluding those notices that do not
129 of the following places: within a NOTICE text file distributed
130 as part of the Derivative Works; within the Source form or
132 within a display generated by the Derivative Works, if and
136 notices within Derivative Works that You distribute, alongside
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 56 /// RegisterPressure computed within a region of instructions delimited by
58 /// register pressure set is increased. Once pressure within a region is fully
77 /// RegisterPressure computed within a region of instructions delimited by
158 /// stream, and remember the high water mark within the region traversed. This
162 /// Each RegPressureTracker only works within a MachineBasicBlock. Pressure can
180 /// We currently only allow pressure tracking within a block.
183 /// Track the max pressure within the region traversed so far.
  /frameworks/base/core/java/android/widget/
SimpleExpandableListAdapter.java 36 * corresponds to the position of the child within the group, and finally the
75 * in the inner List corresponds to a child within the group
123 * in the inner List corresponds to a child within the group
172 * in the inner List corresponds to a child within the group
184 * views for a child (unless it is the last child within a group,
188 * the views for the last child within each group. The layout
235 * @param isLastChild Whether the child is the last child within its group.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java 89 // whose start times begin within some interval (ie. 1 week out). This means
100 * has the limitation of querying events within some interval from now (ie. looks at
128 * Queries events starting within a fixed interval from now.
146 // Build query for all events starting within the fixed interval.
182 Log.d(TAG, "No events found starting within 1 week.");
184 Log.d(TAG, "Query result count for events starting within 1 week: " + eventCount);
188 // Put query results of all events starting within some interval into map of event ID to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 391 // within a derived object. We often do this lazily, hence the
399 // Not contained within us (in some circumstances this might
412 // Contained within us.
439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
441 // objects might be contained within this type. If SRC_PTR is one
452 // within the complete object. SRC_TYPE indicates the static type
453 // started from and SRC_PTR points to that base within the most
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 388 // within a derived object. We often do this lazily, hence the
396 // Not contained within us (in some circumstances this might
409 // Contained within us.
436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
438 // objects might be contained within this type. If SRC_PTR is one
449 // within the complete object. SRC_TYPE indicates the static type
450 // started from and SRC_PTR points to that base within the most
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 388 // within a derived object. We often do this lazily, hence the
396 // Not contained within us (in some circumstances this might
409 // Contained within us.
436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
438 // objects might be contained within this type. If SRC_PTR is one
449 // within the complete object. SRC_TYPE indicates the static type
450 // started from and SRC_PTR points to that base within the most
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 391 // within a derived object. We often do this lazily, hence the
399 // Not contained within us (in some circumstances this might
412 // Contained within us.
439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
441 // objects might be contained within this type. If SRC_PTR is one
452 // within the complete object. SRC_TYPE indicates the static type
453 // started from and SRC_PTR points to that base within the most
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 391 // within a derived object. We often do this lazily, hence the
399 // Not contained within us (in some circumstances this might
412 // Contained within us.
439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
441 // objects might be contained within this type. If SRC_PTR is one
452 // within the complete object. SRC_TYPE indicates the static type
453 // started from and SRC_PTR points to that base within the most
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 391 // within a derived object. We often do this lazily, hence the
399 // Not contained within us (in some circumstances this might
412 // Contained within us.
439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
441 // objects might be contained within this type. If SRC_PTR is one
452 // within the complete object. SRC_TYPE indicates the static type
453 // started from and SRC_PTR points to that base within the most
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 391 // within a derived object. We often do this lazily, hence the
399 // Not contained within us (in some circumstances this might
412 // Contained within us.
439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
441 // objects might be contained within this type. If SRC_PTR is one
452 // within the complete object. SRC_TYPE indicates the static type
453 // started from and SRC_PTR points to that base within the most
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 388 // within a derived object. We often do this lazily, hence the
396 // Not contained within us (in some circumstances this might
409 // Contained within us.
436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
438 // objects might be contained within this type. If SRC_PTR is one
449 // within the complete object. SRC_TYPE indicates the static type
450 // started from and SRC_PTR points to that base within the most

Completed in 2720 milliseconds

<<51525354555657585960>>