/external/chromium_org/mojo/system/ |
core_unittest.cc | 409 // Discard a message from |h[1]|. 628 // Try to discard ten characters, in all-or-none mode. Should fail. 635 // Discard two characters. [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
sslplatf.c | 306 PORT_Free(buf->data); /* discard unencoded signature. */ 439 PORT_Free(buf->data); /* discard unencoded signature. */ 727 PORT_Free(buf->data); /* discard encoded signature. */
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
BufferStorage11.cpp | 48 // Note : we ignore the discard bit, because in D3D11, staging buffers 49 // don't accept the map-discard flag (discard only works for DYNAMIC usage)
|
/external/chromium_org/third_party/bintrees/bintrees/ |
treemixin.py | 60 * discard(k) -> None, remove k from T, if k is present, O(log(n)) 191 def discard(self, key): member in class:TreeMixin 192 """ x.discard(k) -> None, remove k from T, if k is present """
|
/external/e2fsprogs/misc/ |
tune2fs.8.in | 483 .B discard 484 The file system will be mounted with the discard mount option. This will 485 cause the file system driver to attempt to use the trim/discard feature
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdhuff.c | 324 /* If it's 0xFF, check and discard stuffed zero byte */
326 /* Loop here to discard any padding FF's on terminating marker,
601 /* In this path we just discard the values */
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 93 * <dd>[<em>required</em>]Discard <code>Comment</code> nodes in the document.</dd> 120 * <dd>[<em>optional</em>] Discard all <code>Text</code> nodes that contain whitespaces in element 192 * <dd>[<em>required</em>]Discard all namespace declaration attributes. The namespace prefixes (
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SelectedConversationsActionMenu.java | 129 LogUtils.i(LOG_TAG, "Discard drafts selected from CAB menu"); 132 LogUtils.i(LOG_TAG, "Discard outbox selected from CAB menu"); 464 // We only want to show the discard drafts menu item if we are not showing the delete menu
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 608 * discard and sequential. 610 * In discard mode, things always look as if there is a single buffer, which 621 * Discard mode seems to internally use a single buffer in windowed mode, 627 * same usage constraints as the discard mode. 704 * become after presentation, with "infinite" being equivalent to discard. [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 608 * discard and sequential. 610 * In discard mode, things always look as if there is a single buffer, which 621 * Discard mode seems to internally use a single buffer in windowed mode, 627 * same usage constraints as the discard mode. 704 * become after presentation, with "infinite" being equivalent to discard. [all...] |
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | 259 int32_t discard = 0; local 270 } else if ((*accessUnit)->meta()->findInt32("discard", &discard) && discard) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 461 def discard(self, item): member in class:WithSet 462 self.data.discard(item) 505 'add', 'discard') 531 def discard(self,v): member in class:TestCollectionABCs.test_issue_4920.MySet 533 self.__s.discard(v) [all...] |
test_set.py | 278 f.discard(s) 288 self.assertRaises(RuntimeError, s.discard, BadCmp()) 415 self.s.discard('a') 417 self.s.discard('Q') 418 self.assertRaises(TypeError, self.s.discard, []) 421 s.discard(self.thetype(self.word)) 423 s.discard(self.thetype(self.word)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 461 def discard(self, item): member in class:WithSet 462 self.data.discard(item) 505 'add', 'discard') 531 def discard(self,v): member in class:TestCollectionABCs.test_issue_4920.MySet 533 self.__s.discard(v) [all...] |
test_set.py | 278 f.discard(s) 288 self.assertRaises(RuntimeError, s.discard, BadCmp()) 415 self.s.discard('a') 417 self.s.discard('Q') 418 self.assertRaises(TypeError, self.s.discard, []) 421 s.discard(self.thetype(self.word)) 423 s.discard(self.thetype(self.word)) [all...] |
/external/valgrind/main/none/tests/ |
Makefile.in | 84 coolo_strlen$(EXEEXT) discard$(EXEEXT) exec-sigmask$(EXEEXT) \ 169 discard_SOURCES = discard.c 170 discard_OBJECTS = discard.$(OBJEXT) 401 closeall.c $(coolo_sigaction_SOURCES) coolo_strlen.c discard.c \ 420 closeall.c $(coolo_sigaction_SOURCES) coolo_strlen.c discard.c \ 807 discard.stderr.exp discard.stdout.exp \ 808 discard.vgtest \ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 186 // Parameter discard-default-content, true [required] (default)
197 // Parameter discard-default-content, true [required] (default)
801 // discard-default-content=true
803 // is applied only when discard-default-content=true
[all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/drive/ |
DriveApi.html | 903 <code><a href="/reference/com/google/android/gms/drive/DriveContents.html#discard(com.google.android.gms.common.api.GoogleApiClient)">discard(GoogleApiClient)</a></code> instead. [all...] |
DriveContents.html | 783 In both cases, the <code><a href="/reference/com/google/android/gms/drive/DriveContents.html#discard(com.google.android.gms.common.api.GoogleApiClient)">discard(GoogleApiClient)</a></code> method can be used to discard any changes to any kind of 900 <span class="sympad"><a href="/reference/com/google/android/gms/drive/DriveContents.html#discard(com.google.android.gms.common.api.GoogleApiClient)">discard</a></span>(<a href="/reference/com/google/android/gms/common/api/GoogleApiClient.html">GoogleApiClient</a> apiClient)</nobr> [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 19 # (except Module, Discard and Stmt) added by Sylvain Thenault 275 assert isinstance(code.nodes[0], Discard) 311 assert isinstance(code.nodes[0], Discard) 367 return Discard(exprNode, lineno=exprNode.lineno) 419 return Discard(expr, lineno=expr.lineno) 809 # here, Render it harmless. (genc discards ('discard', 811 return Discard(Const(None)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 19 # (except Module, Discard and Stmt) added by Sylvain Thenault 275 assert isinstance(code.nodes[0], Discard) 311 assert isinstance(code.nodes[0], Discard) 367 return Discard(exprNode, lineno=exprNode.lineno) 419 return Discard(expr, lineno=expr.lineno) 809 # here, Render it harmless. (genc discards ('discard', 811 return Discard(Const(None)) [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputHLSL.cpp | 2789 bool discard = false; local [all...] |
/external/qemu/ |
qapi-schema.json | [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 216 * happen. This state is entered unconditionally from INITIALIZE, DISCARD, and 460 SM_STATE(EAP, DISCARD) 462 SM_ENTRY(EAP, DISCARD); 713 SM_ENTER(EAP, DISCARD); 750 SM_ENTER(EAP, DISCARD); [all...] |