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

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 343 static void CHARSET_ENCODER_CALLBACK(const void* rawContext, UConverterFromUnicodeArgs* args,
346 if (!rawContext) {
349 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext);
367 static void encoderReplaceCallback(const void* rawContext,
370 if (rawContext == NULL) {
373 const EncoderCallbackContext* context = reinterpret_cast<const EncoderCallbackContext*>(rawContext);
427 static void decoderReplaceCallback(const void* rawContext,
430 if (!rawContext) {
433 const DecoderCallbackContext* context = reinterpret_cast<const DecoderCallbackContext*>(rawContext);
447 static void CHARSET_DECODER_CALLBACK(const void* rawContext, UConverterToUnicodeArgs* args
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 76 RawContext* rawContext = new RawContext(config.type);
81 return new glu::FboRenderContext(rawContext, config);
89 delete rawContext;
105 // RawContext
117 RawContext::RawContext (glu::ContextType type)
150 RawContext::~RawContext (void
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 178 UINT64 rawContext;

Completed in 577 milliseconds