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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
compiler.hpp 26 #include "core/compat.hpp"
33 build_error(const compat::string &log) : log(log) {
39 compat::string what() {
44 compat::vector<char> log;
47 module compile_program_llvm(const compat::string &source,
49 const compat::string &target);
51 module compile_program_tgsi(const compat::string &source);
module.hpp 26 #include "core/compat.hpp"
48 const clover::compat::vector<char> &data) :
55 clover::compat::vector<char> data;
79 symbol(const clover::compat::vector<char> &name, resource_id section,
80 size_t offset, const clover::compat::vector<argument> &args) :
84 clover::compat::vector<char> name;
87 clover::compat::vector<argument> args;
90 void serialize(compat::ostream &os) const;
91 static module deserialize(compat::istream &is);
95 const symbol &sym(compat::string name) const
    [all...]
module.cpp 37 __proc(compat::ostream &os, const T &x) {
44 __proc(compat::istream &is, T &x) {
50 __proc(compat::istream &is) {
61 proc(compat::ostream &os, const T &x) {
66 proc(compat::istream &is, T &x) {
73 struct __serializer<compat::vector<T>> {
75 proc(compat::ostream &os, const compat::vector<T> &v) {
83 proc(compat::istream &is, compat::vector<T> &v)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
compiler.hpp 26 #include "core/compat.hpp"
33 build_error(const compat::string &log) : log(log) {
39 compat::string what() {
44 compat::vector<char> log;
47 module compile_program_llvm(const compat::string &source,
49 const compat::string &target);
51 module compile_program_tgsi(const compat::string &source);
module.hpp 26 #include "core/compat.hpp"
48 const clover::compat::vector<char> &data) :
55 clover::compat::vector<char> data;
79 symbol(const clover::compat::vector<char> &name, resource_id section,
80 size_t offset, const clover::compat::vector<argument> &args) :
84 clover::compat::vector<char> name;
87 clover::compat::vector<argument> args;
90 void serialize(compat::ostream &os) const;
91 static module deserialize(compat::istream &is);
95 const symbol &sym(compat::string name) const
    [all...]
module.cpp 37 __proc(compat::ostream &os, const T &x) {
44 __proc(compat::istream &is, T &x) {
50 __proc(compat::istream &is) {
61 proc(compat::ostream &os, const T &x) {
66 proc(compat::istream &is, T &x) {
73 struct __serializer<compat::vector<T>> {
75 proc(compat::ostream &os, const compat::vector<T> &v) {
83 proc(compat::istream &is, compat::vector<T> &v)
    [all...]
  /external/dhcpcd/
config.mk 14 COMPAT_SRCS+= compat/arc4random.c
15 COMPAT_SRCS+= compat/closefrom.c
16 COMPAT_SRCS+= compat/strlcpy.c
  /external/e2fsprogs/lib/e2p/
feature.c 23 int compat; member in struct:feature
113 const char *e2p_feature2string(int compat, unsigned int mask)
121 if ((compat == f->compat) &&
125 switch (compat) {
152 *compat_type = f->compat;
187 const char *e2p_jrnl_feature2string(int compat, unsigned int mask)
195 if ((compat == f->compat) &&
199 switch (compat) {
369 int compat, compat2, i; local
    [all...]
e2p.h 48 const char *e2p_feature2string(int compat, unsigned int mask);
49 const char *e2p_jrnl_feature2string(int compat, unsigned int mask);
50 int e2p_string2feature(char *string, int *compat, unsigned int *mask);
  /external/openfst/src/include/fst/
types.h 23 #include <fst/compat.h> // for DISALLOW_COPY_AND_ASSIGN
lock.h 26 #include <fst/compat.h> // for DISALLOW_COPY_AND_ASSIGN
  /external/openfst/src/lib/
compat.cc 0 // compat.cc
21 #include <fst/compat.h>
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21c.java 124 boolean compat = unsignedFitsInByte(regs.get(0).getReg());
127 bits.set(0, compat);
130 bits.set(0, compat);
131 bits.set(1, compat);
Form31c.java 119 boolean compat = unsignedFitsInByte(regs.get(0).getReg());
122 bits.set(0, compat);
125 bits.set(0, compat);
126 bits.set(1, compat);
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 62 private BrowserCompatSpec compat; field in class:BestMatchSpec
83 if (this.compat == null) {
84 this.compat = new BrowserCompatSpec(this.datepatterns);
86 return compat;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21c.java 125 boolean compat = unsignedFitsInByte(regs.get(0).getReg());
128 bits.set(0, compat);
131 bits.set(0, compat);
132 bits.set(1, compat);
Form31c.java 120 boolean compat = unsignedFitsInByte(regs.get(0).getReg());
123 bits.set(0, compat);
126 bits.set(0, compat);
127 bits.set(1, compat);
Form41c.java 122 boolean compat = unsignedFitsInByte(regs.get(0).getReg());
125 bits.set(0, compat);
128 bits.set(0, compat);
129 bits.set(1, compat);
  /external/iproute2/misc/
lnstat.h 30 int compat; /* 1 == backwards compat mode */ member in struct:lnstat_file
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
program.cpp 79 compat::istream::buffer_t bin(p, l);
80 compat::istream s(bin);
84 } catch (compat::istream::error &e) {
199 compat::ostream::buffer_t bin;
200 compat::ostream s(bin);
210 compat::ostream::buffer_t bin;
211 compat::ostream s(bin);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 79 compat::istream::buffer_t bin(p, l);
80 compat::istream s(bin);
84 } catch (compat::istream::error &e) {
199 compat::ostream::buffer_t bin;
200 compat::ostream s(bin);
210 compat::ostream::buffer_t bin;
211 compat::ostream s(bin);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_set.h 37 } compat; member in union:xt_set_info_v0::__anon664
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_set.h 37 } compat; member in union:xt_set_info_v0::__anon2257
  /external/chromium_org/third_party/tlslite/tlslite/utils/
asn1parser.py 7 from .compat import *
  /external/iptables/include/linux/netfilter/
xt_set.h 24 } compat; member in union:xt_set_info_v0::__anon2164

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011