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

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/emma/
EMMARuntimeException.java 30 * Constructs an exception with given error message/code and null cause.
40 * Constructs an exception with given error message/code and null cause.
53 * Constructs an exception with null error message/code and given cause.
63 * Constructs an exception with given error message/code and given cause.
74 * Constructs an exception with given error message/code and given cause.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 93 assertSame("toArray(sameSizeE[]) should return the given array",
101 assertSame("toArray(sameSizeE[]) should return the given array",
108 assertSame("toArray(sameSizeObject[]) should return the given array",
116 assertSame("toArray(sameSizeObject[]) should return the given array",
125 assertSame("toArray(overSizedE[]) should return the given array",
146 assertSame("toArray(overSizedE[]) should return the given array",
173 "toArray(sameSizeNotAssignableTo[]) should return the given array",
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java 44 * Creates and sets a local variable in the current scope equal to the given value.
52 * Creates and sets a local variable in the current scope equal to the given value. Also set the
66 * Creates and sets a local variable in the current scope equal to the given value.
94 * with the given name in the root Data object and that node is returned.
101 * given name does not exist.
102 * @return The first Data node in the variable map stack that matches the given name, or a Data
103 * node in the root Data object matching the given name, or {@code null} if no such node
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 68 /// doesSectionRequireSymbols - Check whether the given section requires that
74 /// isSectionAtomizable - Check whether the given section can be split into
102 /// applyFixup - Apply the \arg Value for given \arg Fixup into the provided
113 /// mayNeedRelaxation - Check whether the given instruction may need
119 /// fixupNeedsRelaxation - Target specific predicate for whether a given
126 /// RelaxInstruction - Relax the instruction in the given fragment to the next
136 /// writeNopData - Write an (optimal) nop sequence of Count bytes to the given
  /external/openssl/crypto/store/
str_locl.h 80 /* Generate an object of a given type */
82 /* Get an object of a given type. This function isn't really very
86 /* Store an object of a given type. */
88 /* Modify the attributes bound to an object of a given type. */
90 /* Revoke an object of a given type. */
92 /* Delete an object of a given type. */
94 /* List a bunch of objects of a given type and with the associated
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 229 * Remembers to place the given instruction right before the instruction
230 * at the given offset.
242 * Remembers to replace the instruction at the given offset by the given
255 * Remembers to place the given instruction right after the instruction
256 * at the given offset.
268 * Makes sure there is a code attribute editor for the given code attribute.
  /external/protobuf/src/google/protobuf/io/
printer.h 66 // Create a printer that writes text to the given output stream. Use the
67 // given character as the delimiter for variables.
74 // characters (as given to the constructor). The variable bindings are
75 // defined by the given map.
78 // Like the first Print(), except the substitutions are given as parameters.
80 // Like the first Print(), except the substitutions are given as parameters.
82 // Like the first Print(), except the substitutions are given as parameters.
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.h 54 // in the given file.
69 // Creates an absolute file path given a directory and a file name.
75 // Makes sure the given directory exists, by creating all missing directories
76 // on the given path.
81 // If 'checkPathOnly' is false, then this method only checks if the given file exists.
83 // given path exist by creating the missing ones, and does not check if the file
91 // checkPathOnly - If true, we only make sure that the given directory exists.
  /frameworks/base/core/java/android/util/
CharsetUtils.java 81 * corresponding to the given original character set name and
83 * given name/vendor pair, this returns the original character set name.
106 * corresponding to the given original character set name and the
122 * given original character set name and vendor. If there is no
123 * vendor-specific character set for the given name/vendor pair,
147 * given original character set name and default vendor (that is,
168 * Returns whether the given character set name indicates the Shift-JIS
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 49 * given arguments.
171 * Initializes this {@code AlgorithmParameterGenerator} with the given size.
183 * Initializes this {@code AlgorithmParameterGenerator} with the given size
184 * and the given {@code SecureRandom}. The default parameter set will be
197 * Initializes this {@code AlgorithmParameterGenerator} with the given {@code
212 * Initializes this {@code AlgorithmParameterGenerator} with the given
213 * {@code AlgorithmParameterSpec} and the given {@code SecureRandom}.
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 270 * characters using the given locale.
273 * the given locale.
274 * @return a new instance of {@code BreakIterator} using the given locale.
292 * line breaks using the given locale.
295 * the given locale.
296 * @return a new instance of {@code BreakIterator} using the given locale.
315 * sentence-breaks using the given locale.
318 * the given locale.
319 * @return a new instance of {@code BreakIterator} using the given locale.
338 * word-breaks using the given locale
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 12 * An {@link ExecutorService} that can schedule commands to run after a given
71 * after the given delay.
88 * given delay.
103 * after the given initial delay, and subsequently with the given
133 * after the given initial delay, and subsequently with the
134 * given delay between the termination of one execution and the
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceArray.java 47 * Creates a new AtomicReferenceArray of the given length, with all
58 * all elements copied from, the given array.
92 * Sets the element at position {@code i} to the given value.
102 * Eventually sets the element at position {@code i} to the given value.
114 * Atomically sets the element at position {@code i} to the given
131 * Atomically sets the element at position {@code i} to the given
149 * Atomically sets the element at position {@code i} to the given
  /packages/apps/Email/src/org/apache/commons/io/input/
TeeInputStream.java 25 * from the proxied stream to a given OutputStream. Using {@link #skip(long)}
52 * Creates a TeeInputStream that proxies the given {@link InputStream}
53 * and copies all read bytes to the given {@link OutputStream}. The given
64 * Creates a TeeInputStream that proxies the given {@link InputStream}
65 * and copies all read bytes to the given {@link OutputStream}. The given
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 46 * Define the symbols of the given control plugin with versions
141 * return the element id of the given offset (array index); required
198 * update the current values of integer type with the given values
202 * update the current values of integer64 type with the given values
206 * update the current values of enumerated type with the given values
210 * update the current values of bytes type with the given values
215 * update the current values of iec958 type with the given values
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 46 * Define the symbols of the given control plugin with versions
141 * return the element id of the given offset (array index); required
198 * update the current values of integer type with the given values
202 * update the current values of integer64 type with the given values
206 * update the current values of enumerated type with the given values
210 * update the current values of bytes type with the given values
215 * update the current values of iec958 type with the given values
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 46 * Define the symbols of the given control plugin with versions
141 * return the element id of the given offset (array index); required
198 * update the current values of integer type with the given values
202 * update the current values of integer64 type with the given values
206 * update the current values of enumerated type with the given values
210 * update the current values of bytes type with the given values
215 * update the current values of iec958 type with the given values
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 42 * Constructs a new {@link LayoutPoint} from the given event. The event
50 * @return A {@link LayoutPoint} which corresponds to the given
61 * Constructs a new {@link LayoutPoint} from the given event. The event
69 * @return A {@link LayoutPoint} which corresponds to the given
79 * Constructs a new {@link LayoutPoint} from the given x,y coordinates.
84 * @return A {@link LayoutPoint} which corresponds to the given
92 * Constructs a new {@link LayoutPoint} with the given X and Y coordinates.
SelectionHandle.java 32 * at the given pixel size in the control.
93 * Constructs a new {@link SelectionHandle} at the given layout coordinate
94 * corresponding to a handle at the given {@link Position}.
107 * Determines whether the given {@link LayoutPoint} is within the given distance in
115 * @return true if the given point is within the given distance of this handle
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
Result.java 71 * Returns a {@link Result} object with this status, and the given data.
87 * Returns a {@link #ERROR_UNKNOWN} result with the given message and throwable
97 * Returns a {@link #ERROR_UNKNOWN} result with the given message
107 * Creates a {@link Result} object with the given SceneStatus.
116 * Creates a {@link Result} object with the given SceneStatus, and the given message
137 * Returns a copy of the current result with the added (or replaced) given data
  /external/chromium/chrome/browser/password_manager/
password_store.h 80 // Adds the given PasswordForm to the secure password store asynchronously.
89 // Removes all logins created in the given date range.
132 // Schedule the given |task| to be run in the PasswordStore's own thread.
138 // Synchronous implementation to add the given login.
140 // Synchronous implementation to update the given login.
142 // Synchronous implementation to remove the given login.
144 // Synchronous implementation to remove the given logins.
169 // Schedule the given |func| to be run in the PasswordStore's own thread with
174 // Schedule the given |func| to be run in the PasswordStore's own thread with
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 123 /// \brief If the given node corresponds to a PostStore program point, retrieve
127 /// example, for finding variables that the given symbol was assigned to.
140 /// tag is specified, a default tag, unique to the given checker,
154 /// \brief Generates a new transition with the given predecessor.
162 /// the given path.
171 /// given path.
194 /// Given a function declaration and a name checks if this is a C lib
195 /// function with the given name.
204 /// is called with a given macro argument. For example:
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicDoubleArray.java 52 * Creates a new {@code AtomicDoubleArray} of the given length,
63 * as, and all elements copied from, the given array.
97 * Sets the element at position {@code i} to the given value.
108 * Eventually sets the element at position {@code i} to the given value.
121 * Atomically sets the element at position {@code i} to the given value
134 * Atomically sets the element at position {@code i} to the given
152 * Atomically sets the element at position {@code i} to the given
175 * Atomically adds the given value to the element at index {@code i}.
194 * Atomically adds the given value to the element at index {@code i}.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
FieldIdItem.java 50 * Creates a new <code>FieldIdItem</code> for the given class, type and name
69 * Returns a <code>FieldIdItem</code> for the given values, and that has been interned into
70 * the given <code>DexFile</code>
75 * @return a <code>FieldIdItem</code> for the given values, and that has been interned into
76 * the given <code>DexFile</code>
85 * Looks up a <code>FieldIdItem</code> from the given <code>DexFile</code> for the given
91 * @return a <code>FieldIdItem</code> from the given <code>DexFile</code> for the given
MethodIdItem.java 50 * Creates a new <code>MethodIdItem</code> for the given class, type and name
64 * Returns a <code>MethodIdItem</code> for the given values, and that has been interned into
65 * the given <code>DexFile</code>
70 * @return a <code>MethodIdItem</code> for the given values, and that has been interned into
71 * the given <code>DexFile</code>
80 * Looks up a <code>MethodIdItem</code> from the given <code>DexFile</code> for the given
86 * @return a <code>MethodIdItem</code> from the given <code>DexFile</code> for the given

Completed in 576 milliseconds

<<11121314151617181920>>