/external/kernel-headers/original/asm-arm/ |
sigcontext.h | 5 * Signal context structure - contains all info to do with the state
|
/external/kernel-headers/original/asm-x86/ |
math_emu.h | 13 struct info { struct
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_DSCP.h | 15 /* target info */
|
/external/openssl/apps/ |
privkey.pem | 3 DEK-Info: DES-EDE3-CBC,BA26229A1653B7FF
|
/external/protobuf/gtest/xcode/Config/ |
FrameworkTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
StaticLibraryTarget.xcconfig | 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8DocumentLocationCustom.cpp | 35 v8::Handle<v8::Value> V8Document::locationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 37 Document* document = V8Document::toNative(info.Holder()); 45 void V8Document::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 47 Document* document = V8Document::toNative(info.Holder());
|
V8HTMLFrameElementCustom.cpp | 44 void V8HTMLFrameElement::srcAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 46 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder()); 55 void V8HTMLFrameElement::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 57 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder());
|
/external/webkit/WebCore/platform/graphics/cg/ |
PatternCG.cpp | 37 static void patternCallback(void* info, CGContextRef context) 39 CGImageRef platformImage = static_cast<Image*>(info)->getCGImageRef(); 48 static void patternReleaseCallback(void* info) 50 static_cast<Image*>(info)->deref();
|
/external/webkit/WebKit/mac/Misc/ |
WebNSFileManagerExtras.m | 105 FSCatalogInfo info; 116 error = FSGetCatalogInfo(&ref, kFSCatInfoVolume, &info, NULL, NULL, NULL); 122 error = FSGetVolumeInfo(info.volume, 0, NULL, kFSVolInfoNone, NULL, NULL, &rootRef); 158 MetaDataInfo *info = (MetaDataInfo *)context; 159 WKSetMetadataURL(info->URLString, info->referrer, info->path); 161 HardRelease(info->URLString); 162 HardRelease(info->referrer); 163 HardRelease(info->path) [all...] |
/external/zlib/contrib/minizip/ |
iowin32.h | 10 For more info read MiniZip_info.txt
|
/frameworks/base/core/java/com/android/internal/util/ |
ProcessedMessages.java | 43 public class Info { 55 Info(Message message, HierarchicalState state, HierarchicalState orgState) { 120 private Vector<Info> mMessages = new Vector<Info>(); 165 Info get(int index) { 188 mMessages.add(new Info(message, state, orgState)); 190 Info info = mMessages.get(mOldestIndex); local 195 info.update(message, state, orgState);
|
/frameworks/base/core/jni/ |
android_text_AndroidBidi.cpp | 45 jbyte* info = env->GetByteArrayElements(infoArray, NULL); local 46 if (info != NULL) { 52 info[i] = ubidi_getLevelAt(bidi, i); 60 env->ReleaseByteArrayElements(infoArray, info, 0);
|
/frameworks/base/services/java/com/android/server/am/ |
TaskRecord.java | 41 TaskRecord(int _taskId, ActivityInfo info, Intent _intent, 44 affinity = info.taskAffinity; 46 setIntent(_intent, info); 57 void setIntent(Intent _intent, ActivityInfo info) { 60 if (info.targetActivity == null) { 66 info.packageName, info.targetActivity); 76 origActivity = new ComponentName(info.packageName, info.name);
|
/hardware/qcom/media/libstagefrighthw/ |
QComHardwareRenderer.cpp | 98 PLATFORM_PRIVATE_PMEM_INFO *info = local 101 if (info != NULL) { 103 publishBuffers(info->pmem_fd); 110 *offset = info->offset;
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
PKIFailureInfo.java | 85 * The requested additional info is not available 128 for (PKIFailureInfo info : values()){ 129 if (value == info.value) { 130 return info;
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
BookmarkPicker.java | 218 ResolveInfo info = resolveList.get(i); local 226 map.put(KEY_TITLE, getResolveInfoTitle(info)); 227 map.put(KEY_RESOLVE_INFO, info); 232 /** Get the title for a resolve info. */ 233 private String getResolveInfoTitle(ResolveInfo info) { 234 CharSequence label = info.loadLabel(getPackageManager()); 235 if (label == null) label = info.activityInfo.name; 243 ResolveInfo info = mResolveList.get(position); 248 // We can go ahead and return the clicked info's intent 249 Intent intent = getIntentForResolveInfo(info, Intent.ACTION_MAIN) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ViewClassInfo.java | 42 /** ViewLayout class info owning this layout data */ 61 /** Returns the ViewLayout class info enclosing this layout data. Cannot null. */ 65 /** Returns the super class info. Can be null. */ 79 /** Layout data info for a layout class. Null for all non-layout classes and always 122 /** Returns the LayoutData info for layout classes. Null for non-layout view classes. */ 128 * Sets a link on the info of the super class of this View or ViewGroup. 130 * The super class info must be of the same kind (i.e. group to group or view to view) 131 * except for the top ViewGroup which links to the View info. 133 * The super class cannot be null except for the top View info.
|
/system/core/fastboot/ |
usb_linux.c | 100 struct usb_ifc_info info; local 118 info.dev_vendor = dev->idVendor; 119 info.dev_product = dev->idProduct; 120 info.dev_class = dev->bDeviceClass; 121 info.dev_subclass = dev->bDeviceSubClass; 122 info.dev_protocol = dev->bDeviceProtocol; 123 info.writable = writable; 126 info.serial_number[0] = 0; 148 info.serial_number[i - 1] = buffer[i]; 149 info.serial_number[i - 1] = 0 [all...] |
usb_osx.c | 57 usb_ifc_info info; member in struct:usb_handle 171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 || 172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 || 173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0) 179 handle->info.has_bulk_in = 0; 180 handle->info.has_bulk_out = 0; 201 handle->info.has_bulk_in = 1; 204 handle->info.has_bulk_out = 1; 208 if (handle->info.ifc_protocol == 0x01) { 215 if (handle->info.has_bulk_in && handle->info.has_bulk_out) [all...] |
/development/pdk/docs/porting/ |
display_drivers.jd | 134 unsigned int blue, unsigned int transp, struct fb_info *info) 136 struct pguide_fb *fb = container_of(info, struct pguide_fb, fb); 153 static int pguide_fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) 155 if((var->rotate & 1) != (info->var.rotate & 1)) { 156 if((var->xres != info->var.yres) || 157 (var->yres != info->var.xres) || 158 (var->xres_virtual != info->var.yres) || 160 info->var.xres * ANDROID_NUMBER_OF_BUFFERS) || 161 (var->yres_virtual < info->var.xres )) { 166 if((var->xres != info->var.xres) | [all...] |
/device/samsung/crespo/alsa-lib/src/control/ |
tlv.c | 342 snd_ctl_elem_info_t *info; local 345 snd_ctl_elem_info_alloca(&info); 346 snd_ctl_elem_info_set_id(info, id); 347 err = snd_ctl_elem_info(ctl, info); 350 if (!snd_ctl_elem_info_is_tlv_readable(info)) 352 if (snd_ctl_elem_info_get_type(info) != SND_CTL_ELEM_TYPE_INTEGER) 354 rec->minval = snd_ctl_elem_info_get_min(info); 355 rec->maxval = snd_ctl_elem_info_get_max(info); 377 struct tlv_info info; local 380 err = get_tlv_info(ctl, id, &info); 398 struct tlv_info info; local 421 struct tlv_info info; local [all...] |
/external/v8/src/ |
fast-codegen.cc | 54 void FastCodeGenSyntaxChecker::Check(CompilationInfo* info) { 55 info_ = info; 59 if (!info->has_receiver()) BAILOUT("No receiver"); 60 if (!info->receiver()->IsJSObject()) BAILOUT("Receiver is not an object"); 61 Handle<JSObject> object = Handle<JSObject>::cast(info->receiver()); 66 Scope* scope = info->scope(); 78 if (info->function()->body()->is_empty()) { 81 VisitStatements(info->function()->body()); 220 if (info()->has_global_object()) { 222 info()->global_object()->Lookup(*expr->name(), &lookup) [all...] |