HomeSort by relevance Sort by last modified time
    Searched refs:handles (Results 126 - 150 of 344) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/test/webkit/
dfg-inline-new-array-buffer.js 25 "This tests that inlining correctly handles constant buffers."
codegen-assign-nontemporary-as-rexp.js 25 'Tests whether bytecode codegen properly handles assignment as righthand expression.'
dfg-cfg-simplify-redundant-dead-get-local.js 25 "Tests if the CFG simplifier gracefully handles the case where Block #1 and #2 are merged, #1 has a dead GetLocal, and #2 has a live GetLocal on the same local."
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 17 * A class for parsing the exif orientation from an InputStream for an image. Handles jpegs and tiffs.
107 if (!handles(magicNumber)) {
260 private boolean handles(int imageMagicNumber) { method in class:ImageHeaderParser
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 228 MtpObjectHandleList* handles = device->getObjectHandles(storageID, format, objectID);
229 if (!handles)
232 int length = handles->size();
235 env->SetIntArrayRegion(array, 0, length, (const jint *)handles->array());
237 delete handles;
android_mtp_MtpDatabase.cpp 267 jint* handles = env->GetIntArrayElements(array, 0); local
270 list->push(handles[i]);
271 env->ReleaseIntArrayElements(array, handles, 0);
978 jint* handles = env->GetIntArrayElements(array, 0); local
998 jint* handles = env->GetIntArrayElements(array, 0); local
    [all...]
  /external/libmtp/src/
ptp-pack.c     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc 345 std::vector<storage::BlobDataHandle*> handles) {
346 database_dispatcher_host_->OnPut(params, handles);
621 std::vector<storage::BlobDataHandle*> handles; local
624 handles.push_back(parent_->blob_storage_context_->context()
631 &IndexedDBDispatcherHost::OnPutHelper, parent_, params, handles));
636 std::vector<storage::BlobDataHandle*> handles) {
641 scoped_handles.swap(handles);
    [all...]
indexed_db_backing_store.h 108 void SetHandles(ScopedVector<storage::BlobDataHandle>* handles);
140 ScopedVector<storage::BlobDataHandle>* handles);
145 ScopedVector<storage::BlobDataHandle>* handles);
395 ScopedVector<storage::BlobDataHandle>* handles,
indexed_db_fake_backing_store.h 57 ScopedVector<storage::BlobDataHandle>* handles,
  /external/chromium_org/content/common/
handle_enumerator_win.cc 53 sandbox::HandleTable handles; local
58 output.append(ASCIIToUTF16(" process - Handles at shutdown:\n"));
60 = handles.HandlesForProcess(::GetCurrentProcessId());
61 sys_handle != handles.end(); ++sys_handle) {
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 152 // Open two handles to a memory segment, confirm that they are mapped
204 // Open two handles to a memory segment and check that
679 ProcessHandle handles[kNumTasks]; local
681 handles[index] = SpawnChild("SharedMemoryTestMain");
682 ASSERT_TRUE(handles[index]);
687 EXPECT_TRUE(WaitForExitCode(handles[index], &exit_code));
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 37 lets the application get the DRM buffer handles.
140 handles to a 2D array of pixels, which can be passed between
  /external/chromium_org/v8/test/cctest/
test-code-stubs-arm.cc 53 HandleScope handles(isolate);
test-code-stubs-arm64.cc 53 HandleScope handles(isolate);
test-code-stubs-ia32.cc 53 HandleScope handles(isolate);
test-code-stubs-x64.cc 52 HandleScope handles(isolate);
test-code-stubs-x87.cc 53 HandleScope handles(isolate);
test-macro-assembler-mips.cc 64 HandleScope handles(isolate);
test-macro-assembler-arm.cc 65 HandleScope handles(isolate);
146 HandleScope handles(isolate);
  /external/mesa3d/docs/
MESA_drm_image.spec 37 lets the application get the DRM buffer handles.
140 handles to a 2D array of pixels, which can be passed between
  /external/chromium_org/sync/syncable/
directory.cc 515 "Unsynced handles should be empty",
555 // Set purged handles.
1153 MetahandleSet handles; local
    [all...]
  /external/chromium_org/mojo/spy/
spy.cc 36 void CloseHandles(MojoHandle* handles, size_t count) {
38 MojoClose(handles[ix]);
142 // On failure we own the handles. For now just close them.
  /external/chromium_org/v8/test/mjsunit/
object-literal-gc.js 31 // works. In particular, test that the garbage collector handles the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-900966.js 32 // Test that the fast case character-at stub handles an out-of-bound

Completed in 1623 milliseconds

1 2 3 4 56 7 8 91011>>