HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 426 - 450 of 1856) sorted by null

<<11121314151617181920>>

  /external/tpm2/
RSAKeySieve.c 226 // FALSE composite
240 BOOL ret = FALSE; // Assumed composite for easy exit
306 // Return COMPOSITE.
471 UINT32 composite; local
511 while((composite = NextPrime(&iter)) != 0)
516 pList[i--] = composite;
522 composite *= next;
524 composite = BN_mod_word(bnN, composite);
530 r = composite % next
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_pm.c 20 /* Make composite power state parameter till power level 0 */
61 * parameter. The power state parameter has to be a composite power state.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
colorsys.py 14 YIQ: Luminance, Chrominance (used by composite video signals)
33 # YIQ: used by composite video signals (linear combinations of RGB)
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 19 import com.google.gwt.user.client.ui.Composite;
29 public class TestSelector extends Composite implements DataTableListener, ChangeHandler,
  /external/autotest/frontend/client/src/autotest/common/ui/
CustomTabPanel.java 17 import com.google.gwt.user.client.ui.Composite;
29 public class CustomTabPanel extends Composite implements CustomHistoryListener,
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigWizard.java 10 import com.google.gwt.user.client.ui.Composite;
31 public class ConfigWizard extends Composite {
  /external/autotest/frontend/client/src/autotest/tko/
FilterStringViewer.java 15 import com.google.gwt.user.client.ui.Composite;
25 public class FilterStringViewer extends Composite {
  /external/googletest/googlemock/
CHANGES 16 definition of composite matchers.
67 composite matchers.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerData.java 45 * Returns the composite of the two characters. If the two
49 * @return composite (e.g. \u00C7 c cedilla)
  /external/icu/icu4c/source/i18n/
collationfcd.h 96 * Tibetan composite vowel signs (U+0F73, U+0F75, U+0F81)
111 * Tibetan composite vowel signs (U+0F73, U+0F75, U+0F81)
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerData.java 42 * Returns the composite of the two characters. If the two
46 * @return composite (e.g. \u00C7 c cedilla)
  /external/python/cpython2/Lib/
colorsys.py 14 YIQ: Luminance, Chrominance (used by composite video signals)
33 # YIQ: used by composite video signals (linear combinations of RGB)
  /external/python/cpython3/Lib/
colorsys.py 14 YIQ: Luminance, Chrominance (used by composite video signals)
33 # YIQ: used by composite video signals (linear combinations of RGB)
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
ins_subreg_coalesce-3.ll 3 %struct.COMPOSITE = type { i8, i16, i16 }
7 %struct.FONT_INFO = type { %struct.metrics*, i8*, i16*, %struct.COMPOSITE*, i32, %struct.rec*, %struct.rec*, i16, i16, i16*, i8*, i8*, i16* }
  /external/v8/testing/gmock/
CHANGES 16 definition of composite matchers.
67 composite matchers.
  /external/vboot_reference/firmware/lib20/
misc.c 82 /* Key version is the upper 16 bits of the composite firmware version */
189 * Firmware version is the lower 16 bits of the composite firmware
  /external/vboot_reference/firmware/lib21/
misc.c 117 /* Key version is the upper 16 bits of the composite firmware version */
201 * Firmware version is the lower 16 bits of the composite firmware
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouteProviderService.java 453 MediaRouteDiscoveryRequest composite = null; local
462 if (composite == null) {
463 composite = request;
466 selectorBuilder = new MediaRouteSelector.Builder(composite.getSelector());
473 composite = new MediaRouteDiscoveryRequest(selectorBuilder.build(), activeScan);
475 if (!ObjectsCompat.equals(mCompositeDiscoveryRequest, composite)) {
476 mCompositeDiscoveryRequest = composite;
477 mProvider.setDiscoveryRequest(composite);
  /frameworks/layoutlib/bridge/src/android/graphics/
BaseCanvas_Delegate.java 147 Composite composite = PorterDuffUtility.getComposite(
149 if (composite != null) {
150 graphics.setComposite(composite);
635 * use a SRC composite no matter what the paint says.
639 * @param forceSrcMode whether the composite will have to be SRC
661 // - override the composite to be SRC. This can only be used if the composite
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouteProviderService.java 446 MediaRouteDiscoveryRequest composite = null; local
455 if (composite == null) {
456 composite = request;
459 selectorBuilder = new MediaRouteSelector.Builder(composite.getSelector());
466 composite = new MediaRouteDiscoveryRequest(selectorBuilder.build(), activeScan);
468 if (!ObjectsCompat.equals(mCompositeDiscoveryRequest, composite)) {
469 mCompositeDiscoveryRequest = composite;
470 mProvider.setDiscoveryRequest(composite);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 14 YIQ: Luminance, Chrominance (used by composite video signals)
33 # YIQ: used by composite video signals (linear combinations of RGB)
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 14 YIQ: Luminance, Chrominance (used by composite video signals)
33 # YIQ: used by composite video signals (linear combinations of RGB)
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 74 Unkeyed composite literals
78 Composite struct literals that do not use the field-keyed syntax.
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 54 // Arnault, "Rabin-Miller Primality Test: Composite Numbers Which Pass It",
141 t.Errorf("#%d composite found to be prime (%s)", i, s)
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 74 Unkeyed composite literals
78 Composite struct literals that do not use the field-keyed syntax.

Completed in 804 milliseconds

<<11121314151617181920>>