HomeSort by relevance Sort by last modified time
    Searched full:creates (Results 1 - 25 of 7645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/118-find-usages/
info.txt 0 Creates a .dex file and runs find usages on it to find references and declarations.
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 41 * Creates a new IntegerType.
49 * Creates a new LongType.
57 * Creates a new FloatType.
65 * Creates a new DoubleType.
73 * Creates a new TopType.
81 * Creates a new NullType.
89 * Creates a new UninitializedThisType.
97 * Creates a new UninitializedType for an instance that was created at
106 * Creates a new ObjectType of the given type.
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.h 32 // Creates painter to paint view background with parameters specified.
34 // Creates border to provide insets. Should be used together with WizardPainter
38 // Creates simple round background.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 17 * Return an OID that creates a branch under the current one.
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
manifest.json 4 "description": "Creates a keyboard shortcut (C + Shift + P) to toggle the pinned state of the currently selected tab",
  /external/skia/gpu/include/
GrGLConfig_chrome.h 10 // ANGLE creates a temp VB for vertex attributes not specified per-vertex.
  /frameworks/base/core/java/com/google/android/mms/
MmsException.java 27 * Creates a new MmsException.
34 * Creates a new MmsException with the specified detail message.
43 * Creates a new MmsException with the specified cause.
52 * Creates a new MmsException with the specified detail message and cause.
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 45 * Creates a new Value of the given type.
71 * Creates a new IntegerValue with an undefined value.
79 * Creates a new IntegerValue with a given particular value.
88 * Creates a new LongValue with an undefined value.
96 * Creates a new LongValue with a given particular value.
105 * Creates a new FloatValue with an undefined value.
113 * Creates a new FloatValue with a given particular value.
122 * Creates a new DoubleValue with an undefined value.
130 * Creates a new DoubleValue with a given particular value.
139 * Creates a new ReferenceValue that represents <code>null</code>
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.h 21 // Creates a system notification.
27 // Creates a system notification with a footer link.
  /external/clang/test/PCH/
cxx0x-delegating-ctors.cpp 14 foo(char) : foo(true) { } // expected-error{{creates a delegation cycle}} \
18 foo::foo() : foo(1) { } // expected-error{{creates a delegation cycle}} \
  /external/oprofile/daemon/
opd_pipe.h 16 * opd_create_pipe - creates the oprofiled fifo file
18 * Creates the Oprofile daemon fifo pipe to enable communication between
  /libcore/dalvik/src/main/java/dalvik/system/
AllocationLimitError.java 26 * Creates a new exception instance and initializes it with default values.
33 * Creates a new exception instance and initializes it with a given message.
PotentialDeadlockError.java 26 * Creates a new exception instance and initializes it with default values.
33 * Creates a new exception instance and initializes it with a given message.
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.h 48 // Creates a ConfigurationPolicyPrefStore that reads managed platform policy.
51 // Creates a ConfigurationPolicyPrefStore that reads managed cloud policy.
55 // Creates a ConfigurationPolicyPrefStore that reads recommended platform
60 // Creates a ConfigurationPolicyPrefStore that reads recommended cloud policy.
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
window_creation.applescript 5 -- creates 2 windows, one in normal mode and another in incognito mode.
  /external/chromium/chrome/browser/ui/cocoa/translate/
before_translate_infobar_controller.h 12 // Creates and initializes the alwaysTranslate and neverTranslate buttons.
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_factory.h 17 // Creates and returns a new tabstrip. The tabstrip should be added to |parent|.
  /external/chromium/net/proxy/
proxy_config_service_common_unittest.h 34 // Creates an expectation that the ProxyRules has no rules.
37 // Creates an expectation that the ProxyRules has nothing other than
42 // Creates an expectation that the ProxyRules is for a single proxy
47 // Creates an expectation that the ProxyRules specifies a different
proxy_resolver_script_data.h 30 // Creates a script data given the UTF8 bytes of the content.
34 // Creates a script data given the UTF16 bytes of the content.
38 // Creates a script data given a URL to the PAC script.
41 // Creates a script data for using an automatically detected PAC URL.
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 3 // More then one anonymous aggregates on one line creates chaos when MDNode uniquness is
  /external/proguard/src/proguard/io/
NameFilter.java 36 * Creates a new NameFilter that delegates to the given reader, depending
47 * Creates a new NameFilter that delegates to either of the two given
61 * Creates a new NameFilter that delegates to the given reader, depending
72 * Creates a new NameFilter that delegates to either of the two given
  /libcore/luni/src/main/java/java/security/cert/
CRLException.java 30 * Creates a new {@code CRLException} with the specified message.
40 * Creates a new {@code CRLException}.
46 * Creates a new {@code CRLException} with the specified message and cause.
58 * Creates a new {@code CRLException} with the specified cause.
CertPathBuilderException.java 30 * Creates a new {@code CertPathBuilderException} with the specified message
43 * Creates a new {@code CertPathBuilderException} with the specified cause.
53 * Creates a new {@code CertPathBuilderException} with the specified
64 * Creates a new {@code CertPathBuilderException}.
CertStoreException.java 30 * Creates a new {@code CertStoreException} with the specified message and
43 * Creates a new {@code CertStoreException} with the specified cause.
53 * Creates a new {@code CertStoreException} with the specified message.
63 * Creates a new {@code CertStoreException}.
CertificateEncodingException.java 29 * Creates a new {@code CertificateEncodingException} with the specified
40 * Creates a new {@code CertificateEncodingException}.
46 * Creates a new {@code CertificateEncodingException} with the specified
59 * Creates a new {@code CertificateEncodingException} with the specified

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>