HomeSort by relevance Sort by last modified time
    Searched full:given (Results 126 - 150 of 7380) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 2 # DNS server addresses given by the DHCP server.
  /external/dnsmasq/contrib/try-all-ns/
README-2.47 10 in NXDOMAIN, it iterates the whole given nameserver list
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 23 /* Format a message and print it's output to a given file stream */
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifierValidator.java 9 * Given a type qualifier, check to see if a known specific constant value
  /external/netcat/
NOTICE 2 examples. It is freely given away to the Internet community in the hope that
  /external/netcat/data/
README 3 complex than the one given; ymmv. Data and xor may also be useful on DOS,
  /external/oprofile/daemon/
opd_cookie.h 26 * Return the name of the given dcookie. May return
  /external/oprofile/libutil/
op_lockfile.h 25 * Write the pid into the given lock file. Stale
  /external/proguard/src/proguard/classfile/util/
MemberFinder.java 27 * This class provides methods to find class members in a given class or in its
44 * Finds the field with the given name and descriptor in the given
57 * Finds the method with the given name and descriptor in the given
70 * Finds the class member with the given name and descriptor in the given
112 * Returns whether the given method is overridden anywhere down the class
142 * Returns whether the given field is shadowed anywhere down the class
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 45 * Creates a new Value of the given type.
79 * Creates a new IntegerValue with a given particular value.
96 * Creates a new LongValue with a given particular value.
113 * Creates a new FloatValue with a given particular value.
130 * Creates a new DoubleValue with a given particular value.
148 * Creates a new ReferenceValue of the given type. The type must be an
164 * Creates a new ReferenceValue for arrays of the given type and length.
180 * Creates a new ReferenceValue for arrays of the given type and length,
181 * containing the given element. The type must be a fully specified internal
  /external/qemu/android/utils/
path.h 51 /* checks that a given file exists */
63 /* checks that one can read/write a given (regular) file */
70 /* ensure that a given directory exists, create it if not,
74 /* return the size of a given file in '*psize'. returns 0 on
78 /* path_parent() can be used to return the n-level parent of a given directory
114 ** path_empty_file() creates an empty file at a given path location.
130 /* creates an empty file at a given location. If the file already
140 /* unlink/delete a given file. Note that on Win32, this will
145 /* try to load a given file into a heap-allocated block.
  /external/qemu/distrib/sdl-1.2.12/
BUGS 6 You may report bugs there, and search to see if a given issue has already
  /external/skia/include/core/
SkGeometry.h 29 /** Given a line segment from pts[0] to pts[1], and ax xray, return true if
34 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the
47 /** Given a src quadratic bezier, chop it at the specified t value,
53 /** Given a src quadratic bezier, chop it at the specified t == 1/2,
58 /** Given the 3 coefficients for a quadratic bezier (either X or Y values), look
68 /** Given 3 points on a quadratic bezier, chop it into 1, 2 beziers such that
77 /** Given 3 points on a quadratic bezier, divide it into 2 quadratics
86 /** Given 3 points on a quadratic bezier, use degree elevation to
104 /** Given a src cubic bezier, chop it at the specified t value,
111 /** Given a src cubic bezier, chop it at the specified t == 1/2
    [all...]
  /external/wpa_supplicant/
rc4.c 23 * rc4 - XOR RC4 stream to given data with skip-stream-start
30 * Generate RC4 pseudo random stream for the given key, skip beginning of the
74 * rc4 - XOR RC4 stream to given data
80 * Generate RC4 pseudo random stream for the given key and XOR this with the
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 23 /** Create a new compose shader, given shaders A, B, and a combining mode.
24 When the mode is applied, it will be given the result from shader A as its
36 /** Create a new compose shader, given shaders A, B, and a combining PorterDuff mode.
37 When the mode is applied, it will be given the result from shader A as its
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposeShader.java 25 /** Create a new compose shader, given shaders A, B, and a combining mode.
26 When the mode is applied, it will be given the result from shader A as its
37 /** Create a new compose shader, given shaders A, B, and a combining PorterDuff mode.
38 When the mode is applied, it will be given the result from shader A as its
  /ndk/build/awk/
check-awk.awk 1 # This script is used to check that a given awk executable
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 82 * Returns whether there is an instruction at the given offset in the
92 * Returns whether the instruction at the given offset is the target of
106 * Returns whether the instruction at the given offset is the origin of a
116 * Returns whether the instruction at the given offset is the target of a
126 * Returns whether the instruction at the given offset comes right after a
137 * Returns whether the instruction at the given offset is the start of an
147 * Returns whether the instruction at the given offset is the end of an
157 * Returns whether the instruction at the given offset is the start of an
167 * Returns whether the instruction at the given offset is a subroutine
177 * Returns whether the instruction at the given offset is the start of
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 170 * specific. Example ranges given are for illustration only; see specific Calendar
284 * Creates a Calendar using the given timezone and the default locale.
288 * @param zoneToAdopt The given timezone to be adopted.
298 * Creates a Calendar using the given timezone and the default locale. The TimeZone
311 * Creates a Calendar using the default timezone and the given locale.
313 * @param aLocale The given locale.
323 * Creates a Calendar using the given timezone and given locale.
327 * @param zoneToAdopt The given timezone to be adopted.
328 * @param aLocale The given locale
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
KeyStoreSpi.java 42 * Returns the key with the given alias, using the password to recover the
60 * Returns the certificate chain for the entry with the given alias.
64 * @return the certificate chain for the entry with the given alias, or
70 * Returns the trusted certificate for the entry with the given alias.
74 * @return the trusted certificate for the entry with the given alias, or
80 * Returns the creation date of the entry with the given alias.
90 * Associates the given alias with the key, password and certificate chain.
113 * Associates the given alias with a key and a certificate chain.
133 * Associates the given alias with a certificate.
150 * Deletes the entry identified with the given alias from this {@cod
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
BreakIterator.java 282 * characters using the given locale.
285 * the given locale.
286 * @return a new instance of {@code BreakIterator} using the given locale.
310 * line breaks using the given locale.
313 * the given locale.
314 * @return a new instance of {@code BreakIterator} using the given locale.
339 * sentence-breaks using the given locale.
342 * the given locale.
343 * @return a new instance of {@code BreakIterator} using the given locale.
368 * word-breaks using the given locale
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 95 // If a none qwerty key such as a fnction key like ENTER is given, this node
141 // Given a spelling string, return its Yunmu string.
167 // The given string list should have been sorted.
174 // Test if the given id is a valid spelling id.
175 // If function returns true, the given splid may be updated like this:
177 // first given as a half id 1, but because 'A' is a one-char Yunmu and
181 // Test if the given id is a half id.
186 // Test if the given id is a one-char Yunmu id (obviously, it is also a half
210 // Return the number of full ids for the given half id.
213 // Return the number of full ids for the given half id, and fill spl_id_star
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 57 * Gets the data associated with the given group.
65 * Gets the data associated with the given child within the given group.
75 * Gets the ID for the group at the given position. This group ID must be
86 * Gets the ID for the given child within the given group. This ID must be
108 * Gets a View that displays the given group. This View is only for the
128 * Gets a View that displays the data for the given child within the given
185 * This method is responsible for returning that unique ID given a child'
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Writers.java 34 * Makes a {@code PrintWriter} for the given {@code Writer},
35 * returning the given writer if it already happens to be the right
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Delayed.java 22 * acted upon after a given delay.
35 * given time unit.

Completed in 148 milliseconds

1 2 3 4 56 7 8 91011>>