/external/e2fsprogs/misc/ |
uuidd.rc | 2 ### BEGIN INIT INFO 10 ### END INIT INFO
|
/external/freetype/include/freetype/internal/services/ |
svpsinfo.h | 5 /* The FreeType PostScript info service (specification). */ 29 #define FT_SERVICE_ID_POSTSCRIPT_INFO "postscript-info"
|
/external/grub/docs/ |
grub-install.8 | 45 .B info 50 .B info grub-install
|
/external/icu4c/tools/toolutil/ |
toolutil.c | 69 static WIN32_FIND_DATAA info; local 70 HANDLE file=FindFirstFileA(pathname, &info); 72 if(info.cAlternateFileName[0]!=0) { 77 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1); 78 uprv_memcpy(info.cFileName, pathname, basename-pathname); 80 pathname=info.cFileName;
|
/external/jpeg/ |
jconfig.mc6 | 33 * Please report any info on this point to jpeg-info@uunet.uu.net.
|
/external/opencore/fileformats/mp4/parser/src/ |
decoderconfigdescriptor.cpp | 97 uint8 *info = _pdecSpecificInfo->getInfo(); local 102 if (info != NULL) 104 if (info[offSet] == 0x00) 106 if (info[offSet+1] == 0x00) 108 if (info[offSet+2] == 0x01) 110 if (info[offSet+3] < 0x20) 112 // Remove existing decoderspecific info 169 // FOR AUDIO/VISUAL TRACKS, DEC SPECIFIC INFO IS MANDATORY
|
/external/qemu/audio/ |
ossaudio.c | 307 bufsize = hw->samples << hw->info.shift; 332 decr = audio_MIN (bytes >> hw->info.shift, live); 358 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live); 371 dst = advance (oss->pcm_buf, rpos << hw->info.shift); 377 written = write (oss->fd, dst, convert_samples << hw->info.shift); 383 convert_samples << hw->info.shift, 389 if (written != convert_samples << hw->info.shift) { 390 int wsamples = written >> hw->info.shift; 391 int wbytes = wsamples << hw->info.shift; 395 wbytes, written, hw->info.align + 1) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.h | 46 struct pgshmbitmap shm; /* shared memory info */ 47 struct pgmodeinfo mi; /* PicoGUI video mode info structure */
|
/external/webkit/JavaScriptCore/runtime/ |
ArrayPrototype.h | 36 virtual const ClassInfo* classInfo() const { return &info; } 37 static const ClassInfo info; member in class:JSC::ArrayPrototype
|
DatePrototype.h | 37 virtual const ClassInfo* classInfo() const { return &info; } 38 static const ClassInfo info; member in class:JSC::DatePrototype
|
ErrorInstance.h | 32 virtual const ClassInfo* classInfo() const { return &info; } 33 static const ClassInfo info; member in class:JSC::ErrorInstance
|
MathObject.h | 35 virtual const ClassInfo* classInfo() const { return &info; } 36 static const ClassInfo info; member in class:JSC::MathObject
|
NativeErrorConstructor.h | 36 static const ClassInfo info; member in class:JSC::NativeErrorConstructor 44 virtual const ClassInfo* classInfo() const { return &info; }
|
NumberConstructor.h | 38 static const ClassInfo info; member in class:JSC::NumberConstructor 54 virtual const ClassInfo* classInfo() const { return &info; }
|
NumberObject.h | 32 static const ClassInfo info; member in class:JSC::NumberObject 47 virtual const ClassInfo* classInfo() const { return &info; }
|
RegExpPrototype.h | 32 virtual const ClassInfo* classInfo() const { return &info; } 33 static const ClassInfo info; member in class:JSC::RegExpPrototype
|
StringPrototype.h | 37 virtual const ClassInfo* classInfo() const { return &info; } 38 static const ClassInfo info; member in class:JSC::StringPrototype
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLInputElementCustom.cpp | 41 v8::Handle<v8::Value> V8HTMLInputElement::selectionStartAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 44 v8::Handle<v8::Object> holder = info.Holder(); 54 void V8HTMLInputElement::selectionStartAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 57 v8::Handle<v8::Object> holder = info.Holder(); 67 v8::Handle<v8::Value> V8HTMLInputElement::selectionEndAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 70 v8::Handle<v8::Object> holder = info.Holder(); 80 void V8HTMLInputElement::selectionEndAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 83 v8::Handle<v8::Object> holder = info.Holder();
|
V8HTMLOptionsCollectionCustom.cpp | 88 v8::Handle<v8::Value> V8HTMLOptionsCollection::lengthAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 91 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); 96 void V8HTMLOptionsCollection::lengthAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 99 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); 117 v8::Handle<v8::Value> V8HTMLOptionsCollection::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 120 HTMLOptionsCollection* collection = V8HTMLOptionsCollection::toNative(info.Holder()); 129 v8::Handle<v8::Value> V8HTMLOptionsCollection::indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 132 HTMLOptionsCollection* collection = V8HTMLOptionsCollection::toNative(info.Holder());
|
/external/webkit/WebCore/platform/win/ |
DragImageCairoWin.cpp | 93 BITMAP info; local 94 GetObject(bitmap, sizeof(info), &info); 95 ASSERT(info.bmBitsPixel == 32); 100 return cairo_image_surface_create_for_data((unsigned char*)info.bmBits, 102 info.bmWidth, 103 info.bmHeight, 104 info.bmWidthBytes);
|
/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);
|
/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);
|
/system/core/run-as/ |
run-as.c | 106 PackageInfo info; local 120 if (get_package_info(pkgname, &info) < 0) { 126 if (info.uid < AID_APP) { 132 if (!info.isDebuggable) { 138 if (check_data_path(info.dataDir, info.uid) < 0) { 147 ret = chdir(info.dataDir); 159 uid = gid = info.uid;
|
/dalvik/libcore/luni/src/main/java/java/net/ |
Authenticator.java | 25 * getPasswordAuthentication()} which dictates how the authentication info is 42 // the requester connection info 123 * authenticator to get the authentication info. 125 * @return password authentication info or {@code null} if no authenticator 151 // set the requester info so it knows what it is requesting 160 // returns the authentication info obtained by the registered 188 * authenticator to get the authentication info. 190 * @return password authentication info or {@code null} if no authenticator 218 // set the requester info so it knows what it is requesting 228 // returns the authentication info obtained by the registere [all...] |
/development/tools/yuv420sp2rgb/ |
yuv420sp2rgb.c | 229 INFO("Opening input file %s\n", infile); 234 INFO("Opening output file %s\n", outfile); 239 INFO("Memory-mapping input file %s\n", infile); 244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize); 249 INFO("Memory mapping output file %s\n", outfile); 254 INFO("PPM header (%d) bytes:\n%s\n", header_size, header); 259 INFO("Converting %dx%d YUV 4:2:0 to RGB24...\n", width, height); 313 INFO("input file: [%s]\n", infile); 314 INFO("output file: [%s]\n", outfile); 315 INFO("height: %d\n", height) [all...] |