/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 247 void SetUserData( void* user ) { userData = user; } ///< Set a pointer to arbitrary user data. 248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data. 249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data. 772 /** An attribute is a name-value pair. Elements have an arbitrary [all...] |
/dalvik/docs/ |
debugmon.html | 104 <li>Events may be posted from the VM at arbitrary points. Such 623 <p>The basic idea is that arbitrary code can register handlers for 673 arbitrary time, it may do so with a method provided by
|
embedded-vm-control.html | 25 it's not possible to pass arbitrary arguments through the
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_browsertest.cc | 237 // Use a couple arbitrary URLs. 601 // Use a couple arbitrary URLs. 670 // Use a couple arbitrary URLs. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_reg.h | 181 * are our name for an extensible way of providing arbitrary DMA 901 * This command does not support using arbitrary guest memory as a [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | 205 ub4 initlev = (salt*0x9e3779b9)&0xffffffff; /* the golden ratio; an arbitrary value */ 229 ub4 initlev = (salt*0x9e3779b9)&0xffffffff; /* the golden ratio; an arbitrary value */ 271 ub4 initval = salt*0x9e3779b9; /* the golden ratio; an arbitrary value */ [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl2.rst | 134 arbitrary primary expression, we need to determine what sort of 431 parser at an arbitrary token stream and build an expression from it, 485 Finally, we'll also let the user type in arbitrary top-level expressions [all...] |
/external/llvm/lib/Analysis/IPA/ |
InlineCost.cpp | 469 // Disable SROA in the face of arbitrary casts we don't whitelist elsewhere. 487 // Disable any SROA on the argument to arbitrary unary operators. 602 // Disable any SROA on arguments to arbitrary, unsimplified binary operators. [all...] |
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 132 /// ComputeMatchDistance - Compute an arbitrary estimate for the quality of 517 // Use an arbitrary 4k limit on how far we will search. 527 // Compute the "quality" of this match as an arbitrary combination of the [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | 181 * are our name for an extensible way of providing arbitrary DMA 901 * This command does not support using arbitrary guest memory as a [all...] |
/external/zlib/src/doc/ |
rfc1951.txt | 181 String: a sequence of arbitrary bytes. 193 to successive blocks of input data. The block sizes are arbitrary, 784 arbitrary size. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 107 // is always at most one, false if it may be an arbitrary number. This 549 // We allocate one extra bucket to hold a sentinel, an arbitrary [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 107 // is always at most one, false if it may be an arbitrary number. This 549 // We allocate one extra bucket to hold a sentinel, an arbitrary [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 107 // is always at most one, false if it may be an arbitrary number. This 549 // We allocate one extra bucket to hold a sentinel, an arbitrary [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 107 // is always at most one, false if it may be an arbitrary number. This 549 // We allocate one extra bucket to hold a sentinel, an arbitrary [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 107 // is always at most one, false if it may be an arbitrary number. This 545 // We allocate one extra bucket to hold a sentinel, an arbitrary [all...] |
/bionic/libc/include/sys/ |
cdefs.h | 269 * arbitrary, might work with older compilers.
|
/bionic/libc/unistd/ |
fnmatch.c | 143 * Both pattern and string are **char to support pointer increment of arbitrary
|
/dalvik/libdex/ |
DexOpcodes.h | 64 * interpreter. During debugging it takes the place of an arbitrary [all...] |
/dalvik/vm/native/ |
dalvik_system_DexFile.cpp | 311 * We can't just free arbitrary DEX files because they have bits and
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/db/ |
SelectionBuilder.java | 61 * can be used to create new columns based on arbitrary (SQL-based) criteria. In advanced usage,
|
/developers/samples/android/common/src/java/com/example/android/common/db/ |
SelectionBuilder.java | 61 * can be used to create new columns based on arbitrary (SQL-based) criteria. In advanced usage,
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 293 * arbitrary, might work with older compilers.
|
/development/ndk/platforms/android-9/include/sys/ |
cdefs.h | 262 * arbitrary, might work with older compilers.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 203 <dd>Demonstrates an ImageButton: a button with an arbitrary graphic on it. </dd>
|