/external/neven/Embedded/common/src/b_TensorEm/ |
MapSequence.h | 40 /** sequence of vector maps */ 118 * Maps vector inVec to outVec (overflow-safe)
|
/external/openssl/crypto/x509v3/ |
pcy_int.h | 131 STACK_OF(X509_POLICY_REF) *maps; member in struct:X509_POLICY_CACHE_st 202 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzYUV.m | 262 plane2 = 2; /* U plane maps to plane 3 */ 263 plane3 = 1; /* V plane maps to plane 2 */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
equivalent.h | 57 // Maps state ID to the representative of the corresponding 68 // Maps set ID to State ID.
|
map.h | 52 // // Maps an arc type A to arc type B. 78 // Maps an arc type A using a mapper function object C, passed 146 // Maps an arc type A using a mapper function object C, passed 154 // Maps an arc type A to an arc type B using mapper function 227 // Maps an arc type A to an arc type B using mapper function 417 // Maps from output state to input state. 425 // Maps from input state to output state. 450 // Maps an arc type A to an arc type B using Mapper function object
|
/external/v8/src/ |
property.h | 103 // The two maps should always have the same prototype, since 114 // descriptor in the new map. This avoids creating multiple maps with
|
flag-definitions.h | 180 "garbage collect maps from which no objects can be reached") 199 "Flush code caches in maps during mark compact cycle.") 202 "Canonicalize maps for object literals.")
|
mark-compact.cc | 232 // except the maps for the object and its possible substrings might be 444 // Empty descriptor array is marked as a root before any maps are marked. 788 // set all the prototype fields of maps back to their original value, 792 // those maps with map transitions that need to be nulled, and only 793 // scan the descriptor arrays of those maps, not all maps. 794 // All of these actions are carried out only on maps of JSObjects [all...] |
/external/webkit/WebCore/bindings/v8/ |
DOMDataStore.cpp | 76 // 2.2. Otherwise, go through all thread maps to find the owning thread. 172 break; // There might be at most one wrapper for the node in world's maps
|
/external/webkit/WebCore/platform/graphics/ |
GlyphPageTreeNode.h | 149 // The glyph page tree is a data structure that maps (FontData, glyph page number) 155 // Each root node maps a FontData pointer to another GlyphPageTreeNode at
|
/frameworks/base/core/java/android/content/ |
SyncQueue.java | 20 import com.google.android.collect.Maps; 41 private final HashMap<String, SyncOperation> mOperationsMap = Maps.newHashMap();
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 46 /** maps local variable to a list of associated SSA registers */ 170 * Maps all local-associated parameters to rop registers. 227 * Maps all local-associated registers that are not parameters. 421 * Maps any parameter that isn't local-associated, which can happen 508 * Maps all non-parameter, non-local variable registers. 661 * Maps the source registers of the specified instruction such that they [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
TreeMapTest.java | 858 assertFalse("Maps should not be equal 1", m1.equals(m2)); 859 assertFalse("Maps should not be equal 2", m2.equals(m1)); 866 assertFalse("Maps should not be equal 3", m1.equals(m2)); 867 assertFalse("Maps should not be equal 4", m2.equals(m1)); 874 assertFalse("Maps should not be equal 5", m1.equals(m2)); 875 assertFalse("Maps should not be equal 6", m2.equals(m1));
|
/external/quake/quake/src/QW/client/ |
r_surf.c | 139 int maps; local 163 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ; 164 maps++) 166 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
|
/external/quake/quake/src/WinQuake/ |
r_surf.cpp | 156 int maps;
local 180 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
181 maps++)
183 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
|
/external/webkit/WebCore/rendering/ |
RenderCounter.cpp | 261 CounterMaps& maps = counterMaps(); 266 CounterNode* currentCounter = maps.get(currentRenderer)->get(identifier.impl()); 367 CounterMaps& maps = counterMaps(); local 368 CounterMaps::iterator mapsIterator = maps.find(renderer); 369 if (mapsIterator == maps.end()) 377 maps.remove(mapsIterator);
|
/external/v8/src/arm/ |
stub-cache-arm.cc | 145 // Load the initial map. The global functions all have initial maps. 577 // Check that the maps haven't changed. 619 // Check that the maps haven't changed. 624 // that their maps haven't changed. 662 // Check that the maps haven't changed. 682 // Check that the maps haven't changed. 706 // Check that the maps haven't changed. 845 // Check that the maps haven't changed. 864 // Check that the maps starting from the prototype haven't changed. 885 // Check that the maps starting from the prototype haven't changed [all...] |
/dalvik/libcore/json/src/main/java/org/json/ |
JSONObject.java | 197 * Maps {@code name} to {@code value}, clobbering any existing name/value 208 * Maps {@code name} to {@code value}, clobbering any existing name/value 221 * Maps {@code name} to {@code value}, clobbering any existing name/value 232 * Maps {@code name} to {@code value}, clobbering any existing name/value 243 * Maps {@code name} to {@code value}, clobbering any existing name/value
|
/cts/tests/src/android/widget/cts/util/ |
ListScenario.java | 38 import com.google.android.collect.Maps; 55 private Map<Integer, Double> mOverrideItemScreenSizeFactors = Maps.newHashMap(); 105 private Map<Integer, Double> mOverrideItemScreenSizeFactors = Maps.newHashMap();
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 314 * @param prefix The prefix that maps to the URI 327 * @param prefix The prefix that maps to the URI 382 { // that maps ns1 prefix to "" URI
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
MapDifference.html | 124 <TD><CODE><B>Maps.</B><B><A HREF="../../../../../com/google/common/collect/Maps.html#difference(java.util.Map, java.util.Map)">difference</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><? extends K,? extends V> left, 128 Computes the difference between two maps.</TD>
|
/external/v8/src/x64/ |
stub-cache-x64.cc | 107 // Load the initial map. The global functions all have initial maps. 397 // Check that the maps haven't changed. 690 // Check that the maps haven't changed. 710 // Check that the maps starting from the prototype haven't changed. 730 // Check that the maps starting from the prototype haven't changed. 752 // Check that the maps starting from the prototype haven't changed. [all...] |
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCache.java | 50 import com.google.android.collect.Maps; 280 mServices = Maps.newHashMap(); 428 mPersistentServices = Maps.newHashMap();
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListScenario.java | 31 import com.google.android.collect.Maps; 54 private Map<Integer, Double> mOverrideItemScreenSizeFactors = Maps.newHashMap(); 104 private Map<Integer, Double> mOverrideItemScreenSizeFactors = Maps.newHashMap();
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 75 applications (such as Maps). You can try out the examples yourself in 110 of applications that may include email, calendar, browser, maps, text 218 Maps - one activity to view a location on a map, a second for lists 327 starting an activity that defines itself as a new task. Maps and 329 address in an email starts the Maps activity as a new task, and 539 activity. This scenario demonstrates launching the Maps application. 581 State 4 - The user presses Home, then Maps to return to the map, which by now has fully loaded. [all...] |