HomeSort by relevance Sort by last modified time
    Searched refs:looks (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k-coff/
p2389.s 1 # I reached a point where the file looks
  /build/kati/testcase/
override_rule.mk 4 # The behavior for this depends on the version of GNU make. It looks
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
VolumeLoader.java 76 String [] looks = p.getProperty("looks").split(","); local
77 for (int j = 0; j < looks.length; j++) {
78 String look_color = p.getProperty(looks[j]+".color");
79 String look_opacity = p.getProperty(looks[j]+".opacity");
80 v.addLook(looks[j],look_color,look_opacity);
86 String [] looks = p.getProperty("looks").split(","); local
87 for (int j = 0; j < looks.length; j++) {
88 String look_color = p.getProperty(looks[j]+".color")
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
shift-3.s 2 ! relocs, even though the symbol looks local and is undefined.
  /external/llvm/test/MC/AsmParser/
undefined-local-symbol.s 4 # of what an assembler local symbol looks like (i.e., 'L' prefix.)
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
VrActivity.java 152 String[] looks = mVrView.getLooks(); local
156 for (int i = 0; i < looks.length; i++) {
157 menu.add(0, Menu.FIRST + i, Menu.NONE, looks[i]);
VrView.java 63 private final char[] looks = { field in class:VrView
299 mState1.mTransform.look(looks[last_look], mState1.mCubeScreen, getWidth(), getHeight());
301 last_look = (last_look + 1) % looks.length;
317 mState1.mTransform.look(looks[k], mState1.mCubeVolume, getWidth(), getHeight());
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 50 # This looks like a variable definition
  /external/ImageMagick/www/api/
monitor.php 59 <p>SetImageProgressMonitor() sets the image progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
98 <p>SetImageInfoProgressMonitor() sets the image_info progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
  /external/v8/test/mjsunit/regress/
regress-crbug-229923.js 37 // string looks like one-byte, but its parent is actually two-byte.
  /external/v8/test/webkit/
sort-randomly.js 35 // Sorting objects that change each time sort() looks at them is the same as using a random compareFn.
  /external/v8/test/mjsunit/
array-tostring.js 67 // Default looks-like-an-array case.
83 // Non-standard join is called even if it looks like an array.
127 // Used on a string (which looks like an array of characters).
  /external/libvorbis/doc/
Vorbis_I_spec.tex 76 % Redefine \~ to generate something that looks more appropriate when used in text.
  /external/v8/build/android/play_services/
update.py 472 version, the one that we track. The version looks like 811500, is used in
474 which looks like 27.0.0 and is used only by the Android SDK manager.
  /ndk/sources/third_party/googletest/
Android.mk 87 # IMPORTANT: The test looks at the name of its executable and expects
  /prebuilts/misc/common/swig/include/2.0.11/php/
globalvar.i 325 deliberate error cos this code looks bogus to me
  /external/icu/icu4c/source/
runConfigureICU 437 echo If the result of the above commands looks okay to you, go to the directory
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.d 44 # first relaxation iteration, the first (or second) PUSHJ looks like it
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 181 * Outputs a key=value line which looks like:
191 * Outputs a key= line which looks like:
  /external/opencv3/3rdparty/jinja2/
filters.py 55 """Returns a callable that looks up the given attribute from a
799 """Applies a filter on a sequence of objects or looks up an attribute.
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 84 // But it looks decodeURIComponent(encodeURIComponent(s)) doesn't
  /external/v8/test/mjsunit/tools/
profile.js 88 // Stack looks like this: [pc, caller, ..., main].
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 966 DateFormat::EStyle looks[] = { local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 1781 int looks[] = {DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG, DateFormat.FULL}; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 1777 int looks[] = {DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG, DateFormat.FULL}; local
    [all...]

Completed in 1441 milliseconds

1 2