HomeSort by relevance Sort by last modified time
    Searched refs:fly (Results 1 - 23 of 23) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
DiamondInheritance.java 107 * Return string representation of the "fly" action for bird
109 * @return string representation of the "fly" action for bird
111 default String fly() { method in interface:DiamondInheritance.Bird
112 return "I can fly";
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
DiamondInheritance.java 107 * Return string representation of the "fly" action for bird
109 * @return string representation of the "fly" action for bird
111 default String fly() { method in interface:DiamondInheritance.Bird
112 return "I can fly";
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SoftLandingInterpolator.java 29 private final LinearInterpolator fly; field in class:SoftLandingInterpolator
38 fly = new LinearInterpolator();
49 final float f = fly.getInterpolation(input / upperRange) * mO;
  /external/curl/src/
tool_cb_prg.c 63 static void fly(struct ProgressData *bar, bool moved) function
143 fly(bar, point != bar->prev);
  /external/eigen/demos/opengl/
quaternion_demo.cpp 366 bool fly = (mNavMode==NavFly) || (e->modifiers()&Qt::ControlModifier); local
370 if(fly)
383 if(fly)
572 but = new QRadioButton("fly");
  /external/zlib/src/contrib/delphi/
ZLib.pas 58 { TCompressionStream compresses data on the fly as data is written to it, and
72 CompressionRate returns the on-the-fly percentage by which the original
98 { TDecompressionStream decompresses data on the fly as data is read from it.
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
ZLib.pas 58 { TCompressionStream compresses data on the fly as data is written to it, and
72 CompressionRate returns the on-the-fly percentage by which the original
98 { TDecompressionStream decompresses data on the fly as data is read from it.
  /development/build/tools/
mk_sdk_repo_xml.sh 33 Zip can be in the form "source:dest" to be renamed on the fly.
  /external/libvpx/libvpx/
configure 50 ${toggle_onthefly_bitpacking} enable on-the-fly bitpacking in real-time encoding
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 64 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly.
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 64 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly.
  /external/annotation-tools/annotation-file-utilities/
design.tex 216 \texttt{Insertion}s on the fly---or perhaps even to go ahead and insert
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 22 // Many of these fields are updated on the fly, while others are only
mgc.go 16 // The algorithm's intellectual heritage includes Dijkstra's on-the-fly algorithm, see
18 // On-the-fly garbage collection: an exercise in cooperation. Commun. ACM 21, 11 (November 1978),
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 22 // Many of these fields are updated on the fly, while others are only
mgc.go 16 // The algorithm's intellectual heritage includes Dijkstra's on-the-fly algorithm, see
18 // On-the-fly garbage collection: an exercise in cooperation. Commun. ACM 21, 11 (November 1978),
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /external/v8/src/debug/
mirrors.js     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
pkg.go 53 // The regular build determines staleness on the fly during action execution.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
pkg.go 53 // The regular build determines staleness on the fly during action execution.
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go     [all...]
  /external/tcpdump/
configure     [all...]

Completed in 574 milliseconds