HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 201 - 225 of 1247) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.mli 6 * License. See LICENSE.TXT for details.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 6 * License. See LICENSE.TXT for details.
  /hardware/interfaces/configstore/utils/include/configstore/
Utils.h 28 namespace details { namespace in namespace:android::hardware
34 } // namespace details
44 using namespace android::hardware::details;
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterController.java 199 Call.Details details = call.getDetails(); local
200 if (details != null) {
201 GatewayInfo gatewayInfo = details.getGatewayInfo();
205 } else if (details.getHandle() != null) {
206 number = details.getHandle().getSchemeSpecificPart();
235 Call.Details details = call.getDetails(); local
236 if (details != null) {
237 long duration = System.currentTimeMillis() - details.getConnectTimeMillis()
    [all...]
  /prebuilts/go/darwin-x86/test/
cmplxdivide.go 8 // For details, see the comment at the top of in cmplxdivide.c.
  /prebuilts/go/linux-x86/test/
cmplxdivide.go 8 // For details, see the comment at the top of in cmplxdivide.c.
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/
Android.mk 5 # See docs/APPLICATION-MK.html for all details.
  /art/runtime/
quick_exception_handler.h 133 static void DumpFramesWithType(Thread* self, bool details = false)
  /build/soong/cmd/javac_filter/
javac_filter_test.go 48 Note: Recompile with -Xlint:deprecation for details.
50 Note: Recompile with -Xlint:unchecked for details.
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java 56 public void onDetailsChanged(Call call, Call.Details details) {};
126 public void onDetailsChanged(Call call, Call.Details details) {
127 super.onDetailsChanged(call, details);
129 getCallbacks().onDetailsChanged(call, details);
183 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) {
206 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) {
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
DetailActivity.java 52 setContentView(R.layout.details);
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
DetailActivity.java 52 setContentView(R.layout.details);
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DetailActivity.java 52 setContentView(R.layout.details);
  /external/boringssl/linux-arm/crypto/sha/
sha512-armv4.S 7 @ details see http://www.openssl.org/~appro/cryptogams/.
40 @ for further details. On side note Cortex-A15 processes one byte in
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
gesture_common.js 43 // Zoom-independent window height. See crbug.com/627123 for more details.
48 // Zoom-independent window width. See crbug.com/627123 for more details.
  /external/deqp/executor/
xeBatchResult.hpp 78 void setTestResult (TestStatusCode code, const char* details);
  /external/markdown/markdown/extensions/
headerid.py 60 License: BSD (see ../docs/LICENSE for details)
  /external/vixl/tools/
make_instruction_doc.pl 81 source code for details.
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/
DetailsDescriptionPresenter.java 16 package android.support.v17.leanback.supportleanbackshowcase.app.details;
  /system/libhidl/base/include/hidl/
HidlInternal.h 29 namespace details { namespace in namespace:android::hardware
182 } // namespace details
  /system/libvintf/
CompatibilityMatrix.cpp 70 return details::fetchAllInformation(path, gCompatibilityMatrixConverter, this);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
absreloc.s 12 # GNU General Public License for more details.
  /cts/tools/vm-tests-tf/etc/
starttests 115 <tr><td>Status</td><td>Target</td><td>Category</td><td>Details</td></tr>"
154 details=`echo $myline | cut -d";" -f5`
194 echo "<td>$jcomment</td><td>$details</td></tr>" >> $report
198 vmres="$details<br><pre>$vmres</pre>"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
emxccompiler.py 49 (status, details) = check_config_h()
50 self.debug_print("Python's GCC status: %s (details: %s)" %
51 (status, details))
55 ("Reason: %s." % details) +
246 (status, details), where 'status' is one of the following constants:
253 'details' is a human-readable string explaining the situation.
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigEditMode.java 236 String details = status.getDetails();
237 if (details == null) {
238 details = "Operation Failed: erver side error.";

Completed in 677 milliseconds

1 2 3 4 5 6 7 891011>>