Searched defs:es (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Dgas-segprefix.asm2 es pushl %ebp label
/external/eigen/doc/snippets/
H A DEigenSolver_compute.cpp1 EigenSolver<MatrixXf> es; variable
3 es.compute(A, /* computeEigenvectors = */ false);
4 cout << "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl;
5 es.compute(A + MatrixXf::Identity(4,4), false); // re-use es to compute eigenvalues of A+I
6 cout << "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
H A DSelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp1 SelfAdjointEigenSolver<Matrix4f> es; variable
4 es.compute(A);
5 cout << "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl;
6 es.compute(A + Matrix4f::Identity(4,4)); // re-use es to compute eigenvalues of A+I
7 cout << "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dstringseg.asm0 es stosb
2 es stosw label
5 es fs gs movsw label
1 es stosb label
H A Dsse-prefix.asm3 es movsw label
9 es movsd label
15 cmpss xmm0, [es:eax], 0
23 cmpsd xmm0, [es:eax], 0
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Dnasm-prefix.asm0 es
1 es label
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLength.cpp44 TrackExceptionState es; local
46 baseValue()->setValueAsString(value, es);
48 if (es.hadException()) {
H A DSVGStaticStringList.cpp88 TrackExceptionState es; local
90 m_value->setValueAsString(value, es);
92 if (es.hadException())
H A DSVGLengthTearOff.cpp60 float SVGLengthTearOff::value(ExceptionState& es) argument
63 return target()->value(lengthContext, es);
66 void SVGLengthTearOff::setValue(float value, ExceptionState& es) argument
69 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only.");
74 target()->setValue(value, lengthContext, es);
83 void SVGLengthTearOff::setValueInSpecifiedUnits(float value, ExceptionState& es) argument
86 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only.");
98 void SVGLengthTearOff::setValueAsString(const String& str, ExceptionState& es) argument
101 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only.");
105 target()->setValueAsString(str, es);
[all...]
/external/libutf/
H A Dutfnlen.c25 const char *es; local
27 es = s + m;
28 for(n = 0; s < es; n++) {
36 if(!fullrune(s, es-s))
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc71 void OnNeedsToGarbageCollectIsolatedStorage(WeakPtr<ExtensionService> es, argument
73 if (es)
74 ExtensionPrefs::Get(es->profile())->SetNeedsStorageGarbageCollection(true);
/external/e2fsprogs/lib/ext2fs/
H A Dexpanddir.c35 struct expand_dir_struct *es = (struct expand_dir_struct *) priv_data; local
42 es->goal = *blocknr;
46 (EXT2FS_B2C(fs, es->goal) == EXT2FS_B2C(fs, es->goal+1)))
47 new_blk = es->goal+1;
49 es->goal &= ~EXT2FS_CLUSTER_MASK(fs);
50 retval = ext2fs_new_block2(fs, es->goal, 0, &new_blk);
52 es->err = retval;
55 es->newblocks++;
61 es
93 struct expand_dir_struct es; local
[all...]
/external/openssl/crypto/err/
H A Derr_prn.c74 unsigned long es; local
78 es=CRYPTO_THREADID_hash(&cur);
82 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
/external/valgrind/main/callgrind/
H A Devents.h121 EventSet* es; member in struct:_EventMapping
/external/clang/test/Sema/
H A Darray-bounds-ptr-arith.c7 void* ext2_statfs (struct ext2_super_block *es,int a) argument
9 return (void *)es->s_uuid + sizeof(int); // no-warning
11 void* broken (struct ext2_super_block *es,int a) argument
13 return (void *)es->s_uuid + 80; // expected-warning {{refers past the end of the array}}
H A Dgnu-flags.c169 const struct {} es; variable in typeref:struct:__anon19119
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk84 define es-gen
98 $(call es-gen, -V GLES1.1)
101 $(call es-gen, -c $* -m remap_table)
104 $(call es-gen, -c $*)
136 $(call es-gen, $* -m remap_table)
142 $(call es-gen, $*)
148 $(call es-gen)
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c47 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
48 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1;
65 swapfunc(a, b, es, swaptype)
79 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) argument
85 loop: SWAPINIT(a, es);
88 for (pm = (char *)a + es; pm < (char *) a + n * es; pm += es)
89 for (pl = pm; pl > (char *) a && cmp(pl - es, p
[all...]
/external/chromium_org/chrome/browser/copresence/
H A Dchrome_whispernet_client.cc35 extensions::ExtensionSystem* es = local
37 DCHECK(es);
38 ExtensionService* service = es->extension_service();
/external/chromium_org/media/formats/mp2t/
H A Des_parser_h264.cc64 const uint8* es; local
66 es_queue_->PeekAt(*stream_pos, &es, &size);
72 es, size, &start_code_offset, &start_code_size);
83 if (es[start_code_offset + start_code_size] == H264NALU::kAUD)
125 const uint8* es; local
127 es_queue_->PeekAt(current_access_unit_pos_, &es, &size);
131 h264_parser_->SetStream(es, access_unit_size);
233 const uint8* es; local
234 es_queue_->PeekAt(current_access_unit_pos_, &es, &es_size);
241 es,
[all...]
H A Des_parser_mpeg1audio.cc110 const uint8* es; local
111 es_queue_->Peek(&es, &es_size);
118 const uint8* cur_buf = &es[offset];
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h135 TrackExceptionState es; variable
137 m_baseValue->setValueAsString(value, es);
139 if (es.hadException())
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParam.h90 void exponentialRampToValueAtTime(float value, double time, ExceptionState& es) argument
92 m_timeline.exponentialRampToValueAtTime(value, time, es);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptions.py201 'final' : bool, # final cdef classes and methods class in inherits:
/external/libpcap/
H A Dpcap-enet.c130 struct enstats es; local
132 if (ioctl(fd, EIOSTATS, &es) == -1) {
137 fprintf(stderr, "%d packets queued", es.enStat_Rcnt);
138 if (es.enStat_Rdrops > 0)
139 fprintf(stderr, ", %d dropped", es.enStat_Rdrops);
140 if (es.enStat_Reads > 0)
141 fprintf(stderr, ", %d tcpdump %s", es.enStat_Reads,
142 es.enStat_Reads > 1 ? "reads" : "read");
143 if (es.enStat_MaxRead > 1)
145 es
[all...]

Completed in 571 milliseconds

1234