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

1 2 3 4 56 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP256R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP521R1Field.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP521R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
  /external/junit-params/src/test/java/junitparams/usage/
SamplesOfUsageTest.java 18 import junitparams.custom.combined.CombinedParameters;
  /frameworks/rs/
Android.mk 110 # Generate custom headers
127 # Generate custom source files
  /frameworks/rs/tests/lldb/
config.py 18 case a developer did not supply a custom one.'''
28 user's local setup. This config can be overridden by specifying a custom
  /prebuilts/go/darwin-x86/src/archive/zip/
register.go 119 // RegisterDecompressor allows custom decompressors for a specified method ID.
131 // RegisterCompressor registers custom compressors for a specified method ID.
example_test.go 87 // Register a custom Deflate compressor.
  /prebuilts/go/linux-x86/src/archive/zip/
register.go 119 // RegisterDecompressor allows custom decompressors for a specified method ID.
131 // RegisterCompressor registers custom compressors for a specified method ID.
example_test.go 87 // Register a custom Deflate compressor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 20 import org.eclipse.swt.custom.CLabel;
AccordionControl.java 23 import org.eclipse.swt.custom.CLabel;
24 import org.eclipse.swt.custom.ScrolledComposite;
  /build/soong/third_party/zip/
example_test.go 87 // Register a custom Deflate compressor.
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 154 // Use these for custom animations.
259 void showNotification(boolean custom) {
270 if (custom) {
271 // Sets a custom content view for the notification, including an image button.
  /external/llvm/test/MC/ARM/
virtexts-thumb.s 55 # is due to the way that the custom parser handles optional operands; see the
  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 48 // because we want custom output.
  /prebuilts/go/linux-x86/src/go/types/
self_test.go 48 // because we want custom output.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 155 specialT->custom = NULL;
167 specialT->custom = NULL;
251 state->custom = NULL;
677 token->custom = lexer->rec->state->custom;
  /external/fmtlib/test/
util-test.cc 429 ARG_INFO(CUSTOM, Arg::CustomValue, custom);
452 arg.custom.value = &p;
453 EXPECT_EQ(&p, ArgInfo<Arg::CUSTOM>::get(arg).value);
566 EXPECT_EQ(fmt::internal::Arg::CUSTOM, arg.type);
567 EXPECT_EQ(&t, arg.custom.value);
571 arg.custom.format(&formatter, &t, &s);
593 arg.custom.format(&formatter, &t, &s);
656 EXPECT_EQ(Arg::CUSTOM, result.arg.type);
657 EXPECT_EQ(&t, result.arg.custom.value)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 47 import org.bouncycastle.math.ec.custom.sec.SecP256K1Point;
48 import org.bouncycastle.math.ec.custom.sec.SecP256R1Point;
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
_core.py 184 If you set "header" list object, you can set your own custom header.
189 ... "x-custom: header"])
195 options: "header" -> custom http header list or dict.
197 "origin" -> custom origin url.
198 "host" -> custom host header string.
445 If you set "header" list object, you can set your own custom header.
449 ... "x-custom: header"])
459 options: "header" -> custom http header list or dict.
461 "origin" -> custom origin url.
462 "host" -> custom host header string
    [all...]
  /external/junit-params/
RELEASES.md 19 ### Support custom annotations for parameter conversion
71 You can create custom annotations for parameter providers. `@FileParameters` have been refactored to use this mechanism and should serve as a perfect usage example.
  /external/ltp/android/tools/
android_build_generator.py 48 _unused_custom_cflags: set of strings; tracks the modules with custom
434 '''Get targets that have custom cflags, but that weren't built.'''
461 help='file with custom per-module cflags. empty means no file.')
479 print 'NOTE: Tests had custom cflags, but were never seen: {}'.format(
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 799 // Add our custom OnPageChangeListener to the ViewPager
1662 final View custom = tab != null ? tab.getCustomView() : null; local
    [all...]

Completed in 648 milliseconds

1 2 3 4 56 7 8 91011>>