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

1 2 3 4 5 6 7 8 91011>>

  /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/tests/java_api/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.)
  /prebuilts/go/darwin-x86/src/os/user/
lookup.go 12 // Lookup looks up a user by username. If the user cannot be found, the
18 // LookupId looks up a user by userid. If the user cannot be found, the
24 // LookupGroup looks up a group by name. If the group cannot be found, the
30 // LookupGroupId looks up a group by groupid. If the group cannot be found, the
  /prebuilts/go/linux-x86/src/os/user/
lookup.go 12 // Lookup looks up a user by username. If the user cannot be found, the
18 // LookupId looks up a user by userid. If the user cannot be found, the
24 // LookupGroup looks up a group by name. If the group cannot be found, the
30 // LookupGroupId looks up a group by groupid. If the group cannot be found, the
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
trie.go 32 // lookupValue determines the type of block n and looks up the value for b.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug320.go 17 // This test looks for the bug by checking that the
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
trie.go 32 // lookupValue determines the type of block n and looks up the value for b.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug320.go 17 // This test looks for the bug by checking that the
  /prebuilts/go/darwin-x86/src/net/
lookup.go 91 // A Resolver looks up names and numbers.
104 // LookupHost looks up the given host using the local resolver.
110 // LookupHost looks up the given host using the local resolver.
124 // LookupIP looks up host using the local resolver.
138 // LookupIPAddr looks up host using the local resolver.
216 // LookupPort looks up the port for the given network and service.
221 // LookupPort looks up the port for the given network and service.
270 // That is, it looks up _service._proto.name. To accommodate services
272 // and proto are empty strings, LookupSRV looks up name directly.
283 // That is, it looks up _service._proto.name. To accommodate service
    [all...]
hosts.go 102 // lookupStaticHost looks up the addresses for the given host from /etc/hosts.
121 // lookupStaticAddr looks up the hosts for the given address from /etc/hosts.
  /prebuilts/go/linux-x86/src/net/
lookup.go 91 // A Resolver looks up names and numbers.
104 // LookupHost looks up the given host using the local resolver.
110 // LookupHost looks up the given host using the local resolver.
124 // LookupIP looks up host using the local resolver.
138 // LookupIPAddr looks up host using the local resolver.
216 // LookupPort looks up the port for the given network and service.
221 // LookupPort looks up the port for the given network and service.
270 // That is, it looks up _service._proto.name. To accommodate services
272 // and proto are empty strings, LookupSRV looks up name directly.
283 // That is, it looks up _service._proto.name. To accommodate service
    [all...]
hosts.go 102 // lookupStaticHost looks up the addresses for the given host from /etc/hosts.
121 // lookupStaticAddr looks up the hosts for the given address from /etc/hosts.
  /frameworks/rs/tests/java_api/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
298 mState1.mTransform.look(looks[last_look], mState1.mCubeScreen, getWidth(), getHeight());
300 last_look = (last_look + 1) % looks.length;
316 mState1.mTransform.look(looks[k], mState1.mCubeVolume, getWidth(), getHeight());
  /external/curl/docs/cmdline-opts/
data.d 22 chunk that looks like \&'name=daniel&skill=lousy'.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 54 # 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>
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 34 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
95 // The underlying scanner elides all spaces except newline, so the input looks like a stream of
  /prebuilts/go/darwin-x86/src/log/
log_test.go 112 // Verify a log message looks right, with our prefix and microseconds present.
128 // Verify a log message looks right in the right time zone. Quantize to the second only.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 34 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
95 // The underlying scanner elides all spaces except newline, so the input looks like a stream of
  /prebuilts/go/linux-x86/src/log/
log_test.go 112 // Verify a log message looks right, with our prefix and microseconds present.
128 // Verify a log message looks right in the right time zone. Quantize to the second only.
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
b.bat 44 @REM point looks so strange.

Completed in 1018 milliseconds

1 2 3 4 5 6 7 8 91011>>