Searched defs:loaded (Results 1 - 25 of 63) sorted by relevance

123

/external/autotest/client/cros/video/
H A Dhistogram_verifier.py25 error_msg_format = ('{} not loaded or histogram bucket not found '
29 def loaded(): function in function:verify
31 Checks if the histogram page has been fully loaded.
42 utils.poll_for_condition(loaded,
54 @returns True if histogram page was loaded and the bucket was found.
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java22 * been loaded into vram. Objects can cache Texture objects but should *never* cache the texture
30 public boolean loaded; field in class:Texture
42 loaded = false;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc35 lib->loaded = false;
46 if (!lib->loaded && (!lib->real_name) &&
52 // Scan suppressions list and find newly loaded and unloaded libraries.
57 bool loaded = false; local
66 if (loaded) {
72 loaded = true;
73 if (lib->loaded)
79 lib->loaded = true;
87 if (lib->loaded && !loaded) {
[all...]
H A Dsanitizer_libignore.h34 // Must be called after a new dynamic library is loaded.
48 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
/external/libxml2/include/libxml/
H A DdebugXML.h118 int loaded; member in struct:_xmlShellCtxt
/external/kmod/libkmod/python/kmod/
H A Dkmod.pyx60 def loaded(self): member in class:Kmod
61 "iterate through currently loaded modules"
66 raise _KmodError('Could not get loaded modules')
101 "iterate through currently loaded modules and sizes"
102 for mod in self.loaded():
/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java79 public boolean loaded () method in class:ClassItem
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DEmpiricalDistributionImpl.java74 /** Max loaded value */
77 /** Min loaded value */
86 /** is the distribution loaded? */
87 private boolean loaded = false; field in class:EmpiricalDistributionImpl
127 loaded = true;
149 loaded = true;
172 loaded = true;
370 * @throws IllegalStateException if the distribution has not been loaded
374 if (!loaded) {
401 * <li>the distribution must be loaded befor
[all...]
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DI.js334 // Load a .obj file from the passed URL. Return an object with a 'loaded' property set to false.
335 // When the object load is complete, the 'loaded' property becomes true and the following
346 var obj = { loaded : false };
514 obj.loaded = true;
/external/avb/test/
H A Davb_ab_flow_unittest.cc291 AvbABData loaded; local
295 EXPECT_EQ(AVB_IO_RESULT_OK, avb_ab_data_read(ops_.avb_ab_ops(), &loaded));
296 EXPECT_EQ(AVB_AB_MAX_PRIORITY, loaded.slots[0].priority);
297 EXPECT_EQ(AVB_AB_MAX_TRIES_REMAINING, loaded.slots[0].tries_remaining);
298 EXPECT_EQ(0, loaded.slots[0].successful_boot);
299 EXPECT_EQ(AVB_AB_MAX_PRIORITY - 1, loaded.slots[1].priority);
300 EXPECT_EQ(AVB_AB_MAX_TRIES_REMAINING, loaded.slots[1].tries_remaining);
301 EXPECT_EQ(0, loaded.slots[1].successful_boot);
309 EXPECT_EQ(AVB_IO_RESULT_OK, avb_ab_data_read(ops_.avb_ab_ops(), &loaded));
310 EXPECT_EQ(2, loaded
[all...]
/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.h304 bool loaded; member in class:CFX_CTTGSUBTable
/external/iproute2/include/
H A Dxtables.h280 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:xtables_match
357 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:xtables_target
/external/ImageMagick/MagickCore/
H A Dopencl.c1337 loaded;
1357 loaded=LoadCachedOpenCLKernel(device,filename);
1358 if (loaded == MagickFalse)
1379 if (loaded == MagickFalse)
1336 loaded; local
/external/clang/bindings/python/clang/
H A Dcindex.py34 can be loaded from .ast files or parsed on the fly.
532 raise ValueError,'{0} value {1} already loaded'.format(
1625 raise ValueError,'StorageClass already loaded'
2416 TranslationUnit.save()) is loaded from the filename specified.
2418 If the file cannot be loaded, a TranslationUnitLoadError will be
2590 saved file can be loaded back into a TranslationUnit. Or, if it
2732 # The database could not be loaded
3630 loaded = False variable in class:Config
3635 if Config.loaded:
3644 if Config.loaded
[all...]
/external/iptables/include/
H A Dxtables.h299 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:xtables_match
379 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:xtables_target
/external/iptables/libxtables/
H A Dxtables.c420 static bool loaded = false; local
423 if (loaded)
427 loaded = true;
433 loaded = true;
680 if (ptr && !ptr->loaded) {
682 ptr->loaded = 1;
754 if (ptr && !ptr->loaded) {
756 ptr->loaded = 1;
/external/v8/tools/gcmole/
H A Dgcmole.cc238 static bool loaded = false; member in namespace:__anon21960
243 if (loaded) return;
250 loaded = true;
/external/valgrind/callgrind/
H A Dsim.c52 * which loaded the line into cache.
86 line_loaded* loaded; member in struct:__anon22844
162 c->loaded[i].memline = 0;
163 c->loaded[i].use_base = 0;
164 c->loaded[i].dep_use = 0;
165 c->loaded[i].iaddr = 0;
613 c->loaded = CLG_MALLOC("cl.sim.cu_ic.2",
715 idx, L.loaded[idx].memline, L.loaded[idx].iaddr, \
732 i, idx, L.loaded[id
854 line_loaded* loaded = &(LL.loaded[idx]); local
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1112 (they are never loaded) or have been corrupted, so try again
1569 VG_(message)(Vg_UserMsg, " no symbols or debug info loaded\n" );
1693 Bool loaded = False; local
1715 loaded = True;
1725 loaded = True;
1729 if (!loaded) {
2370 section in the transiently loaded oimage is assigned to
2375 ld.so may not have loaded them yet, so there is no guarantee
/external/elfutils/src/
H A Delflint.c1281 the loaded segments are and b) which are read-only. This will
1283 modifying loaded and not loaded segments. */
1355 struct loaded_segment *loaded, enum load_state *statep)
1365 are marked non-loaded, though. */
1436 while (loaded != NULL)
1438 if (r_offset < loaded->to
1439 && r_offset + (sym == NULL ? 0 : sym->st_size) >= loaded->from)
1442 if (loaded->read_only)
1454 loaded
1351 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) argument
1485 struct loaded_segment *loaded = NULL; local
1536 struct loaded_segment *loaded = NULL; local
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h831 /* loaded :: A flag to indicate whether the PS names are loaded. */
839 FT_Bool loaded; member in struct:TT_Post_NamesRec_
929 FT_Bool loaded; member in struct:TT_BDFRec_
1106 /* while the other features are only loaded if MM support is */
1190 /* not loaded by the driver on face opening. */
1210 /* given glyph when all data has been loaded. */
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h795 /* loaded :: A flag to indicate whether the PS names are loaded. */
803 FT_Bool loaded; member in struct:TT_Post_NamesRec_
893 FT_Bool loaded; member in struct:TT_BDFRec_
1126 /* not loaded by the driver on face opening. */
1146 /* given glyph when all data has been loaded. */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jar ... core.runtime.preferences.IEclipsePreferences node protected void loaded () protected void load () String relativePath protected org.eclipse. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c351 IRExpr* loaded = NULL; local
354 loaded = loadLE(Ity_I32, addr); break;
356 loaded = unop(Iop_8Uto32, loadLE(Ity_I8, addr)); break;
358 loaded = unop(Iop_8Sto32, loadLE(Ity_I8, addr)); break;
360 loaded = unop(Iop_16Uto32, loadLE(Ity_I16, addr)); break;
362 loaded = unop(Iop_16Sto32, loadLE(Ity_I16, addr)); break;
366 vassert(loaded != NULL);
367 assign(dst, loaded);
370 loaded data before putting the data in 'dst'. If the load
12585 amongst the values loaded, calle
[all...]

Completed in 757 milliseconds

123