HomeSort by relevance Sort by last modified time
    Searched full:info (Results 1426 - 1450 of 4990) sorted by null

<<51525354555657585960>>

  /external/genext2fs/
Makefile.in 268 uninstall-info-am:
612 info: info-am
614 info-am:
620 install-info: install-info-am
645 uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
654 dvi-am html html-am info info-am install install-am \
656 install-exec-am install-info install-info-am install-man
    [all...]
  /external/gtest/test/
gtest_output_test.py 90 """Removes all file location info from a Google Test program's output.
96 output with all file location info (in the form of
201 info stripped off.
  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_video_config_parser.cpp 93 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
137 // check codec info and get settings
166 LoadWORD(wdat, pData); // Size of image info.
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility.cpp 658 fprintf(aFile, "Printing leak info option. Default is OFF:\n");
829 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); local
830 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0);
833 fprintf(file, "ERROR: Leak info is incomplete.\n");
837 fprintf(file, "Leak Info:\n");
838 fprintf(file, " allocNum %d\n", info[i].allocNum);
839 fprintf(file, " fileName %s\n", info[i].fileName);
840 fprintf(file, " lineNo %d\n", info[i].lineNo);
841 fprintf(file, " size %d\n", info[i].size);
842 fprintf(file, " pMemBlock 0x%x\n", info[i].pMemBlock)
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.h 321 //Timed text configuration info
331 // Counter and size info for file read
368 // Format specific info
  /external/opencore/pvmi/pvmf/include/
pvmi_media_transfer.h 76 /* Data structure to hold info associated with media transfer */
124 * @param data_header_info Contains info (timestamp, flags,...) associated with the data
187 * @param data_header_info Contains info (timestamp, flags,...) associated with the data
  /external/opencore/tools_v2/build/make/
sdkinfo_nr.mk 31 sdkinfo_official_string := // *** OFFICIAL RELEASE INFO -- Will not auto update
99 basis_stream := $(strip $(shell $(ACCUREV) info 2>&1 | $(GREP) "Basis:" | $(CUT) -f2 -d":"))
133 # $(info header file $(sdkinfo_header_filename), file data = $(file_data), data = $(data))
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 2 /* pngset.c - storage of image information into info struct
11 * into the info struct, and during writes to store application data
12 * into the info struct for writing into the file. This abstracts the
13 * info struct and allows us to change the structure in the future.
236 /* Changed from info->num_palette to PNG_MAX_PALETTE_LENGTH in version
397 png_debug1(3, "allocating purpose for info (%lu bytes)\n", length);
406 png_debug(3, "storing X0, X1, type, and nparams in info\n");
413 png_debug1(3, "allocating units for info (%lu bytes)\n", length);
435 png_debug2(3, "allocating parameter %d for info (%lu bytes)\n", i, length);
483 png_debug1(3, "allocating unit for info (%d bytes)\n", length)
    [all...]
  /external/quake/quake/src/WinQuake/
bspfile.h 197 // lighting info
212 // all other leafs need visibility info
216 int visofs; // -1 = no visibility info
  /external/skia/src/core/
SkBitmapProcShader.cpp 281 SkString info; local
282 m.toDumpString(&info);
283 str->appendf(" %s", info.c_str());
  /external/skia/xcode/Simple/Simple.xcodeproj/
project.pbxproj 45 8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
102 8D0C4E960486CD37000505A6 /* Info.plist */,
  /external/v8/src/
top.cc 439 // Get the data object from access check info.
441 Object* info = constructor->shared()->function_data(); local
442 if (info == Heap::undefined_value()) return;
444 Object* data_obj = FunctionTemplateInfo::cast(info)->access_check_info();
504 Object* info = constructor->shared()->function_data(); local
505 if (info == Heap::undefined_value()) return false;
507 Object* data_obj = FunctionTemplateInfo::cast(info)->access_check_info();
549 Object* info = constructor->shared()->function_data(); local
550 if (info == Heap::undefined_value()) return false;
552 Object* data_obj = FunctionTemplateInfo::cast(info)->access_check_info()
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugger.mm 130 NSDictionary *info = [[NSDictionary alloc] initWithObjectsAndKeys:nsErrorMessage, WebScriptErrorDescriptionKey, [NSNumber numberWithUnsignedInt:errorLine], WebScriptErrorLineNumberKey, nil];
131 NSError *error = [[NSError alloc] initWithDomain:WebScriptErrorDomain code:WebScriptGeneralErrorCode userInfo:info];
137 [info release];
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeContext.java 674 String[] info = Bridge.resolveResourceValue(attrs[i]); local
675 if (info != null) {
676 attributes.put(i, info[0]);
696 String[] info = mProjectCallback.resolveResourceValue(attrs[i]); local
697 if (info != null) {
698 attributes.put(i, info[0]);
723 String[] info = Bridge.resolveResourceValue(attr); local
724 if (info != null) {
725 return info[0];
728 info = mProjectCallback.resolveResourceValue(attr)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 176 AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)menuInfo; local
177 mTransferCursor.moveToPosition(info.position);
178 mContextMenuPosition = info.position;
  /packages/apps/Email/src/com/android/email/
Controller.java 478 Store.StoreInfo info = Store.StoreInfo.getStoreInfo( local
480 if (info != null && info.mVisibleLimitDefault > 0) {
481 int limit = info.mVisibleLimitDefault;
519 Store.StoreInfo info = Store.StoreInfo.getStoreInfo( local
521 if (info != null && info.mVisibleLimitIncrement > 0) {
525 cv.put(EmailContent.ADD_COLUMN_NAME, info.mVisibleLimitIncrement);
529 mailbox.mVisibleLimit += info.mVisibleLimitIncrement;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 185 AdapterView.AdapterContextMenuInfo info; local
187 info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo();
193 final Cursor cursor = (Cursor) mListAdapter.getItem(info.position);
  /packages/apps/Phone/src/com/android/phone/
CallForwardEditPreference.java 198 CallForwardInfo info = cfInfoArray[i]; local
199 handleCallForwardResult(info);
207 info.status == 1) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 172 specific to the code fragment described by an unwind info block, and
173 it is always referenced via the pointer in the unwind info block, and
179 area contains no version info because name of the function invoked
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 172 specific to the code fragment described by an unwind info block, and
173 it is always referenced via the pointer in the unwind info block, and
179 area contains no version info because name of the function invoked
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java 169 NativeAllocationInfo info = new NativeAllocationInfo( local
176 info.addStackCallAddress(addr);;
179 cd.addNativeAllocation(info);
  /bootable/bootloader/legacy/arch_msm7k/
smem.c 79 dprintf("--- smem info ---\n");
  /build/tools/droiddoc/templates/
package.cs 10 <div id="api-info-block">
  /dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java 35 * will check the other info for consistency.
OutputFinisher.java 48 /** whether any instruction has position info */
51 /** whether any instruction has local variable info */
79 * come with position info.
82 * come with position info
154 * Helper for {@link #getAllConstants} which adds all the info for
178 * Helper for {@link #getAllConstants} which adds all the info for
231 * which updates the position and local info flags.
276 * No need to call this.set(), since the format and other info
412 * other info are the same.

Completed in 274 milliseconds

<<51525354555657585960>>