HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 51 - 75 of 2398) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 166 GLubyte *where, *terminator; local
169 where = (GLubyte *) strchr(extension, ' ');
170 if (where || *extension == '\0')
179 where = (GLubyte *) strstr((const char *) start, extension);
180 if (!where)
182 terminator = where + strlen(extension);
183 if (where == start || *(where - 1) == ' ')
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist.h 241 iterator insert(iterator where, pointer New) {
243 return base_list_type::insert(where, *New);
246 iterator insert(iterator where, const_reference New) {
247 return this->insert(where, new value_type(New));
250 iterator insertAfter(iterator where, pointer New) {
254 return insert(++where, New);
280 iterator erase(iterator where) {
281 this->deleteNode(remove(where));
282 return where;
337 template<class InIt> void insert(iterator where, InIt first, InIt last)
    [all...]
  /external/autotest/tko/
frontend.py 73 def get_matrix_data(db_obj, x_axis, y_axis, where = None,
89 where=where, group_by=group_by, max_rows = MAX_RECORDS)
156 def tests(self, where = {}):
159 sql += ' where m.machine_group=%s'
160 for key in where.keys():
162 values.append(where[key])
168 def select(klass, db, where = {}):
171 for row in db.select(','.join(fields), 'tko_machines', where):
186 def select(klass, db, where = {})
    [all...]
db.py 225 def _where_clause(self, where):
226 if not where:
229 if isinstance(where, dict):
232 for field, value in where.iteritems():
240 elif isinstance(where, basestring):
242 where_clause = where
244 elif isinstance(where, tuple):
245 # preformatted where clause + values
246 where_clause, values = where
249 raise ValueError('Invalid "where" value: %r' % where
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ParserRuleReturnScope.cs 59 where TToken : IToken {
  /external/flatbuffers/net/FlatBuffers/
Offset.cs 22 public struct Offset<T> where T : struct
  /external/valgrind/helgrind/
hg_addrdescr.h 55 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,
  /toolchain/binutils/binutils-2.27/gas/
obj.h 24 void obj_emit_relocations (char **where, fixS * fixP,
26 void obj_emit_strings (char **where);
27 void obj_emit_symbols (char **where, symbolS * symbols);
36 void obj_symbol_to_chars (char **where, symbolS * symbolP);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/
brr_backward.s 1 ; Test error messages where targets are out of range.
  /external/syslinux/com32/modules/
pmload.c 61 int boot_raw(void *ptr, size_t len, addr_t where, char **argv)
87 dprintf("Segment at 0x%08x len 0x%08x\n", where, len);
89 if (syslinux_memmap_type(amap, where, len) != SMT_FREE) {
91 where, len);
96 if (syslinux_add_memmap(&amap, where, len, SMT_ALLOC))
100 if (syslinux_add_movelist(&ml, where, (addr_t) ptr, len))
169 regs.eip = where;
199 addr_t where; local
206 where = strtoul(argv[2], NULL, 0);
213 boot_raw(data, data_len, where, &argv[1])
    [all...]
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 70 FILE *where = argc < 0 ? stderr : stdout; local
76 fprintf(where,
79 fprintf(where, "\n"
82 fprintf(where, "\n"
89 fprintf(where,

Completed in 1317 milliseconds

1 23 4 5 6 7 8 91011>>