Searched defs:used (Results 201 - 219 of 219) sorted by relevance

123456789

/external/expat/lib/
H A Dxmlparse.c101 size_t used; member in struct:__anon20553
232 /* The XML_Char before the name is used to determine whether
1981 /* V1 is used to string-ize the version number. However, it would
2520 buffer which gets re-used; so we have to add them again
2775 namespace are used. For this case we have a check further down.
5441 /* skip quotation mark - its storage will be re-used (like in name[-1]) */
6005 if (table->used >> (table->power - 1)) {
6044 (table->used)++;
6056 table->used = 0;
6073 p->used
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c76 // - I used cmos byte 0x3D to store extended information on boot-device
94 // I used memory starting at 0x121 in the segment
166 // 1K of base memory used for Extended Bios Data Area (EBDA)
167 // EBDA is used for PS/2 mouse support, and IDE BIOS, etc.
172 /* 256 bytes at 0x9ff00 -- 0x9ffff is used for the IPL boot table. */
187 # error The ATA/ATAPI Driver can only to be used with a 386+ cpu
190 # error ATA/ATAPI Driver can only be used if EBDA is available
196 # error PCI BIOS can only be used with 386+ cpu
199 # error APM BIOS can only be used with 386+ cpu
614 // for access to RAM area which is used b
8864 ;; no logical CHS mapping used, just physical CHS local
9008 ;; no logical CHS mapping used, just physical CHS local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dobjects.cc2148 // * If there are properties left in the backing store, trim of the space used
3433 // types because LookupOwnRealNamedProperty is used when setting
4041 // Optimization for 2-byte strings often used as keys in a decompression
5685 int used = 0; local
5686 object->GetElementsCapacityAndUsage(&capacity, &used);
5687 new_element_dictionary = SeededNumberDictionary::New(isolate, used);
6205 // means that the map itself has never used the present enum cache. The
7183 // Since this method is used to rewrite an existing transition tree, it can
7719 // used to load global properties from cells.
7870 // deleted elements from unused elements. This distinction is used
13376 int used = 0; local
13382 GetElementsCapacityAndUsage(int* capacity, int* used) argument
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jar ... nestedvm.util.ELF$Symbol gp private boolean used private static String[] options static Class class$org$ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c133 ** It used to be the case that setting this value to zero would
147 ** A value of 0 used to mean that the limit was not enforced.
204 ** is used internally to track attached databases.
299 #pragma warn -aus /* Assigned value is never used */
327 ** The following macros are used to cast pointers to integers and
364 ** Older versions of SQLite used an optional THREADSAFE macro.
392 ** (Historical note: There used to be several other options, but we've
450 ** The testcase() macro is used to aid in coverage testing. When
456 ** can be used to make sure boundary values are tested. For
457 ** bitmask tests, testcase() can be used t
17800 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
17821 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
97855 Bitmask used; /* Bitmask of cursors used by this plan */ member in struct:WhereCost
99308 Bitmask used = 0; local
100415 Bitmask used = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c173 ** These no-op macros are used in front of interfaces to mark those
179 ** These macros used to resolve to various kinds of compiler magic that
180 ** would generate warning messages when they were used. But that
207 ** numbers used in [SQLITE_VERSION].)^
310 ** This interface can be used by an application to make sure that the
535 #define SQLITE_MISUSE 21 /* Library used incorrectly */
709 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
754 ** This object defines the methods used to perform various operations
873 ** The [SQLITE_FCNTL_LOCKSTATE] opcode is used for debugging. This
878 ** is used durin
19838 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
19859 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c173 ** These no-op macros are used in front of interfaces to mark those
179 ** These macros used to resolve to various kinds of compiler magic that
180 ** would generate warning messages when they were used. But that
207 ** numbers used in [SQLITE_VERSION].)^
310 ** This interface can be used by an application to make sure that the
535 #define SQLITE_MISUSE 21 /* Library used incorrectly */
709 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
754 ** This object defines the methods used to perform various operations
873 ** The [SQLITE_FCNTL_LOCKSTATE] opcode is used for debugging. This
878 ** is used durin
19838 sqlite3MemoryAlarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
19859 sqlite3_memory_alarm( void(*xCallback)(void *pArg, sqlite3_int64 used,int N), void *pArg, sqlite3_int64 iThreshold ) argument
[all...]
/external/proguard/lib/
H A Dproguard.jar ... private final proguard.shrink.UsageMarker usageMarker private boolean used private boolean anyUsed public void " href="/5.0.0 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1021 milliseconds

123456789