HomeSort by relevance Sort by last modified time
    Searched full:needs (Results 176 - 200 of 3233) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/libpixelflinger/
scanline.cpp 106 // Keep in sync with needs
157 ScanlineAssembly(needs_t needs, size_t size)
158 : Assembly(size), mKey(needs) { }
195 //printf("*** needs [%08lx:%08lx:%08lx:%08lx]\n",
196 // c->state.needs.n, c->state.needs.p,
197 // c->state.needs.t[0], c->state.needs.t[1]);
200 const uint32_t cb_format = GGL_READ_NEEDS(CB_FORMAT, c->state.needs.n);
201 if (GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0]) == cb_format)
1480 needs_t needs; local
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 68 * The test needs certstore file placed in system classpath
557 * Proxy server needs authentication.
562 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication.",
568 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication.",
574 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication.",
681 * Proxy server needs authentication.
687 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
693 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
699 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
705 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server."
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 43 const needs_t& needs = mBuilderContext.needs; local
229 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
232 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR;
263 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
277 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
280 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
281 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
282 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i]));
283 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i])
327 const needs_t& needs = mBuilderContext.needs; local
405 const needs_t& needs = mBuilderContext.needs; local
    [all...]
  /external/bluetooth/glib/
README.win32 229 needs to define TOP before including the common make file part
244 config.h.win32.in : @XXX_MAJOR_VERSION@ needs to be replaced by
253 a dll needs to be marked for 'export'. It is common that one needs to change
310 | | .\gdk_pixbuf.rc.in : version resource for the DLLs. Needs
325 | the user needs to know the build order
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 85 * do not try to associate with APs (i.e., external program needs
122 * %wpa_supplicant as root (since it needs to change network
126 * configuration, this access needs to be protected in many
147 * The descriptor string needs to be prefixed with SDDL=. For example,
373 * Each configuration backend needs to implement this function.
389 * Each configuration backend needs to implement this function.
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dcaps.h 217 #define D3DDEVCAPS_SORTINCREASINGZ 0x00000002L /* Device needs data sorted for increasing Z*/
218 #define D3DDEVCAPS_SORTDECREASINGZ 0X00000004L /* Device needs data sorted for decreasing Z*/
219 #define D3DDEVCAPS_SORTEXACT 0x00000008L /* Device needs data sorted exactly */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DCAPS.H 217 #define D3DDEVCAPS_SORTINCREASINGZ 0x00000002L /* Device needs data sorted for increasing Z*/
218 #define D3DDEVCAPS_SORTDECREASINGZ 0X00000004L /* Device needs data sorted for decreasing Z*/
219 #define D3DDEVCAPS_SORTEXACT 0x00000008L /* Device needs data sorted exactly */
  /external/webkit/WebCore/editing/
ModifySelectionListLevel.cpp 48 // This needs to be static so it can be called by canIncreaseSelectionListLevel and canDecreaseSelectionListLevel
143 // This needs to be static so it can be called by canIncreaseSelectionListLevel
241 // This needs to be static so it can be called by canDecreaseSelectionListLevel
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 42 // (2) StyleDifferenceRecompositeLayer - The layer needs its position and transform updated, but no repaint
43 // (3) StyleDifferenceRepaint - The object just needs to be repainted.
44 // (4) StyleDifferenceRepaintLayer - The layer and its descendant layers needs to be repainted.
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 77 // FIXME (Viewless): This method should be shared with WebHTMLView, which needs to
126 // FIXME (Viewless): This method should be shared with WebHTMLView, which needs to
237 // FIXME (Viewless): Code to handle tooltips needs to move into WebView.
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 5 This process is created for the application when some of its code needs to
7 the system needs to reclaim its memory for use by other applications.</p>
98 improve startup time the next time a component of its application needs to
  /dalvik/docs/opcodes/
opcode-0f-return.html 86 this method invocation, and this instructions needs to be a move-result
opcode-10-return-wide.html 85 this method invocation, and this instructions needs to be a
opcode-1e-monitor-exit.html 20 Note: If this instruction needs to throw an exception, it must do so as if the
  /dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java 33 * number needs to be recorded here as the rest of the information
  /dalvik/libcore/luni/src/main/java/java/io/
InvalidClassException.java 27 * deserializing) because the no-arg constructor that needs to be run is not
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
ORAddress.java 46 * TODO: this class needs to be finished.
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangSystemTest.java 209 notes = "Verifies that setIn/Out/Err methods call checkPermission method of security manager., needs a fix in class System, see ticket #67",
216 "method of security manager., needs a fix in class System, " +
224 "method of security manager., needs a fix in class System, " +
314 notes = "Verifies that runFinalizersOnExit calls checkExit on security manager., implementation of Runtime.runFinalizersOnExit needs to be fixed, see ticket 57",
  /dalvik/libcore/sql/src/main/java/SQLite/
Callback.java 50 * This is available from SQLite 2.6.0 on and needs
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetWriter.java 32 * The writer may encounter a situation where the updated data needs to be
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
JDBCDriverFunctionalTest.java 57 public void setUp() throws ClassNotFoundException, SQLException, InstantiationException, IllegalAccessException, Exception { // the Exception class needs to be fully
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocol.java 45 * Handshake status NEED_UNWRAP - HandshakeProtocol needs to receive data
60 * Handshake status NEED_TASK - HandshakeProtocol needs the results of delegated task
141 // indicates whether protocol needs to send change cipher spec message
144 // indicates whether protocol needs to send change cipher spec message
OpenSSLMessageDigest.java 66 // We don't support MD2 anymore. This needs to also check for aliases
OpenSSLMessageDigestJDK.java 44 // We don't support MD2 anymore. This needs to also check for aliases
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 42 * @param path LocPathIterator that is assumed to be absolute, but needs checking.

Completed in 245 milliseconds

1 2 3 4 5 6 78 91011>>