/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERConstructedSequence.java | 27 * As DER requires the constructed, definite-length model to
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactInfo.java | 20 * A model object containing contact data.
|
/external/freetype/src/autofit/ |
afglobal.h | 40 * model the global hints data for a given face, decomposed into
|
/external/jpeg/ |
jconfig.vc | 14 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
|
/external/junit/src/junit/swingui/ |
TestTreeModel.java | 17 * A tree model for a Test. 27 * Constructs a tree model with the given test as its root. 140 * Called when the value of the model object was changed in the view 143 // we don't support direct editing of the model
|
/external/openssl/crypto/des/times/ |
aix.cc | 3 This machine is a Bull Estrella Minitower Model MT604-100
|
/external/qemu/ |
net.h | 28 char *model; member in struct:VLANClientState 56 const char *model, 75 void qemu_check_nic_model(NICInfo *nd, const char *model); 89 const char *model; member in struct:NICInfo
|
net-android.c | 312 "model=%s,macaddr=%02x:%02x:%02x:%02x:%02x:%02x", 313 vc->model, 318 static char *assign_name(VLANClientState *vc1, const char *model) 328 if (vc != vc1 && strcmp(vc->model, model) == 0) 332 snprintf(buf, sizeof(buf), "%s.%d", model, id); 338 const char *model, 348 vc->model = strdup(model); 352 vc->name = assign_name(vc, model); 1575 char *model; member in struct:NetSocketListenState [all...] |
net.c | 307 "model=%s,macaddr=%02x:%02x:%02x:%02x:%02x:%02x", 308 vc->model, 313 static char *assign_name(VLANClientState *vc1, const char *model) 323 if (vc != vc1 && strcmp(vc->model, model) == 0) 327 snprintf(buf, sizeof(buf), "%s.%d", model, id); 333 const char *model, 343 vc->model = strdup(model); 347 vc->name = assign_name(vc, model); 1490 char *model; member in struct:NetSocketListenState [all...] |
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
Info.plist | 24 <string>Simple Netscape plug-in that draws using CoreGraphics and handles events using the Cocoa event model</string>
|
/packages/apps/Mms/src/com/android/mms/model/ |
ContentRestrictionFactory.java | 17 package com.android.mms.model;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestElementNode.java | 17 package com.android.ide.eclipse.adt.internal.editors.manifest.model; 32 * Each tree viewer used in the application page's parts needs to keep a model representing 35 * Each node acts as an intermediary model between the actual XML model (the real data support)
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
FieldPool.java | 22 import signature.model.impl.SigEnumConstant; 23 import signature.model.impl.SigField;
|
GenericSignatureParser.java | 21 import signature.model.IClassDefinition; 22 import signature.model.IClassReference; 23 import signature.model.IConstructor; 24 import signature.model.IGenericDeclaration; 25 import signature.model.IMethod; 26 import signature.model.ITypeReference; 27 import signature.model.ITypeVariableDefinition; 28 import signature.model.ITypeVariableReference; 29 import signature.model.impl.SigArrayType; 30 import signature.model.impl.SigParameterizedType [all...] |
/external/qemu/hw/ |
watchdog.h | 43 /* Longer description (eg. manufacturer and full model number). */ 60 extern void watchdog_add_model(WatchdogTimerModel *model);
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorSymbian.cpp | 30 // Set the page size to 256 Kb to compensate for moving memory model limitation 38 // The moving memory model (as used in ARMv5 and earlier platforms)
|
/frameworks/base/core/java/com/android/internal/app/ |
AlertActivity.java | 34 * The model for the alert. 66 * Sets up the alert, including applying the parameters to the alert model,
|
/external/zlib/msdos/ |
Makefile.msc | 6 # To compile in small model, set below: MODEL=S 23 # Memory model: one of S, M, C, L (small, medium, compact, large) 24 MODEL=L 27 CFLAGS=-nologo -A$(MODEL) -G$(CPU_TYP) -W3 -Oait -Gs $(LOC) 38 ZLIB_LIB = zlib_$(MODEL).lib
|
/frameworks/base/awt/java/awt/image/ |
ImageConsumer.java | 98 * @param model 101 public void setColorModel(ColorModel model); 114 * @param model 124 public void setPixels(int x, int y, int w, int h, ColorModel model, int[] pixels, int off, 138 * @param model 148 public void setPixels(int x, int y, int w, int h, ColorModel model, byte[] pixels, int off,
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
KindSectionView.java | 20 import com.android.contacts.model.Editor; 21 import com.android.contacts.model.EntityDelta; 22 import com.android.contacts.model.EntityModifier; 23 import com.android.contacts.model.ContactsSource.DataKind; 24 import com.android.contacts.model.Editor.EditorListener; 25 import com.android.contacts.model.EntityDelta.ValuesDelta;
|
/development/samples/BrowserPlugin/jni/ |
main.cpp | 168 // select the drawing model based on user input 169 ANPDrawingModel model = kBitmap_ANPDrawingModel; local 174 model = kBitmap_ANPDrawingModel; 177 model = kSurface_ANPDrawingModel; 179 gLogI.log(kDebug_ANPLogType, "------ %p DrawingModel is %d", instance, model); 184 // notify the plugin API of the drawing model we wish to use. This must be 187 reinterpret_cast<void*>(model)); 189 gLogI.log(kError_ANPLogType, "request model %d err %d", model, err); 243 // check to ensure the pluginType supports the model [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowActivity.java | 25 import com.android.mms.model.LayoutModel; 26 import com.android.mms.model.RegionModel; 27 import com.android.mms.model.SlideshowModel; 28 import com.android.mms.model.SmilHelper; 164 final SlideshowModel model; local 167 model = SlideshowModel.createFromMessageUri(this, msg); 175 PresenterFactory.getPresenter("SlideshowPresenter", this, mSlideView, model); 190 mSmilDoc = SmilHelper.getDocument(model); 196 LayoutModel layout = model.getLayout();
|
/cts/tools/signature-tools/test/signature/converter/ |
ConvertVisibilityTest.java | 30 import signature.model.IApi;
31 import signature.model.IClassDefinition;
32 import signature.model.IMethod;
33 import signature.model.IPackage;
34 import signature.model.util.ModelUtil;
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 54 * <p>The content model will consist of the string "EMPTY", the 56 * by an occurrence indicator. The model will be normalized so 64 * @param model The content model as a normalized string. 67 public abstract void elementDecl (String name, String model)
|
/external/quake/quake/src/WinQuake/data/ |
HELP.TXT | 43 and model.
72 Video card brand and model: (only if video problem)
73 Audio card brand and model: (only if audio problem)
74 Modem brand and model: (only if modem problem)
75 Network card brand and model: (only if netgame problem)
|