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

1 2 3 4 5 6 7

  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Volume.java 36 private HashMap<String, Look> mLooks = new HashMap<String, Look>();
59 mLooks.put(name, new Look(name, color, opacity));
63 mLooks.put(name, new Look(name, color_string, opacity_string));
64 Look l = mLooks.get(name);
70 class Look {
75 public Look(String name, String color_string, String opacity_string) {
91 public Look(String name, int[][] color, int[][] opacity) {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symbols.go 60 // Look up the symbol with the given name and version, creating the
74 // Look up the symbol with the given name and version, returning nil
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symbols.go 60 // Look up the symbol with the given name and version, creating the
74 // Look up the symbol with the given name and version, returning nil
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zStream.c 45 RINOK(stream->Look(stream, &lookBuf, size));
136 p->s.Look = lookahead ?
Types.h 143 SRes (*Look)(void *p, void **buf, size_t *size);
148 /* offset must be <= output(*size) of Look */
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /external/libpng/contrib/gregbook/
makevms.com 31 $! Look for the compiler used.
  /external/libpng/contrib/pngminus/
makevms.com 5 $! Look for the compiler used
  /external/lzma/C/
7zStream.c 47 RINOK(stream->Look(stream, &lookBuf, size));
138 p->s.Look = lookahead ?
7zDec.c 58 p->res = p->inStream->Look(p->inStream, (const void **)&p->begin, &size);
147 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
197 res = inStream->Look((void *)inStream, (const void **)&inBuf, &lookahead);
234 RINOK(inStream->Look((void *)inStream, (const void **)&inBuf, &curSize));
7zTypes.h 173 SRes (*Look)(void *p, const void **buf, size_t *size);
178 /* offset must be <= output(*size) of Look */
  /prebuilts/go/darwin-x86/src/text/template/
examplefunc_test.go 16 // Make Title Text Look Good In Our Template's Output.
  /prebuilts/go/linux-x86/src/text/template/
examplefunc_test.go 16 // Make Title Text Look Good In Our Template's Output.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 161 Look, goof-ball -- use the -b option!
163 'Look,', ' ', 'goof-', 'ball', ' ', '--', ' ',
166 'Look,', ' ', 'goof-ball', ' ', '--', ' ',
379 # Look for the longest leading string of spaces and tabs common to
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Types.h 166 SRes (*Look)(void *p, void **buf, size_t *size);
171 /* offset must be <= output(*size) of Look */
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Types.h 166 SRes (*Look)(void *p, void **buf, size_t *size);
171 /* offset must be <= output(*size) of Look */
  /prebuilts/go/darwin-x86/src/path/
match.go 48 // Look for match at current position.
61 // Look for match skipping i+1 bytes.
  /prebuilts/go/linux-x86/src/path/
match.go 48 // Look for match at current position.
61 // Look for match skipping i+1 bytes.
  /prebuilts/go/darwin-x86/src/runtime/
signal_386.go 38 // preparePanic sets up the stack to look like a call to sigpanic.
42 // Look at instruction to see if it is a divide.
70 // make the trace look like a call to runtime.sigpanic instead.
  /prebuilts/go/linux-x86/src/runtime/
signal_386.go 38 // preparePanic sets up the stack to look like a call to sigpanic.
42 // Look at instruction to see if it is a divide.
70 // make the trace look like a call to runtime.sigpanic instead.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 85 # Look for lines that are aliases with NF*
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 35 (* Look up the name in the module table. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 35 (* Look up the name in the module table. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 35 (* Look up the name in the module table. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 35 (* Look up the name in the module table. *)

Completed in 1023 milliseconds

1 2 3 4 5 6 7