HomeSort by relevance Sort by last modified time
    Searched defs:es (Results 26 - 50 of 217) sorted by null

12 3 4 5 6 7 8 9

  /external/libpcap/
pcap-enet.c 130 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.enStat_MaxRead)
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
map.c 16 struct newtExitStruct es; local
35 newtFormRun(form, &es);
  /external/linux-tools-perf/util/ui/
util.c 34 struct newtExitStruct es; local
56 newtFormRun(form, &es);
58 if (es.reason == NEWT_EXIT_HOTKEY)
68 struct newtExitStruct es; local
100 newtFormRun(form, &es);
  /external/mesa3d/src/mesa/
Android.gen.mk 84 define es-gen
86 @echo "Gen ES: $(PRIVATE_MODULE) <= $(notdir $(@))"
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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 57 static bool hadException(ExceptionState& es, ErrorString* errorString)
59 if (!es.hadException())
62 switch (es.code()) {
118 TrackExceptionState es;
119 bool keyPresent = storageArea->contains(key, es, frame);
120 if (hadException(es, errorString) || !keyPresent)
123 *value = storageArea->getItem(key, es, frame);
124 hadException(es, errorString);
136 TrackExceptionState es; local
137 for (unsigned i = 0; i < storageArea->length(es, frame); ++i)
168 TrackExceptionState es; local
182 TrackExceptionState es; local
    [all...]
DOMEditor.cpp 59 virtual bool perform(ExceptionState& es)
62 return redo(es);
65 virtual bool undo(ExceptionState& es)
67 m_parentNode->insertBefore(m_node.get(), m_anchorNode.get(), es);
68 return !es.hadException();
71 virtual bool redo(ExceptionState& es)
73 m_parentNode->removeChild(m_node.get(), es);
74 return !es.hadException();
94 virtual bool perform(ExceptionState& es)
98 if (!m_removeChildAction->perform(es))
413 TrackExceptionState es; local
421 TrackExceptionState es; local
429 TrackExceptionState es; local
437 TrackExceptionState es; local
445 TrackExceptionState es; local
453 TrackExceptionState es; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.cpp 497 GIFState es = GIFSkipBlock; local
501 es = GIFControlExtension;
520 es = GIFApplicationExtension;
524 es = GIFConsumeComment;
529 GETN(bytesInBlock, es);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 141 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionState& es)
145 setValueAsString(valueAsString, es);
161 TrackExceptionState es; local
164 length.setValueAsString(valueAsString, es);
166 if (es.hadException())
189 float SVGLength::value(const SVGLengthContext& context, ExceptionState& es) const
191 return context.convertValueToUserUnits(m_valueInSpecifiedUnits, extractMode(m_unit), extractType(m_unit), es);
194 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType, ExceptionState& es)
197 setValue(value, context, es);
200 void SVGLength::setValue(float value, const SVGLengthContext& context, ExceptionState& es)
    [all...]
SVGLength.h 117 TrackExceptionState es; local
122 length.newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress), es);
123 if (es.hadException())
132 length.newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress), es);
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), es);
135 if (es.hadException())
144 float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from.valueInSpecifiedUnits(), from.unitMode(), fromType, es);
145 if (es.hadException())
148 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
149 if (es.hadException()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 81 PassRefPtr<TimeRanges> SourceBuffer::buffered(ExceptionState& es) const
87 es.throwDOMException(InvalidStateError);
100 void SourceBuffer::setTimestampOffset(double offset, ExceptionState& es)
108 es.throwDOMException(InvalidStateError);
122 es.throwDOMException(InvalidStateError);
135 void SourceBuffer::setAppendWindowStart(double start, ExceptionState& es)
141 es.throwDOMException(TypeMismatchError);
150 es.throwDOMException(InvalidStateError);
157 es.throwDOMException(InvalidAccessError);
172 void SourceBuffer::setAppendWindowEnd(double end, ExceptionState& es)
207 appendBufferInternal(static_cast<unsigned char*>(data->data()), data->byteLength(), es); local
220 appendBufferInternal(static_cast<unsigned char*>(data->baseAddress()), data->byteLength(), es); local
246 setAppendWindowEnd(std::numeric_limits<double>::infinity(), es); local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 215 struct mkjournal_struct *es = (struct mkjournal_struct *) priv_data; local
220 es->goal = *blocknr;
223 retval = ext2fs_new_block(fs, es->goal, 0, &new_blk);
225 es->err = retval;
229 es->num_blocks--;
231 es->newblocks++;
234 retval = io_channel_write_blk(fs->io, new_blk, 1, es->buf);
236 if (es->zero_count) {
237 if ((es->blk_to_zero + es->zero_count == new_blk) &
281 struct mkjournal_struct es; local
    [all...]
  /external/valgrind/main/callgrind/
threads.c 198 exec_state *es; local
210 es = push_exec_state(sigNum);
211 CLG_(zero_cost)( CLG_(sets).full, es->cost );
212 CLG_(current_state).cost = es->cost;
213 es->call_stack_bottom = CLG_(current_call_stack).sp;
228 exec_state* es = top_exec_state(); local
229 CLG_ASSERT(es != 0);
232 if (CLG_(current_call_stack).sp == es->call_stack_bottom)
238 exec_state* es; local
251 es = top_exec_state()
324 exec_state* es; local
374 exec_state* es; local
389 exec_state* es; local
411 exec_state* es = top_exec_state(); local
436 exec_state* es = top_exec_state(); local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 79 List<GeneralSubtree> es = excludedSubtrees.getSubtrees(); local
80 if (es == null || es.isEmpty()) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 107 difference_type* es = new difference_type[num_samples + 2]; local
110 num_samples + 1, es);
114 value_type(sd->source[sd->starts[iam] + es[i + 1]]);
116 delete[] es;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManagerTest.java 39 Image es = manager.getFlag("ES"); local
63 assertNotSame(es, manager.getFlag("ca", null)); // Catalonia
82 "do", "dz", "ec", "ee", "eg", "eh", "er", "es", "et", "fi", "fj", "fk", "fm", "fo",
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultisetTest.java 644 Set<Entry<String>> es = ms.entrySet(); local
645 assertTrue(es.contains(Multisets.immutableEntry("a", 3)));
646 assertFalse(es.contains(null));
647 assertFalse(es.contains(Maps.immutableEntry("a", 3)));
648 assertFalse(es.contains(Multisets.immutableEntry("a", 2)));
649 assertFalse(es.contains(Multisets.immutableEntry("b", 3)));
650 assertFalse(es.contains(Multisets.immutableEntry("b", 0)));
655 Set<Entry<String>> es = ms.entrySet(); local
656 assertFalse(es.remove(null));
657 assertFalse(es.remove(Maps.immutableEntry("a", 3)))
668 Set<Multiset.Entry<String>> es = ms.entrySet(); local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 66 unsigned short es, __esh; member in struct:sigcontext
user32.h 55 unsigned short ds, __ds, es, __es; member in struct:user_regs_struct32
user_32.h 56 unsigned short ds, __ds, es, __es; member in struct:user_regs_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 66 unsigned short es, __esh; member in struct:sigcontext
user32.h 55 unsigned short ds, __ds, es, __es; member in struct:user_regs_struct32
user_32.h 56 unsigned short ds, __ds, es, __es; member in struct:user_regs_struct
  /external/bzip2/
decompress.c 126 Int32 es; local
180 es = s->save_es;
381 es = -1;
384 /* Check that N doesn't get too big, so that es doesn't
391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
392 if (nextSym == BZ_RUNB) es = es + (1+1) * N;
398 es++;
400 s->unzftab[uc] += es;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 218 TrackExceptionState es; local
221 searchRange->selectNodeContents(boundary, es);
222 searchRange->setStart(start.containerNode(), start.offsetInContainerNode(), es);
224 ASSERT(!es.hadException());
225 if (es.hadException())
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 196 void DOMSelection::collapse(Node* node, int offset, ExceptionState& es)
202 es.throwDOMException(IndexSizeError);
213 void DOMSelection::collapseToEnd(ExceptionState& es)
221 es.throwDOMException(InvalidStateError);
228 void DOMSelection::collapseToStart(ExceptionState& es)
236 es.throwDOMException(InvalidStateError);
250 void DOMSelection::setBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionState& es)
256 es.throwDOMException(IndexSizeError);
270 void DOMSelection::setPosition(Node* node, int offset, ExceptionState& es)
275 es.throwDOMException(IndexSizeError)
415 TrackExceptionState es; local
    [all...]

Completed in 1388 milliseconds

12 3 4 5 6 7 8 9