/external/bluetooth/glib/gobject/ |
gtypeplugin.h | 59 * @g_type: the #GType whose info is completed 60 * @info: the #GTypeInfo struct to fill in 67 GTypeInfo *info, 74 * @interface_type: the #GType of the interface whose info is completed 75 * @info: the #GInterfaceInfo to fill in 82 GInterfaceInfo *info); 125 GTypeInfo *info, 130 GInterfaceInfo *info);
|
/external/elfutils/libdw/ |
dwarf_onearange.c | 34 return &aranges->info[idx];
|
dwarf_onesrcline.c | 34 return &lines->info[idx];
|
/external/icu4c/stubdata/ |
stubdata.c | 28 UDataInfo info; member in struct:__anon2288
|
/external/iproute2/netem/ |
stats.c | 20 struct stat info; local 27 fstat(fileno(fp), &info); local 28 if (info.st_size > 0) { 29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_dequantize_sample.h | 95 mp3Header *info);
|
/external/proguard/src/proguard/optimize/info/ |
ClassOptimizationInfoSetter.java | 21 package proguard.optimize.info;
|
/external/qemu/android/ |
user-config.h | 15 #include "android/avd/info.h" 31 AUserConfig* auserConfig_new( AvdInfo* info );
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_wm_c.h | 35 extern int ph_GetWMInfo(_THIS, SDL_SysWMinfo *info);
|
/external/v8/src/mips/ |
fast-codegen-mips.cc | 38 void FastCodeGenerator::Generate(CompilationInfo* info) {
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLFormElementCustom.cpp | 44 v8::Handle<v8::Value> V8HTMLFormElement::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 47 HTMLFormElement* form = V8HTMLFormElement::toNative(info.Holder()); 55 v8::Handle<v8::Value> V8HTMLFormElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 58 HTMLFormElement* imp = V8HTMLFormElement::toNative(info.Holder());
|
/external/webkit/WebCore/platform/graphics/cg/ |
ImageSourceCG.h | 40 size_t sharedBufferGetBytesAtPosition(void* info, void* buffer, off_t position, size_t count);
|
/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);
|
android_view_Display.cpp | 55 DisplayInfo info; local 56 status_t err = SurfaceComposerClient::getDisplayInfo(DisplayID(dpy), &info); 61 env->SetIntField(clazz, offsets.pixelFormat,info.pixelFormatInfo.format); 62 env->SetFloatField(clazz, offsets.fps, info.fps); 63 env->SetFloatField(clazz, offsets.density, info.density); 64 env->SetFloatField(clazz, offsets.xdpi, info.xdpi); 65 env->SetFloatField(clazz, offsets.ydpi, info.ydpi);
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.h | 95 mp3Header *info);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/ndk/build/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/launch/ |
IAndroidLaunchAction.java | 30 * @param info the {@link DelayedLaunchInfo} that contains launch details 35 boolean doLaunchAction(DelayedLaunchInfo info, IDevice device);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 50 sLogger.info("Cannot find test_data environment variable, init to class loader"); 54 sLogger.info("Running as an Eclipse Plug-in JUnit test, using FileLocator"); 62 sLogger.info("Running as an plain JUnit test, using url as-is"); 72 sLogger.info("Fixing test_data env variable (does not end with path separator)");
|
/system/core/run-as/ |
package.h | 37 extern int get_package_info(const char* packageName, PackageInfo* info);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
SDL_syssem.cpp | 96 TInfo* info = STATIC_CAST(TInfo*, aInfo); local 97 User::After(info->iTime); 99 sema.SetHandle(info->iHandle); 101 info->iVal = SDL_MUTEX_TIMEOUT; 137 TInfo* info = new (ELeave)TInfo(timeout, sem->handle); local 139 TInt status = CreateUnique(NewThread, &thread, info); 155 return info->iVal;
|
/external/webkit/JavaScriptCore/bytecode/ |
Instruction.h | 109 PolymorphicStubInfo& info = list[i]; local 111 ASSERT(info.base); 112 info.base->deref(); 114 if (info.u.proto) { 115 if (info.isChain) 116 info.u.chain->deref(); 118 info.u.proto->deref();
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ActivityManagerTest.java | 119 ActivityManager.ProcessErrorStateInfo info = iter.next(); local 120 assertNotNull(info); 122 assertTrue((info.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) || 123 (info.condition == ActivityManager.ProcessErrorStateInfo.NOT_RESPONDING)); 127 assertNotNull(info.processName); 128 // reasonableness test for info.pid ? 129 assertNotNull(info.longMsg); 130 assertNotNull(info.shortMsg);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppUtility.java | 65 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); local 69 info.mID = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare._ID)); 70 info.mStatus = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS)); 71 info.mDirection = cursor.getInt(cursor 73 info.mTotalBytes = cursor.getInt(cursor 75 info.mCurrentBytes = cursor.getInt(cursor 77 info.mTimeStamp = cursor.getLong(cursor 79 info.mDestAddr = cursor.getString(cursor 82 info.mFileName = cursor.getString(cursor 84 if (info.mFileName == null) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
AttrsXmlParser.java | 133 * Loads all attributes & javadoc for the view class info based on the class name. 135 public void loadViewAttributes(ViewClassInfo info) { 137 String xmlName = info.getShortClassName(); 140 info.setAttributes(style.getAttributes()); 141 info.setJavaDoc(style.getJavaDoc()); 147 * Loads all attributes for the layout data info based on the class name. 149 public void loadLayoutParamsAttributes(LayoutParamsInfo info) { 153 info.getViewLayoutClass().getShortClassName(), 154 info.getShortClassName()); 159 info.setAttributes(style.getAttributes()) 249 AttributeInfo info = null; local 297 AttributeInfo info = parseAttr(node, lastComment); local 363 AttributeInfo info = new AttributeInfo(name, local [all...] |