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

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 3 * java. Custom tokens should create this structure and then append to it using the
4 * custom pointer to install their own structure and API.
275 /* If the programmer made this a custom token, then
278 if (check->custom != NULL && check->freeCustom != NULL)
280 check->freeCustom(check->custom);
281 check->custom = NULL;
antlr3lexer.c 155 specialT->custom = NULL;
167 specialT->custom = NULL;
251 state->custom = NULL;
677 token->custom = lexer->rec->state->custom;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 62 * The {@link CustomViewFinder} can look up the custom views and third party views
65 @SuppressWarnings("restriction") // JDT model access for custom-view class lookup
178 * Returns a pair of view lists - the custom views and the 3rd-party views.
179 * This method performs no caching; it is the same as asking the custom view finder
184 * @return a pair of lists, the first containing custom views and the second
231 // User custom view
270 List<String> custom = new ArrayList<String>(customViews); local
275 mCustomViews = custom;
279 return Pair.of(custom, thirdParty);
284 * list of custom views or third party views. It checks that the view is public an
    [all...]
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/
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.
  /cts/tools/vm-tests-tf/
Android.mk 21 # custom variables used to generate test description. do not touch!
37 # custom variables used by cts/tools/utils/CollectAllTests.java to generate test description. do not touch!
  /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/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.
  /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/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...]
  /compatibility/cdd/3_software/
3_4_web-compatibility.md 53 * MAY ship a custom user agent string in the standalone Browser application.
  /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;

Completed in 1275 milliseconds

1 2 3 4 56 7 8 91011>>