| /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ | 
| tcp.h | 19  __u16 source;  member in struct:tcphdr 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ | 
| ConstraintPainter.java | 2  * Copyright (C) 2011 The Android Open Source Project 51  * such as a source node having its top edge constrained to a target node with a given margin.
 65      * @param sourceBounds the source bounds
 87         ViewData source = constraint.from;  local
 90         INode sourceNode = source.node;
 180      * Paints a constraint of the given type from the given source node, to the
 235      * A corner is one where there are two constraints from this source node to the
 252      *             <-- Source |
 263      *             | Source |
 269      * @param sourceNode the source nod
 [all...]
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ | 
| MainLaunchConfigTab.java | 2  * Copyright (C) 2007 The Android Open Source Project 104             Object source = e.getSource();  local
 105             if (source == mProjButton) {
 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ | 
| LintListDialog.java | 2  * Copyright (C) 2011 The Android Open Source Project 202         Object source = e.getSource();  local
 203         if (source == mList.getTreeViewer().getControl()) {
 206         } else if (source == mShowButton) {
 211         } else if (source == mFixButton) {
 230         } else if (source == mIgnoreTypeButton) {
 237         } else if (source == mIgnoreButton) {
 241         } else if (source == mIgnoreAllButton) {
 293         Object source = e.getSource();  local
 294         if (source == mList.getTreeViewer().getControl())
 [all...]
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ | 
| WelcomeWizardPage.java | 2  * Copyright (C) 2011 The Android Open Source Project 167         Object source = e.getSource();  local
 169         if (source == mExistingDirButton) {
 180         } else if (source == mNewDirButton) {
 190         } else if (source == mInstallNewRadio) {
 195         } else if (source == mUseExistingRadio) {
 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ | 
| ProjectNamePage.java | 2  * Copyright (C) 2011 The Android Open Source Project 207         Object source = e.getSource();  local
 209         if (source == mProjectNameText) {
 214         } else if (source == mLocationText) {
 258         Object source = e.getSource();  local
 260         if (source == mCreateNewButton && mCreateNewButton != null
 271         } else if (source == mCreateSampleRadioButton && mCreateSampleRadioButton.getSelection()) {
 284         } else if (source == mUseDefaultCheckBox) {
 287         } else if (source == mBrowseButton) {
 296     * the location path is enabled when using the "existing source" mode (i.e. not new project
 [all...]
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ | 
| ActivityPage.java | 2  * Copyright (C) 2012 The Android Open Source Project 307         Object source = e.getSource();  local
 308         if (source == mCreateToggle) {
 311         } else if (source == mList) {
 
 | 
| ProjectContentsPage.java | 2  * Copyright (C) 2012 The Android Open Source Project 213         Object source = e.getSource();  local
 214         if (source == mLocationText) {
 247         Object source = e.getSource();  local
 248         if (source == mCustomIconToggle) {
 250         } else if (source == mLibraryToggle) {
 252         } else if (source == mCreateActivityToggle) {
 254         } else if (source == mUseDefaultLocationToggle) {
 257         } else if (source == mChooseLocationButton) {
 
 | 
| /system/core/init/ | 
| builtins.c | 2  * Copyright (C) 2008 The Android Open Source Project 364     char *source, *target, *system;  local
 388     source = args[2];
 391     if (!strncmp(source, "mtd@", 4)) {
 392         n = mtd_name_to_number(source + 4);
 406     } else if (!strncmp(source, "loop@", 5)) {
 411         fd = open(source + 5, mode);
 448             wait_for_file(source, COMMAND_RETRY_TIMEOUT);
 449         if (mount(source, target, system, flags, options) < 0) {
 
 | 
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ | 
| org.eclipse.core.databinding_1.3.100.I20100601-0800.jar |  | 
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ | 
| DTMDocumentImpl.java | 102    * be able to tell the source when to send us more data. 173    * know what source it's reading from, what thread that source will run in,
 176    * @param source The IncrementalSAXSource that we want to recieve events from
 179   public void setIncrementalSAXSource(IncrementalSAXSource source)
 181     m_incrSAXSource=source;
 184     source.setContentHandler(this);
 185     source.setLexicalHandler(this);
 189     //source.setErrorHandler(this);
 190     //source.setDTDHandler(this)
 [all...]
 |