HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 1001 - 1025 of 15610) sorted by null

<<41424344454647484950>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 54 /// Return the value bound to specified location in a given state.
63 /// Return a state with the specified value bound to the given location.
68 /// bindings as \c state with the addition of having the value specified
74 /// \brief Create a new store with the specified binding removed.
116 /// Evaluates a chain of derived-to-base casts through the path specified in
120 /// Evaluates a chain of derived-to-base casts through the specified path.
151 /// the specified Store object.
155 /// the specified Store object. If the reference count hits 0, the memory
161 /// invalidateRegions - Clears out the specified regions from the store,
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 183 * Searches the specified naturally ordered list for the specified object using the binary search
197 * Binary searches the list for the specified key, using the specified key function.
215 * Binary searches the list for the specified key, using the specified key function.
233 * Searches the specified list for the specified object using the binary search algorithm. The
234 * list must be sorted into ascending order according to the specified comparator (as by the
AbstractSetMultimap.java 59 * method returns a {@link Set}, instead of the {@link Collection} specified
70 * method returns a {@link Set}, instead of the {@link Collection} specified
81 * method returns a {@link Set}, instead of the {@link Collection} specified
92 * method returns a {@link Set}, instead of the {@link Collection} specified
125 * Compares the specified object to this multimap for equality.
  /external/jetty/src/resources/org/eclipse/jetty/xml/
configure_6_0.dtd 17 my be specified if a match is not achieved.
53 If no value type is specified, then white
56 specified type.
87 New, SystemProperty, etc. If no value type is specified, then white
90 specified type.
127 New, SystemProperty, etc. If no value type is specified, then white
130 specified type.
224 is specified, then white space is trimmed out of the value.
226 before being converted to any specified type.
configure_7_6.dtd 17 my be specified if a match is not achieved.
53 If no value type is specified, then white
56 specified type.
87 New, SystemProperty, etc. If no value type is specified, then white
90 specified type.
127 New, SystemProperty, etc. If no value type is specified, then white
130 specified type.
224 is specified, then white space is trimmed out of the value.
226 before being converted to any specified type.
  /external/linux-tools-perf/src/tools/perf/Documentation/
perf-script.txt 34 language extension. If <command> is not specified, the events are
50 not specified, the events are recorded using the -a (system-wide)
52 should be specified before <command>. This mode doesn't allow for
53 optional script args to be specified; if optional script args are
54 desired, they can be specified using separate 'perf script record'
93 If the string 'lang' is specified in place of a script name, a
129 i.e., the specified fields apply to all event types if the type string
160 Alternatively, if the type is given an invalid field is specified it
188 CPUs are specified with -: 0-2. Default is to report samples on all
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 126 /// specified type for the specified loop (inserting one if there is none).
144 /// \brief Insert code to directly compute the specified SCEV expression
145 /// into the program. The inserted code is inserted into the specified
188 /// \brief Return true if the specified instruction was inserted by the code
203 /// \brief Insert the specified binary operator, doing a small amount
215 /// \brief Insert a cast of V to the specified type, which must be possible
227 /// \brief Insert code to directly compute the specified SCEV expression
229 /// current insertion point. If a type is specified, the result will be
  /external/llvm/include/llvm/IR/
ConstantRange.h 50 /// Initialize a full (the default) or empty set for the specified bit width.
54 /// Initialize a range to hold the single specified value.
116 /// Return true if the specified value is in the set.
165 /// Subtract the specified constant from the endpoints of this constant range.
168 /// \brief Subtract the specified range from this range (aka relative
189 /// Return a new range in the specified integer type, which must
195 /// Return a new range in the specified integer type, which must
201 /// Return a new range in the specified integer type, which must be
204 /// truncated to the specified type.
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 180 " does not have a parent activity name specified." +
189 * Navigate from sourceActivity to the activity specified by upIntent, finishing sourceActivity
207 * specified by sourceActivity's {@link #PARENT_ACTIVITY} &lt;meta-data&gt;
221 * specified by sourceActivityClass's {@link #PARENT_ACTIVITY} &lt;meta-data&gt;
246 * specified by sourceActivityClass's {@link #PARENT_ACTIVITY} &lt;meta-data&gt;
270 * Return the fully qualified class name of sourceActivity's parent activity as specified by
276 * it was not specified
288 * Return the fully qualified class name of a source activity's parent activity as specified by
295 * it was not specified
  /libcore/luni/src/main/java/javax/net/ssl/
SSLContext.java 83 * Creates a new {@code SSLContext} instance for the specified protocol.
143 * Creates a new {@code SSLContext} instance for the specified protocol from
144 * the specified provider.
225 * if the specified provider cannot provider the requested
228 * if the specified provider does not exits.
249 * Creates a new {@code SSLContext} instance for the specified protocol from
250 * the specified provider.
258 * if the specified provider cannot provide the requested
383 * specified hostname and port.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 143 * address that serves the specified protocol and credentials sufficient to be authorized
202 * Request that the service reload the folder list for the specified account. The service
234 * Send a meeting response for the specified message
274 * terms separated by white space. The search is performed on the specified mailbox in the
275 * specified account (including subfolders, as specified by the includeSubfolders parameter).
276 * At most numResults messages matching the query term(s) will be added to the mailbox specified
278 * specified and non-zero, results will be added starting with the firstResult'th match (i.e.
304 * Request the service to send mail in the specified account's Outbox
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java 28 * an {@link ExpectedKey} can be specified by a row number and a column number, both numbers starts
86 // Replace key(s) that has the specified visual.
133 * Set the row with specified keys.
145 * Set the "more keys" of the key that has the specified label.
157 * Set the "more keys" of the key that has the specified icon.
182 * Set the "additional more keys position" of the key that has the specified label.
212 * Insert the keys at specified position.
263 * Replace the most top-left key that has the specified label with the new keys.
286 * Replace the all specified keys with the new keys.
  /dalvik/libdex/
InstrUtils.h 140 * Return the instruction width of the specified opcode, or 0 if not defined.
149 * Return the width of the specified instruction, or 0 if not defined. Also
156 * Returns the flags for the specified opcode.
173 * Return the instruction format for the specified opcode.
182 * Return the instruction index type for the specified opcode.
  /external/google-breakpad/src/testing/gtest/test/
gtest_help_test.py 102 """Verifies correct behavior when help flag is specified.
105 skipped when the given flag is specified.
126 """Verifies correct behavior when no help flag is specified.
128 Verifies that when no help flag is specified, the tests are run
159 """Verifies that when no help flag is specified, the tests are run
  /external/gtest/test/
gtest_help_test.py 102 """Verifies correct behavior when help flag is specified.
105 skipped when the given flag is specified.
126 """Verifies correct behavior when no help flag is specified.
128 Verifies that when no help flag is specified, the tests are run
159 """Verifies that when no help flag is specified, the tests are run
  /external/icu/icu4c/source/i18n/unicode/
numsys.h 47 * positional numbering system with a specified radix (typically 10).
54 * Alternate numbering systems can be specified to a locale by using the
81 * Create the default numbering system associated with the specified locale.
95 * Create a numbering system using the specified radix, type, and description.
113 * Create a numbering system from one of the predefined numbering systems specified
  /external/javassist/src/main/javassist/bytecode/
LineNumberAttribute.java 72 * Returns the line number corresponding to the specified bytecode.
91 * the specified line begins.
94 * @return -1 if the specified line is not found.
121 * the specified line (or the nearest line after the specified one)
  /external/lldb/utils/test/
run-dis.py 4 Run lldb disassembler on all the binaries specified by a combination of root dir
24 # If specified, number of symbols to disassemble for each qualified binary.
57 # If a suffix is specified, check it, too.
78 Run lldb disassembler on all the binaries specified by a combination of root dir
96 help="""The number of symbols to disassemble, if specified.""")
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 110 /// getLoopDepth - Return the loop nesting level of the specified block...
129 /// removeLoop - This removes the specified top-level loop from this loop info
135 /// specified loop. This should be used by transformations that restructure
141 /// changeTopLevelLoop - Replace the specified loop in the top-level loops
147 /// addTopLevelLoop - This adds the specified loop to the collection of
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 83 /// Classify the specified global variable into a set of target independent
88 /// This method computes the appropriate section to emit the specified global
95 /// This method computes the appropriate section to emit the specified global
130 /// Return an MCExpr to use for a reference to the specified global variable
138 /// base, with the specified suffix.
  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 29 /// specified pointer. Ptr is required to be some pointer type, and the
35 /// specified pointer. Ptr is required to be some pointer type, MaxLen must
41 /// specified pointer and character. Ptr is required to be some pointer type,
51 /// specified pointer arguments.
56 /// specified pointer arguments and length.
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 60 /// getMatchingSuperRegClass - Return a subclass of the specified register
62 /// specified sub-register index which is in the specified register class B.
83 /// in the specified class to or from. Returns NULL if it is possible to copy
84 /// between a two registers of the specified class.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 185 * get the specified parameter
196 * @return true if this header has the specified parameter, false otherwise.
211 * delete the specified parameter
213 * @return true if the specified parameter has been removed, false
228 * set the specified parameter
  /external/proguard/src/proguard/
OutputWriter.java 41 * Creates a new OutputWriter to write output class files as specified by
94 * Transfers the specified input jars to the specified output jars.
106 // directories, cascading over the specified output entries.
174 // Go over the specified input entries and write their processed
  /external/protobuf/gtest/test/
gtest_help_test.py 100 """Verifies correct behavior when help flag is specified.
103 skipped when the given flag is specified.
123 """Verifies correct behavior when no help flag is specified.
125 Verifies that when no help flag is specified, the tests are run
156 """Verifies that when no help flag is specified, the tests are run

Completed in 377 milliseconds

<<41424344454647484950>>