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

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
brk2.c 6 // At one time, this was causing a seg fault within Valgrind -- it was when
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.h 43 TYPE_PRIVATE, //!< within this process
44 TYPE_SHARED, //!< within whole system
108 EXYNOS_MUTEX_TYPE_PRIVATE, //!< within this process
109 EXYNOS_MUTEX_TYPE_SHARED, //!< within whole system
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_dscp.h 6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_dscp.h 6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_dscp.h 6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_dscp.h 6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_dscp.h 6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_dscp.h 6 * See RFC2474 for a description of the DSCP field within the IP Header.
  /external/clang/include/clang/AST/
MangleNumberingContext.h 32 /// literals within a particular context.
41 /// given call operator within this context.
44 /// \brief Retrieve the mangling number of a new block literal within this
48 /// \brief Retrieve the mangling number of a static local variable within
52 /// \brief Retrieve the mangling number of a static local variable within
  /frameworks/base/core/java/android/app/backup/
BackupAgentHelper.java 25 * heterogeneous data sets within the backup data, each identified by a unique
31 * backup agent. Then, within the agent's {@link BackupAgent#onCreate() onCreate()}
33 * install the handlers for each kind of data it wishes to manage within its backups.
37 * within an application's data directory hierarchy.</li>
41 * An application can also implement its own helper classes to work within the
85 * must have a prefix string that is unique within this backup agent's set of
88 * @param keyPrefix A string used to disambiguate the various helpers within this agent
  /external/srec/srec/ca/
catrans.c 79 hTransform->imelda_acc.within = create_accumulate_matrix(dimen);
83 hTransform->mllr_acc.within = create_accumulate_matrix(hTransform->dim + 1);
118 delete_accumulate_matrix(hTransform->imelda_acc.within, hTransform->dim);
120 delete_accumulate_matrix(hTransform->mllr_acc.within, hTransform->dim + 1);
141 ASSERT(hTransform->imelda_acc.within);
145 ASSERT(hTransform->mllr_acc.within);
153 hTransform->mllr_acc.within[ii][jj] = 0;
164 hTransform->imelda_acc.within[ii][jj] = 0;
203 hTransform->mllr_acc.within[ii][jj] +=
204 hPattern->data.mllr_acc.within[ii][jj]
    [all...]
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 120 * field within the given object.
123 * @param offset offset to the field within <code>obj</code>
135 * field within the given object.
138 * @param offset offset to the field within <code>obj</code>
150 * field (that is, a reference field) within the given object.
153 * @param offset offset to the field within <code>obj</code>
168 * @param offset offset to the field within <code>obj</code>
178 * @param offset offset to the field within <code>obj</code>
188 * @param offset offset to the field within <code>obj</code>
198 * @param offset offset to the field within <code>obj</code
    [all...]
  /libcore/libdvm/src/main/java/sun/misc/
Unsafe.java 132 * field within the given object.
135 * @param offset offset to the field within <code>obj</code>
147 * field within the given object.
150 * @param offset offset to the field within <code>obj</code>
162 * field (that is, a reference field) within the given object.
165 * @param offset offset to the field within <code>obj</code>
180 * @param offset offset to the field within <code>obj</code>
190 * @param offset offset to the field within <code>obj</code>
200 * @param offset offset to the field within <code>obj</code>
210 * @param offset offset to the field within <code>obj</code
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.h 79 // integer index of the target process within the data model.
82 // Creates a list of values to display within a single column of the task
86 // 1 if all tasks within the group share a common value or equal to the
87 // number of tasks within the group.
94 // name of the property, which is associated with a column within the task
97 // offset and the index of the task within the group.
  /external/sfntly/cpp/src/sfntly/table/
subtable.h 25 // within other tables and don't have an entry in the main font index. Examples
26 // of these are the CMap subtables within CMap table (cmap) or a glyph within
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
identity_type.hpp 19 @brief This macro allows to wrap the specified type expression within extra
21 it contains commas (not already wrapped within round parenthesis).
33 This macro must be prefixed by <c>typename</c> when used within templates.
  /art/runtime/
stack_indirect_reference_table.h 29 // Stack allocated indirect reference table. It can allocated within
41 // Number of references contained within this SIRT
75 // Offset of length within SIRT, used by generated code
80 // Offset of link within SIRT, used by generated code
  /development/samples/BusinessCard/
_index.html 2 picker from within an activity. This sample also uses reflection to ensure
  /external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox 6 /// This is achieved within the grammar file itself, using the language option:
12 /// The code generator consists of a single .java file within the standard ANTLR tool jar, and a code generation template,
53 /// <b>NOTE:</b> Your grammar source, regardless of suffix must be named the same as the grammar statement within it. Grammar xyz
54 /// must be contained within a file called xyz.<i>anything</i>
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteEarlyExitException.js 1 /** No elements within a (...)+ in a rewrite rule */
  /external/chromium/base/third_party/dynamic_annotations/
README.chromium 11 The files are covered under BSD license as described within the files.
  /external/chromium/chrome/browser/
idle.h 11 IDLE_STATE_IDLE = 1, // No activity within threshold.
nacl_loader.sb 7 ; untrusted code within Native Client.
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.h 21 // contained within this particular folder.
39 // contained within this particular folder.
56 // Returns the position of a bookmark folder within the current bookmark folder
62 // Returns the position of a bookmark item within the current bookmark folder
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
delete_bookmarks.applescript 5 -- This script deletes all the items within a bookmark folder.

Completed in 2517 milliseconds

1 23 4 5 6 7 8 91011>>