HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 451 - 475 of 21459) sorted by null

<<11121314151617181920>>

  /external/skia/debugger/QT/
SkInspectorWidget.h 41 Constructs a widget with the specified parent for layout purposes.
51 Sets the text in tab at the specified index.
  /external/skia/include/effects/
SkPaintImageFilter.h 17 * given paint. If no rectangle is specified, an output is produced with
22 * not specified, the source primitive's bounds are used
  /external/skia/include/ports/
SkFontMgr.h 56 * Find the closest matching typeface to the specified familyName and style
82 * most significant. If no specified bcp47 codes match, any font with the
92 * Create a typeface for the specified data and TTC index (pass 0 for none)
99 * Create a typeface for the specified stream and TTC index
125 * Any axes not specified will use the default value. Specified axes not present in the
152 * Create a typeface from the specified font data.
160 * Create a typeface for the specified fileName and TTC index
  /external/skia/src/core/
SkBuffer.h 19 The RBuffer is given the buffer to read from, with either a specified size
26 /** Initialize RBuffer with a data pointer, but no specified length.
50 specified in the constructor or in a call to reset().
54 Only defined if the length was specified in the constructor or in a call
55 to reset(). Always returns true if the length was not specified.
59 /** Read the specified number of bytes from the data pointer. If buffer is not
105 /** Read the specified number of bytes from the data pointer. If buffer is not
121 The WBuffer is given the buffer to write into, with either a specified size
  /external/testng/src/main/java/org/testng/annotations/
Listeners.java 20 * Note that listeners specified this way are global to your entire suite, just
21 * like listeners specified in testng.xml.
Optional.java 13 * in a specified default value, or <code>null</code> if none is specified.
  /external/toybox/tests/
du.test 24 # if -H and -L are specified, the last takes priority
28 testing "du -H follows specified symlinks" "du -ksH du_test/xyz" "8\tdu_test/xyz\n" "" ""
  /external/v8/build/mac/
tweak_info_plist.gni 19 "The info_plist must be specified in $target_name")
21 "The args to tweak_info_plist.py must be specified in $target_name")
  /external/v8/src/
disasm.h 48 // Write disassembly into specified file 'f' using specified NameConverter
  /external/v8/tools/gyp/test/win/rc-build/
targetver.h 6 // including the version specified.
8 // Modify the following defines if you have to target a platform prior to the ones specified below.
  /frameworks/base/core/java/android/content/
ISyncServiceAdapter.aidl 24 * Provider specified). See {@link android.content.AbstractThreadedSyncAdapter}.
30 * Initiate a sync. SyncAdapter-specific parameters may be specified in
  /frameworks/base/libs/hwui/
PixelBuffer.h 60 * Creates a new PixelBuffer object with the specified format and
81 * Maps this before with the specified access mode. This method
89 * The specified access mode cannot be kAccessMode_None.
108 * Upload the specified rectangle of this pixel buffer as a
115 * Upload the specified rectangle of this pixel buffer as a
155 * Returns the number of bytes per pixel in the specified format.
172 * Returns the alpha channel offset in the specified format.
192 * Creates a new render buffer in the specified format and dimensions.
  /frameworks/base/tools/aapt2/filter/
ConfigFilter.h 42 * density or locale. If an axis is specified in the filter, and the axis is specified in
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java 80 * Add the specified group to this group list.
90 * Remove the group with the specified network id from this group list.
100 * Remove the group with the specified device address from this group list.
121 * Return the network id of the group owner profile with the specified p2p device
145 * Return the network id of the group with the specified p2p device address
172 * Return the group owner address of the group with the specified network id
187 * Return true if this group list contains the specified network id.
192 * @return true if the specified network id is present in this group list.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
OnPhoneNumberPickerActionListener.java 34 * Returns the specified phone number to the requester.
35 * May call the specified phone number, either as an audio or video call.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
targetver.h 22 // including the version specified.
24 // Modify the following defines if you have to target a platform prior to the ones specified below.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperations.java 73 * Returns true if there is an operation for the specified folder
76 * the specified folder
83 * Returns true if there is an operation for the specified folder
86 * the specified folder
93 * Returns true if the specified folder will be applied
102 * Returns true if the specified folder will be applied
115 * Returns true if the specified folder will be removed
124 * Returns true if the specified folder will be removed
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
SettingsUtils.java 27 // Use the specified value
30 // No value has been specified, use the default
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
MimeTypeTest.java 20 // file with no extension, should return the mimetype that was specified
34 // rtf files, with a specified mimetype
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 27 /* user specified */
51 /* user specified */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
swap.h 1 /* Calls to enable and disable swapping on specified locations. Linux version.
28 #define SWAP_FLAG_PREFER 0x8000 /* Set if swap priority is specified. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 27 /* user specified */
51 /* user specified */
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 15 // a warm-up. The average number of allocations over the specified number of
31 // Run the function the specified number of times
  /prebuilts/go/linux-x86/src/testing/
allocs.go 15 // a warm-up. The average number of allocations over the specified number of
31 // Run the function the specified number of times
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
messages.properties 23 NdkGdbLaunchDelegate_LaunchError_NoLauncherActivity=No launcher activity specified. Aborting launch.
24 NdkGdbLaunchDelegate_LaunchError_NoSuchActivity=The specified activity does not exist\! Getting the launcher activity.

Completed in 1898 milliseconds

<<11121314151617181920>>