HomeSort by relevance Sort by last modified time
    Searched full:component (Results 426 - 450 of 4899) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 52 ALOGV("%s: Adding new component %d", __FUNCTION__, id);
55 ALOGE_IF(err < 0, "%s: Can't add new component %d: %s (%d)",
72 ALOGV("%s: Removing component %d", __FUNCTION__, id);
96 ALOGV("%s: Component %d is now %s", __FUNCTION__, id,
120 ALOGV("%s: Component %d not idle", __FUNCTION__,
176 // For each pending component state update, check if we've transitioned
183 // Update single component state
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 31 * This file implements OMX Component for PCM decoder that
116 G711DEC_DPRINT ("%d :: Component Time Out !!!!!!!!!!!! \n",__LINE__);
122 "Error from COmponent Thread in select");
126 G711DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
141 /* Do not accept any command when the component is stopping */
142 G711DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
145 G711DEC_DPRINT ("Exiting from Component thread\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_CompThread.h 33 * This the file is used internally by the component
49 * G726DEC_ComponentThread() This is component thread of the component which keeps
50 * running or lsitening from the application unless component is deinitialized
51 * from by the application i.e. component is transitioned from Idle to Loaded
54 * @param pHandle This is component handle allocated by the OMX core.
60 * @return OMX_ErrorNone = Successful Inirialization of the component\n
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_constval.c 37 /* Component is active if it may diverge from [0,0,0,1]. Undef values
76 GLuint component,
81 return component < 3 ? 0 : (1<<component);
83 return component == 3 ? 0 : (1<<component);
89 return t->active[file][index] & (1<<component);
91 return 1 << component;
183 * component index which might vary from [0,0,0,1]
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h 63 * the component context.
72 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
74 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start reading
107 * the component context.
116 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
118 * If set to \ref PH_FRINFC_NDEFMAP_SEEK_BEGIN, the component shall start writing
149 * the component context.
173 * Routine in order to be able to notify the component that an I/O has finished and data are
194 * the component context.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 37 /* Component is active if it may diverge from [0,0,0,1]. Undef values
76 GLuint component,
81 return component < 3 ? 0 : (1<<component);
83 return component == 3 ? 0 : (1<<component);
89 return t->active[file][index] & (1<<component);
91 return 1 << component;
183 * component index which might vary from [0,0,0,1]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat3D.h 44 /** xx component */
47 /** xy component */
50 /** xz component */
53 /** yx component */
56 /** yy component */
59 /** yz component */
62 /** zx component */
65 /** zy component */
68 /** zz component */
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 251 GLint component;
254 glGetIntegerv (GL_RED_BITS, &component); bits += component;
255 glGetIntegerv (GL_GREEN_BITS,&component); bits += component;
256 glGetIntegerv (GL_BLUE_BITS, &component); bits += component;
257 glGetIntegerv (GL_ALPHA_BITS, &component); bits += component;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Mozilla_suite.py 141 """Open Component: Open a Communicator component
142 Required argument: The component to open
227 'Navigator' : 'navg', # The Navigator component
228 'InBox' : 'inbx', # The InBox component
229 'Newsgroups' : 'colb', # The Newsgroups component
230 'Composer' : 'cpsr', # The Page Composer component
231 'Conference' : 'conf', # The Conference Component
232 'Calendar' : 'cald', # The Calendar Component
  /external/chromium/chrome/browser/autocomplete/
history_provider_util.h 59 // The number of "components" in the prefix. The scheme is a component,
60 // and the initial "www." or "ftp." is a component. So "http://foo.com"
61 // and "www.bar.com" each have one component, "ftp://ftp.ftp.com" has two,
  /external/chromium_org/build/android/
developer_recommended_flags.gypi 30 # Set component to 'shared_library' to enable the component build. This builds native code as
33 'component%': 'shared_library',
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.h 44 // Reads component extensions and extract their localized information: name,
67 // Reads each engine component in |dict|. |dict| is given by GetList with
76 // The list of component extension IME.
  /external/chromium_org/chromeos/dbus/ibus/
ibus_component_unittest.cc 15 const std::string kName = "Component Name";
16 const std::string kDescription = "Component Description";
17 const std::string kAuthor = "Component Author";
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.h 27 // Adds/Removes a component from our list of live components. Removing will
29 void AddComponent(BrowserContextKeyedBaseFactory* component);
30 void RemoveComponent(BrowserContextKeyedBaseFactory* component);
  /external/chromium_org/sync/
sync.gyp 20 # 2) In component mode, we build the public 'sync' target into a single DLL,
25 ['component=="static_library"', {
117 { # component != static_library
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsRequestImpl.cpp 46 , m_stream(selector ? selector->component()->stream() : 0)
47 , m_component(selector ? selector->component() : 0)
70 MediaStreamComponent* RTCStatsRequestImpl::component() function in class:WebCore::RTCStatsRequestImpl
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 73 FakeTransportChannel* CreateChannel(int component) {
75 transport_->CreateChannel(component));
95 void AddMapping(int component, const std::string& channel_name) {
96 name_to_component[channel_name] = component;
97 component_to_name[component] = channel_name;
101 int component, std::string* channel_name) const {
102 if (component_to_name.find(component) == component_to_name.end()) {
105 *channel_name = component_to_name.find(component)->second;
109 const std::string& channel_name, int* component) const {
113 *component = name_to_component.find(channel_name)->second
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 41 expand Show all stacktraces contained in the specified component
53 dmprof expand <dump> <policy> <component> <depth>
57 dmprof pprof [-c COMPONENT] <dump> <policy>
  /frameworks/base/docs/html/training/backward-compatible-ui/
index.jd 46 <dd>Determine which features and APIs your application needs. Learn how to define application-specific, intermediary Java interfaces that abstract the implementation of the UI component to your application.</dd>
54 <dt><strong><a href="using-component.html">Using the Version-Aware Component</a></strong></dt>
  /external/llvm/include/llvm/ADT/
Triple.h 167 /// @name Typed Component Access
180 /// (fourth) component?
188 /// getOSVersion - Parse the version number from the OS name component of the
217 /// @name Direct Component Access
224 /// getArchName - Get the architecture (first) component of the
228 /// getVendorName - Get the vendor (second) component of the triple.
231 /// getOSName - Get the operating system (third) component of the
236 /// component of the triple, or "" if empty.
241 /// if the environment component is present).
351 /// setArch - Set the architecture (first) component of the tripl
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 257 explicit component_t(const pixel_t& rhs, int component) {
259 rhs.format.c[component].l,
260 rhs.format.c[component].h,
360 const pixel_t& texel, int component);
364 const pixel_t& texel, int component);
368 const pixel_t& texel, int component, int tmu);
372 const pixel_t& texel, int component);
377 void extract(integer_t& d, const pixel_t& s, int component);
378 void extract(component_t& d, const pixel_t& s, int component);
383 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither)
    [all...]
load_store.cpp 123 MOV(AL, 0, d.reg, s); // component = packed;
125 MOV(AL, 0, d.reg, reg_imm(s, LSR, l)); // component = packed >> l;
127 AND(AL, 0, d.reg, s, imm(mask)); // component = packed & mask;
129 BIC(AL, 0, d.reg, s, imm(~mask)); // component = packed & mask;
131 UBFX(AL, d.reg, s, l, maskLen); // component = (packed & mask) >> l;
137 AND(AL, 0, d.reg, s, imm(mask)); // component = packed & mask;
139 BIC(AL, 0, d.reg, s, imm(~mask)); // component = packed & mask;
149 MOV(AL, 0, d.reg, reg_imm(s, LSR, l)); // component = packed >> l;
161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component)
164 s.format.c[component].h
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 55 You could combine a group of View components into a new single component, perhaps
62 You could override the way that an EditText component is rendered on the screen
122 <p>To create a fully customized component:</p>
127 create your new super component.
138 behavior in your component class as well.
143 the component to show something. While both have default behavior,
166 is a critical piece of the rendering contract between your component and its
192 Your component's <code>onMeasure()</code> method should calculate a
194 component. It should try to stay within the specifications passed in,
326 <li>Extending the View class for a completely custom component.</li
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ExpandableListActivityTest.java 27 mIntent.putExtra("component", new ComponentName(getContext(),
  /development/host/windows/usb/adb_winapi_test/
MAKEFILE 19 # file to this component. This file merely indirects to the real make file

Completed in 2607 milliseconds

<<11121314151617181920>>