/external/chromium_org/third_party/mesa/src/docs/ |
MESA_multithread_makecurrent.spec | 32 The GLX context setup encourages multithreaded applications to 33 create a context per thread which each operate on their own 40 using the same context across multiple threads and protecting its 43 relaxing the context binding requirements. 67 In addition, a rendering context can be current for only one 70 In addition, an indirect rendering context can be current for 71 only one thread at a time. A direct rendering context may be 73 the context thruogh the GL managed by the application through 82 If ctx is an indirect context current to some other thread, 89 If ctx is an indirect context current to some other thread [all...] |
/external/chromium_org/webkit/browser/blob/ |
blob_storage_context_unittest.cc | 29 BlobStorageContext context; local 30 BlobStorageHost host(&context); 39 blob_data_handle = context.GetBlobDataFromUUID(kId); 46 blob_data_handle = context.GetBlobDataFromUUID(kId); 52 blob_data_handle = context.GetBlobDataFromUUID(kId); 59 BlobStorageContext context; local 60 BlobStorageHost host(&context); 69 context.GetBlobDataFromUUID(kId); 77 context.GetBlobDataFromUUID(kId); 83 blob_data_handle = context.GetBlobDataFromUUID(kId) 120 BlobStorageContext context; local 135 BlobStorageContext context; local 167 BlobStorageContext context; local [all...] |
/external/mesa3d/docs/ |
MESA_multithread_makecurrent.spec | 32 The GLX context setup encourages multithreaded applications to 33 create a context per thread which each operate on their own 40 using the same context across multiple threads and protecting its 43 relaxing the context binding requirements. 67 In addition, a rendering context can be current for only one 70 In addition, an indirect rendering context can be current for 71 only one thread at a time. A direct rendering context may be 73 the context thruogh the GL managed by the application through 82 If ctx is an indirect context current to some other thread, 89 If ctx is an indirect context current to some other thread [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decContext.c | 2 /* Decimal Context module */ 20 /* context structures. */ 25 #include "decContext.h" /* context and base types */ 47 /* context is the context structure to be queried */ 50 /* returns context */ 54 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { 55 context->status&=~mask; 56 return context; 60 /* decContextDefault -- initialize a context structure * [all...] |
/external/icu4c/i18n/ |
decContext.c | 2 /* Decimal Context module */ 20 /* context structures. */ 25 #include "decContext.h" /* context and base types */ 38 /* context is the context structure to be queried */ 41 /* returns context */ 45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { 46 context->status&=~mask; 47 return context; 51 /* decContextDefault -- initialize a context structure * [all...] |
/external/llvm/include/llvm/IR/ |
TypeBuilder.h | 53 /// static StructType *get(LLVMContext &Context) { 57 /// TypeBuilder<types::i<32>, xcompile>::get(Context), 58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context), 59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context), 106 static PointerType *get(LLVMContext &Context) { 107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context)); 117 static ArrayType *get(LLVMContext &Context) { 118 return ArrayType::get(TypeBuilder<T, cross>::get(Context), N); 124 static ArrayType *get(LLVMContext &Context) { 125 return ArrayType::get(TypeBuilder<T, cross>::get(Context), 0) [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_udp_socket_message_filter.cc | 90 ppapi::host::HostMessageContext* context) { 107 const ppapi::host::HostMessageContext* context, 167 const ppapi::host::HostMessageContext* context, 170 DCHECK(context); 184 context->MakeReplyMessageContext(), 190 const ppapi::host::HostMessageContext* context, 193 DCHECK(context); 222 context->MakeReplyMessageContext())); 224 OnRecvFromCompleted(context->MakeReplyMessageContext(), net_result); 229 const ppapi::host::HostMessageContext* context, [all...] |
pepper_udp_socket_message_filter.h | 64 ppapi::host::HostMessageContext* context) OVERRIDE; 67 const ppapi::host::HostMessageContext* context, 70 int32_t OnMsgBind(const ppapi::host::HostMessageContext* context, 72 int32_t OnMsgRecvFrom(const ppapi::host::HostMessageContext* context, 74 int32_t OnMsgSendTo(const ppapi::host::HostMessageContext* context, 77 int32_t OnMsgClose(const ppapi::host::HostMessageContext* context); 79 void DoBind(const ppapi::host::ReplyMessageContext& context, 81 void DoSendTo(const ppapi::host::ReplyMessageContext& context, 86 void OnRecvFromCompleted(const ppapi::host::ReplyMessageContext& context, 88 void OnSendToCompleted(const ppapi::host::ReplyMessageContext& context, [all...] |
/external/libvpx/libvpx/nestegg/include/nestegg/ |
nestegg.h | 85 /** User supplied IO context. */ 135 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...); 137 /** Initialize a nestegg context. During initialization the parser will 140 @param context Storage for the new nestegg context. @see nestegg_destroy 141 @param io User supplied IO context. 145 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback); 147 /** Destroy a nestegg context and free associated memory. 148 @param context #nestegg context to be freed. @see nestegg_init * [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection.h | 48 class Context { 118 Context(const std::string &OutputPathBase, 230 bool genScriptClass(Context &C, 233 void genScriptClassConstructor(Context &C); 235 static void genInitBoolExportVariable(Context &C, 238 static void genInitPrimitiveExportVariable(Context &C, 241 static void genInitExportVariable(Context &C, 245 void genExportVariable(Context &C, const RSExportVar *EV); 246 void genPrimitiveTypeExportVariable(Context &C, const RSExportVar *EV); 247 void genPointerTypeExportVariable(Context &C, const RSExportVar *EV) [all...] |
/external/chromium_org/net/base/ |
file_stream_context.cc | 24 FileStream::Context::IOResult::IOResult() 29 FileStream::Context::IOResult::IOResult(int64 result, int os_error) 35 FileStream::Context::IOResult FileStream::Context::IOResult::FromOSError( 40 FileStream::Context::OpenResult::OpenResult() 44 FileStream::Context::OpenResult::OpenResult(base::PlatformFile file, 50 void FileStream::Context::Orphan() { 64 void FileStream::Context::OpenAsync(const base::FilePath& path, 75 &Context::OpenFileImpl, base::Unretained(this), path, open_flags), 76 base::Bind(&Context::OnOpenCompleted, base::Unretained(this), callback)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
BlobRegistry.cpp | 122 // If the blob URL contains null origin, as in the context with unique 135 static void registerBlobURLTask(void* context) 137 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context)); 152 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, blobData)); local 153 callOnMainThread(®isterBlobURLTask, context.leakPtr()); 157 static void registerBlobURLFromTask(void* context) 159 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context)); 172 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL)); local 173 callOnMainThread(®isterBlobURLFromTask, context.leakPtr()); 177 static void unregisterBlobURLTask(void* context) 192 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url)); local 210 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, type)); local 230 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, srcURL)); local 252 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url, streamData)); local 270 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url)); local 290 OwnPtr<BlobRegistryContext> context = adoptPtr(new BlobRegistryContext(url)); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
WorkerThreadableLoader.cpp | 105 void WorkerThreadableLoader::MainThreadBridge::mainThreadCreateLoader(ScriptExecutionContext* context, MainThreadBridge* thisPtr, PassOwnPtr<CrossThreadResourceRequestData> requestData, ThreadableLoaderOptions options, const String& outgoingReferrer) 108 Document* document = toDocument(context); 120 void WorkerThreadableLoader::MainThreadBridge::mainThreadDestroy(ScriptExecutionContext* context, MainThreadBridge* thisPtr) 123 ASSERT_UNUSED(context, context->isDocument()); 129 // Ensure that no more client callbacks are done in the worker context's thread. 137 void WorkerThreadableLoader::MainThreadBridge::mainThreadCancel(ScriptExecutionContext* context, MainThreadBridge* thisPtr) 140 ASSERT_UNUSED(context, context->isDocument()); 168 static void workerGlobalScopeDidSendData(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long long bytesSent, unsigned (…) [all...] |
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalFunctions.h | 41 * @param pContext (IN) VPP context, which actually is the MCS 42 * internal context in our case 61 * @param pContext: (IN) Execution context. 71 * @param pContext (IN/OUT) MCS context. 73 * @return M4ERR_PARAMETER: The context is null 86 * context the writer context. 87 * @param pContext: (IN) Execution context. 106 * context the encoder context [all...] |
/external/chromium_org/v8/test/cctest/ |
test-lockers.cc | 45 using ::v8::Context; 62 KangarooThread(v8::Isolate* isolate, v8::Handle<v8::Context> context) 65 context_(isolate, context) {} 73 v8::Local<v8::Context> context = local 74 v8::Local<v8::Context>::New(isolate_, context_); 75 v8::Context::Scope context_scope(context); 84 v8::Local<v8::Context> context local 108 v8::Local<v8::Context> context = v8::Context::New(isolate); local 238 v8::Handle<v8::Context> context = v8::Context::New(isolate); local 362 v8::Local<v8::Context> context = local 383 v8::Local<v8::Context> context = v8::Context::New(isolate_); local 434 v8::Local<v8::Context> context = v8::Context::New(isolate_); local 555 v8::Local<v8::Context> context = local 570 v8::Local<v8::Context> context = local 597 v8::Handle<v8::Context> context = v8::Context::New(isolate); local 617 v8::Local<v8::Context> context = local 627 v8::Local<v8::Context> context = local 647 Local<v8::Context> context; local 668 v8::Handle<Context> context = v8::Context::New(isolate); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/file/ |
SDL_rwops.c | 48 static int SDLCALL win32_file_open(SDL_RWops *context, const char *filename, const char *mode) 58 if (!context) 61 context->hidden.win32io.h = INVALID_HANDLE_VALUE; /* mark this as unusable */ 62 context->hidden.win32io.buffer.data = NULL; 63 context->hidden.win32io.buffer.size = 0; 64 context->hidden.win32io.buffer.left = 0; 82 context->hidden.win32io.buffer.data = (char *)SDL_malloc(READAHEAD_BUFFER_SIZE); 83 if (!context->hidden.win32io.buffer.data) { 95 SDL_free(context->hidden.win32io.buffer.data); 96 context->hidden.win32io.buffer.data = NULL [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
TestDeviceAdminReceiver.java | 21 import android.content.Context; 25 public static ComponentName getComponent(Context context) { 26 return new ComponentName(context, TestDeviceAdminReceiver.class);
|
/cts/tests/src/android/content/cts/ |
HighPriorityBroadcastReceiver.java | 19 import android.content.Context; 25 public void onReceive(Context context, Intent intent) { 26 super.onReceive(context, intent);
|
/cts/tests/src/android/provider/cts/ |
PhotoUtil.java | 21 import android.content.Context; 28 public static byte[] getTestPhotoData(Context context) { 29 InputStream input = context.getResources().openRawResource(R.drawable.testimage);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_factory.cc | 20 content::BrowserContext* context) { 22 GetInstance()->GetServiceForBrowserContext(context, true)); 33 content::BrowserContext* context) const { 34 return new History(context);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
TwoFieldDatePickerDialog.java | 8 import android.content.Context; 41 * @param context The context the dialog is to run in. 46 public TwoFieldDatePickerDialog(Context context, 52 this(context, 0, callBack, year, positionInYear, minValue, maxValue); 56 * @param context The context the dialog is to run in. 62 public TwoFieldDatePickerDialog(Context context, [all...] |
/external/chromium_org/ppapi/thunk/ |
ppb_gles_chromium_texture_mapping_thunk.cc | 17 void* MapTexSubImage2DCHROMIUM(PP_Resource context, 27 EnterGraphics3D enter(context, true); 35 void UnmapTexSubImage2DCHROMIUM(PP_Resource context, const void* mem) { 36 EnterGraphics3D enter(context, true);
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
LocalFileSystem.cpp | 59 void LocalFileSystemBase::readFileSystem(ScriptExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType synchronousType) 61 if (!client() || !client()->allowFileSystem(context)) { 62 context->postTask(createCallbackTask(&fileSystemNotAllowed, callbacks)); 65 client()->openFileSystem(context, type, callbacks, synchronousType, 0, OpenExistingFileSystem); 68 void LocalFileSystemBase::requestFileSystem(ScriptExecutionContext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType synchronousType) 70 if (!client() || !client()->allowFileSystem(context)) { 71 context->postTask(createCallbackTask(&fileSystemNotAllowed, callbacks)); 74 client()->openFileSystem(context, type, callbacks, synchronousType, size, CreateFileSystemIfNotPresent); 77 void LocalFileSystemBase::deleteFileSystem(ScriptExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) 79 ASSERT(context); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ucdtest.h | 11 U_CFUNC void U_CALLCONV unicodeDataLineFn(void *context, 16 derivedPropsLineFn(void *context, 42 friend void U_CALLCONV unicodeDataLineFn(void *context, 47 derivedPropsLineFn(void *context,
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/ |
single_image.html | 16 var context; 20 context = canvas.getContext('2d'); 32 context.clearRect(0, 0, canvas.width, canvas.height); 33 sprites.draw(context);
|