/external/v8/src/ic/x64/ |
handler-compiler-x64.cc | 222 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); local 224 DCHECK(cell->value()->IsTheHole(isolate)); 225 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); 388 Handle<WeakCell> cell = Map::WeakCellForMap(transition); local 390 __ LoadWeakValue(map_reg, cell, miss); 443 Handle<Cell> validity_cell = 447 __ Move(scratch1, validity_cell, RelocInfo::CELL); 448 // Move(..., CELL) loads the payload's address! 460 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map); local 461 __ CmpWeakValue(scratch1, cell, scratch2) 663 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback); local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 42 Cell **fldtab; /* pointers to Cells */ 55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE }; 56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE }; 62 || (fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *))) == NULL 63 || (fldtab[0] = (Cell *) malloc(sizeof(Cell))) == NULL ) 77 fldtab[i] = (Cell *) malloc(sizeof (struct Cell)); 225 Cell *x [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_sub_view_util.html | 149 * name of a cell. If omitted, the rule will match any cell. 175 * Given a name of a cell, the corresponding column constructor and 177 * column's name. For example, given a cell with name 'inner_size', the 181 * After columns are constructed for all cell names, they are sorted in 287 cell: function(row) { 288 var cell = row; 291 if (cell === undefined) 293 cell = cell[cellPath[i]] [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout12.java | 25 * <p>This example shows how to use cell spanning in a table layout.</p>
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
OnRowAdditionAnimationListener.java | 23 * to prevent unpredictable behaviour during the actual cell animation.
|
/device/moto/shamu/overlay/frameworks/base/core/res/res/values-mcc440-mnc20/ |
config.xml | 26 <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
|
/external/autotest/client/site_tests/cellular_Signal/ |
control | 7 PURPOSE = "Verify cell modem properly deals with technology changes."
|
/external/autotest/client/site_tests/cellular_ZeroSignal/ |
control | 7 PURPOSE = "Verify cell modem properly deals with signal changes."
|
/external/autotest/client/site_tests/network_PortalStress/ |
control | 11 Use test_that with --args=service_name=cell to test the
|
/external/autotest/frontend/client/src/autotest/public/ |
tkoclient.css | 37 div.spreadsheet-cell-nonclickable {
|
/external/autotest/server/cros/network/ |
lucid_sleep_test_base.py | 12 Lucid Sleep tests are WiFi cell tests that perform wake-on-WiFi-related
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
pending-spec-changes.dat | 34 30: A table cell was implicitly closed, but there were open elements.
|
/external/eigen/doc/ |
eigendoxy_tabs.css | 23 display: table-cell;
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
TableCollectionTest.java | 21 import com.google.common.collect.Table.Cell; 93 implements TestSetGenerator<Cell<String, Integer, Character>> { 95 public SampleElements<Cell<String, Integer, Character>> samples() { 96 return new SampleElements<Cell<String, Integer, Character>>( 105 public Set<Cell<String, Integer, Character>> create( 110 Cell<String, Integer, Character> cell local 111 = (Cell<String, Integer, Character>) element; 112 table.put(cell.getRowKey(), cell.getColumnKey(), cell.getValue()) [all...] |
/external/iproute2/ |
README.iproute2+tc | 19 tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 \ 25 allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20 avpkt 1000 30 allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20 avpkt 1000 split 1:0 \ 36 allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20 avpkt 1000 split 1:0 \
|
/external/iw/ |
ibss.c | 195 "Leave the current IBSS cell."); 201 "Join the IBSS cell with the given SSID, if it doesn't exist create\n" 203 "join/create a cell on a different frequency. When a fixed BSSID is\n" 204 "requested use that BSSID and do not adopt another cell's BSSID even\n"
|
/external/libjpeg-turbo/doc/html/ |
tabs.css | 24 display: table-cell;
|
/external/skia/samplecode/ |
SampleStrokePath.cpp | 46 uint8_t cell[9]; 47 memset(cell, 0xFF, sizeof(cell)); 49 src.fImage = cell;
|
/external/tcpdump/ |
atm.h | 26 * some OAM cell captures (most notably Juniper's)
|
/external/valgrind/nightly/conf/ |
cellbuzz-cross.conf | 11 CROSS_PATH="/opt/cell/toolchain/bin"
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WakeLockStateMachine.java | 45 /** Result receiver called for current cell broadcast. */ 135 * Idle state delivers Cell Broadcasts to receivers. It acquires the wakelock, which is 179 * Waiting state waits for the result receiver to be called for the current cell broadcast. 180 * In this state, any new cell broadcasts are deferred until we return to Idle state.
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_blackberry_photo.vcf | 42 TEL;TYPE=CELL:+5555556
|
/frameworks/rs/driver/ |
rsdVertexArray.h | 30 // An element is a group of Components that occupies one cell in a structure.
|
/ndk/docs/Additional_library_docs/renderscript/ |
tabs.css | 23 display: table-cell;
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastOtherChannelsManager.java | 30 * CellBroadcastOtherChannelsManager handles the additional cell broadcast channels that 55 * Cell broadcast channel range 110 * Get the instance of the cell broadcast other channel manager 121 * Get cell broadcast channels enabled by the carriers.
|