/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
DEFAULT | 2 ."of one Makefile with Another Makefile with the .DEFAULT\n" 7 ."in the containing makefile, make should look in another makefile\n" 9 ."defined here but passes the target bar on to another makefile\n"
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
x_privet_token_unittest.cc | 104 XPrivetToken another("6F02AC4E-6F37-4078-AF42-5EE5D8180284", gen_time); 106 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() - 24*60*60 - 1); 109 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() - 24*60*60 + 1); 112 token = another.GenerateXTokenWithTime(gen_time.ToTimeT()); 115 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() + 1); 118 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() + 24*60*60 - 1); 121 token = another.GenerateXTokenWithTime(gen_time.ToTimeT() + 24*60*60 + 1);
|
/art/test/071-dexfile/src/ |
Main.java | 80 anotherClass = dexClassLoader.loadClass("Another"); 82 throw new RuntimeException("Another?", cnfe); 85 Object another; local 87 another = anotherClass.newInstance(); 89 throw new RuntimeException("new another", ie); 91 throw new RuntimeException("new another", ie);
|
/dalvik/tests/071-dexfile/src/ |
Main.java | 79 anotherClass = dexClassLoader.loadClass("Another"); 81 throw new RuntimeException("Another?"); 84 Object another; local 86 another = anotherClass.newInstance(); 88 throw new RuntimeException("new another", ie); 90 throw new RuntimeException("new another", ie);
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
FormController.h | 44 FormControlState(const FormControlState& another) : m_type(another.m_type), m_values(another.m_values) { } 61 inline FormControlState& FormControlState::operator=(const FormControlState& another) 63 m_type = another.m_type; 64 m_values = another.m_values;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
checkout_unittests.js | 77 'another/test.svg', 78 'another/test.svg', // This is the first one. 84 'testName': 'another/test.svg', 88 'testName': 'another/test.svg', 108 "another/test.svg": { 131 'testName': 'another/test.svg',
|
/external/chromium_org/webkit/common/database/ |
database_connections_unittest.cc | 73 DatabaseConnections another; local 74 another.AddConnection(kOriginId, kName); 75 another.AddConnection(kOriginId, kName2); 78 connections.RemoveConnections(another, &closed_dbs); 85 another.RemoveAllConnections(); 129 // being removed on another thread.
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
ip.jd | 80 work. If you publish an app in Google Play that uses another party's copyrighted 88 another party's original work, make sure that your app is not infringing on 89 copyright. Not all uses of another party?s work are infringements on 94 If you are unsure whether your use of another party's work infringes on a 121 something will violate another party's copyright, the safest approach is to 129 to use another party's copyrighted work in your app, you should ask for 161 Impersonation is when an app attempts to imply a relationship to another app 166 For example, if your app displays the brand, icon, or title from another app 177 imply an endorsement or relationship to another company or product where none 178 exists. Don?t try to establish your app as the "official" version of another [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 38 * if the channel is closed by another thread during this write 41 * if another thread interrupts the calling thread while the 51 * if another I/O error occurs; details are in the message. 76 * if the channel is closed by another thread during this write 79 * if another thread interrupts the calling thread while the 89 * if another I/O error occurs; details are in the message.
|
ScatteringByteChannel.java | 38 * if the channel is closed by another thread during this read 41 * if another thread interrupts the calling thread while the 47 * if another I/O error occurs; details are in the message. 70 * if the channel is closed by another thread during this read 73 * if another thread interrupts the calling thread while the 83 * if another I/O error occurs; details are in the message.
|
/external/clang/test/Misc/ |
diag-presumed.c | 26 another error; 30 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another' 33 // SPELLING: diag-presumed.c:26:1: error: unknown type name 'another'
|
/external/libvpx/libvpx/ |
keywords.dox | 41 it enhances the product while another vendor may omit the same item. 43 prepared to interoperate with another implementation which does 46 \ref MUST be prepared to interoperate with another implementation which
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
mult_rules | 9 for foo.o and bar.o. It then gives another multiple target rule 11 Additionally, another variable extradeps is listed as a 14 another dependency to the targets.";
|
/art/test/008-instanceof/src/ |
Iface2.java | 18 * Another interface.
|
Iface2Sub1.java | 18 * Another interface.
|
/art/test/009-instanceof2/src/ |
Iface2.java | 18 * Another interface.
|
Iface2Sub1.java | 18 * Another interface.
|
/art/test/011-array-copy/src/ |
Iface2.java | 18 * Another interface.
|
/art/test/022-interface/src/ |
Iface2.java | 18 * Another interface.
|
Iface2Sub1.java | 18 * Another interface.
|
/dalvik/tests/030-bad-finalizer/src/ |
Main.java | 18 System.out.println("Requesting another GC.");
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Forwarding.java | 33 * another activity. This can be useful, for example, to implement 34 a confirmation dialog before the user goes on to another activity -- once the 38 <p>Note that another way to implement a confirmation dialog would be as 49 <td class="DescrColumn">Forwards the user to another activity when its button is pressed</td>
|
/external/chromium_org/chrome/browser/metro_utils/ |
metro_chrome_win.h | 14 // successful. Note that this can not be called nested in another COM
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
document_renderer_test.py | 35 document = '<h1>title</h1> then $(title) then another $(title)' 42 self.assertEqual('<h1>title</h1> then title then another $(title)', text) 47 'and another $(table_of_contents)') 48 expected_document = 'here is a toc t-o-c and another $(table_of_contents)'
|
/external/chromium_org/chrome_frame/ |
frame_w_controls.html | 23 Here's another: <input type="text"><br>
|