HomeSort by relevance Sort by last modified time
    Searched refs:Returns (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 16 [path]. Returns [true] if successful, [false] otherwise. *)
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
29 will be flushed. Returns [true] if successful, [false] otherwise. *)
llvm_bitwriter.ml 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
25 memory buffer [mb] in the context [context]. Returns [m] if successful, or
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 41 * Returns type of a layered service provider.
63 * Returns the type of a namespace provider as a string.
79 * Returns socket type of a layered service provider as a string.
94 * Returns protocol type of a layered service provider as a string.
sourceentry.js 204 * Returns a description for this source log stream, which will be displayed
260 * Returns the starting entry for this source. Conceptually this is the
293 * Returns the largest source ID seen before this object was received.
305 * Returns time of last event if inactive. Returns current time otherwise.
318 * Returns the time between the first and last events with a matching
330 * Returns source ID of the entry whose row is currently above this one's.
331 * Returns null if no such node exists.
343 * Returns source ID of the entry whose row is currently below this one's.
344 * Returns null if no such node exists
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 4 // Returns "PROXY success:80" on success.
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 138 SmallVectorImpl<ReturnInst*> &Returns,
157 SmallVectorImpl<ReturnInst*> &Returns,
191 /// block of the caller. This returns false if it is not possible to inline
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 68 * Returns layouts data.
75 * Returns shortcut data.
82 * Returns the keyboard overlay ID.
89 * Returns keyboard glyph data.
117 * Returns a list of modifiers from the key event.
147 * Returns an ID of the key.
154 * Returns an ID of the text on the key.
161 * Returns an ID of the shortcut text.
168 * Returns true if |list| contains |e|.
175 * Returns a list of the class names corresponding to the identifier an
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 163 /// Returns true to indicate that the next block should be skipped.
481 /// block of the caller. This returns false if it is not possible to inline
564 SmallVector<ReturnInst*, 8> Returns;
604 /*ModuleLevelChanges=*/false, Returns, ".i",
672 for (unsigned ri = 0, re = Returns.size(); ri != re; ++ri) {
673 IRBuilder<> builder(Returns[ri]);
693 for (unsigned i = 0, e = Returns.size(); i != e; ++i) {
694 IRBuilder<>(Returns[i]).CreateCall(StackRestore, SavedPtr);
723 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) {
738 ReturnInst *R = Returns[0]
    [all...]
CloneModule.cpp 103 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned.
104 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
  /gdk/build/core/
definitions.mk 6 # Returns : an empty macro
13 # Returns : a single space
21 # Returns : the penultimate (next-to-last) element of a list
29 # Returns : the antepenultimate (second-next-to-last) element of a list
37 # Returns : the list with duplicate items removed, order is preserved.
55 # Returns : the name of the current Makefile in the inclusion stack
62 # Returns : the name of the last parsed Android-portable.mk file
70 # Returns : None
85 # Returns : None
95 # Returns : Non
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 26 * Returns a formatted string where $1 to $9 are replaced by the second to the
39 * Returns a string after removing Windows-style accelerators.
67 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/chromium-trace/src/shared/js/
local_strings.js 26 * Returns a formatted string where $1 to $9 are replaced by the second to the
39 * Returns a string after removing Windows-style accelerators.
72 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 78 * Returns a hash code for {@code value}; equal to the result of invoking
89 * Returns the {@code primtyp} value that is equal to {@code value}, if
104 * Returns the {@code primtyp} nearest in value to {@code value}.
135 * Returns {@code true} if {@code target} is present as an element anywhere in
153 * Returns the index of the first appearance of the value {@code target} in
177 * Returns the start position of the first occurrence of the specified {@code
180 * <p>More formally, returns the lowest index {@code i} such that {@code
207 * Returns the index of the last appearance of the value {@code target} in
231 * Returns the least value present in {@code array}.
250 * Returns the greatest value present in {@code array}
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 334 Returns:
364 Returns:
387 Returns:
398 Returns:
413 Returns:
429 Returns:
445 Returns:
461 Returns:
477 Returns:
504 Returns
    [all...]
  /ndk/build/core/
definitions.mk 36 # Returns : an empty macro
43 # Returns : a single space
53 # Returns : the penultimate (next-to-last) element of a list
61 # Returns : the antepenultimate (second-next-to-last) element of a list
69 # Returns : the list with duplicate items removed, order is preserved.
87 # Returns : the name of the current Makefile in the inclusion stack
94 # Returns : the name of the last parsed Android.mk file
102 # Returns : None
117 # Returns : None
127 # Returns : Non
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 38 Returns:
83 Returns:
92 Given a specific API module, returns a dict of methods or events mapped to
100 Returns:
131 """ Returns the names of individual modules in the API.
133 Returns:
140 """ Parses the extension_api.json manifest and returns a dict of all
143 Returns:
172 Returns a list of paths to sample extension manifest.json files.
176 Returns
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 43 (** Returns the byte order of a target, either LLVMBigEndian or
48 (** Returns the pointer size in bytes for a target.
52 (** Returns the integer type that is the same size as a pointer on a target.
  /external/webkit/LayoutTests/fast/encoding/resources/
char-encoding-utils.js 3 // Returns a value already encoded, since we can't do it synchronously.
  /external/webkit/LayoutTests/dom/html/level2/html/
button01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
object01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
button01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
object01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
  /external/v8/tools/
codemap.js 213 * Returns a dynamic code entry using its starting address.
225 * Returns an array of all dynamic code entries.
233 * Returns an array of pairs of all dynamic code entries and their addresses.
241 * Returns an array of all static code entries.
249 * Returns an array of all libraries entries.
  /development/scripts/app_engine_server/
memcache_zipserve.py 54 Returns:
125 Returns:
193 # If CreateResponse returns False, there was no such document
278 Returns:
344 Returns:
362 Returns:
395 Returns:
413 returns False rather than forming a response, so that
432 Returns:
523 Returns
    [all...]

Completed in 445 milliseconds

1 2 3 4 5