HomeSort by relevance Sort by last modified time
    Searched refs:given (Results 51 - 75 of 506) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/webapp/
typecheck.js 6 * Get the |key| attribute in the given |dict| and verify that it is an
31 * Get the |key| attribute in the given |dict| and verify that it is a
56 * Get the |key| attribute in the given |dict| and verify that it is a
81 * Get the |key| attribute in the given |dict| and verify that it is an
106 * Get the |key| attribute in the given |dict| and verify that it is a
  /external/chromium_org/components/autofill/core/browser/
contact_info.cc 80 base::string16 given; member in struct:autofill::__anon10955::NameParts
100 // Bad things have happened; just assume the whole thing is a given name.
101 parts.given = name;
105 // Only one token, assume given name.
107 parts.given = name_tokens[0];
135 // Remainder is given name.
136 parts.given = JoinString(name_tokens, base::char16(' '));
287 given_ = parts.given;
  /external/ceres-solver/internal/ceres/
solver.cc 459 StringAppendF(&report, "%45s %21s\n", "Given", "Used");
486 string given; local
487 StringifyOrdering(linear_solver_ordering_given, &given);
492 given.c_str(),
504 string given; local
505 StringifyOrdering(inner_iteration_ordering_given, &given);
510 given.c_str(),
542 StringAppendF(&report, "%45s %21s\n", "Given", "Used");
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 40 * Returns whether or not the given search result contains the given keyword.
102 * Loads resources for the given query parameters.
173 * Formats the given array into a human readable, English string, ala
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
platform_util.js 30 *Checks whether the given filter matches the current platform. An undefined
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
braille_interface.js 24 * Sends the given params to the Braille display for output.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdowntimer.js 125 * given before the timeout's expiration.
141 * Creates a new countdown from the given request using the given timer factory,
142 * attenuated to ensure a response is given prior to the countdown's expiration.
  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 17 * Dispatches a context menu event at the given location.
call_function.js 51 * Stores a given item in the cache and returns a unique ID.
68 * Retrieves the cached object for the given ID.
138 * Wraps the given value to be transmitted remotely by converting
164 * Unwraps the given value by converting from object IDs to the cached
185 * Calls a given function and returns its value.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view_unittest.js 6 * Test whether given line is valid.
  /external/chromium_org/tools/
safely-roll-deps.py 74 help='Add given users as either reviewers or TBR as'
77 help='(default "%default") Use given start point for change'
  /ndk/build/core/
build-module.mk 19 # This file is used to record the LOCAL_XXX definitions of a given
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java 190 private void compareImages(Bitmap ideal, Bitmap given, String filename) {
194 assertTrue(idealWidth == given.getWidth());
195 assertTrue(idealHeight == given.getHeight());
202 int givenColor = given.getPixel(x, y);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
assert_additions.js 6 * Asserts that a given argument's value is undefined.
28 * Asserts that a given function call throws an exception.
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 141 """Given a set of source file, sets the given property on them."""
154 """Given a set of source files, sets the given property on them."""
170 """Given a target, sets the given property."""
236 """Converts the given string 'a' to a valid CMake target name.
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
py-compile 100 usage_error "no files given"
103 # if basedir was given, then it should be prepended to filenames before
111 # if destdir was given, then it needs to be prepended to the filename to
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 41 * Gets the expiration time displayed on the page for a given entry.
53 * Gets the extension id displayed on the page for a given entry.
62 * Gets the extension name displayed on the page for a given entry.
80 * Gets the token ID displayed on the page for a given entry.
89 * Gets the token status displayed on the page for a given entry.
98 * Gets the token scopes displayed on the page for a given entry.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 197 """"Launches the given |application| with a list of |parameters| on the OS.
212 """Returns whether the platform can launch the given application."""
216 """Installs the given application."""
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
23 mark <len> (or 1) bytes at <addr> with the given accessibility
25 check that <len> (or 1) bytes at <addr> have the given accessibility
52 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
82 mark <len> (or 1) bytes at <addr> with the given accessibility
84 check that <len> (or 1) bytes at <addr> have the given accessibility
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
102 given, expected))
106 # Make sure interface works properly when given a single argument
117 # Make sure interface correct when multiple arguments given
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
102 given, expected))
106 # Make sure interface works properly when given a single argument
117 # Make sure interface correct when multiple arguments given
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 89 (** Returns the pointer size in bytes for a target in a given address space.
94 in a given address space.
214 (** Emits assembly or object data for the given module to the given
218 (** Emits assembly or object data for the given module to a fresh memory
  /external/chromium_org/ui/file_manager/file_manager/background/js/
drive_sync_handler.js 106 * Updates the item involved with the given status.
134 * Removes the item involved with the given status.
150 * Requests to cancel for the given files' drive sync.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 161 // Helper function to add a tab given the class for a view singleton.
324 * Returns true if it's given a valid-looking constants object.
348 * @return {string} The name of the given error.
360 * @return {string} The name of the given error.
372 * @return {string} The name of the given error.
381 * @return {string} A representation of the given family.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 54 * keys or similar. The position is given in characters,
81 * Returns a char value appropriate for a synthezised key event for a given

Completed in 1651 milliseconds

1 23 4 5 6 7 8 91011>>