HomeSort by relevance Sort by last modified time
    Searched defs:emitter (Results 1 - 19 of 19) sorted by null

  /frameworks/native/opengl/tools/glgen/src/
GenerateEGL.java 34 private static void emit(EGLCodeEmitter emitter,
62 emitter.addNativeRegistration(nfunc);
65 emitter.emitCode(cfunc, s);
98 EGLCodeEmitter emitter = new EGLCodeEmitter( local
101 emit(emitter, specReader, egljStream, eglcStream);
102 emitter.emitNativeRegistration(
GenerateGLES.java 34 private static void emit(GLESCodeEmitter emitter,
61 emitter.addNativeRegistration(nfunc);
64 emitter.emitCode(cfunc, s);
102 GLESCodeEmitter emitter = new GLESCodeEmitter( local
105 emit(emitter, spec11Reader, gl11Stream, gl11cStream);
106 emitter.emitNativeRegistration("register_android_opengl_jni_"
GenerateGL.java 35 CodeEmitter emitter,
65 emitter.addNativeRegistration(nfunc);
68 emitter.setVersion(version, ext, pack);
69 emitter.emitCode(cfunc, s);
136 CodeEmitter emitter = local
162 emitter, spec10Reader, gl10Stream, glImplStream, cStream);
164 emitter, spec10ExtReader, gl10ExtStream, glImplStream, cStream);
166 emitter, spec11Reader, gl11Stream, glImplStream, cStream);
168 emitter, spec11ExtReader, gl11ExtStream, glImplStream, cStream);
170 emitter, spec11ExtPackReader, gl11ExtPackStream, glImplStream
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AddInitTransformer.java 48 final CodeEmitter emitter = super.begin_method(access, sig, exceptions); local
50 return new CodeEmitter(emitter) {
60 return emitter;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.h 29 // Calling RegisterListener_Locked on an event emitter, will cause all
42 // to prevent dead-locks with emitter signals.
43 // 4- Must never lock themselves before locking an emitter to prevent
47 // For Single listeners, all listeners are unblocked by the Emitter, but
56 // <no locking, using emitter's lock>
76 ScopedEventEmitter emitter; member in struct:nacl_io::EventRequest
91 // read when events are waiting, making it is also an Emitter.
99 virtual void ReceiveEvents(EventEmitter* emitter, uint32_t events) = 0;
108 // On construction, references and locks the emitter. WaitOnEvent will
111 // unlock the emitter
    [all...]
  /external/nanopb-c/tests/site_scons/site_tools/
nanopb.py 110 emitter = _nanopb_proto_emitter) variable
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
event_test.cc 35 virtual void ReceiveEvents(EventEmitter* emitter, uint32_t events) {
49 EventEmitter emitter; local
51 emitter.RegisterListener(&listener_a, POLLIN | POLLOUT | POLLERR);
52 emitter.RegisterListener(&listener_b, POLLIN | POLLOUT | POLLERR);
54 EXPECT_EQ(0, emitter.GetEventStatus());
58 AUTO_LOCK(emitter.GetLock())
59 emitter.RaiseEvents_Locked(POLLIN);
66 AUTO_LOCK(emitter.GetLock())
67 emitter.RaiseEvents_Locked(POLLOUT);
  /external/chromium_org/sync/sessions/
model_type_registry.cc 154 DirectoryTypeDebugInfoEmitter* emitter = NULL; local
158 emitter = it->second;
160 emitter = new DirectoryTypeDebugInfoEmitter(directory_, type,
163 std::make_pair(type, emitter));
164 directory_type_debug_info_emitters_.push_back(emitter);
168 new DirectoryCommitContributor(directory_, type, emitter);
170 new DirectoryUpdateHandler(directory_, type, worker, emitter);
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 133 DirectoryTypeDebugInfoEmitter emitter(BOOKMARKS, &type_observers_);
134 DirectoryUpdateHandler handler(dir(), BOOKMARKS, ui_worker(), &emitter); local
172 DirectoryTypeDebugInfoEmitter emitter(BOOKMARKS, &type_observers_);
173 DirectoryUpdateHandler handler(dir(), BOOKMARKS, ui_worker(), &emitter); local
207 DirectoryTypeDebugInfoEmitter emitter(AUTOFILL, &type_observers_);
208 DirectoryUpdateHandler handler(dir(), AUTOFILL, ui_worker(), &emitter); local
239 DirectoryTypeDebugInfoEmitter emitter(BOOKMARKS, &type_observers_);
240 DirectoryUpdateHandler handler(dir(), BOOKMARKS, ui_worker(), &emitter); local
256 DirectoryTypeDebugInfoEmitter emitter(SYNCED_NOTIFICATIONS, &type_observers_);
258 ui_worker(), &emitter); local
323 ui_worker(), &emitter); local
405 DirectoryUpdateHandler handler(dir(), ARTICLES, ui_worker(), &emitter); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 949 milliseconds