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

1 2 3

  /external/guava/guava/src/com/google/common/reflect/
Invokable.java 158 Invokable<T, R1> specialized = (Invokable<T, R1>) this; local
159 return specialized;
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 31 // The returned function is specialized for matching against s and
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 31 // The returned function is specialized for matching against s and
  /external/nanohttpd/
README.md 179 ### Develop your own specialized HTTP service
181 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*.
193 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*.
  /external/nanohttpd/src/site/markdown/
index.md 175 ### Develop your own specialized HTTP service
177 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*.
189 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*.
  /external/llvm/utils/vim/syntax/
llvm.vim 171 " Named metadata and specialized metadata keywords.
  /external/curl/packages/vms/
generate_vax_transfer.com 212 ; This needs to be compiled with a specialized patch on Macro32 to make it
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 148 // output. This specialized version is optimized for short distances.
  /prebuilts/go/darwin-x86/src/net/
fd_mutex.go 9 // fdMutex is a specialized synchronization primitive that manages
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go 148 // output. This specialized version is optimized for short distances.
  /prebuilts/go/linux-x86/src/net/
fd_mutex.go 9 // fdMutex is a specialized synchronization primitive that manages
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 75 vector<RequiredExtension> specialized; local
93 specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effectiveStages));
114 return specialized;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 208 // specialized knowledge gcc has about where to look for imported
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 208 // specialized knowledge gcc has about where to look for imported
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 419 // rgbaToYCbCr is a specialized version of toYCbCr for image.RGBA images.
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 419 // rgbaToYCbCr is a specialized version of toYCbCr for image.RGBA images.
  /prebuilts/go/darwin-x86/src/html/template/
template.go 17 // Template is a specialized Template from "text/template" that produces a safe
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 25 // To avoid type assertions, some XxxNodes also have specialized
  /prebuilts/go/linux-x86/src/html/template/
template.go 17 // Template is a specialized Template from "text/template" that produces a safe
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 25 // To avoid type assertions, some XxxNodes also have specialized
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go     [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go     [all...]

Completed in 2212 milliseconds

1 2 3