HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 126 - 150 of 1022) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer1.py 204 details=None, reason=None):
213 :type details: string
214 :param details: Optional detailed information about the failure.
223 'details': details,
227 def respond_activity_task_canceled(self, task_token, details=None):
231 canceled. Additional details can be optionally provided using
232 the details argument.
237 :type details: string
238 :param details: Optional detailed information about the failure
    [all...]
  /external/compiler-rt/lib/asan/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/compiler-rt/lib/ubsan/
Makefile.mk 6 # License. See LICENSE.TXT for details.
  /external/llvm/bindings/go/llvm/
bitwriter.go 6 // License. See LICENSE.TXT for details.
transforms_instrumentation.go 6 // License. See LICENSE.TXT for details.
transforms_pmbuilder.go 6 // License. See LICENSE.TXT for details.
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 6 * License. See LICENSE.TXT for details.
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 5 $details = "\
  /prebuilts/go/darwin-x86/misc/cgo/test/
cflags.go 7 // See https://golang.org/issue/5224 for details.
  /prebuilts/go/darwin-x86/src/encoding/xml/
example_test.go 30 v.Comment = " Need more details. "
49 // <!-- Need more details. -->
70 v.Comment = " Need more details. "
89 // <!-- Need more details. -->
  /prebuilts/go/darwin-x86/src/runtime/cgo/
cgo.go 8 for details on using cgo.
  /prebuilts/go/linux-x86/misc/cgo/test/
cflags.go 7 // See https://golang.org/issue/5224 for details.
  /prebuilts/go/linux-x86/src/encoding/xml/
example_test.go 30 v.Comment = " Need more details. "
49 // <!-- Need more details. -->
70 v.Comment = " Need more details. "
89 // <!-- Need more details. -->
  /prebuilts/go/linux-x86/src/runtime/cgo/
cgo.go 8 for details on using cgo.
  /prebuilts/tools/linux-x86_64/kythe/proto/
analysis.proto 124 // See ContextDependentVersionColumn for details.
178 // Per-language or per-tool details.
179 repeated google.protobuf.Any details = 11;
  /system/connectivity/shill/
external_task.cc 101 const map<string, string>& details) {
102 return task_delegate_->Notify(event, details);
  /external/valgrind/VEX/priv/
ir_opt.c 22 General Public License for more details.
309 IRQop* qop = ex->Iex.Qop.details;
321 IRTriop* triop = ex->Iex.Triop.details;
422 puti = st->Ist.PutI.details;
445 sg = st->Ist.StoreG.details;
452 lg = st->Ist.LoadG.details;
460 cas = st->Ist.CAS.details;
479 d = st->Ist.Dirty.details;
670 key = mk_key_GetIPutI( st->Ist.PutI.details->descr );
682 IRDirty* d = st->Ist.Dirty.details;
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 55 $details
85 def _insert_details(self, details):
87 for detail in details:
97 details=self._insert_details(vlog.details),
  /external/deqp/framework/delibs/decpp/
deUniquePtr.hpp 34 // Hide implementation-private types in a details namespace.
35 namespace details namespace in namespace:de
243 } // details
245 using details::UniquePtr;
246 using details::MovePtr;
247 using details::newMovePtr;
  /external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java 88 * scrapes a set of authentication details from the authString
91 * @return the authentication details
104 // authentication details ought to come in two parts, if not then just skip
116 LOG.debug("SecurityListener: missed scraping authentication details - " + token );
166 Map<String,String> details = scrapeAuthenticationDetails( authString ); local
175 Realm realm = realmResolver.getRealm( details.get("realm"), _destination, pathSpec ); // TODO work our realm correctly
179 LOG.warn( "Unknown Security Realm: " + details.get("realm") );
183 _destination.addAuthorization("/",new DigestAuthentication(realm,details));
  /external/tpm2/
HMAC.c 56 = publicArea->parameters.keyedHashDetail.scheme.details.hmac.hashAlg;
  /frameworks/av/services/audiopolicy/utilities/convert/
convert.h 56 /* details namespace is here to hide implementation details to header end user. It
58 namespace details namespace in namespace:android::utilities
211 } // namespace details
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
  /packages/apps/Messaging/src/com/android/messaging/ui/
PersonItemView.java 70 mDetailsTextView = (TextView) findViewById(R.id.details);
200 final String details = mBinding.getData().getDetails(); local
201 if (TextUtils.isEmpty(details)) {
205 mDetailsTextView.setText(details);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 71 /** Map from test name to test details. */
213 Map<String, String> details,
217 mDetails = details;
234 Map<String, String> details = new HashMap<String, String>(); local
248 details.put(testName, testDetails);
257 return new RefreshResult(items, results, details, reportLogs);
283 String details,
287 mDetails = details;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 51 public static Control createTooltipControl(Composite parent, String header, String details) {
52 return createTooltipControl(parent, header, details, 0);
57 String details,
66 html += "<tr><td align=justify>" + details + "</td></tr>";
70 control = createTooltipControl_Label(parent, details);

Completed in 1244 milliseconds

1 2 3 4 56 7 8 91011>>