HomeSort by relevance Sort by last modified time
    Searched refs:ents (Results 1 - 8 of 8) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 435 AppConfigurationEntry[] ents = config local
437 assertNotNull(ents);
438 assertEquals("org.apache.harmony.auth.module.LoginModule1", ents[0]
443 assertEquals(m, ents[0].getOptions());
444 assertEquals("LoginModuleControlFlag: optional", ents[0]
447 ents = config.getAppConfigurationEntry("Login1");
448 assertNotNull(ents);
449 for (AppConfigurationEntry element : ents) {
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_apitemp.py 283 for func, ents in normal_entry_points:
284 for ent in ents:
292 for func, ents in proto_entry_points:
293 for ent in ents:
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 283 for func, ents in normal_entry_points:
284 for ent in ents:
292 for func, ents in proto_entry_points:
293 for ent in ents:
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 207 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
211 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,
readdwarf3.c     [all...]
tytypes.c 323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,
384 found = VG_(lookupXA)( ents, &key, &first, &last );
385 //found = VG_(lookupXA_UNBOXED)( ents, cuOff_to_find, &first, &last,
392 res = (TyEnt*)VG_(indexXA)( ents, first );
  /external/openssh/
sftp-client.c 454 u_int count, type, id, handle_len, i, expected_id, ents = 0; local
473 ents = 0;
546 *dir = xrealloc(*dir, ents + 2, sizeof(**dir));
547 (*dir)[ents] = xmalloc(sizeof(***dir));
548 (*dir)[ents]->filename = xstrdup(filename);
549 (*dir)[ents]->longname = xstrdup(longname);
550 memcpy(&(*dir)[ents]->a, a, sizeof(*a));
551 (*dir)[++ents] = NULL;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 368 ents).join(\",\"))},map:function(a){return this.pushStack(e.map(this,function(b\
    [all...]

Completed in 340 milliseconds