/external/v8/src/ |
flag-definitions.h | 400 // isolate.cc 545 DEFINE_bool(trace_isolates, false, "trace isolate state changes")
|
spaces.h | 39 class Isolate; 815 explicit CodeRange(Isolate* isolate); 842 Isolate* isolate_; 945 explicit MemoryAllocator(Isolate* isolate); [all...] |
SConscript | 91 isolate.cc
|
lithium.h | 460 is_tagged_(value_count, closure->GetHeap()->isolate()->zone()),
|
/external/wpa_supplicant_8/src/ap/ |
beacon.c | 663 params.isolate = hapd->conf->isolate;
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_motion.jd | 216 filter can be used to isolate the force of gravity. The following example shows how you can do 227 // Isolate the force of gravity with the low-pass filter.
|
/frameworks/base/docs/html/tools/testing/ |
activity_testing.jd | 107 helps you control the test environment and isolate it from production systems. You can 132 does not allow mock Contexts or Applications, so you can not isolate the test from the rest of
|
testing_android.jd | 392 {@link android.content.Intent} objects. You use these mocks both to isolate tests 397 Mock objects isolate tests from a running system by stubbing out or overriding
|
/external/v8/src/arm/ |
macro-assembler-arm.h | 94 // The isolate parameter can be NULL if the macro assembler should 95 // not use isolate-dependent functionality. In this case, it's the 98 MacroAssembler(Isolate* isolate, void* buffer, int size); 520 ExternalReference::roots_array_start(isolate()); [all...] |
assembler-arm.cc | 293 Assembler::Assembler(Isolate* arg_isolate, void* buffer, int buffer_size) 302 if (isolate()->assembler_spare_buffer() != NULL) { 303 buffer = isolate()->assembler_spare_buffer(); 304 isolate()->set_assembler_spare_buffer(NULL); 340 if (isolate()->assembler_spare_buffer() == NULL && 342 isolate()->set_assembler_spare_buffer(buffer_); [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 134 // The isolate parameter can be NULL if the macro assembler should 135 // not use isolate-dependent functionality. In this case, it's the 138 MacroAssembler(Isolate* isolate, void* buffer, int size); 834 ExternalReference::roots_array_start(isolate()); [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | 85 // The isolate parameter can be NULL if the macro assembler should 86 // not use isolate-dependent functionality. In this case, it's the 89 MacroAssembler(Isolate* isolate, void* buffer, int size); 323 ExternalReference::roots_array_start(isolate()); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 210 // isolate it from this page and protect against XSS. As a data URL, it
|
/external/icu4c/i18n/unicode/ |
dtitvinf.h | 407 * isolate the funtionality in DateTimePatternGenerator
|
rbnf.h | 102 * isolate the number's ones digit, format it using this same set of rules, and place the 358 * <td>Isolate the number's fractional part and format it.</td> 390 * <td>Isolate the number's integral part and format it.</td> [all...] |
/external/kernel-headers/original/linux/ |
module.h | 350 /* FIXME: It'd be nice to isolate modules during init, too, so they
|
/external/llvm/include/llvm/Support/ |
COFF.h | 503 /// Isolation aware, but do not isolate the image.
|
/external/v8/test/cctest/ |
test-disasm-mips.cc | 81 Assembler assm(Isolate::Current(), buffer, 4*1024); \
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 52 ///Maintain a separate tag for V4LCameraAdapter logs to isolate issues OMX specific
|
/packages/apps/Phone/src/com/android/phone/ |
InCallUiState.java | 342 // TODO: maybe isolate all the provider-related stuff out to a
|
/docs/source.android.com/src/source/ |
code-style.md | 529 refactored to isolate the software elements where the annotation applies. 634 significantly helps to isolate the issue.
|
/ndk/docs/openmaxal/ |
index.html | 422 rather than by field name, to isolate your code from this change. 435 we advise that you avoid using them, or isolate your use of these
|
/external/openssl/crypto/aes/asm/ |
bsaes-x86_64.pl | [all...] |
/ndk/docs/opensles/ |
index.html | 474 either avoid calling this method, or isolate your use of it. 491 rather than by field name, to isolate your code from this change. 516 we advise that you avoid using them, or isolate your use of these [all...] |
/external/v8/ |
ChangeLog | 1031 IsExecutionTerminating has an Isolate parameter now. 1039 Clear the global thread table when an isolate is disposed 1122 Extended isolate API with the ability to add embedder-specific 1123 data to an isolate. 1171 Added per-isolate locking and unlocking. [all...] |