Searched
full:basic (Results
901 -
925 of
8959) sorted by null
<<31323334353637383940>>
/packages/screensavers/Basic/res/values-mk-rMK/ |
strings.xml | 19 <string name="app_name" msgid="6121278918841215202">"Basic Daydreams"</string>
|
/packages/screensavers/Basic/res/values-tl/ |
strings.xml | 19 <string name="app_name" msgid="6121278918841215202">"Basic Daydreams"</string>
|
/packages/screensavers/Basic/res/values-zu/ |
strings.xml | 19 <string name="app_name" msgid="6121278918841215202">"I-Basic Daydreams"</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
mii.h | 15 #define MII_BMCR 0x00 /* Basic mode control register */ 16 #define MII_BMSR 0x01 /* Basic mode status register */ 37 /* Basic mode control register. */ 50 /* Basic mode status register. */
|
romfs_fs.h | 4 /* The basic structures of the romfs filesystem */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mii.h | 15 #define MII_BMCR 0x00 /* Basic mode control register */ 16 #define MII_BMSR 0x01 /* Basic mode status register */ 37 /* Basic mode control register. */ 50 /* Basic mode status register. */
|
romfs_fs.h | 4 /* The basic structures of the romfs filesystem */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_native_headers.h | 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_native_headers.h | 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_popen.py | 2 """Basic tests for os.popen()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_popen.py | 2 """Basic tests for os.popen()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunch.java | 32 * Basic constructor does nothing special
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
CommonAction.java | 24 * Basic action extending the jFace Action class in order to implement
|
/sdk/emulator/opengl/shared/emugl/common/testing/ |
test_thread.h | 27 // Very basic platform thread wrapper that only uses a tiny stack.
|
/system/core/libnativebridge/tests/ |
CompleteFlow_test.cpp | 32 // Basic calls to check that nothing crashes
|
/external/clang/unittests/Lex/ |
LexerTest.cpp | 11 #include "clang/Basic/Diagnostic.h" 12 #include "clang/Basic/DiagnosticOptions.h" 13 #include "clang/Basic/FileManager.h" 14 #include "clang/Basic/LangOptions.h" 15 #include "clang/Basic/SourceManager.h" 16 #include "clang/Basic/TargetInfo.h" 17 #include "clang/Basic/TargetOptions.h"
|
/external/deqp/framework/opengl/ |
gluVarType.cpp | 44 m_data.basic.type = basicType; 45 m_data.basic.precision = precision; 94 case TYPE_BASIC: return glu::getDataTypeScalarSize(m_data.basic.type); 119 return m_data.basic.type == other.m_data.basic.type && 120 m_data.basic.precision == other.m_data.basic.precision;
|
/external/kernel-headers/original/uapi/scsi/fc/ |
fc_fs.h | 93 * Basic Link Services fh_r_ctl values. 95 FC_RCTL_BA_NOP = 0x80, /* basic link service NOP */ 96 FC_RCTL_BA_ABTS = 0x81, /* basic link service abort */ 98 FC_RCTL_BA_ACC = 0x84, /* basic accept */ 99 FC_RCTL_BA_RJT = 0x85, /* basic reject */ 187 FC_TYPE_BLS = 0x00, /* basic link service */ 258 * BA_RJT: Basic Reject payload.
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 67 /// MBBMap - A mapping from LLVM basic blocks to their machine code entry. 70 /// ValueMap - Since we emit code for the function a basic block at a time, 72 /// cross-basic-block values. 109 /// VisitedBBs - The set of basic blocks visited thus far by instruction 114 /// be updated after processing the current basic block. 115 /// TODO: This isn't per-function state, it's per-basic-block state. But 223 /// call, and add them to the specified machine basic block.
|
MachineTraceMetrics.h | 15 // Out-of-order CPUs will often be executing instructions from multiple basic 17 // usage accurately in a single basic block. Resources can be estimated better 18 // by looking at a trace through the current basic block. 27 // if the traces through basic blocks A and B ever cross when moving away from 88 /// Per-basic block information that doesn't depend on the trace through the 117 /// A virtual register or regunit required by a basic block or its trace 130 /// Per-basic block information that relates to a specific trace through the 233 /// A trace represents a plausible sequence of executed basic blocks that 234 /// passes through the current basic block one. The Trace class serves as a 357 // One entry per basic block, indexed by block number [all...] |
/external/llvm/include/llvm/IR/ |
CFG.h | 150 // Term == NULL happens, if a basic block is not fully constructed and 152 // SuccIterator which describes a basic block that has zero successors. 239 assert(Term && "Source not available, if basic block was malformed"); 268 // GraphTraits specializations for basic block graphs (CFGs) 272 // graph of basic blocks... 302 // graph of basic blocks... and to walk it in inverse order. Inverse order for 335 // GraphTraits specializations for function basic block graphs (CFGs) 339 // graph of basic blocks... these are the same as the basic block iterators, 364 // graph of basic blocks... and to walk it in inverse order. Inverse order fo [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_0.c | 36 /* Set up some basic variables */ 90 /* Set up some basic variables */ 124 /* Set up some basic variables */ 162 /* Set up some basic variables */ 202 /* Set up some basic variables */ 254 /* Set up some basic variables */ 288 /* Set up some basic variables */ 321 /* Set up some basic variables */ 357 /* Set up some basic variables */ 404 /* Set up some basic variables * [all...] |
Completed in 1247 milliseconds
<<31323334353637383940>>