HomeSort by relevance Sort by last modified time
    Searched refs:tu (Results 26 - 50 of 96) sorted by null

12 3 4

  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
bool.go 102 _ = "me gustas" != "tu" || "le gustas" != "tu" // OK we could catch this case, but it's not worth the code
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
bool.go 102 _ = "me gustas" != "tu" || "le gustas" != "tu" // OK we could catch this case, but it's not worth the code
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 219 abi_dump::TranslationUnit tu; local
221 HeaderASTVisitor v(&tu, mangle_contextp.get(), &ctx, cip_, file_name_,
224 !google::protobuf::TextFormat::Print(tu, &text_os)) {
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 262 * Peer is expected to be awake for at least 100 TU; try to
312 unsigned int tu; local
315 p2p_dbg(p2p, "Received GO Discoverability Request - remain awake for 100 TU");
321 /* Remain awake 100 TU on operating channel */
323 tu = 100;
324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
  /external/clang/bindings/python/clang/
cindex.py 180 def from_position(tu, file, line, column):
185 return conf.lib.clang_getLocation(tu, file, line, column)
188 def from_offset(tu, file, offset):
191 tu -- TranslationUnit file belongs to
195 return conf.lib.clang_getLocationForOffset(tu, file, offset)
437 def __init__(self, tu, memory, count):
438 self._tu = tu
446 def get_tokens(tu, extent):
455 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory),
467 token_group = TokenGroup(tu, tokens_memory, tokens_count
    [all...]
  /system/bt/bta/gatt/
bta_gattc_utils.cc 74 uint8_t su[LEN_UUID_128], tu[LEN_UUID_128]; local
100 bta_gatt_convert_uuid16_to_uuid128(tu, p_tar->uu.uuid16);
101 pt = tu;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 74 VERTTYPE tu, tv; member in struct:SPVRTPrint3DAPIVertex
PVRTPrint3D.cpp 905 pVertices[VertexCount+0].tu = f2vt(m_pUVs[uiIdx].fUL);
912 pVertices[VertexCount+1].tu = f2vt(m_pUVs[uiIdx].fUR);
919 pVertices[VertexCount+2].tu = f2vt(m_pUVs[uiIdx].fUL);
926 pVertices[VertexCount+3].tu = f2vt(m_pUVs[uiIdx].fUR);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 26 u32 timeout, tu; local
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 447 tu := t.Underlying().(*types.Struct)
448 fields := make([]*types.Var, tu.NumFields())
449 for i := 0; i < tu.NumFields(); i++ {
450 fields[i] = tu.Field(i)
458 tu := t.Underlying().(*types.Array)
459 elem := tu.Elem()
467 for i := 0; i < int(tu.Len()); i++ {
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 447 tu := t.Underlying().(*types.Struct)
448 fields := make([]*types.Var, tu.NumFields())
449 for i := 0; i < tu.NumFields(); i++ {
450 fields[i] = tu.Field(i)
458 tu := t.Underlying().(*types.Array)
459 elem := tu.Elem()
467 for i := 0; i < int(tu.Len()); i++ {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 236 D3DVALUE tu; member in union:_D3DTLVERTEX::__anon57915
249 tu = _tu; tv = _tv;
277 D3DVALUE tu; member in union:_D3DLVERTEX::__anon57922
312 D3DVALUE tu; member in union:_D3DVERTEX::__anon57930
325 tu = _tu; tv = _tv;
    [all...]
  /external/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
327 * \param tu the translation unit
331 * \returns the file handle for the named file in the translation unit \p tu,
334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /external/ltp/testcases/network/virt/
virt_lib.sh 125 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt
142 tst_rhost_run -s -c "ip -f inet$TST_IPV6 tu add ltp_v0 \
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 290 // The current CU index (negative for a TU).
292 // The language of the current CU or TU.
337 // Use a negative index to flag this as a TU instead of a CU.
885 // Read the .debug_pubnames and .debug_pubtypes tables for the CU or TU.
915 // If die is a TU, then it might correspond to a CU which we
1019 // when we encounter the die for that cu or tu.
1267 const Type_unit& tu = this->type_units_[i]; local
    [all...]
  /system/bt/stack/gatt/
gatt_utils.cc 509 uint8_t su[LEN_UUID_128], tu[LEN_UUID_128]; local
540 gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16);
541 pt = tu;
544 gatt_convert_uuid32_to_uuid128(tu, tar.uu.uuid32);
545 pt = tu;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 98 if (TU)
99 clang_disposeTranslationUnit(TU);
250 ASTUnit *Unit = cxtu::getASTUnit(TU);
299 ASTUnit *Unit = cxtu::getASTUnit(TU);
362 if (Visit(MakeCXCursor(D, TU, Range), /*CheckedRegionOfInterest=*/true))
382 if (Visit(MakeCXCursor(D, TU, Range), /*CheckedRegionOfInterest=*/true))
453 if (Visit(MakeMacroExpansionCursor(ME, TU)))
460 if (Visit(MakeMacroDefinitionCursor(MD, TU)))
467 if (Visit(MakeInclusionDirectiveCursor(ID, TU)))
515 CXTranslationUnit TU = getCursorTU(Cursor)
3391 CXTranslationUnit tu = static_cast<CXTranslationUnit>(CT.data[1]); local
    [all...]

Completed in 1894 milliseconds

12 3 4