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

12

/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/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
H A Dconfig.py63 loaded = None variable in class:Config
72 values. These modules are marked as loaded.
74 self.loaded = []
84 self.loaded.append(module)
92 ``default_config`` global variable that is loaded by this function,
101 if module not in self.loaded:
108 self.loaded.append(module)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc34 lib->loaded = false;
45 if (!lib->loaded && lib->real_name == 0 &&
51 // Scan suppressions list and find newly loaded and unloaded libraries.
56 bool loaded = false; local
65 if (loaded) {
71 loaded = true;
72 if (lib->loaded)
78 lib->loaded = true;
86 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/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java79 public boolean loaded () method in class:ClassItem
/external/iproute2/include/
H A Dip6tables.h61 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:ip6tables_match
111 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:ip6tables_target
H A Diptables.h84 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:iptables_match
137 unsigned int loaded; /* simulate loading so options are merged properly */ member in struct:iptables_target
/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/linux-tools-perf/src/tools/perf/util/
H A Ddso.h89 u8 loaded; member in struct:dso
101 dso->loaded |= (1 << type);
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py1180 """Sets the function that adapts loaded handlers for dispatching.
1325 loaded = None variable in class:Config
1329 self.loaded = []
1337 time it is requested, and mark the key as loaded.
1351 if key in self.loaded:
1359 self.loaded.append(key)
/external/iptables/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/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.h27 CFX_CTTGSUBTable(void): m_bFeautureMapLoad(FALSE), loaded(false) {};
28 CFX_CTTGSUBTable(FT_Bytes gsub): m_bFeautureMapLoad(FALSE), loaded(false)
35 return loaded;
405 bool loaded; member in class:CFX_CTTGSUBTable
/external/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc70 Node* loaded = t.LoadField(load, t.PointerConstant(&input)); local
71 Node* convert = t.NumberToInt32(loaded);
98 Node* loaded = t.LoadField(load, t.PointerConstant(&input)); local
99 Node* convert = t.NumberToUint32(loaded);
/external/clang/bindings/python/clang/
H A Dcindex.py34 can be loaded from .ast files or parsed on the fly.
515 raise ValueError,'{0} value {1} already loaded'.format(
1549 raise ValueError,'StorageClass already loaded'
2331 TranslationUnit.save()) is loaded from the filename specified.
2333 If the file cannot be loaded, a TranslationUnitLoadError will be
2505 saved file can be loaded back into a TranslationUnit. Or, if it
2647 # The database could not be loaded
3490 loaded = False variable in class:Config
3495 if Config.loaded:
3504 if Config.loaded
[all...]
/external/iptables/libxtables/
H A Dxtables.c405 static bool loaded = false; local
408 if (loaded)
412 loaded = true;
418 loaded = true;
657 if (ptr && !ptr->loaded) {
659 ptr->loaded = 1;
730 if (ptr && !ptr->loaded) {
732 ptr->loaded = 1;
/external/v8/tools/gcmole/
H A Dgcmole.cc238 static bool loaded = false; member in namespace:__anon14966
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:__anon15849
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.c1109 (they are never loaded) or have been corrupted, so try again
1566 VG_(message)(Vg_UserMsg, " no symbols or debug info loaded\n" );
1690 Bool loaded = False; local
1712 loaded = True;
1722 loaded = True;
1726 if (!loaded) {
2355 section in the transiently loaded oimage is assigned to
2360 ld.so may not have loaded them yet, so there is no guarantee
/external/elfutils/src/src/
H A Delflint.c1261 the loaded segments are and b) which are read-only. This will
1263 modifying loaded and not loaded segments. */
1335 struct loaded_segment *loaded, enum load_state *statep)
1345 are marked non-loaded, though. */
1416 while (loaded != NULL)
1418 if (r_offset < loaded->to
1419 && r_offset + (sym == NULL ? 0 : sym->st_size) >= loaded->from)
1422 if (loaded->read_only)
1434 loaded
1331 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
1465 struct loaded_segment *loaded = NULL; local
1516 struct loaded_segment *loaded = NULL; local
[all...]
/external/freetype/include/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/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h797 /* loaded :: A flag to indicate whether the PS names are loaded. */
805 FT_Bool loaded; member in struct:TT_Post_NamesRec_
895 FT_Bool loaded; member in struct:TT_BDFRec_
1128 /* not loaded by the driver on face opening. */
1148 /* 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. ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.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 1283 milliseconds

12