/external/dbus/bus/ |
selinux.c | 434 DBusString *auxdata) 444 target_class, requested, &aeref, auxdata) < 0) 481 DBusString auxdata; local 491 if (!_dbus_string_init (&auxdata)) 494 if (!_dbus_string_append (&auxdata, "service=")) 497 if (!_dbus_string_append (&auxdata, service_name)) 502 if (!_dbus_string_append (&auxdata, " spid=")) 505 if (!_dbus_string_append_uint (&auxdata, spid)) 513 &auxdata); 515 _dbus_string_free (&auxdata); 552 DBusString auxdata; local [all...] |
/external/llvm/tools/obj2yaml/ |
coff2yaml.cpp | 207 ArrayRef<uint8_t> AuxData = Obj.getSymbolAuxData(Symbol); 215 AuxData.data()); 224 AuxData.data()); 233 AuxData.data()); 237 Sym.File = StringRef(reinterpret_cast<const char *>(AuxData.data()), 248 AuxData.data()); 257 AuxData.data());
|
/external/kernel-headers/original/uapi/linux/ |
if_packet.h | 109 #define TP_STATUS_VLAN_VALID (1 << 4) /* auxdata has valid tp_vlan_tci */ 111 #define TP_STATUS_VLAN_TPID_VALID (1 << 6) /* auxdata has valid tp_vlan_tpid */
|
/external/icu/icu4c/source/layout/ |
LEGlyphStorage.cpp | 330 void LEGlyphStorage::getAuxData(le_uint32 auxData[], LEErrorCode &success) const 336 if (auxData == NULL) { 346 LE_ARRAY_COPY(auxData, fAuxData, fGlyphCount); 368 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) 384 fAuxData[glyphIndex] = auxData;
|
LEGlyphStorage.h | 259 * @param auxData the auxillary data array will be copied to this address 264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const; 356 * all of the relevant glyph information ( glyph, indices, positions, and auxData ), 358 * to be set in the target glyph's auxData so that it won't be reprocessed later in the 433 * @param auxData the new auxillary data 438 void setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success);
|
IndicReordering.cpp | 292 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) { 305 fGlyphStorage.setAuxData(toPosition,auxData,success); [all...] |
/external/skia/src/gpu/text/ |
GrTextUtils.cpp | 572 void* auxData; 575 if (cache->getAuxProcData(glyph_cache_aux_proc, &auxData)) { 576 scaler = (GrFontScaler*)auxData;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_packet.h | 91 #define TP_STATUS_VLAN_VALID 0x10 /* auxdata has valid tp_vlan_tci */
|
/external/llvm/test/CodeGen/X86/ |
2009-04-29-RegAllocAssert.ll | 11 %struct.AuxData = type { i8*, void (i8*)* } 54 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] }
|
/external/llvm/test/Transforms/GVN/ |
2009-01-22-SortInvalidation.ll | 9 %struct.AuxData = type { i8*, void (i8*)* } 55 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] }
|
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 338 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol); 339 AuxData = AuxData.slice(AuxSymbolIdx * Obj->getSymbolTableEntrySize()); 340 Aux = reinterpret_cast<const T*>(AuxData.data()); [all...] |
/external/skia/src/core/ |
SkGlyphCache.h | 124 void setAuxProc(void (*auxProc)(void*), void* auxData);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactsProviderTest.java | 525 String auxData, boolean primary) { 537 values.put(ContactMethods.AUX_DATA, auxData); [all...] |
/dalvik/libdex/ |
DexFile.h | 570 //void* auxData;
|
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/external/iproute2/misc/ |
ss.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
wdm.h | [all...] |
/external/dbus/ |
ChangeLog.pre-1-0 | [all...] |