HomeSort by relevance Sort by last modified time
    Searched refs:way (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
35 assert(way == std::ios_base::cur);
seekp2.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way,
36 assert(way == std::ios_base::beg);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 19 ldr ip, .L__aeabi_cdcmple @ PIC way of "bl __aeabi_cdcmple"
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
tellg.pass.cpp 41 std::ios_base::seekdir way,
45 assert(way == std::ios_base::cur);
seekg_off.pass.cpp 43 std::ios_base::seekdir way,
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 19 * This way we can do hetero tree nodes in rewrite.
RewriteRuleSubtreeStream.js 18 * a proper way to refactor. This needs to always call dup node
  /device/asus/tilapia/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
26 # The proprietary variant sets USE_CAMERA_STUB := false, this way
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 32 # in a way which will cause undefinedness to get reported
  /external/oprofile/include/
sstream 141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
146 bool testboth = testin && testout && way != ios::cur;
169 if (way == ios::beg)
174 else if (way == ios::end)
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 13 Either way, Valgrind will now raise a SIGILL signal which will
26 Either way, Valgrind will now raise a SIGILL signal which will
39 Either way, Valgrind will now raise a SIGILL signal which will
52 Either way, Valgrind will now raise a SIGILL signal which will
  /hardware/qcom/display/
common.mk 25 # Figure out a way to import those macros correctly
  /device/asus/grouper/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
26 # The proprietary variant sets USE_CAMERA_STUB := false, this way
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 32 toss you all the way out of the recognizers. If you want to continue
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.c 220 Exynos_OSAL_MutexTerminate(pExynosComponent->pExynosPort[i].way.port1WayDataBuffer.dataBuffer.bufferMutex);
221 pExynosComponent->pExynosPort[i].way.port1WayDataBuffer.dataBuffer.bufferMutex = NULL;
223 Exynos_OSAL_MutexTerminate(pExynosComponent->pExynosPort[i].way.port2WayDataBuffer.inputDataBuffer.bufferMutex);
224 pExynosComponent->pExynosPort[i].way.port2WayDataBuffer.inputDataBuffer.bufferMutex = NULL;
225 Exynos_OSAL_MutexTerminate(pExynosComponent->pExynosPort[i].way.port2WayDataBuffer.outputDataBuffer.bufferMutex);
226 pExynosComponent->pExynosPort[i].way.port2WayDataBuffer.outputDataBuffer.bufferMutex = NULL;
266 Exynos_OSAL_MutexTerminate(pExynosComponent->pExynosPort[i].way.port1WayDataBuffer.dataBuffer.bufferMutex);
267 pExynosComponent->pExynosPort[i].way.port1WayDataBuffer.dataBuffer.bufferMutex = NULL;
269 Exynos_OSAL_MutexTerminate(pExynosComponent->pExynosPort[i].way.port2WayDataBuffer.inputDataBuffer.bufferMutex);
270 pExynosComponent->pExynosPort[i].way.port2WayDataBuffer.inputDataBuffer.bufferMutex = NULL
    [all...]
  /external/oprofile/events/mips/r10000/
events 27 event:0x0b counters:0 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTED_INSN : Secondary cache way mispredicted (instruction)
28 event:0x0b counters:1 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTED_DATA : Secondary cache way mispredicted (data)
  /external/oprofile/events/mips/r12000/
events 15 event:0xb counters:0,1,2,3 um:zero minimum:500 name:SECONDARY_CACHE_WAY_MISSPREDICTED : Secondary cache way mispredicted (instruction)
31 event:0x1b counters:0,1,2,3 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTION : Misprediction from scache way prediction table (data)
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 291 #error Need a way to suspend threads on this platform
304 #error Need a way to resume threads on this platform
381 #error Need a way to get thread registers on this platform
428 #error Need a way to get the stack pointer for another thread on this platform
  /dalvik/vm/compiler/template/mips/
footer.S 106 la a1, .LdvmMterpCommonExceptionThrown # PIC way of getting &func
108 la rIBASE, .LdvmAsmInstructionStart # PIC way of getting &func
  /external/ceres-solver/docs/
reference-overview.tex 18 These two steps are mostly independent of each other. This is by design. Modeling the optimization problem should not depend on how the solver and the user should be able to switch between various solver settings and strategies without changing the way the problem is modeled. In the next two chapters we will consider each of these steps in detail
  /external/open-vcdiff/
configure.ac 2 ## In general, the safest way to proceed is to run ./autogen.sh
98 This way, when we compile the dll, we export our functions/classes.
  /external/v8/test/mjsunit/
lazy-load.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 // Test unusual way of accessing Date.
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 13 // The only way to force SQLite to obtain an exclusive lock is to change more
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 275 #error Need a way to get the stack bounds on this platform (Windows)
282 #error Need a way to get the stack bounds on this platform

Completed in 360 milliseconds

1 2 3 4 5 6 7 8