HomeSort by relevance Sort by last modified time
    Searched refs:SID (Results 1 - 13 of 13) sorted by null

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildbin.sh 96 SID=$2
99 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_${SID}_sg.txt ${LANG}_${SID}_sg_${VERSION_SUFFIX}.bin
  /external/valgrind/tsan/
thread_sanitizer.cc 43 // Segment ID (SID) is in range [1, kMaxSID-1]
228 class SID: public ID {
230 explicit SID(T id) : ID(id) {}
231 SID() : ID(0) {}
267 explicit SSID(SID sid) : ID(sid.raw()) {}
276 SID GetSingleton() const {
278 return SID(raw());
401 static uint32_t combine2(SSID a, SID b)
    [all...]
  /external/checkpolicy/
policy_scan.l 77 SID |
78 sid { return(SID); }
policy_parse.y 91 %token SID
174 initial_sid_def : SID identifier
590 initial_sid_context_def : SID identifier security_context_def
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 387 if(!vkdt(form.SID)){ return false; }
388 idt=form.SID.value;
398 form.SID.focus();
403 form.SID.focus();
408 form.SID.focus();
413 form.SID.focus();
417 form.SID.value="";
629 if(!vdt(form.SID)){ return false;}
  /external/oprofile/events/i386/nehalem/
unit_masks 364 0x01 packed_mpy Counts number of SID integer 64 bit packed multiply operations
365 0x02 packed_shift Counts number of SID integer 64 bit packed shift operations
366 0x04 pack Counts number of SID integer 64 bit pack operations
367 0x08 unpack Counts number of SID integer 64 bit unpack operations
368 0x10 packed_logical Counts number of SID integer 64 bit logical operations
369 0x20 packed_arith Counts number of SID integer 64 bit arithmetic operations
370 0x40 shuffle_move Counts number of SID integer 64 bit shift or move operations
events 107 event:0xFD counters:0,1,2,3 um:simd_int_64 minimum:6000 name:SIMD_INT_64 : Counts number of SID integer 64 bit packed multiply operations.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 224 namespace SID {
  /external/clang/lib/AST/
DeclPrinter.cpp 885 ObjCInterfaceDecl *SID = OID->getSuperClass();
887 if (SID)
888 Out << "@implementation " << I << " : " << *SID;
898 ObjCInterfaceDecl *SID = OID->getSuperClass();
905 if (SID)
906 Out << "@interface " << I << " : " << *SID;
    [all...]
  /external/linux-tools-perf/util/
evlist.c 29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
121 struct perf_sample_id *sid = SID(evsel, cpu, thread); local
123 sid->id = id;
124 sid->evsel = evsel;
125 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
126 hlist_add_head(&sid->node, &evlist->heads[hash]);
160 struct perf_sample_id *sid; local
169 hlist_for_each_entry(sid, pos, head, node)
170 if (sid->id == id
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 494 milliseconds