HomeSort by relevance Sort by last modified time
    Searched refs:With (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
33 // you may not use this file except in compliance with the License.
65 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
467 mise().then(d.resolve,d.reject,d.notify):d[e+\"With\"](this===i?d:this,[g])}):i\
469 )a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+\"With\"]\
    [all...]
  /external/iproute2/doc/
ip-cref.tex 38 The paragraphs beginning with NB contain side notes, warnings about
49 begin with the character \verb|'-'| and may be used in either long or abbreviated
90 with the \verb|'\'| character. This is convenient when you want to
91 count records with \verb|wc| or to \verb|grep| the output. The trivial
147 are distinguished with the marker: ``(default)''.
149 Almost all keywords may be abbreviated with several first (or even single)
177 prints the error message, as it is output with \verb|perror(3)|,
178 prefixed with a comment and a syscall identifier.
183 with \verb|perror(3)| prefixed with ``RTNETLINK answers:''
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 790 # enough to cause a stack overflow compiling test.test_parser with
854 # we have already seen an argument with default, but here
    [all...]
ast.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 790 # enough to cause a stack overflow compiling test.test_parser with
854 # we have already seen an argument with default, but here
    [all...]
ast.py     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 61 * Updates the object with state variables from an earlier storeOn call.
214 // 'no selection'. Currently the walkers don't deal with the no selection
292 * Delegates to NavigationShifter with current page state.
331 * Delegates to NavigationShifter with current page state.
361 * Delegates to NavigationShifter with current page state.
419 * Delegates to NavigationShifter with the current page state.
432 // TODO: this can probably be replaced with just NavDescription(inDesc)
481 * Delegates to NavigationShifter with the current page state.
866 * With this method, we poll the keepReading_ var and stop when it is false.
    [all...]
event_watcher.js 275 * Updates the object with state variables from an earlier storeOn call.
412 // With the exception of non-Android, click events go through the event queue.
564 // While both work equally well on standalone Chrome, when dealing with
664 // order to sync the browser's default tab action with the user's current
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 72 fashion needs to be described with an operation descriptor. For this
142 used in conjunction with exception handling. See the C++ ABI draft
204 generators will describe their procedures either with the proc-info
238 A region descriptor with an \Var{insn\_count} of zero is an
254 possible to allocate all the necessary memory with a single
256 descriptors \Prog{libunwind} provides a helper routine with the
263 descriptor with space for \Var{op\_count} unwind directives. Note
265 with the number of directives in a region. Instead, it is sufficient
268 with the \Const{UNW\_DYN\_STOP} directive.
299 directives with the same \Var{when} value, if a particular instructio
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 9 based on extensive experience with Xcode, and by making changes to projects in
20 perspective is actually a directory with an ".xcodeproj" extension. The
41 hexadecimal object key. A project's objects form a tree, with a root object
66 "Compile Sources" and "Link Binary With Libraries" phases displayed in the
121 With the project object set up, it can be added to an XCProjectFile object.
162 # characters listed with "+", for 1 or more occurrences: if a string is empty,
167 # Oddly, Xcode will quote any string with a run of three or more underscores.
179 """Given input_path, returns a tuple with sourceTree and path values.
414 """Update hash with data's length and contents.
416 If the hash were updated only with the value of data, it would b
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 16 ** if you want a wrapper to interface SQLite with your choice of programming
100 ** define is required to maintain binary compatibility with the MSVC runtime
206 ** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
235 ** but are associated with the library instead of the header file. ^(Cautious
239 ** compiled with matching library and header files.
295 ** SQLite was compiled with mutexing code omitted due to the
298 ** SQLite can be compiled with or without mutexes. When
311 ** version of SQLite that it is linking against was compiled with
315 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
318 ** with the verbs [SQLITE_CONFIG_SINGLETHREAD], [SQLITE_CONFIG_MULTITHREAD]
    [all...]
  /external/sqlite/dist/
sqlite3.c 16 ** if you want a wrapper to interface SQLite with your choice of programming
100 ** define is required to maintain binary compatibility with the MSVC runtime
206 ** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
235 ** but are associated with the library instead of the header file. ^(Cautious
239 ** compiled with matching library and header files.
295 ** SQLite was compiled with mutexing code omitted due to the
298 ** SQLite can be compiled with or without mutexes. When
311 ** version of SQLite that it is linking against was compiled with
315 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
318 ** with the verbs [SQLITE_CONFIG_SINGLETHREAD], [SQLITE_CONFIG_MULTITHREAD]
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 4 // you may not use this file except in compliance with the License.
57 * accomplished with the compiler's "define" flag).
77 * While any @define value may be set, only those set with goog.define will be
191 * the canonical Unicode format with hyphen as a delimiter. Language must be
223 * This define can be used to trigger alternate implementations compatible with
374 * @param {Array} provides An array of strings with the names of the objects
376 * @param {Array} requires An array of strings with the names of the objects
407 // With the DOM loader, a call to goog.require() is not blocking -- the script
410 // require() with its registered dependencies.
436 * parallel with the BUILD system. Note that all calls to goog.require will b
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 99 * @returns {Mirror or undefiend} the mirror with the requested handle or
100 * undefined if no mirror with the requested handle was found
191 With: 2,
450 * @param {boolean} transient indicate whether this object is transient with a
616 * @param {boolean} transient indicate whether this object is transient with a
778 * @return {PropertyMirror} The property with the specified value. If no
779 * property was found with the specified value UndefinedMirror is returned
808 // Find all objects with direct references to this object.
840 * This method is done static to be accessible from Debug API with the bare
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 6 # Redistribution and use in source and binary forms, with or without
14 # in the documentation and/or other materials provided with the
60 # Generates disassembly listing of all routines with at least one
62 # annotated with the flat and cumulative sample counts at each line.
65 # Generates disassembly listing of all routines with at least one
67 # annotated with the flat and cumulative sample counts at each PC value.
116 # All the alternatives must begin with /.
152 with --raw).
172 For more help with querying remote servers, including how to add the
205 --raw Generate symbolized pprof data (useful with remote fetch
    [all...]
  /external/jemalloc/bin/
pprof 6 # Redistribution and use in source and binary forms, with or without
14 # in the documentation and/or other materials provided with the
60 # Generates disassembly listing of all routines with at least one
62 # annotated with the flat and cumulative sample counts at each line.
65 # Generates disassembly listing of all routines with at least one
67 # annotated with the flat and cumulative sample counts at each PC value.
116 # All the alternatives must begin with /.
152 with --raw).
172 For more help with querying remote servers, including how to add the
205 --raw Generate symbolized pprof data (useful with remote fetch
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 6 # Redistribution and use in source and binary forms, with or without
14 # in the documentation and/or other materials provided with the
60 # Generates disassembly listing of all routines with at least one
62 # annotated with the flat and cumulative sample counts at each line.
65 # Generates disassembly listing of all routines with at least one
67 # annotated with the flat and cumulative sample counts at each PC value.
116 # All the alternatives must begin with /.
152 with --raw).
172 For more help with querying remote servers, including how to add the
205 --raw Generate symbolized pprof data (useful with remote fetch
    [all...]
  /ndk/build/core/
definitions.mk 4 # you may not use this file except in compliance with the License.
61 # or abort the build with an error
79 # Returns : Generate a rule, but not dependency, to create a directory with
168 # NOTE: With GNU Make $1 and $(1) are equivalent, which means
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 6 * you may not use this file except in compliance with the License.
25 * file that came with this source. At a minimum, the lexer should work on a
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
45 * starts with "lang-" followed by a file extension, specifies the file type.
52 * Java annotations (start with "@") are now captured as literals ("lit")
61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
87 /** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
131 "debugger eval export function get null set undefined var with " +
138 "nonlocal not or pass print raise try with yield " +
615 * plain text and return the text with tabs expanded
    [all...]

Completed in 3583 milliseconds

1 2 3 45 6