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

<<11121314151617181920>>

  /external/llvm/bindings/ocaml/target/
llvm_target.mli 6 * License. See LICENSE.TXT for details.
  /external/llvm/tools/llvm-go/
llvm-go.go 6 // License. See LICENSE.TXT for details.
  /external/llvm/utils/TableGen/
tdtags 9 # License. See LICENSE.TXT for details.
62 particular common use case. See the RECIPES section below for details.
  /external/v8/test/mjsunit/
double-equals.js 32 * assertEquals(..., ...) to not rely on the details of the
  /external/v8/test/webkit/fast/js/kde/
md5-2.js 32 * See http://pajhome.org.uk/site/legal.html for details.
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 871 const sp<AMessage> &details = capabilities->getDetails(); local
876 if (details->findInt32(advancedFeatures[ix], &required) &&
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardPresenter.java 30 import android.telecom.Call.Details;
61 import static com.android.contacts.common.compat.CallSdkCompat.Details.PROPERTY_ENTERPRISE_CALL;
342 public void onDetailsChanged(Call call, Details details) {
345 if (call.can(Details.CAPABILITY_MANAGE_CONFERENCE) !=
346 details.can(Details.CAPABILITY_MANAGE_CONFERENCE)) {
441 mPrimary.hasProperty(Details.PROPERTY_WIFI),
451 * Show the HD icon if the call is active and has {@link Details#PROPERTY_HIGH_DEF_AUDIO},
456 isPrimaryCallActive() && mPrimary.hasProperty(Details.PROPERTY_HIGH_DEF_AUDIO) &
    [all...]
VideoCallPresenter.java 238 // To get updates of video call details changes
590 * Handles changes to the details of the call. The {@link VideoCallPresenter} is interested in
593 * @param call The call for which the details changed.
594 * @param details The new call details.
597 public void onDetailsChanged(Call call, android.telecom.Call.Details details) {
598 Log.d(this, " onDetailsChanged call=" + call + " details=" + details + " mPrimaryCall="
603 // If the details change is not for the currently active call no update is required
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 201 // Quo implements truncated division (like Go); see QuoRem for more details.
210 // Rem implements truncated modulus (like Go); see QuoRem for more details.
237 // Div implements Euclidean division (unlike Go); see DivMod for more details.
254 // Mod implements Euclidean modulus (unlike Go); see DivMod for more details.
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 69 // See the zip spec for details.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int.go 198 // Quo implements truncated division (like Go); see QuoRem for more details.
207 // Rem implements truncated modulus (like Go); see QuoRem for more details.
234 // Div implements Euclidean division (unlike Go); see DivMod for more details.
251 // Mod implements Euclidean modulus (unlike Go); see DivMod for more details.
  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 33 // for implementation details.
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 148 // See the documentation for Marshal for details about the conversion
163 // See the documentation for Marshal for details about the conversion
290 // See the EncodeToken documentation for details about when it is necessary.
396 // If val was obtained from a struct field, finfo must have its details.
  /prebuilts/go/darwin-x86/src/go/types/
builtins_test.go 196 // built-in from package unsafe - ignore details
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 36 // for details.
  /prebuilts/go/darwin-x86/src/math/big/
int.go 198 // Quo implements truncated division (like Go); see QuoRem for more details.
207 // Rem implements truncated modulus (like Go); see QuoRem for more details.
234 // Div implements Euclidean division (unlike Go); see DivMod for more details.
251 // Mod implements Euclidean modulus (unlike Go); see DivMod for more details.
  /prebuilts/go/darwin-x86/src/net/http/
cookie.go 20 // See http://tools.ietf.org/html/rfc6265 for details.
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 22 // See inet6(4) for details.
  /prebuilts/go/darwin-x86/src/runtime/
msize.go 214 // For more details see Hacker's Delight, Chapter 10, and
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 201 // Quo implements truncated division (like Go); see QuoRem for more details.
210 // Rem implements truncated modulus (like Go); see QuoRem for more details.
237 // Div implements Euclidean division (unlike Go); see DivMod for more details.
254 // Mod implements Euclidean modulus (unlike Go); see DivMod for more details.
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 69 // See the zip spec for details.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int.go 198 // Quo implements truncated division (like Go); see QuoRem for more details.
207 // Rem implements truncated modulus (like Go); see QuoRem for more details.
234 // Div implements Euclidean division (unlike Go); see DivMod for more details.
251 // Mod implements Euclidean modulus (unlike Go); see DivMod for more details.
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 33 // for implementation details.
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 148 // See the documentation for Marshal for details about the conversion
163 // See the documentation for Marshal for details about the conversion
290 // See the EncodeToken documentation for details about when it is necessary.
396 // If val was obtained from a struct field, finfo must have its details.
  /prebuilts/go/linux-x86/src/go/types/
builtins_test.go 196 // built-in from package unsafe - ignore details

Completed in 861 milliseconds

<<11121314151617181920>>