/external/eigen/blas/testing/ |
zblat3.f | 82 * .. External Functions .. 85 EXTERNAL DDIFF, LZE 86 * .. External Subroutines .. 87 EXTERNAL ZCHK1, ZCHK2, ZCHK3, ZCHK4, ZCHK5, ZCHKE, ZMMCH 410 * .. External Functions .. 412 EXTERNAL LZE, LZERES 413 * .. External Subroutines .. 414 EXTERNAL ZGEMM, ZMAKE, ZMMCH 695 * .. External Functions .. 697 EXTERNAL LZE, LZERE [all...] |
/external/v8/src/ |
builtins.cc | [all...] |
global-handles.cc | 225 // Check that we are not passing a finalized external string to 232 VMState state(isolate, EXTERNAL);
|
stub-cache.cc | [all...] |
objects.cc | 197 VMState state(isolate, EXTERNAL); 905 // Externalizing twice leaks the external resource, so it's 927 // Morph the object to an external string by adjusting the map and [all...] |
heap.cc | 776 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); 873 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); 883 // Register the amount of external allocated memory. 897 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL); [all...] |
/external/chromium_org/net/disk_cache/ |
block_files.cc | 320 DCHECK_NE(block_type, EXTERNAL);
|
backend_impl.cc | [all...] |
entry_impl.cc | [all...] |
/external/chromium_org/v8/src/ |
sampler.cc | 534 // If there is a handler on top of the external callback scope then 535 // we have already entrered JavaScript again and the external callback 628 if (sample->state == JS || sample->state == EXTERNAL) {
|
global-handles.cc | 272 // Check that we are not passing a finalized external string to 279 VMState<EXTERNAL> state(isolate); [all...] |
heap.cc | 413 PrintPID("External memory reported: %6" V8_PTR_PREFIX "d KB\n", 5711 JSObject* external; local [all...] |
log.cc | 1116 isolate->set_current_vm_state(EXTERNAL); 1122 ASSERT(isolate->current_vm_state() == EXTERNAL); [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 391 //Panels could be categorized as primary and external 392 enum { PRIMARY, EXTERNAL };
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayUtils.h | 391 //Panels could be categorized as primary and external 392 enum { PRIMARY, EXTERNAL };
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.cc | 293 EXTERNAL = 402, 494 #define EXTERNAL 402 [all...] |
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 72 static std::string EXTERNAL("EXTERNAL"); 78 if (enum_constant != NULL && enum_constant->getNameAsString() == EXTERNAL) { 140 // If function mentions EXTERNAL VMState add artificial garbage collection [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 72 static std::string EXTERNAL("EXTERNAL"); 78 if (enum_constant != NULL && enum_constant->getNameAsString() == EXTERNAL) { 140 // If function mentions EXTERNAL VMState add artificial garbage collection [all...] |
/external/chromium_org/v8/tools/ |
tickprocessor.js | 254 EXTERNAL: 4, 388 // Don't use PC when in external callback code, as it can point 843 '-e': ['stateFilter', TickProcessor.VmStates.EXTERNAL, 844 'Show only ticks from EXTERNAL VM state'], 874 this.argsDispatch_['--external'] = this.argsDispatch_['-e'];
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGallery.java | 608 ImageManager.DataLocation.EXTERNAL, [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 125 * file:// uri pointing to an EXTERNAL apk file. The package manager only 427 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL;
|
UIProvider.java | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | 409 /** External effect is called but this function is not set. */ 412 /** External transition is called but this function is not set. */ 874 public static final int EXTERNAL = 256; 911 /** External transition. Currently not available. */ 912 public static final int EXTERNAL = 256; [all...] |
/external/chromium_org/net/disk_cache/v3/ |
entry_impl_v3.cc | 970 if (EXTERNAL == file_type) { 1073 // that end up on external files. This function will initialize that memory [all...] |
/external/chromium/net/disk_cache/ |
entry_impl.cc | [all...] |