HomeSort by relevance Sort by last modified time
    Searched refs:Detail (Results 1 - 12 of 12) sorted by null

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 47 public Node Detail;
66 this.detail = this.Detail;
88 } else if (name.equals("Detail")) {
89 this.Detail = new Node();
90 this.Detail.parse(parser);
126 if (this.Detail != null) {
127 xw.startTag(SoapEnvelope.ENV2003, "Detail");
128 this.Detail.write(xw);
129 xw.endTag(SoapEnvelope.ENV2003, "Detail");
    [all...]
  /external/chromium_org/net/websockets/
websocket_test_util.h 100 struct Detail;
101 scoped_ptr<Detail> detail_;
websocket_test_util.cc 71 struct WebSocketDeterministicMockClientSocketFactoryMaker::Detail {
83 : detail_(new Detail) {}
106 // detail into account if |return_to_read| is big enough.
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 32 * @param {number} detail Detail.
35 rowClicked: function(event, detail, sender) {
163 * @param {number} detail Detail.
166 zoomInClicked: function(event, detail, sender) {
173 * @param {number} detail Detail.
176 zoomOutClicked: function(event, detail, sender) {
183 * @param {number} detail Detail
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 295 MachineBasicBlock *LandMBB, bool Detail = false);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 143 WSDXML_ELEMENT *Detail;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 6 * @fileoverview The ChromeVox User Event Detail object.
8 * This is the detail object for a CustomEvent that ChromeVox sends to the
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 375 * @param {string} error Detail of the error.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 73 same for all levels of detail. The texture then becomes an array of
274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
354 three-dimensional proxy state values of the specified level-of-detail
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 73 same for all levels of detail. The texture then becomes an array of
274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
354 three-dimensional proxy state values of the specified level-of-detail
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 333 bool Detail = false);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 333 bool Detail = false);
    [all...]

Completed in 214 milliseconds