HomeSort by relevance Sort by last modified time
    Searched refs:es (Results 76 - 100 of 326) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
remap_helper.py 179 es = None
184 es = val
188 if es is not None:
196 api.filter_functions(api_map[es])
  /external/clang/test/Sema/
gnu-flags.c 169 const struct {} es; variable in typeref:struct:__anon23737
  /external/deqp/modules/gles31/
tes31Context.cpp 2 * drawElements Quality Program OpenGL ES 3.1 Module
21 * \brief OpenGL ES 3.1 test context.
60 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3,1));
  /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...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h 55 unsigned short es, __esh; member in struct:sigcontext_ia32
  /external/mesa3d/src/mapi/glapi/gen/
remap_helper.py 179 es = None
184 es = val
188 if es is not None:
196 api.filter_functions(api_map[es])
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 90 void exponentialRampToValueAtTime(float value, double time, ExceptionState& es)
92 m_timeline.exponentialRampToValueAtTime(value, time, es);
  /external/guava/guava-tests/test/com/google/common/io/
AppendableWriterTest.java 114 } catch (IOException es) {
121 } catch (IOException es) {
  /external/openssl/crypto/des/times/
aix.cc 1 From: Paco Garcia <pgarcia@cam.es>
  /external/chromium_org/courgette/
run_stress_test 172 $(count_result "BEST_COURGETTE") patch(es) where courgette (bz2) is smaller
173 $(count_result "BEST_BSDIFF") patch(es) where bsdiff is smaller (bz2)
174 $(count_result "BEST_TIE") patch(es) where both are the same size (bz2)
175 $(count_result "XZBEST_COURGETTE") patch(es) where courgette (xz) is smaller
176 $(count_result "XZBEST_BSDIFF") patch(es) where bsdiff is smaller (xz)
177 $(count_result "XZBEST_TIE") patch(es) where both are the same size (xz)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 162 float SVGLength::value(const SVGLengthContext& context, ExceptionState& es) const
164 return context.convertValueToUserUnits(m_valueInSpecifiedUnits, unitMode(), unitType(), es);
167 void SVGLength::setValue(float value, const SVGLengthContext& context, ExceptionState& es)
173 float convertedValue = context.convertValueFromUserUnits(value, unitMode(), unitType(), es);
174 if (es.hadException())
425 TrackExceptionState es; local
427 float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from->valueInSpecifiedUnits(), from->unitMode(), fromType, es);
428 if (es.hadException())
431 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
432 if (es.hadException()
    [all...]
  /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/e2fsprogs/debugfs/
logdump.c 90 struct ext2_super_block *es = NULL; local
140 es = current_fs->super;
153 / es->s_inodes_per_group);
155 % es->s_inodes_per_group);
183 es->s_first_data_block)
184 / es->s_blocks_per_group);
202 } else if ((journal_inum = es->s_journal_inum)) {
204 if (es->s_jnl_backup_type != EXT3_JNL_BACKUP_BLOCKS) {
210 memcpy(&journal_inode.i_block[0], es->s_jnl_blocks,
212 journal_inode.i_size_high = es->s_jnl_blocks[15]
    [all...]
  /external/libpcap/msdos/
pkt_rx1.s 45 push es
48 mov es, bx ;; r-mode segment of colour screen
54 stosw ;; write to screen at ES:EDI
58 pop es
90 mov es, bx ; ES = DS = CS or seg _DATA
111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
116 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
119 retf ; far return to driver with ES:DI
124 @skip: xor di, di ; return ES:DI = NIL pointer
    [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 2 * drawElements Quality Program OpenGL ES Utilities
55 if (contextSupports(type, ApiType::es(3,0)))
61 if (contextSupports(type, ApiType::es(3,1)))
69 if (contextSupports(type, ApiType::es(3,0)))
83 if (contextSupports(type, ApiType::es(3,0)))
98 if (contextSupports(type, ApiType::es(3,0)))
110 if (contextSupports(type, ApiType::es(3,1)))
142 if (contextSupports(type, ApiType::es(3,0)))
156 if (contextSupports(type, ApiType::es(3,1)))
172 if (contextSupports(type, ApiType::es(3,0))
    [all...]
  /external/chromium_org/chrome/browser/copresence/
chrome_whispernet_client.cc 35 extensions::ExtensionSystem* es = local
37 DCHECK(es);
38 ExtensionService* service = es->extension_service();
  /external/chromium_org/media/formats/mp2t/
es_parser_adts.cc 49 // Pointer to the ES data.
55 // Frame offset in the ES queue.
61 const uint8* es; local
62 es_queue_->Peek(&es, &es_size);
69 const uint8* cur_buf = &es[offset];
128 // Look for every ADTS frame in the ES buffer.
es_parser_mpeg1audio.cc 26 // Pointer to the ES data.
35 // Frame offset in the ES queue.
52 // Look for every MPEG1 audio frame in the ES buffer.
110 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/
SVGAnimatedProperty.h 135 TrackExceptionState es; variable
137 m_baseValue->setValueAsString(value, es);
139 if (es.hadException())
  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableMap.java 85 ImmutableSet<Entry<K, V>> es = entrySet; local
86 return (es == null) ? (entrySet = ImmutableSet.of(entry())) : es;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 157 TrackExceptionState es; local
161 RefPtrWillBePersistent<StaticElementList> hostNodes = document->querySelectorAll("[shadow-host]", es);
162 ASSERT_FALSE(es.hadException());
199 TrackExceptionState es; local
202 RefPtrWillBePersistent<StaticElementList> elements = root->querySelectorAll("[expected-action]", es);
203 ASSERT_FALSE(es.hadException());
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 129 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cs)
155 AddLanguage es .es
176 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
  /external/chromium_org/tools/grit/grit/format/
android_xml.py 15 <output filename="values-es/strings.xml" type="android" lang="es" />
33 which would be written to values-es/strings.xml and usable by the Android
rc_header_unittest.py 72 <if expr="lang != 'es'">
77 <if expr="lang == 'es'">
resource_map_unittest.py 42 <if expr="lang != 'es'">
45 <if expr="lang == 'es'">

Completed in 1456 milliseconds

1 2 34 5 6 7 8 91011>>