HomeSort by relevance Sort by last modified time
    Searched refs:we (Results 251 - 275 of 1426) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/mca/filterfw/native/
libfilterfw.mk 19 # Uncomment the requirements below, once we need them:
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Android.mk 25 # comment it out for now since we need use some hidden APIs
  /frameworks/native/libs/gui/tests/
Android.mk 52 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /libcore/luni/src/main/native/
sub.mk 3 # It's not a normal makefile, so we don't include CLEAR_VARS
  /ndk/build/core/
build-executable.mk 27 # we are building target objects
build-shared-library.mk 27 # we are building target objects
build-static-library.mk 26 # we are building target objects
clear-vars.mk 21 # Note: As a special exception, we don't want to clear LOCAL_PATH
init.mk 53 # Check that we have at least GNU Make 3.81
54 # We do this by detecting whether 'lastword' is supported
153 # We should not be there, but just in case !
168 # For all systems, we will have HOST_OS_BASE defined as
169 # $(HOST_OS), except on Cygwin where we will have:
174 # Trying to detect that we're running from Cygwin is tricky
175 # because we can't use $(OSTYPE): It's a Bash shell variable
179 # Instead, we assume that a program named /bin/uname.exe
188 # NOTE: The 2>NUL here is for the case where we're running inside the
190 # that we're going to remove later (see below)
    [all...]
  /packages/experimental/procstatlog/
Android.mk 18 # (we want to run this on oddball partner-integrated devices).
  /bionic/libc/arch-mips64/bionic/
__bionic_clone.S 78 # Clear return address in child so we don't unwind further.
  /build/core/
install_jni_libs.mk 10 # jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the libraries into the apk;
11 # extracted_jni_libs, if we extract jni libs from prebuilt apk.
  /development/ide/xcode/ports/
skia_mac.cp 71 // We don't need the nib reference anymore.
74 // if we get here, we can start our normal Skia sequence
  /external/chromium_org/build/
landmine_utils.py 114 assert False, 'Don\'t know what builder we\'re using!'
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
script_installer.js 16 * URL pattern where we do not allow script installation.
44 // Directly write the contents of the script we are trying to inject into
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 78 * derived data series can be efficiently computed, if we add any.
81 // Use cached values, if we can.
97 * Does all the work of getValues when we can't use cached data.
153 // Map of sources for which we've seen a begin event more recently than an
180 * Called when the source with the specified id begins doing whatever we
181 * care about. If it's not already an active source, we add it to the map
193 * Called when the source with the specified id stops doing whatever we
194 * care about. If it's an active source, we remove it from the map and add
281 // to |time|. We look at the transfers before |time| to give
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.js 48 // This will get called by the content script we execute in
60 // We can only inject scripts to find the title on pages loaded with http
61 // and https so for all other pages, we don't ask for the title.
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.js 6 * Global variable containing the query we'd like to pass to Flickr. In this
15 * Flickr URL that will give us lots and lots of whatever we're looking for.
  /external/chromium_org/chrome/common/extensions/docs/server2/
instance_servlet.py 25 Anyway - to enforce this, we actually don't give instances access to
27 cronjobs don't manage to catch everything - uhoh. On the other hand, we'll
38 # In production have offline=True so that we can catch cron errors. In
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 24 // TODO(ataly): We need to make sure we use the right prototype for
41 // but we don't have a way to express this in the schema JSON (nor is it
webstore_custom_bindings.js 30 // Since we call Install() with a bool for if we have listeners, listeners
  /external/chromium_org/content/test/data/indexeddb/
quota_test.js 44 debug("Expecting at most " + maxExpectedWrites + " writes, but we could " +
73 " but we only expected " + maxExpectedWrites);
82 debug("We've added "+ displaySize(dataAdded));
  /external/chromium_org/third_party/skia/tools/lua/
glyph-counts.lua 25 canvas that we will be drawing into, and the name of the file.
32 when a given picture is done, we call endcanvas(canvas, fileName)
scrape_dashing.lua 27 canvas that we will be drawing into, and the name of the file.
34 when a given picture is done, we call endcanvas(canvas, fileName)
  /external/chromium_org/tools/telemetry/telemetry/timeline/
thread.py 13 thread. We organize the synchronous slices on a thread by "subrows," where
191 Visually, if we start with this:
198 We first check row 2's last item, [d]. [e] wont fit into [d] (they dont
199 even intersect). So we go to row 1. That gives us [b], and [d] wont fit
200 into that either. So, we go to row 0 and its last slice, [a]. That can
201 completely contain [e], so that means we should add [e] as a subslice
207 If we then get this slice:
209 We do the same deepest-to-shallowest walk of the subrows trying to fit
210 it. This time, it doesn't fit in any open slice. So, we simply append
244 Because we know that the start time of child is >= the start tim
    [all...]

Completed in 610 milliseconds

<<11121314151617181920>>