HomeSort by relevance Sort by last modified time
    Searched full:another (Results 276 - 300 of 13619) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/mime/multipart/
example_test.go 25 "--foo\r\nFoo: two\r\n\r\nAnd another\r\n" +
52 // Part "two": "And another"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 3 Contains one function, wrapper(), which runs another function which
13 """Wrapper function that initializes curses and calls another function,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 3 Contains one function, wrapper(), which runs another function which
13 """Wrapper function that initializes curses and calls another function,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-1a.s 24 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
27 # Test hidden stubs that are called by MIPS16 jals in another file.
37 # Test global stubs that are called by MIPS16 jals in another file.
77 # Test hidden stubs that are used by non-MIPS16 PIC calls in another
81 # Test hidden stubs that are used by non-MIPS16 jals in another
111 # Test global stubs that are used by non-MIPS16 PIC calls in another
115 # Test global stubs that are used by non-MIPS16 jals in another file.
142 # Test global stubs that are used by MIPS16 PIC calls in another file.
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 32 * Test that another app's private data cannot be accessed, while its public data can.
55 * Tests that another app's private data cannot be accessed. It includes file
67 fail("Was able to access another app's private data");
83 * Tests that another app's public file can be accessed
94 fail("Was able to access another app's public file");
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner_unittest.py 45 'Pass --browser to list benchmarks for another browser.\n\n')
59 'Pass --browser to list benchmarks for another browser.\n\n')
79 'Pass --browser to list benchmarks for another browser.\n\n')
99 'Pass --browser to list benchmarks for another browser.\n\n'
104 'Pass --browser to list benchmarks for another browser.\n\n')
  /external/guice/core/test/com/google/inject/
BoundInstanceInjectionTest.java 86 Named.class.getName() + " and " + Another.class.getName());
101 Named.class.getName() + " and " + Another.class.getName());
106 @Inject void doublyAnnotated(@Named("a") @Another String unused) {}
110 @Inject void doublyAnnotated(@Named("a") @Another String s) {}
118 public @interface Another {}
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
TypeReference.java 70 * Compares this TypeReference to another TypeReference, or more generally to another CharSequence for equality.
74 * Equivalently, This TypeReference is equal to another TypeReference iff this.getType().equals(other.getType()).
82 * Compare this TypeReference to another TypeReference, or more generally to another CharSequence.
  /frameworks/base/docs/html/training/secure-file-sharing/
index.jd 30 Apps often have a need to offer one or more of their files to another app. For example, an image
36 In all cases, the only secure way to offer a file from your app to another app is to send the
51 This class explains how to securely share files from your app to another app using content URIs
63 Learn how to offer a file to another app by generating a content URI for the file,
68 Learn how to request a file shared by another app, receive the content URI for the file,
  /packages/apps/CarrierConfig/assets/
carrier_config_311480.xml 50 <item value="338|another device sent all devices busy response|1404" />
52 <item value="501|call has been pulled by another device|1016" />
53 <item value="501|another device sent all devices busy response|1404" />
54 <item value="510|another device sent all devices busy response|1404" />
55 <item value="1014|call has been pulled by another device|1016" />
  /external/v8/test/webkit/fast/js/
JSON-parse-reviver-expected.txt 36 PASS currentHolder[1] is "another value"
37 PASS currentHolder[2] is "and another value"
98 PASS currentHolder['another property'] is "another value"
99 PASS currentHolder['and another property'] is "and another value"
113 PASS currentHolder['and another property'] is "a replaced value"
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
BinaryChromosome.java 76 protected boolean isSame(Chromosome another) {
78 if (! (another instanceof BinaryChromosome))
80 BinaryChromosome anotherBc = (BinaryChromosome) another;
  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover_unittest.py 69 pattern='another*',
84 pattern='another*',
99 pattern='another*')
  /external/clang/test/Analysis/
objc-properties.m 43 TestProperty *another = [[TestProperty alloc] init];
44 another->_Y = value->_Y; // no-warning
45 return another;
  /external/nanohttpd/core/src/test/resources/
multipart-form-test.htm 39 <label for="another">Text:</label>
40 <input type="text" id="another" name="another" size="30"><br>
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
SnackbarUsage.java 63 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
68 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
80 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
  /libcore/luni/src/main/java/org/xml/sax/
XMLFilter.java 21 * events from another XML reader rather than a primary source like
43 * a parent reader (which may be another filter). The argument
55 * reader (which may be another filter). It is generally a
  /art/test/026-access/src/
Iface2.java 18 * Another interface.
  /art/test/068-classloader/src/
DoubledImplement2.java 18 * Another doubled sub-class, form #1.
IGetDoubled.java 18 * Interface, loaded from one loader, used from another.
  /art/test/068-classloader/src-ex/
DoubledImplement2.java 18 * Another doubled sub-class, form #2.
  /art/test/071-dexfile/src/
Main.java 69 Class Another = dexClassLoader.loadClass("Another");
70 Object another = Another.newInstance(); local
  /art/test/800-smali/smali/
b_22411633_1.smali 20 # Another branch forward.

Completed in 2976 milliseconds

<<11121314151617181920>>