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

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 130 from fontTools import agl
142 elif indices[i] in agl.UV2AGL:
143 self.glyphOrder[i] = agl.UV2AGL[indices[i]]
177 from fontTools import agl
184 if glyphID in agl.AGL2UV:
185 indices.append(agl.AGL2UV[glyphID])
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 25 #include <AGL/agl.h>
video_render_mac_carbon_impl.cc 14 #include <AGL/agl.h>
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go 119 // RFC 7539 and draft-agl-tls-chacha20poly1305-04.
chacha20_poly1305_test.go 112 // See draft-agl-tls-chacha20poly1305-04, section 7.
conn.go 690 // TODO(bradfitz,agl): slightly suspicious
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 6 // The JSON data is a summary of agl's changes in the
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 6 // The JSON data is a summary of agl's changes in the
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 442 # in combination with the Adobe Glyph List (AGL).
491 from fontTools import agl
502 if unicode in agl.UV2AGL:
504 glyphName = agl.UV2AGL[unicode]
  /prebuilts/go/darwin-x86/src/math/big/
arith_test.go 366 // TODO(agl): These will only work on 64-bit platforms.
nat.go 891 // TODO(agl): we don't actually need to store the q value.
  /prebuilts/go/linux-x86/src/math/big/
arith_test.go 366 // TODO(agl): These will only work on 64-bit platforms.
nat.go 891 // TODO(agl): we don't actually need to store the q value.
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 8 // BUG(agl): The crypto/tls package only implements some countermeasures
conn.go 496 // TODO(bradfitz,agl): slightly suspicious
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem.go 114 // TODO(agl): need to cope with values that spread across lines.
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 8 // BUG(agl): The crypto/tls package only implements some countermeasures
conn.go 496 // TODO(bradfitz,agl): slightly suspicious
    [all...]
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 114 // TODO(agl): need to cope with values that spread across lines.
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 481 // TODO(agl): can we get away with reusing blinds?
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 481 // TODO(agl): can we get away with reusing blinds?
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 767 // TODO(agl): remove this hack once their reissued root is sufficiently
832 // TODO(agl): don't ignore the path length constraint.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 767 // TODO(agl): remove this hack once their reissued root is sufficiently
832 // TODO(agl): don't ignore the path length constraint.
    [all...]
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 1772 milliseconds

1 2