/external/clang/test/Analysis/ |
objc-arc.m | 108 RDar9424890_A *cell = [obj rdar9424890:WhizFiz]; 109 if (cell == ((void*)0)) { 110 cell = [[RDar9424890_A alloc] initWithCleaner:0 mop:WhizFiz]; // no-warning 112 return cell;
|
/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/llvm/lib/Target/CellSPU/ |
SPUHazardRecognizers.cpp | 1 //===-- SPUHazardRecognizers.cpp - Cell Hazard Recognizer Impls -----------===// 10 // This file implements hazard recognizers for scheduling on Cell SPU 27 // Cell SPU hazard recognizer 29 // This is the pipeline hazard recognizer for the Cell SPU processor. It does
|
/external/llvm/lib/Target/CellSPU/TargetInfo/ |
CellSPUTargetInfo.cpp | 19 X(TheCellSPUTarget, "cellspu", "STI CBEA Cell SPU [experimental]");
|
/external/oprofile/daemon/ |
opd_interface.h | 32 * DOMAIN_SWITCH_CODE (in use on x86) and Cell's SPU_PROFILING_CODE
|
/external/skia/samplecode/ |
SampleStrokePath.cpp | 46 uint8_t cell[9]; local 47 memset(cell, 0xFF, sizeof(cell)); 49 src.fImage = cell;
|
/external/tcpdump/ |
atm.h | 28 * some OAM cell captures (most notably Juniper's)
|
/external/valgrind/main/nightly/conf/ |
cellbuzz-cross.conf | 11 CROSS_PATH="/opt/cell/toolchain/bin"
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSCell.cpp | 212 bool isZombie(const JSCell* cell) 215 return cell && cell->isZombie(); 217 UNUSED_PARAM(cell);
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumMac.mm | 82 // Updates the control tint (a.k.a. active state) of |cell| (from |o|). 91 void RenderThemeChromiumMac::updateActiveState(NSCell* cell, const RenderObject* o) 93 NSControlTint oldTint = [cell controlTint]; 98 [cell setControlTint:tint];
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
dillo | 73 table-cell
|
/frameworks/base/docs/html/reference/renderscript/ |
tabs.css | 23 display: table-cell;
|
/frameworks/base/telephony/java/android/telephony/ |
CellInfo.java | 23 * Represent one snapshot observation of one cell info 57 * @param cellIdentity is observed mobile cell 150 * @return observed cell identity 182 sb.append(", Cell Iden: " + mCellIdentity);
|
/frameworks/rs/driver/ |
rsdVertexArray.h | 30 // An element is a group of Components that occupies one cell in a structure.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherSettings.java | 145 * The X coordinate of the cell holding the favorite 152 * The Y coordinate of the cell holding the favorite 159 * The X span of the cell holding the favorite 165 * The Y span of the cell holding the favorite
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
MemoryUtils.java | 29 * other chips stake their claim, including GPUs, DSPs, cell radios, and any other greedy chips
|
/packages/providers/TelephonyProvider/res/values/ |
strings.xml | 27 info about the carrier and cell network, and also provides
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
elf-em.h | 24 #define EM_SPU 23 /* Cell BE SPU */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
elf-em.h | 24 #define EM_SPU 23 /* Cell BE SPU */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
elf-em.h | 24 #define EM_SPU 23 /* Cell BE SPU */
|
/external/chromium/chrome/browser/resources/ |
about_stats.html | 190 // on a table cell element. To use it, put it in a <td> element: 197 var cell = event.target; 198 var cnum = cell.cellIndex; 200 var row = cell.parentNode; 246 if (cell._reverse) { 249 cell._reverse = false; 253 cell._reverse = true;
|
/external/bzip2/ |
bz-fo.xsl | 162 <fo:table-cell text-align="left" display-align="after"> 165 <fo:block> </fo:block><!-- empty cell --> 167 </fo:table-cell> 168 <fo:table-cell text-align="center" display-align="after"> 178 </fo:table-cell> 220 <fo:table-cell text-align="left" display-align="before"> 223 <fo:block> </fo:block><!-- empty cell --> 225 </fo:table-cell> 226 <fo:table-cell text-align="center" display-align="before"> 236 </fo:table-cell> [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockPattern.java | 24 import com.android.internal.widget.LockPatternView.Cell; 104 protected List<LockPatternView.Cell> mChosenPattern = null; 109 private final List<LockPatternView.Cell> mAnimatePattern = 111 LockPatternView.Cell.of(0, 0), 112 LockPatternView.Cell.of(0, 1), 113 LockPatternView.Cell.of(1, 1), 114 LockPatternView.Cell.of(2, 1) 148 public void onPatternDetected(List<LockPatternView.Cell> pattern) { 161 mChosenPattern = new ArrayList<LockPatternView.Cell>(pattern); 170 public void onPatternCellAdded(List<Cell> pattern) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
EditableDialogCellEditor.java | 80 protected Control createContents(Composite cell) { 81 text = new Text(cell, SWT.SINGLE); 95 // disposed this cell editor 130 text.setFont(cell.getFont()); 131 text.setBackground(cell.getBackground()); 218 * Processes a modify event that occurred in this text cell editor. 260 * value and deactivating this cell editor. 337 * Returns <code>true</code> if this cell editor is 358 * Processes a key release event that occurred in this cell editor. 473 // This means that in some cases the cell editor will still b [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.mm | 92 // Theming doesn't work for bookmark buttons yet (cell text is chucked). 167 // We can't properly set the cell's text color without a control. 169 // the cell is moved to a control, but there is no obvious way to 195 // the retainCount of the cell or its owning control. 225 // Override cell drawing to add a submenu arrow like a real menu.
|