HomeSort by relevance Sort by last modified time
    Searched full:each (Results 76 - 100 of 23250) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/junit/src/org/junit/internal/builders/
AllDefaultPossibilitiesBuilder.java 28 for (RunnerBuilder each : builders) {
29 Runner runner= each.safeRunnerForClass(testClass);
  /external/junit/src/org/junit/internal/runners/model/
EachTestNotifier.java 32 for (Throwable each : mfe.getFailures())
33 addFailure(each);
  /external/junit/src/org/junit/internal/runners/statements/
RunAfters.java 34 for (FrameworkMethod each : fAfters)
36 each.invokeExplosively(fTarget);
  /external/skia/tools/
CopyTilesRenderer.h 20 * it will divide the picture into large tiles and draw the picture once for each large tile.
29 * Similar to TiledPictureRenderer, this will draw a PNG for each tile. However, the
  /frameworks/base/docs/html/training/
index.jd 3 page.metaDescription=Android Training provides a collection of classes that aim to help you build great apps for Android. Each class explains the steps required to solve a problem or implement a feature using code snippets and sample code for you to use in your apps.
14 If you're a new Android app developer, you should complete each of these classes in order:</p
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 27 <?cs each:dir=subdirs ?>
30 <?cs /each ?>
37 <?cs each:file=files ?>
40 <?cs /each ?>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 27 <?cs each:dir=subdirs ?>
30 <?cs /each ?>
37 <?cs each:file=files ?>
40 <?cs /each ?>
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 27 <?cs each:dir=subdirs ?>
30 <?cs /each ?>
37 <?cs each:file=files ?>
40 <?cs /each ?>
  /dalvik/dx/tests/004-cp-bottom-up/
info.txt 6 at least one valid entry of each possible constant pool type, and that
  /dalvik/dx/tests/005-cp-top-down/
info.txt 6 at least one valid entry of each possible constant pool type, and that
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
info.txt 7 one entry for each of the possible combinations of null-vs-valid cpe.
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
info.txt 6 fields, each with a single ConstantValue attribute, which points at one
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 2 least one case of each of the possible forms of Java stack
  /development/ndk/platforms/android-9/samples/native-audio/
default.properties 12 # Indicates whether an apk should be generated for each density.
  /external/chromium/chrome/browser/resources/net_internals/
socketsview.js 8 * - Shows a summary of the state of each socket pool at the top.
9 * - For each pool with allocated sockets or connect jobs, shows all its
42 // Add table for each socket pool with information on each of its groups.
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
Rakefile 23 Dir[base_path.join './tasks/**/*.rake'].each do |f|
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
allclasses.tmpl 6 <for each="thisClass" in="data">
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
handler_map.txt 3 # Each line consists of 'alias_resource_path' and 'existing_resource_path'
  /external/chromium_org/apps/
field_trial_names.h 11 // Keep alphabetized and document each one in the source file.
  /external/chromium_org/cc/animation/
animation_id_provider.h 15 // These functions each return monotonically increasing values.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_observer.h 19 // Each login screen or a view shown within login wizard view is itself a
20 // state. Upon exit each view returns one of the results by calling
23 // exit code for each way to exit the screen for each screen.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
timezone_options_util.h 16 // Creates a list of pairs of each timezone's ID and name.
  /external/chromium_org/chrome/common/metrics/proto/
permuted_entropy_cache.proto 11 // Represents a cache of permuted entropy mappings, where each entry maps from
  /external/chromium_org/chromeos/network/onc/
onc_merger.h 21 // given |user_policy| and |device_policy| settings. Each can be omitted by
22 // providing a NULL pointer. Each dictionary has to be part of a valid ONC
37 // of each field that exists in any of the argument dictionaries. Each of these
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-status-bar-buttons-state.html 2 <p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.</p>

Completed in 1374 milliseconds

1 2 34 5 6 7 8 91011>>